[ Jun 28 22:10:04 Enabled. ] [ Jun 28 22:10:04 Rereading configuration. ] [ Jun 28 22:10:05 Rereading configuration. ] [ Jun 28 22:10:16 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 [ Jun 28 22:10:16 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.06.28 22:10:17.325473 [ 1 ] {} Application: Will watch for the process with pid 22662 2024.06.28 22:10:17.325983 [ 1 ] {} Application: Forked a child process to watch 2024.06.28 22:10:17.570999 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: ), PID 22662 2024.06.28 22:10:17.571768 [ 1 ] {} Application: starting up 2024.06.28 22:10:17.572563 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2024.06.28 22:10:17.667360 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2024.06.28 22:10:17.694202 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2024.06.28 22:10:17.694261 [ 1 ] {} Application: Initializing DateLUT. 2024.06.28 22:10:17.694279 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2024.06.28 22:10:17.694362 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2024.06.28 22:10:17.694674 [ 1 ] {} Application: Initializing interserver credentials. 2024.06.28 22:10:17.696261 [ 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.06.28 22:10:17.696759 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performing update on configuration 2024.06.28 22:10:17.697647 [ 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.06.28 22:10:17.697673 [ 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.06.28 22:10:17.697687 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2024.06.28 22:10:17.697878 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2024.06.28 22:10:17.698953 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2024.06.28 22:10:17.705151 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2024.06.28 22:10:17.706110 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2024.06.28 22:10:17.707674 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2024.06.28 22:10:17.707743 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performed update on configuration 2024.06.28 22:10:17.709371 [ 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.06.28 22:10:17.709681 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performing update on configuration 2024.06.28 22:10:17.714217 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performed update on configuration 2024.06.28 22:10:17.714832 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: config.xml 2024.06.28 22:10:17.716409 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2024.06.28 22:10:17.716855 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2024.06.28 22:10:17.717224 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2024.06.28 22:10:17.717629 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2024.06.28 22:10:17.719068 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2024.06.28 22:10:17.719104 [ 1 ] {} Application: Loading metadata from /data/ 2024.06.28 22:10:17.719187 [ 135 ] {} DNSResolver: Updating DNS cache 2024.06.28 22:10:17.719307 [ 135 ] {} DNSResolver: Updated DNS cache 2024.06.28 22:10:17.727859 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2024.06.28 22:10:17.727891 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000154242 sec 2024.06.28 22:10:17.727930 [ 1 ] {} ReferentialDeps: No tables 2024.06.28 22:10:17.727943 [ 1 ] {} LoadingDeps: No tables 2024.06.28 22:10:17.729077 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2024.06.28 22:10:17.730152 [ 1 ] {} SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config 2024.06.28 22:10:17.730177 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2024.06.28 22:10:17.730212 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2024.06.28 22:10:17.730227 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2024.06.28 22:10:17.730239 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2024.06.28 22:10:17.730279 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2024.06.28 22:10:17.730291 [ 1 ] {} SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config 2024.06.28 22:10:17.730307 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2024.06.28 22:10:17.730341 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2024.06.28 22:10:17.730354 [ 1 ] {} SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config 2024.06.28 22:10:17.730368 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2024.06.28 22:10:17.730383 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2024.06.28 22:10:17.730418 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2024.06.28 22:10:17.730432 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2024.06.28 22:10:17.730447 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2024.06.28 22:10:17.730475 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2024.06.28 22:10:17.730489 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2024.06.28 22:10:17.770203 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2024.06.28 22:10:17.771576 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2024.06.28 22:10:17.771607 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.0741e-05 sec 2024.06.28 22:10:17.771621 [ 1 ] {} ReferentialDeps: No tables 2024.06.28 22:10:17.771637 [ 1 ] {} LoadingDeps: No tables 2024.06.28 22:10:17.771662 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2024.06.28 22:10:17.771859 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2024.06.28 22:10:17.771903 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2024.06.28 22:10:17.771918 [ 1 ] {} Application: Loaded metadata. 2024.06.28 22:10:17.771935 [ 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.06.28 22:10:17.771947 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2024.06.28 22:10:17.802946 [ 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.06.28 22:10:18.036692 [ 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.06.28 22:10:18.036747 [ 1 ] {} MySQLHandlerFactory: Generating new RSA key pair. 2024.06.28 22:10:18.104147 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2024.06.28 22:10:18.104394 [ 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.06.28 22:10:18.105354 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.3681e-05 sec. 2024.06.28 22:10:18.105742 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2024.06.28 22:10:18.105839 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2024.06.28 22:10:18.105910 [ 1 ] {} Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 2024.06.28 22:10:18.105930 [ 1 ] {} Application: Ready for connections. 2024.06.28 22:10:18.141139 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.141332 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.141365 [ 3 ] {} HTTP-Session: 9c386570-f8ba-4703-b1ea-102b46e6d014 Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.141396 [ 3 ] {} HTTP-Session: 9c386570-f8ba-4703-b1ea-102b46e6d014 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.141414 [ 3 ] {} HTTP-Session: 9c386570-f8ba-4703-b1ea-102b46e6d014 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.141499 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2024.06.28 22:10:18.141534 [ 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.06.28 22:10:18.141554 [ 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.06.28 22:10:18.141619 [ 3 ] {} HTTP-Session: 9c386570-f8ba-4703-b1ea-102b46e6d014 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.142749 [ 3 ] {93898d6c-ac4f-4688-b68d-1bb236d96af5} executeQuery: (from [fd00:1122:3344:101::d]:47094) SELECT MAX(value) FROM oximeter.version; (stage: Complete) 2024.06.28 22:10:18.181731 [ 3 ] {93898d6c-ac4f-4688-b68d-1bb236d96af5} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:47094) (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 @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 2024.06.28 22:10:18.182513 [ 3 ] {93898d6c-ac4f-4688-b68d-1bb236d96af5} 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 @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2024.06.28 22:10:18.183957 [ 3 ] {} HTTP-Session: 9c386570-f8ba-4703-b1ea-102b46e6d014 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.184378 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.184453 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.184479 [ 3 ] {} HTTP-Session: 0a23f61c-c801-45b2-a5e7-ac6aa666f927 Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.184506 [ 3 ] {} HTTP-Session: 0a23f61c-c801-45b2-a5e7-ac6aa666f927 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.184519 [ 3 ] {} HTTP-Session: 0a23f61c-c801-45b2-a5e7-ac6aa666f927 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.184569 [ 3 ] {} HTTP-Session: 0a23f61c-c801-45b2-a5e7-ac6aa666f927 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.185727 [ 3 ] {efb118e3-fcfe-48f3-bdae-1a9aea61410b} executeQuery: (from [fd00:1122:3344:101::d]:47094) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) 2024.06.28 22:10:18.185857 [ 3 ] {efb118e3-fcfe-48f3-bdae-1a9aea61410b} executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) 2024.06.28 22:10:18.187962 [ 3 ] {efb118e3-fcfe-48f3-bdae-1a9aea61410b} ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters 2024.06.28 22:10:18.190894 [ 3 ] {efb118e3-fcfe-48f3-bdae-1a9aea61410b} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.28 22:10:18.197197 [ 3 ] {efb118e3-fcfe-48f3-bdae-1a9aea61410b} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.197233 [ 3 ] {efb118e3-fcfe-48f3-bdae-1a9aea61410b} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.28 22:10:18.197269 [ 3 ] {} HTTP-Session: 0a23f61c-c801-45b2-a5e7-ac6aa666f927 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.199232 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.199301 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.199329 [ 3 ] {} HTTP-Session: 2a84077f-9edb-49fc-91cc-1d2df950a081 Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.199351 [ 3 ] {} HTTP-Session: 2a84077f-9edb-49fc-91cc-1d2df950a081 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.199371 [ 3 ] {} HTTP-Session: 2a84077f-9edb-49fc-91cc-1d2df950a081 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.199419 [ 3 ] {} HTTP-Session: 2a84077f-9edb-49fc-91cc-1d2df950a081 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.199571 [ 3 ] {f2e3a50f-3d77-43e8-817a-bf2072e7321b} executeQuery: (from [fd00:1122:3344:101::d]:47094) SELECT MAX(value) FROM oximeter.version; (stage: Complete) 2024.06.28 22:10:18.199893 [ 3 ] {f2e3a50f-3d77-43e8-817a-bf2072e7321b} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:47094) (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 @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 2024.06.28 22:10:18.200041 [ 3 ] {f2e3a50f-3d77-43e8-817a-bf2072e7321b} 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 @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2024.06.28 22:10:18.200555 [ 3 ] {} HTTP-Session: 2a84077f-9edb-49fc-91cc-1d2df950a081 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.201348 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.201400 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.201420 [ 3 ] {} HTTP-Session: 78a8488f-0d94-4b1c-8887-76b246324dc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.201441 [ 3 ] {} HTTP-Session: 78a8488f-0d94-4b1c-8887-76b246324dc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.201459 [ 3 ] {} HTTP-Session: 78a8488f-0d94-4b1c-8887-76b246324dc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.201490 [ 3 ] {} HTTP-Session: 78a8488f-0d94-4b1c-8887-76b246324dc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.201677 [ 3 ] {e21b60d4-d95a-4fa8-b362-974c8c80c8fa} executeQuery: (from [fd00:1122:3344:101::d]:47094) DROP DATABASE IF EXISTS oximeter (stage: Complete) 2024.06.28 22:10:18.201845 [ 3 ] {e21b60d4-d95a-4fa8-b362-974c8c80c8fa} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.201869 [ 3 ] {} HTTP-Session: 78a8488f-0d94-4b1c-8887-76b246324dc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.202038 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.202087 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.202110 [ 3 ] {} HTTP-Session: fb533e68-52c4-4cce-9dc3-40456f64f371 Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.202127 [ 3 ] {} HTTP-Session: fb533e68-52c4-4cce-9dc3-40456f64f371 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.202147 [ 3 ] {} HTTP-Session: fb533e68-52c4-4cce-9dc3-40456f64f371 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.202180 [ 3 ] {} HTTP-Session: fb533e68-52c4-4cce-9dc3-40456f64f371 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.202270 [ 3 ] {7d802f26-f542-4d1e-ba12-80670956a3ef} executeQuery: (from [fd00:1122:3344:101::d]:47094) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2024.06.28 22:10:18.202335 [ 3 ] {7d802f26-f542-4d1e-ba12-80670956a3ef} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2024.06.28 22:10:18.203533 [ 3 ] {7d802f26-f542-4d1e-ba12-80670956a3ef} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2024.06.28 22:10:18.203573 [ 3 ] {7d802f26-f542-4d1e-ba12-80670956a3ef} TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.9011e-05 sec 2024.06.28 22:10:18.203592 [ 3 ] {7d802f26-f542-4d1e-ba12-80670956a3ef} ReferentialDeps: No tables 2024.06.28 22:10:18.203616 [ 3 ] {7d802f26-f542-4d1e-ba12-80670956a3ef} LoadingDeps: No tables 2024.06.28 22:10:18.203644 [ 3 ] {7d802f26-f542-4d1e-ba12-80670956a3ef} DatabaseAtomic (oximeter): Starting up tables. 2024.06.28 22:10:18.203788 [ 3 ] {7d802f26-f542-4d1e-ba12-80670956a3ef} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.203814 [ 3 ] {} HTTP-Session: fb533e68-52c4-4cce-9dc3-40456f64f371 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.203968 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.204030 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.204054 [ 3 ] {} HTTP-Session: d3848f7f-69d7-4ea2-a7a8-00ec5492dd12 Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.204080 [ 3 ] {} HTTP-Session: d3848f7f-69d7-4ea2-a7a8-00ec5492dd12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.204102 [ 3 ] {} HTTP-Session: d3848f7f-69d7-4ea2-a7a8-00ec5492dd12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.204132 [ 3 ] {} HTTP-Session: d3848f7f-69d7-4ea2-a7a8-00ec5492dd12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.204288 [ 3 ] {7fe7827b-a52b-491f-b6bd-b16baacb05a5} executeQuery: (from [fd00:1122:3344:101::d]:47094) /* 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.06.28 22:10:18.204349 [ 3 ] {7fe7827b-a52b-491f-b6bd-b16baacb05a5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2024.06.28 22:10:18.209330 [ 3 ] {7fe7827b-a52b-491f-b6bd-b16baacb05a5} StoragePolicy (default): Storage policy default created, total volumes 1 2024.06.28 22:10:18.210325 [ 3 ] {7fe7827b-a52b-491f-b6bd-b16baacb05a5} oximeter.version (d36620a4-6ee0-469c-a22e-e8ec7ab577b8): Loading data parts 2024.06.28 22:10:18.210700 [ 3 ] {7fe7827b-a52b-491f-b6bd-b16baacb05a5} oximeter.version (d36620a4-6ee0-469c-a22e-e8ec7ab577b8): There are no data parts 2024.06.28 22:10:18.213421 [ 3 ] {7fe7827b-a52b-491f-b6bd-b16baacb05a5} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.213446 [ 3 ] {} HTTP-Session: d3848f7f-69d7-4ea2-a7a8-00ec5492dd12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.213584 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.213635 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.213659 [ 3 ] {} HTTP-Session: ddc8d8a6-add7-4b23-89a9-56073380a1c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.213678 [ 3 ] {} HTTP-Session: ddc8d8a6-add7-4b23-89a9-56073380a1c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.213696 [ 3 ] {} HTTP-Session: ddc8d8a6-add7-4b23-89a9-56073380a1c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.213731 [ 3 ] {} HTTP-Session: ddc8d8a6-add7-4b23-89a9-56073380a1c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.213947 [ 3 ] {928522ff-0b13-474b-a7db-0af1c5d63a6f} executeQuery: (from [fd00:1122:3344:101::d]:47094) /* 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.06.28 22:10:18.214006 [ 3 ] {928522ff-0b13-474b-a7db-0af1c5d63a6f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2024.06.28 22:10:18.221213 [ 3 ] {928522ff-0b13-474b-a7db-0af1c5d63a6f} oximeter.measurements_bool (129f0c04-bb70-4d79-99b7-b15306dc664e): Loading data parts 2024.06.28 22:10:18.221368 [ 3 ] {928522ff-0b13-474b-a7db-0af1c5d63a6f} oximeter.measurements_bool (129f0c04-bb70-4d79-99b7-b15306dc664e): There are no data parts 2024.06.28 22:10:18.223350 [ 3 ] {928522ff-0b13-474b-a7db-0af1c5d63a6f} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.223377 [ 3 ] {} HTTP-Session: ddc8d8a6-add7-4b23-89a9-56073380a1c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.223528 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.223582 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.223606 [ 3 ] {} HTTP-Session: ae3b3463-ff5a-4307-9d27-61ab15bce91b Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.223624 [ 3 ] {} HTTP-Session: ae3b3463-ff5a-4307-9d27-61ab15bce91b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.223643 [ 3 ] {} HTTP-Session: ae3b3463-ff5a-4307-9d27-61ab15bce91b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.223677 [ 3 ] {} HTTP-Session: ae3b3463-ff5a-4307-9d27-61ab15bce91b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.223868 [ 3 ] {4ebf47dd-e8d2-4fae-a3b1-b3bf221640ba} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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.06.28 22:10:18.223920 [ 3 ] {4ebf47dd-e8d2-4fae-a3b1-b3bf221640ba} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2024.06.28 22:10:18.225464 [ 3 ] {4ebf47dd-e8d2-4fae-a3b1-b3bf221640ba} oximeter.measurements_i8 (a7ac9129-1def-45a9-8746-609410517e4e): Loading data parts 2024.06.28 22:10:18.225605 [ 3 ] {4ebf47dd-e8d2-4fae-a3b1-b3bf221640ba} oximeter.measurements_i8 (a7ac9129-1def-45a9-8746-609410517e4e): There are no data parts 2024.06.28 22:10:18.226808 [ 3 ] {4ebf47dd-e8d2-4fae-a3b1-b3bf221640ba} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.226843 [ 3 ] {} HTTP-Session: ae3b3463-ff5a-4307-9d27-61ab15bce91b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.226963 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.227011 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.227034 [ 3 ] {} HTTP-Session: 9deb9738-6b7f-4f2c-a2bb-efb089af3e1f Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.227050 [ 3 ] {} HTTP-Session: 9deb9738-6b7f-4f2c-a2bb-efb089af3e1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.227066 [ 3 ] {} HTTP-Session: 9deb9738-6b7f-4f2c-a2bb-efb089af3e1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.227100 [ 3 ] {} HTTP-Session: 9deb9738-6b7f-4f2c-a2bb-efb089af3e1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.227269 [ 3 ] {7529fe7f-e363-4d56-9d3f-880ac8dedf07} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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.06.28 22:10:18.227321 [ 3 ] {7529fe7f-e363-4d56-9d3f-880ac8dedf07} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2024.06.28 22:10:18.228814 [ 3 ] {7529fe7f-e363-4d56-9d3f-880ac8dedf07} oximeter.measurements_u8 (a136fd4d-e4d5-4728-b105-1c88a336538d): Loading data parts 2024.06.28 22:10:18.229052 [ 3 ] {7529fe7f-e363-4d56-9d3f-880ac8dedf07} oximeter.measurements_u8 (a136fd4d-e4d5-4728-b105-1c88a336538d): There are no data parts 2024.06.28 22:10:18.230546 [ 3 ] {7529fe7f-e363-4d56-9d3f-880ac8dedf07} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.230571 [ 3 ] {} HTTP-Session: 9deb9738-6b7f-4f2c-a2bb-efb089af3e1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.230691 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.230743 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.230766 [ 3 ] {} HTTP-Session: 080bf799-624b-4059-8c71-8d45ed61c5b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.230782 [ 3 ] {} HTTP-Session: 080bf799-624b-4059-8c71-8d45ed61c5b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.230800 [ 3 ] {} HTTP-Session: 080bf799-624b-4059-8c71-8d45ed61c5b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.230832 [ 3 ] {} HTTP-Session: 080bf799-624b-4059-8c71-8d45ed61c5b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.231004 [ 3 ] {71d09331-ff16-46ef-b36f-69b587b5007d} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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.06.28 22:10:18.231052 [ 3 ] {71d09331-ff16-46ef-b36f-69b587b5007d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2024.06.28 22:10:18.232729 [ 3 ] {71d09331-ff16-46ef-b36f-69b587b5007d} oximeter.measurements_i16 (86ae5bcb-0059-459c-b3a1-64e8d42ac513): Loading data parts 2024.06.28 22:10:18.232916 [ 3 ] {71d09331-ff16-46ef-b36f-69b587b5007d} oximeter.measurements_i16 (86ae5bcb-0059-459c-b3a1-64e8d42ac513): There are no data parts 2024.06.28 22:10:18.234339 [ 3 ] {71d09331-ff16-46ef-b36f-69b587b5007d} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.234371 [ 3 ] {} HTTP-Session: 080bf799-624b-4059-8c71-8d45ed61c5b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.234478 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.234529 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.234552 [ 3 ] {} HTTP-Session: 269af914-a6e8-4610-97f8-f1a0df43ed39 Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.234569 [ 3 ] {} HTTP-Session: 269af914-a6e8-4610-97f8-f1a0df43ed39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.234586 [ 3 ] {} HTTP-Session: 269af914-a6e8-4610-97f8-f1a0df43ed39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.234619 [ 3 ] {} HTTP-Session: 269af914-a6e8-4610-97f8-f1a0df43ed39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.234793 [ 3 ] {a4676168-8f23-4749-a805-b9f8591f848f} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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.06.28 22:10:18.234845 [ 3 ] {a4676168-8f23-4749-a805-b9f8591f848f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2024.06.28 22:10:18.236400 [ 3 ] {a4676168-8f23-4749-a805-b9f8591f848f} oximeter.measurements_u16 (0aa97c75-fb42-4a13-941b-7450f658f738): Loading data parts 2024.06.28 22:10:18.236581 [ 3 ] {a4676168-8f23-4749-a805-b9f8591f848f} oximeter.measurements_u16 (0aa97c75-fb42-4a13-941b-7450f658f738): There are no data parts 2024.06.28 22:10:18.237933 [ 3 ] {a4676168-8f23-4749-a805-b9f8591f848f} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.237964 [ 3 ] {} HTTP-Session: 269af914-a6e8-4610-97f8-f1a0df43ed39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.238078 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.238129 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.238153 [ 3 ] {} HTTP-Session: 0b56ebf5-358e-406d-a955-05ded54e4bd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.238178 [ 3 ] {} HTTP-Session: 0b56ebf5-358e-406d-a955-05ded54e4bd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.238191 [ 3 ] {} HTTP-Session: 0b56ebf5-358e-406d-a955-05ded54e4bd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.238225 [ 3 ] {} HTTP-Session: 0b56ebf5-358e-406d-a955-05ded54e4bd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.238401 [ 3 ] {11bb50da-eaed-449a-b171-1b5f0c7f5411} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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.06.28 22:10:18.238449 [ 3 ] {11bb50da-eaed-449a-b171-1b5f0c7f5411} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2024.06.28 22:10:18.239935 [ 3 ] {11bb50da-eaed-449a-b171-1b5f0c7f5411} oximeter.measurements_i32 (57164402-89ef-4c52-b575-67530eb388eb): Loading data parts 2024.06.28 22:10:18.240097 [ 3 ] {11bb50da-eaed-449a-b171-1b5f0c7f5411} oximeter.measurements_i32 (57164402-89ef-4c52-b575-67530eb388eb): There are no data parts 2024.06.28 22:10:18.241338 [ 3 ] {11bb50da-eaed-449a-b171-1b5f0c7f5411} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.241370 [ 3 ] {} HTTP-Session: 0b56ebf5-358e-406d-a955-05ded54e4bd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.241481 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.241531 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.241561 [ 3 ] {} HTTP-Session: 2d60c7da-9243-4369-b4e7-3bf9dfecd71e Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.241578 [ 3 ] {} HTTP-Session: 2d60c7da-9243-4369-b4e7-3bf9dfecd71e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.241596 [ 3 ] {} HTTP-Session: 2d60c7da-9243-4369-b4e7-3bf9dfecd71e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.241629 [ 3 ] {} HTTP-Session: 2d60c7da-9243-4369-b4e7-3bf9dfecd71e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.241799 [ 3 ] {75aebcea-c29b-4267-9cc8-9c7d4213130f} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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.06.28 22:10:18.241848 [ 3 ] {75aebcea-c29b-4267-9cc8-9c7d4213130f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2024.06.28 22:10:18.243327 [ 3 ] {75aebcea-c29b-4267-9cc8-9c7d4213130f} oximeter.measurements_u32 (4943675e-be16-4c48-a50d-81565af17c2b): Loading data parts 2024.06.28 22:10:18.243491 [ 3 ] {75aebcea-c29b-4267-9cc8-9c7d4213130f} oximeter.measurements_u32 (4943675e-be16-4c48-a50d-81565af17c2b): There are no data parts 2024.06.28 22:10:18.244803 [ 3 ] {75aebcea-c29b-4267-9cc8-9c7d4213130f} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.244835 [ 3 ] {} HTTP-Session: 2d60c7da-9243-4369-b4e7-3bf9dfecd71e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.244948 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.245001 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.245026 [ 3 ] {} HTTP-Session: ad17c8ae-8e99-4916-898a-63867c66cdc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.245048 [ 3 ] {} HTTP-Session: ad17c8ae-8e99-4916-898a-63867c66cdc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.245062 [ 3 ] {} HTTP-Session: ad17c8ae-8e99-4916-898a-63867c66cdc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.245097 [ 3 ] {} HTTP-Session: ad17c8ae-8e99-4916-898a-63867c66cdc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.245269 [ 3 ] {6ec01010-03f0-46e3-8a7e-ce8f9d515205} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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.06.28 22:10:18.245322 [ 3 ] {6ec01010-03f0-46e3-8a7e-ce8f9d515205} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2024.06.28 22:10:18.246962 [ 3 ] {6ec01010-03f0-46e3-8a7e-ce8f9d515205} oximeter.measurements_i64 (bdd39603-9195-4c65-95ba-8fdec7bf883f): Loading data parts 2024.06.28 22:10:18.247222 [ 3 ] {6ec01010-03f0-46e3-8a7e-ce8f9d515205} oximeter.measurements_i64 (bdd39603-9195-4c65-95ba-8fdec7bf883f): There are no data parts 2024.06.28 22:10:18.248629 [ 3 ] {6ec01010-03f0-46e3-8a7e-ce8f9d515205} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.248669 [ 3 ] {} HTTP-Session: ad17c8ae-8e99-4916-898a-63867c66cdc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.248790 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.248850 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.248871 [ 3 ] {} HTTP-Session: f6e50d05-0f70-464b-94b4-d7c86e8936ee Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.248894 [ 3 ] {} HTTP-Session: f6e50d05-0f70-464b-94b4-d7c86e8936ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.248909 [ 3 ] {} HTTP-Session: f6e50d05-0f70-464b-94b4-d7c86e8936ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.248944 [ 3 ] {} HTTP-Session: f6e50d05-0f70-464b-94b4-d7c86e8936ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.249123 [ 3 ] {321e43e6-1b9c-4928-8a73-7fe38c89b873} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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.06.28 22:10:18.249183 [ 3 ] {321e43e6-1b9c-4928-8a73-7fe38c89b873} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2024.06.28 22:10:18.251220 [ 3 ] {321e43e6-1b9c-4928-8a73-7fe38c89b873} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Loading data parts 2024.06.28 22:10:18.251425 [ 3 ] {321e43e6-1b9c-4928-8a73-7fe38c89b873} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): There are no data parts 2024.06.28 22:10:18.252821 [ 3 ] {321e43e6-1b9c-4928-8a73-7fe38c89b873} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.252852 [ 3 ] {} HTTP-Session: f6e50d05-0f70-464b-94b4-d7c86e8936ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.252989 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.253037 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.253063 [ 3 ] {} HTTP-Session: ef2f8315-fd8a-46cd-9626-c086de332138 Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.253083 [ 3 ] {} HTTP-Session: ef2f8315-fd8a-46cd-9626-c086de332138 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.253097 [ 3 ] {} HTTP-Session: ef2f8315-fd8a-46cd-9626-c086de332138 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.253131 [ 3 ] {} HTTP-Session: ef2f8315-fd8a-46cd-9626-c086de332138 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.253301 [ 3 ] {9da493a8-19dc-41f9-a25c-b21910f0a929} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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.06.28 22:10:18.253355 [ 3 ] {9da493a8-19dc-41f9-a25c-b21910f0a929} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2024.06.28 22:10:18.255021 [ 3 ] {9da493a8-19dc-41f9-a25c-b21910f0a929} oximeter.measurements_f32 (5a749f5f-1db5-41a6-9778-21f175ceed67): Loading data parts 2024.06.28 22:10:18.255232 [ 3 ] {9da493a8-19dc-41f9-a25c-b21910f0a929} oximeter.measurements_f32 (5a749f5f-1db5-41a6-9778-21f175ceed67): There are no data parts 2024.06.28 22:10:18.256443 [ 3 ] {9da493a8-19dc-41f9-a25c-b21910f0a929} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.256473 [ 3 ] {} HTTP-Session: ef2f8315-fd8a-46cd-9626-c086de332138 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.256598 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.256668 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.256688 [ 3 ] {} HTTP-Session: dcaa831b-b8ea-4109-a6bc-e5d18e30f66b Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.256710 [ 3 ] {} HTTP-Session: dcaa831b-b8ea-4109-a6bc-e5d18e30f66b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.256729 [ 3 ] {} HTTP-Session: dcaa831b-b8ea-4109-a6bc-e5d18e30f66b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.256761 [ 3 ] {} HTTP-Session: dcaa831b-b8ea-4109-a6bc-e5d18e30f66b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.256951 [ 3 ] {4c03dfe5-2497-4b14-8c3c-19888e1d72fc} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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.06.28 22:10:18.257007 [ 3 ] {4c03dfe5-2497-4b14-8c3c-19888e1d72fc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2024.06.28 22:10:18.258739 [ 3 ] {4c03dfe5-2497-4b14-8c3c-19888e1d72fc} oximeter.measurements_f64 (a5735e8e-be5a-4ad4-82c2-d94569dd8cd7): Loading data parts 2024.06.28 22:10:18.258920 [ 3 ] {4c03dfe5-2497-4b14-8c3c-19888e1d72fc} oximeter.measurements_f64 (a5735e8e-be5a-4ad4-82c2-d94569dd8cd7): There are no data parts 2024.06.28 22:10:18.260303 [ 3 ] {4c03dfe5-2497-4b14-8c3c-19888e1d72fc} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.260345 [ 3 ] {} HTTP-Session: dcaa831b-b8ea-4109-a6bc-e5d18e30f66b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.260500 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.260558 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.260578 [ 3 ] {} HTTP-Session: ebb2aac8-c78b-4f5c-bb34-62fb6788b514 Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.260601 [ 3 ] {} HTTP-Session: ebb2aac8-c78b-4f5c-bb34-62fb6788b514 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.260615 [ 3 ] {} HTTP-Session: ebb2aac8-c78b-4f5c-bb34-62fb6788b514 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.260650 [ 3 ] {} HTTP-Session: ebb2aac8-c78b-4f5c-bb34-62fb6788b514 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.260832 [ 3 ] {76c53afb-438b-45ee-9d0a-df4c084e472d} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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.06.28 22:10:18.260889 [ 3 ] {76c53afb-438b-45ee-9d0a-df4c084e472d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2024.06.28 22:10:18.262747 [ 3 ] {76c53afb-438b-45ee-9d0a-df4c084e472d} oximeter.measurements_string (f0db0168-e55a-4683-a978-b2b51c250fa6): Loading data parts 2024.06.28 22:10:18.262926 [ 3 ] {76c53afb-438b-45ee-9d0a-df4c084e472d} oximeter.measurements_string (f0db0168-e55a-4683-a978-b2b51c250fa6): There are no data parts 2024.06.28 22:10:18.264599 [ 3 ] {76c53afb-438b-45ee-9d0a-df4c084e472d} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.264625 [ 3 ] {} HTTP-Session: ebb2aac8-c78b-4f5c-bb34-62fb6788b514 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.264761 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.264818 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.264838 [ 3 ] {} HTTP-Session: a17105d9-f772-475f-9875-d35f387bd96d Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.264861 [ 3 ] {} HTTP-Session: a17105d9-f772-475f-9875-d35f387bd96d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.264881 [ 3 ] {} HTTP-Session: a17105d9-f772-475f-9875-d35f387bd96d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.264910 [ 3 ] {} HTTP-Session: a17105d9-f772-475f-9875-d35f387bd96d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.265086 [ 3 ] {b516599b-2ac5-45ce-972f-49d51e04507f} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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.06.28 22:10:18.265143 [ 3 ] {b516599b-2ac5-45ce-972f-49d51e04507f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2024.06.28 22:10:18.266686 [ 3 ] {b516599b-2ac5-45ce-972f-49d51e04507f} oximeter.measurements_bytes (73813bdf-5ce7-45ea-a733-2a47c6c1597e): Loading data parts 2024.06.28 22:10:18.266839 [ 3 ] {b516599b-2ac5-45ce-972f-49d51e04507f} oximeter.measurements_bytes (73813bdf-5ce7-45ea-a733-2a47c6c1597e): There are no data parts 2024.06.28 22:10:18.268441 [ 3 ] {b516599b-2ac5-45ce-972f-49d51e04507f} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.268467 [ 3 ] {} HTTP-Session: a17105d9-f772-475f-9875-d35f387bd96d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.268606 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.268672 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.268698 [ 3 ] {} HTTP-Session: ed5d09f0-5e92-455d-adf7-345d5e81bdac Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.268715 [ 3 ] {} HTTP-Session: ed5d09f0-5e92-455d-adf7-345d5e81bdac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.268736 [ 3 ] {} HTTP-Session: ed5d09f0-5e92-455d-adf7-345d5e81bdac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.268766 [ 3 ] {} HTTP-Session: ed5d09f0-5e92-455d-adf7-345d5e81bdac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.268951 [ 3 ] {18a08892-d427-4563-98c6-7baefb4fe61d} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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.06.28 22:10:18.269002 [ 3 ] {18a08892-d427-4563-98c6-7baefb4fe61d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2024.06.28 22:10:18.270538 [ 3 ] {18a08892-d427-4563-98c6-7baefb4fe61d} oximeter.measurements_cumulativei64 (28ec5685-7839-4144-b1d2-2f80a9930721): Loading data parts 2024.06.28 22:10:18.270714 [ 3 ] {18a08892-d427-4563-98c6-7baefb4fe61d} oximeter.measurements_cumulativei64 (28ec5685-7839-4144-b1d2-2f80a9930721): There are no data parts 2024.06.28 22:10:18.272310 [ 3 ] {18a08892-d427-4563-98c6-7baefb4fe61d} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.272342 [ 3 ] {} HTTP-Session: ed5d09f0-5e92-455d-adf7-345d5e81bdac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.272467 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.272523 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.272543 [ 3 ] {} HTTP-Session: 3d676cb7-4561-4ba1-888b-58d57c1b3dc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.272564 [ 3 ] {} HTTP-Session: 3d676cb7-4561-4ba1-888b-58d57c1b3dc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.272578 [ 3 ] {} HTTP-Session: 3d676cb7-4561-4ba1-888b-58d57c1b3dc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.272611 [ 3 ] {} HTTP-Session: 3d676cb7-4561-4ba1-888b-58d57c1b3dc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.272789 [ 3 ] {39c34024-d9ee-47cf-b410-f1db8b4075a4} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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.06.28 22:10:18.272844 [ 3 ] {39c34024-d9ee-47cf-b410-f1db8b4075a4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2024.06.28 22:10:18.274428 [ 3 ] {39c34024-d9ee-47cf-b410-f1db8b4075a4} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Loading data parts 2024.06.28 22:10:18.274602 [ 3 ] {39c34024-d9ee-47cf-b410-f1db8b4075a4} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): There are no data parts 2024.06.28 22:10:18.276203 [ 3 ] {39c34024-d9ee-47cf-b410-f1db8b4075a4} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.276228 [ 3 ] {} HTTP-Session: 3d676cb7-4561-4ba1-888b-58d57c1b3dc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.276353 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.276409 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.276430 [ 3 ] {} HTTP-Session: d54797fc-69c8-491f-aa77-15c7f55238e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.276453 [ 3 ] {} HTTP-Session: d54797fc-69c8-491f-aa77-15c7f55238e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.276472 [ 3 ] {} HTTP-Session: d54797fc-69c8-491f-aa77-15c7f55238e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.276501 [ 3 ] {} HTTP-Session: d54797fc-69c8-491f-aa77-15c7f55238e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.276689 [ 3 ] {573c6eac-8382-4448-81f3-74d0b9c5cf79} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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.06.28 22:10:18.276748 [ 3 ] {573c6eac-8382-4448-81f3-74d0b9c5cf79} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2024.06.28 22:10:18.278774 [ 3 ] {573c6eac-8382-4448-81f3-74d0b9c5cf79} oximeter.measurements_cumulativef32 (6d033ab5-30a5-4904-96e5-765decfac7b9): Loading data parts 2024.06.28 22:10:18.278961 [ 3 ] {573c6eac-8382-4448-81f3-74d0b9c5cf79} oximeter.measurements_cumulativef32 (6d033ab5-30a5-4904-96e5-765decfac7b9): There are no data parts 2024.06.28 22:10:18.280637 [ 3 ] {573c6eac-8382-4448-81f3-74d0b9c5cf79} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.280670 [ 3 ] {} HTTP-Session: d54797fc-69c8-491f-aa77-15c7f55238e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.280801 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.280854 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.280878 [ 3 ] {} HTTP-Session: a9d2641f-f855-4d57-ac81-f1ef237fe932 Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.280900 [ 3 ] {} HTTP-Session: a9d2641f-f855-4d57-ac81-f1ef237fe932 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.280913 [ 3 ] {} HTTP-Session: a9d2641f-f855-4d57-ac81-f1ef237fe932 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.280947 [ 3 ] {} HTTP-Session: a9d2641f-f855-4d57-ac81-f1ef237fe932 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.281135 [ 3 ] {35f51343-4e80-470a-83ea-89b287e3f06c} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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.06.28 22:10:18.281190 [ 3 ] {35f51343-4e80-470a-83ea-89b287e3f06c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2024.06.28 22:10:18.282749 [ 3 ] {35f51343-4e80-470a-83ea-89b287e3f06c} oximeter.measurements_cumulativef64 (0128e6ab-db07-479a-b683-4bbbf2f3ca16): Loading data parts 2024.06.28 22:10:18.282930 [ 3 ] {35f51343-4e80-470a-83ea-89b287e3f06c} oximeter.measurements_cumulativef64 (0128e6ab-db07-479a-b683-4bbbf2f3ca16): There are no data parts 2024.06.28 22:10:18.284554 [ 3 ] {35f51343-4e80-470a-83ea-89b287e3f06c} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.284579 [ 3 ] {} HTTP-Session: a9d2641f-f855-4d57-ac81-f1ef237fe932 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.284700 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.284752 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.284772 [ 3 ] {} HTTP-Session: df765d2f-dd8e-47eb-a36c-4ea995156cf6 Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.284793 [ 3 ] {} HTTP-Session: df765d2f-dd8e-47eb-a36c-4ea995156cf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.284811 [ 3 ] {} HTTP-Session: df765d2f-dd8e-47eb-a36c-4ea995156cf6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.284839 [ 3 ] {} HTTP-Session: df765d2f-dd8e-47eb-a36c-4ea995156cf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.285084 [ 3 ] {b9baae9f-0125-4456-ac7c-3e809a2dcef0} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.06.28 22:10:18.285149 [ 3 ] {b9baae9f-0125-4456-ac7c-3e809a2dcef0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2024.06.28 22:10:18.286995 [ 3 ] {b9baae9f-0125-4456-ac7c-3e809a2dcef0} oximeter.measurements_histogrami8 (35336921-47ef-4c40-b37c-1ab3aa5c14ac): Loading data parts 2024.06.28 22:10:18.287155 [ 3 ] {b9baae9f-0125-4456-ac7c-3e809a2dcef0} oximeter.measurements_histogrami8 (35336921-47ef-4c40-b37c-1ab3aa5c14ac): There are no data parts 2024.06.28 22:10:18.288951 [ 3 ] {b9baae9f-0125-4456-ac7c-3e809a2dcef0} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.288984 [ 3 ] {} HTTP-Session: df765d2f-dd8e-47eb-a36c-4ea995156cf6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.289105 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.289151 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.289177 [ 3 ] {} HTTP-Session: 806594dd-e326-40a8-9d79-f1ef5efa994a Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.289198 [ 3 ] {} HTTP-Session: 806594dd-e326-40a8-9d79-f1ef5efa994a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.289211 [ 3 ] {} HTTP-Session: 806594dd-e326-40a8-9d79-f1ef5efa994a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.289244 [ 3 ] {} HTTP-Session: 806594dd-e326-40a8-9d79-f1ef5efa994a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.289492 [ 3 ] {8c4e21dd-6d98-4fa8-9c9c-4bdd148624a2} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.06.28 22:10:18.289556 [ 3 ] {8c4e21dd-6d98-4fa8-9c9c-4bdd148624a2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2024.06.28 22:10:18.291754 [ 3 ] {8c4e21dd-6d98-4fa8-9c9c-4bdd148624a2} oximeter.measurements_histogramu8 (6f069422-8db3-4e5e-a253-7d7f05dabca2): Loading data parts 2024.06.28 22:10:18.291922 [ 3 ] {8c4e21dd-6d98-4fa8-9c9c-4bdd148624a2} oximeter.measurements_histogramu8 (6f069422-8db3-4e5e-a253-7d7f05dabca2): There are no data parts 2024.06.28 22:10:18.293971 [ 3 ] {8c4e21dd-6d98-4fa8-9c9c-4bdd148624a2} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.293997 [ 3 ] {} HTTP-Session: 806594dd-e326-40a8-9d79-f1ef5efa994a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.294122 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.294181 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.294200 [ 3 ] {} HTTP-Session: d12562db-5b98-4b57-96ba-228f133dddcf Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.294222 [ 3 ] {} HTTP-Session: d12562db-5b98-4b57-96ba-228f133dddcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.294236 [ 3 ] {} HTTP-Session: d12562db-5b98-4b57-96ba-228f133dddcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.294270 [ 3 ] {} HTTP-Session: d12562db-5b98-4b57-96ba-228f133dddcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.294521 [ 3 ] {6c8db4d8-a83e-4332-90b1-a6316bb0b8b0} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.06.28 22:10:18.294587 [ 3 ] {6c8db4d8-a83e-4332-90b1-a6316bb0b8b0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2024.06.28 22:10:18.296510 [ 3 ] {6c8db4d8-a83e-4332-90b1-a6316bb0b8b0} oximeter.measurements_histogrami16 (4d62c250-dc15-496f-b63e-877b2b880e74): Loading data parts 2024.06.28 22:10:18.296691 [ 3 ] {6c8db4d8-a83e-4332-90b1-a6316bb0b8b0} oximeter.measurements_histogrami16 (4d62c250-dc15-496f-b63e-877b2b880e74): There are no data parts 2024.06.28 22:10:18.297889 [ 3 ] {6c8db4d8-a83e-4332-90b1-a6316bb0b8b0} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.297923 [ 3 ] {} HTTP-Session: d12562db-5b98-4b57-96ba-228f133dddcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.298033 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.298079 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.298105 [ 3 ] {} HTTP-Session: 223ccf7c-8656-4dd2-b4a6-68a9d0b9f18e Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.298126 [ 3 ] {} HTTP-Session: 223ccf7c-8656-4dd2-b4a6-68a9d0b9f18e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.298140 [ 3 ] {} HTTP-Session: 223ccf7c-8656-4dd2-b4a6-68a9d0b9f18e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.298174 [ 3 ] {} HTTP-Session: 223ccf7c-8656-4dd2-b4a6-68a9d0b9f18e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.298421 [ 3 ] {d44748b7-8547-46c7-9705-da6f72c6b486} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.06.28 22:10:18.298486 [ 3 ] {d44748b7-8547-46c7-9705-da6f72c6b486} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2024.06.28 22:10:18.300371 [ 3 ] {d44748b7-8547-46c7-9705-da6f72c6b486} oximeter.measurements_histogramu16 (2a7a1802-48ea-467f-86bc-7cd85a9676f9): Loading data parts 2024.06.28 22:10:18.300525 [ 3 ] {d44748b7-8547-46c7-9705-da6f72c6b486} oximeter.measurements_histogramu16 (2a7a1802-48ea-467f-86bc-7cd85a9676f9): There are no data parts 2024.06.28 22:10:18.301724 [ 3 ] {d44748b7-8547-46c7-9705-da6f72c6b486} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.301751 [ 3 ] {} HTTP-Session: 223ccf7c-8656-4dd2-b4a6-68a9d0b9f18e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.301876 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.301931 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.301949 [ 3 ] {} HTTP-Session: 778f1713-19f6-4c80-8f61-8b4f085317ad Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.301971 [ 3 ] {} HTTP-Session: 778f1713-19f6-4c80-8f61-8b4f085317ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.301991 [ 3 ] {} HTTP-Session: 778f1713-19f6-4c80-8f61-8b4f085317ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.302020 [ 3 ] {} HTTP-Session: 778f1713-19f6-4c80-8f61-8b4f085317ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.302267 [ 3 ] {c37d0055-1bbc-47d4-9ab5-a94551e97d7d} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.06.28 22:10:18.302338 [ 3 ] {c37d0055-1bbc-47d4-9ab5-a94551e97d7d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2024.06.28 22:10:18.304222 [ 3 ] {c37d0055-1bbc-47d4-9ab5-a94551e97d7d} oximeter.measurements_histogrami32 (e4faa39c-f119-4a89-8877-feaa03f2afeb): Loading data parts 2024.06.28 22:10:18.304392 [ 3 ] {c37d0055-1bbc-47d4-9ab5-a94551e97d7d} oximeter.measurements_histogrami32 (e4faa39c-f119-4a89-8877-feaa03f2afeb): There are no data parts 2024.06.28 22:10:18.305568 [ 3 ] {c37d0055-1bbc-47d4-9ab5-a94551e97d7d} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.305593 [ 3 ] {} HTTP-Session: 778f1713-19f6-4c80-8f61-8b4f085317ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.305712 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.305767 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.305786 [ 3 ] {} HTTP-Session: 0a43aec0-8ce8-453a-9b93-cd851bca3421 Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.305816 [ 3 ] {} HTTP-Session: 0a43aec0-8ce8-453a-9b93-cd851bca3421 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.305830 [ 3 ] {} HTTP-Session: 0a43aec0-8ce8-453a-9b93-cd851bca3421 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.305864 [ 3 ] {} HTTP-Session: 0a43aec0-8ce8-453a-9b93-cd851bca3421 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.306110 [ 3 ] {3fedfdac-ee21-42bb-a444-c9c4a65994c8} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.06.28 22:10:18.306177 [ 3 ] {3fedfdac-ee21-42bb-a444-c9c4a65994c8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2024.06.28 22:10:18.308043 [ 3 ] {3fedfdac-ee21-42bb-a444-c9c4a65994c8} oximeter.measurements_histogramu32 (b7afc3a7-a6df-41d5-b28b-eb81a0c6e0fa): Loading data parts 2024.06.28 22:10:18.308213 [ 3 ] {3fedfdac-ee21-42bb-a444-c9c4a65994c8} oximeter.measurements_histogramu32 (b7afc3a7-a6df-41d5-b28b-eb81a0c6e0fa): There are no data parts 2024.06.28 22:10:18.309461 [ 3 ] {3fedfdac-ee21-42bb-a444-c9c4a65994c8} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.309487 [ 3 ] {} HTTP-Session: 0a43aec0-8ce8-453a-9b93-cd851bca3421 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.309614 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.309671 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.309690 [ 3 ] {} HTTP-Session: 8c5ded78-b865-4942-9a60-18ae66d6da09 Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.309716 [ 3 ] {} HTTP-Session: 8c5ded78-b865-4942-9a60-18ae66d6da09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.309737 [ 3 ] {} HTTP-Session: 8c5ded78-b865-4942-9a60-18ae66d6da09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.309767 [ 3 ] {} HTTP-Session: 8c5ded78-b865-4942-9a60-18ae66d6da09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.310020 [ 3 ] {03af85bb-85db-4780-8951-0ebc0d5fcc47} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.06.28 22:10:18.310087 [ 3 ] {03af85bb-85db-4780-8951-0ebc0d5fcc47} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2024.06.28 22:10:18.312012 [ 3 ] {03af85bb-85db-4780-8951-0ebc0d5fcc47} oximeter.measurements_histogrami64 (66003347-b999-4bbb-b97d-05d36142a6e0): Loading data parts 2024.06.28 22:10:18.312204 [ 3 ] {03af85bb-85db-4780-8951-0ebc0d5fcc47} oximeter.measurements_histogrami64 (66003347-b999-4bbb-b97d-05d36142a6e0): There are no data parts 2024.06.28 22:10:18.313410 [ 3 ] {03af85bb-85db-4780-8951-0ebc0d5fcc47} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.313435 [ 3 ] {} HTTP-Session: 8c5ded78-b865-4942-9a60-18ae66d6da09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.313559 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.313613 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.313639 [ 3 ] {} HTTP-Session: bb876101-82cb-4f5e-81fc-b47d49f59f63 Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.313654 [ 3 ] {} HTTP-Session: bb876101-82cb-4f5e-81fc-b47d49f59f63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.313673 [ 3 ] {} HTTP-Session: bb876101-82cb-4f5e-81fc-b47d49f59f63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.313703 [ 3 ] {} HTTP-Session: bb876101-82cb-4f5e-81fc-b47d49f59f63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.313990 [ 3 ] {c687f8ab-b735-42c4-ad7b-9319d20335b8} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.06.28 22:10:18.314070 [ 3 ] {c687f8ab-b735-42c4-ad7b-9319d20335b8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2024.06.28 22:10:18.315982 [ 3 ] {c687f8ab-b735-42c4-ad7b-9319d20335b8} oximeter.measurements_histogramu64 (71592898-f4f2-4681-b480-5af7e948bfaf): Loading data parts 2024.06.28 22:10:18.316150 [ 3 ] {c687f8ab-b735-42c4-ad7b-9319d20335b8} oximeter.measurements_histogramu64 (71592898-f4f2-4681-b480-5af7e948bfaf): There are no data parts 2024.06.28 22:10:18.317359 [ 3 ] {c687f8ab-b735-42c4-ad7b-9319d20335b8} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.317384 [ 3 ] {} HTTP-Session: bb876101-82cb-4f5e-81fc-b47d49f59f63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.317498 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.317552 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.317572 [ 3 ] {} HTTP-Session: ad94e4da-9551-46bf-9838-4734944c91b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.317595 [ 3 ] {} HTTP-Session: ad94e4da-9551-46bf-9838-4734944c91b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.317614 [ 3 ] {} HTTP-Session: ad94e4da-9551-46bf-9838-4734944c91b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.317643 [ 3 ] {} HTTP-Session: ad94e4da-9551-46bf-9838-4734944c91b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.317892 [ 3 ] {fd3eb945-bd81-4862-b80a-917e91e35e6e} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.06.28 22:10:18.317959 [ 3 ] {fd3eb945-bd81-4862-b80a-917e91e35e6e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2024.06.28 22:10:18.319886 [ 3 ] {fd3eb945-bd81-4862-b80a-917e91e35e6e} oximeter.measurements_histogramf32 (7c737470-a738-4c67-83f7-7a5d06452bed): Loading data parts 2024.06.28 22:10:18.320043 [ 3 ] {fd3eb945-bd81-4862-b80a-917e91e35e6e} oximeter.measurements_histogramf32 (7c737470-a738-4c67-83f7-7a5d06452bed): There are no data parts 2024.06.28 22:10:18.321253 [ 3 ] {fd3eb945-bd81-4862-b80a-917e91e35e6e} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.321285 [ 3 ] {} HTTP-Session: ad94e4da-9551-46bf-9838-4734944c91b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.321385 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.321437 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.321464 [ 3 ] {} HTTP-Session: 3df2f2cd-55b9-4aff-a547-1c778d2e8bae Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.321479 [ 3 ] {} HTTP-Session: 3df2f2cd-55b9-4aff-a547-1c778d2e8bae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.321498 [ 3 ] {} HTTP-Session: 3df2f2cd-55b9-4aff-a547-1c778d2e8bae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.321534 [ 3 ] {} HTTP-Session: 3df2f2cd-55b9-4aff-a547-1c778d2e8bae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.321774 [ 3 ] {3c2a5d71-9abd-4b41-bb3b-126c205f0a6c} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.06.28 22:10:18.321840 [ 3 ] {3c2a5d71-9abd-4b41-bb3b-126c205f0a6c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2024.06.28 22:10:18.323728 [ 3 ] {3c2a5d71-9abd-4b41-bb3b-126c205f0a6c} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Loading data parts 2024.06.28 22:10:18.323887 [ 3 ] {3c2a5d71-9abd-4b41-bb3b-126c205f0a6c} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): There are no data parts 2024.06.28 22:10:18.325084 [ 3 ] {3c2a5d71-9abd-4b41-bb3b-126c205f0a6c} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.325109 [ 3 ] {} HTTP-Session: 3df2f2cd-55b9-4aff-a547-1c778d2e8bae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.325250 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.325305 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.325330 [ 3 ] {} HTTP-Session: dc23922e-7bc8-421e-8f41-020a72495b13 Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.325346 [ 3 ] {} HTTP-Session: dc23922e-7bc8-421e-8f41-020a72495b13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.325371 [ 3 ] {} HTTP-Session: dc23922e-7bc8-421e-8f41-020a72495b13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.325405 [ 3 ] {} HTTP-Session: dc23922e-7bc8-421e-8f41-020a72495b13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.325563 [ 3 ] {ed8e3979-739b-4173-aa10-f172fa530b42} executeQuery: (from [fd00:1122:3344:101::d]:47094) /* 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.06.28 22:10:18.325619 [ 3 ] {ed8e3979-739b-4173-aa10-f172fa530b42} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2024.06.28 22:10:18.327130 [ 3 ] {ed8e3979-739b-4173-aa10-f172fa530b42} oximeter.fields_bool (b500944c-5b19-4dff-ac01-9ccd25dc0260): Loading data parts 2024.06.28 22:10:18.327304 [ 3 ] {ed8e3979-739b-4173-aa10-f172fa530b42} oximeter.fields_bool (b500944c-5b19-4dff-ac01-9ccd25dc0260): There are no data parts 2024.06.28 22:10:18.328402 [ 3 ] {ed8e3979-739b-4173-aa10-f172fa530b42} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.328436 [ 3 ] {} HTTP-Session: dc23922e-7bc8-421e-8f41-020a72495b13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.328549 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.328605 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.328623 [ 3 ] {} HTTP-Session: a797e558-997d-4ddd-bff8-63cc3d818909 Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.328646 [ 3 ] {} HTTP-Session: a797e558-997d-4ddd-bff8-63cc3d818909 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.328659 [ 3 ] {} HTTP-Session: a797e558-997d-4ddd-bff8-63cc3d818909 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.328694 [ 3 ] {} HTTP-Session: a797e558-997d-4ddd-bff8-63cc3d818909 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.328840 [ 3 ] {b6a9a004-d3b7-437a-8967-3817a14a3bd0} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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.06.28 22:10:18.328898 [ 3 ] {b6a9a004-d3b7-437a-8967-3817a14a3bd0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2024.06.28 22:10:18.330452 [ 3 ] {b6a9a004-d3b7-437a-8967-3817a14a3bd0} oximeter.fields_i8 (f4b8b124-b3b2-44c2-911b-dc5e7ec58d03): Loading data parts 2024.06.28 22:10:18.330612 [ 3 ] {b6a9a004-d3b7-437a-8967-3817a14a3bd0} oximeter.fields_i8 (f4b8b124-b3b2-44c2-911b-dc5e7ec58d03): There are no data parts 2024.06.28 22:10:18.331724 [ 3 ] {b6a9a004-d3b7-437a-8967-3817a14a3bd0} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.331759 [ 3 ] {} HTTP-Session: a797e558-997d-4ddd-bff8-63cc3d818909 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.331871 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.331935 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.331955 [ 3 ] {} HTTP-Session: 8ed66e93-b03b-4afa-946c-243461c3c6d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.331977 [ 3 ] {} HTTP-Session: 8ed66e93-b03b-4afa-946c-243461c3c6d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.331991 [ 3 ] {} HTTP-Session: 8ed66e93-b03b-4afa-946c-243461c3c6d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.332028 [ 3 ] {} HTTP-Session: 8ed66e93-b03b-4afa-946c-243461c3c6d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.332172 [ 3 ] {1a1694d6-8ca9-492d-86d0-035a4766cecd} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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.06.28 22:10:18.332219 [ 3 ] {1a1694d6-8ca9-492d-86d0-035a4766cecd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2024.06.28 22:10:18.333772 [ 3 ] {1a1694d6-8ca9-492d-86d0-035a4766cecd} oximeter.fields_u8 (2169e037-7bd2-44b7-8a86-ee236025c4a0): Loading data parts 2024.06.28 22:10:18.333923 [ 3 ] {1a1694d6-8ca9-492d-86d0-035a4766cecd} oximeter.fields_u8 (2169e037-7bd2-44b7-8a86-ee236025c4a0): There are no data parts 2024.06.28 22:10:18.335038 [ 3 ] {1a1694d6-8ca9-492d-86d0-035a4766cecd} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.335075 [ 3 ] {} HTTP-Session: 8ed66e93-b03b-4afa-946c-243461c3c6d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.335180 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.335235 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.335261 [ 3 ] {} HTTP-Session: 2d02eff0-6a49-4771-9157-bcb4c687c2e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.335284 [ 3 ] {} HTTP-Session: 2d02eff0-6a49-4771-9157-bcb4c687c2e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.335297 [ 3 ] {} HTTP-Session: 2d02eff0-6a49-4771-9157-bcb4c687c2e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.335335 [ 3 ] {} HTTP-Session: 2d02eff0-6a49-4771-9157-bcb4c687c2e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.335480 [ 3 ] {a288d429-2694-460b-8259-850780e52678} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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.06.28 22:10:18.335526 [ 3 ] {a288d429-2694-460b-8259-850780e52678} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2024.06.28 22:10:18.337090 [ 3 ] {a288d429-2694-460b-8259-850780e52678} oximeter.fields_i16 (f29685e7-aa53-4f0e-85ab-700330d28fe6): Loading data parts 2024.06.28 22:10:18.337249 [ 3 ] {a288d429-2694-460b-8259-850780e52678} oximeter.fields_i16 (f29685e7-aa53-4f0e-85ab-700330d28fe6): There are no data parts 2024.06.28 22:10:18.338347 [ 3 ] {a288d429-2694-460b-8259-850780e52678} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.338380 [ 3 ] {} HTTP-Session: 2d02eff0-6a49-4771-9157-bcb4c687c2e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.338488 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.338548 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.338575 [ 3 ] {} HTTP-Session: 0aedde78-7cf7-47d8-83e9-9eedac917d0f Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.338591 [ 3 ] {} HTTP-Session: 0aedde78-7cf7-47d8-83e9-9eedac917d0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.338611 [ 3 ] {} HTTP-Session: 0aedde78-7cf7-47d8-83e9-9eedac917d0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.338648 [ 3 ] {} HTTP-Session: 0aedde78-7cf7-47d8-83e9-9eedac917d0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.338787 [ 3 ] {6a56e2c3-5af5-49e6-918a-d4cbe5790ee3} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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.06.28 22:10:18.338842 [ 3 ] {6a56e2c3-5af5-49e6-918a-d4cbe5790ee3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2024.06.28 22:10:18.340526 [ 3 ] {6a56e2c3-5af5-49e6-918a-d4cbe5790ee3} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Loading data parts 2024.06.28 22:10:18.340679 [ 3 ] {6a56e2c3-5af5-49e6-918a-d4cbe5790ee3} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): There are no data parts 2024.06.28 22:10:18.341813 [ 3 ] {6a56e2c3-5af5-49e6-918a-d4cbe5790ee3} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.341838 [ 3 ] {} HTTP-Session: 0aedde78-7cf7-47d8-83e9-9eedac917d0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.341965 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.342020 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.342039 [ 3 ] {} HTTP-Session: 6d69c68c-f6ee-4bc9-bb50-bded04451c27 Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.342063 [ 3 ] {} HTTP-Session: 6d69c68c-f6ee-4bc9-bb50-bded04451c27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.342084 [ 3 ] {} HTTP-Session: 6d69c68c-f6ee-4bc9-bb50-bded04451c27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.342112 [ 3 ] {} HTTP-Session: 6d69c68c-f6ee-4bc9-bb50-bded04451c27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.342263 [ 3 ] {658bd6e2-7d48-4a79-864b-af416d2e8cc8} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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.06.28 22:10:18.342315 [ 3 ] {658bd6e2-7d48-4a79-864b-af416d2e8cc8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2024.06.28 22:10:18.343939 [ 3 ] {658bd6e2-7d48-4a79-864b-af416d2e8cc8} oximeter.fields_i32 (ecbb6930-7313-4cd5-8ea3-e1bb462ff089): Loading data parts 2024.06.28 22:10:18.344137 [ 3 ] {658bd6e2-7d48-4a79-864b-af416d2e8cc8} oximeter.fields_i32 (ecbb6930-7313-4cd5-8ea3-e1bb462ff089): There are no data parts 2024.06.28 22:10:18.345301 [ 3 ] {658bd6e2-7d48-4a79-864b-af416d2e8cc8} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.345327 [ 3 ] {} HTTP-Session: 6d69c68c-f6ee-4bc9-bb50-bded04451c27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.345454 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.345509 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.345527 [ 3 ] {} HTTP-Session: c56412b0-13d2-4676-89c0-59ab96f15d99 Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.345552 [ 3 ] {} HTTP-Session: c56412b0-13d2-4676-89c0-59ab96f15d99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.345566 [ 3 ] {} HTTP-Session: c56412b0-13d2-4676-89c0-59ab96f15d99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.345601 [ 3 ] {} HTTP-Session: c56412b0-13d2-4676-89c0-59ab96f15d99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.345747 [ 3 ] {131de2c3-a95a-41cb-8bd3-04d94ff0a9a3} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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.06.28 22:10:18.345802 [ 3 ] {131de2c3-a95a-41cb-8bd3-04d94ff0a9a3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2024.06.28 22:10:18.347297 [ 3 ] {131de2c3-a95a-41cb-8bd3-04d94ff0a9a3} oximeter.fields_u32 (a9a4c206-e85d-4ef9-9f74-8c7dadf647c3): Loading data parts 2024.06.28 22:10:18.347475 [ 3 ] {131de2c3-a95a-41cb-8bd3-04d94ff0a9a3} oximeter.fields_u32 (a9a4c206-e85d-4ef9-9f74-8c7dadf647c3): There are no data parts 2024.06.28 22:10:18.348582 [ 3 ] {131de2c3-a95a-41cb-8bd3-04d94ff0a9a3} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.348607 [ 3 ] {} HTTP-Session: c56412b0-13d2-4676-89c0-59ab96f15d99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.348718 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.348794 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.348814 [ 3 ] {} HTTP-Session: c9ce646b-79a2-485b-87f3-c693ef62add1 Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.348837 [ 3 ] {} HTTP-Session: c9ce646b-79a2-485b-87f3-c693ef62add1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.348851 [ 3 ] {} HTTP-Session: c9ce646b-79a2-485b-87f3-c693ef62add1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.348881 [ 3 ] {} HTTP-Session: c9ce646b-79a2-485b-87f3-c693ef62add1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.349027 [ 3 ] {33c63c35-e827-438e-8a2e-d9b661dbef5b} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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.06.28 22:10:18.349066 [ 3 ] {33c63c35-e827-438e-8a2e-d9b661dbef5b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2024.06.28 22:10:18.350572 [ 3 ] {33c63c35-e827-438e-8a2e-d9b661dbef5b} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Loading data parts 2024.06.28 22:10:18.350733 [ 3 ] {33c63c35-e827-438e-8a2e-d9b661dbef5b} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): There are no data parts 2024.06.28 22:10:18.351936 [ 3 ] {33c63c35-e827-438e-8a2e-d9b661dbef5b} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.351972 [ 3 ] {} HTTP-Session: c9ce646b-79a2-485b-87f3-c693ef62add1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.352090 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.352137 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.352156 [ 3 ] {} HTTP-Session: 85e21a64-9c54-49fc-88a4-40cced19bc19 Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.352173 [ 3 ] {} HTTP-Session: 85e21a64-9c54-49fc-88a4-40cced19bc19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.352187 [ 3 ] {} HTTP-Session: 85e21a64-9c54-49fc-88a4-40cced19bc19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.352216 [ 3 ] {} HTTP-Session: 85e21a64-9c54-49fc-88a4-40cced19bc19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.352359 [ 3 ] {60e0c017-b33c-4633-abba-9fae1762f3a6} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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.06.28 22:10:18.352401 [ 3 ] {60e0c017-b33c-4633-abba-9fae1762f3a6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2024.06.28 22:10:18.353924 [ 3 ] {60e0c017-b33c-4633-abba-9fae1762f3a6} oximeter.fields_u64 (bc4e598b-54d4-40fd-9468-4a0b55ac36cf): Loading data parts 2024.06.28 22:10:18.354082 [ 3 ] {60e0c017-b33c-4633-abba-9fae1762f3a6} oximeter.fields_u64 (bc4e598b-54d4-40fd-9468-4a0b55ac36cf): There are no data parts 2024.06.28 22:10:18.355204 [ 3 ] {60e0c017-b33c-4633-abba-9fae1762f3a6} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.355231 [ 3 ] {} HTTP-Session: 85e21a64-9c54-49fc-88a4-40cced19bc19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.355339 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.355391 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.355412 [ 3 ] {} HTTP-Session: ba0297ca-da06-4272-86b4-4dd48860b037 Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.355430 [ 3 ] {} HTTP-Session: ba0297ca-da06-4272-86b4-4dd48860b037 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.355443 [ 3 ] {} HTTP-Session: ba0297ca-da06-4272-86b4-4dd48860b037 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.355473 [ 3 ] {} HTTP-Session: ba0297ca-da06-4272-86b4-4dd48860b037 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.355612 [ 3 ] {fbbc9fac-34a6-4e1d-9a32-1177a86821b1} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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.06.28 22:10:18.355650 [ 3 ] {fbbc9fac-34a6-4e1d-9a32-1177a86821b1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2024.06.28 22:10:18.357179 [ 3 ] {fbbc9fac-34a6-4e1d-9a32-1177a86821b1} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Loading data parts 2024.06.28 22:10:18.357366 [ 3 ] {fbbc9fac-34a6-4e1d-9a32-1177a86821b1} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): There are no data parts 2024.06.28 22:10:18.358909 [ 3 ] {fbbc9fac-34a6-4e1d-9a32-1177a86821b1} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.358947 [ 3 ] {} HTTP-Session: ba0297ca-da06-4272-86b4-4dd48860b037 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.359075 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.359127 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.359146 [ 3 ] {} HTTP-Session: 11d96d5d-0574-46cb-8032-8b77203395c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.359164 [ 3 ] {} HTTP-Session: 11d96d5d-0574-46cb-8032-8b77203395c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.359178 [ 3 ] {} HTTP-Session: 11d96d5d-0574-46cb-8032-8b77203395c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.359209 [ 3 ] {} HTTP-Session: 11d96d5d-0574-46cb-8032-8b77203395c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.359349 [ 3 ] {28f50c0f-8a19-411d-b3f1-d36a5766ccc8} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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.06.28 22:10:18.359388 [ 3 ] {28f50c0f-8a19-411d-b3f1-d36a5766ccc8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2024.06.28 22:10:18.361053 [ 3 ] {28f50c0f-8a19-411d-b3f1-d36a5766ccc8} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Loading data parts 2024.06.28 22:10:18.361216 [ 3 ] {28f50c0f-8a19-411d-b3f1-d36a5766ccc8} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): There are no data parts 2024.06.28 22:10:18.362355 [ 3 ] {28f50c0f-8a19-411d-b3f1-d36a5766ccc8} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.362379 [ 3 ] {} HTTP-Session: 11d96d5d-0574-46cb-8032-8b77203395c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.362494 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.362540 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.362559 [ 3 ] {} HTTP-Session: 12af87bc-82af-4dd6-a495-a14bfd20bc80 Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.362575 [ 3 ] {} HTTP-Session: 12af87bc-82af-4dd6-a495-a14bfd20bc80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.362589 [ 3 ] {} HTTP-Session: 12af87bc-82af-4dd6-a495-a14bfd20bc80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.362619 [ 3 ] {} HTTP-Session: 12af87bc-82af-4dd6-a495-a14bfd20bc80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.362758 [ 3 ] {65ffe035-957a-4efc-97aa-ee32ebd99457} executeQuery: (from [fd00:1122:3344:101::d]:47094) 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.06.28 22:10:18.362796 [ 3 ] {65ffe035-957a-4efc-97aa-ee32ebd99457} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2024.06.28 22:10:18.364348 [ 3 ] {65ffe035-957a-4efc-97aa-ee32ebd99457} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Loading data parts 2024.06.28 22:10:18.364517 [ 3 ] {65ffe035-957a-4efc-97aa-ee32ebd99457} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): There are no data parts 2024.06.28 22:10:18.365652 [ 3 ] {65ffe035-957a-4efc-97aa-ee32ebd99457} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.365678 [ 3 ] {} HTTP-Session: 12af87bc-82af-4dd6-a495-a14bfd20bc80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.365799 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.365847 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.365866 [ 3 ] {} HTTP-Session: a22bba31-7a32-4f21-8c1b-609fe426977a Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.365883 [ 3 ] {} HTTP-Session: a22bba31-7a32-4f21-8c1b-609fe426977a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.365898 [ 3 ] {} HTTP-Session: a22bba31-7a32-4f21-8c1b-609fe426977a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.365929 [ 3 ] {} HTTP-Session: a22bba31-7a32-4f21-8c1b-609fe426977a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.366133 [ 3 ] {e79069e9-b6e9-41fd-b393-a75596f14bc2} executeQuery: (from [fd00:1122:3344:101::d]:47094) /* 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.06.28 22:10:18.366193 [ 3 ] {e79069e9-b6e9-41fd-b393-a75596f14bc2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2024.06.28 22:10:18.367883 [ 3 ] {e79069e9-b6e9-41fd-b393-a75596f14bc2} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb): Loading data parts 2024.06.28 22:10:18.368046 [ 3 ] {e79069e9-b6e9-41fd-b393-a75596f14bc2} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb): There are no data parts 2024.06.28 22:10:18.369328 [ 3 ] {e79069e9-b6e9-41fd-b393-a75596f14bc2} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.369355 [ 3 ] {} HTTP-Session: a22bba31-7a32-4f21-8c1b-609fe426977a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.369502 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47094, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:18.369555 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:18.369575 [ 3 ] {} HTTP-Session: ab74f04b-3d0d-4492-98c5-46499263ce39 Authenticating user 'default' from [fd00:1122:3344:101::d]:47094 2024.06.28 22:10:18.369592 [ 3 ] {} HTTP-Session: ab74f04b-3d0d-4492-98c5-46499263ce39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.369606 [ 3 ] {} HTTP-Session: ab74f04b-3d0d-4492-98c5-46499263ce39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:18.369638 [ 3 ] {} HTTP-Session: ab74f04b-3d0d-4492-98c5-46499263ce39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:18.369811 [ 3 ] {64089f7c-2e65-4d0c-93ff-e2db53e027ad} executeQuery: (from [fd00:1122:3344:101::d]:47094) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2024.06.28 22:10:18.371516 [ 3 ] {64089f7c-2e65-4d0c-93ff-e2db53e027ad} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2024.06.28 22:10:18.375473 [ 3 ] {64089f7c-2e65-4d0c-93ff-e2db53e027ad} oximeter.version (d36620a4-6ee0-469c-a22e-e8ec7ab577b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:10:18.375511 [ 3 ] {64089f7c-2e65-4d0c-93ff-e2db53e027ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.06.28 22:10:18.380065 [ 3 ] {64089f7c-2e65-4d0c-93ff-e2db53e027ad} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.06.28 22:10:18.381125 [ 3 ] {64089f7c-2e65-4d0c-93ff-e2db53e027ad} oximeter.version (d36620a4-6ee0-469c-a22e-e8ec7ab577b8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:10:18.381408 [ 3 ] {64089f7c-2e65-4d0c-93ff-e2db53e027ad} executeQuery: Read 1 rows, 16.00 B in 0.01168 sec., 85.6164383561644 rows/sec., 1.34 KiB/sec. 2024.06.28 22:10:18.381577 [ 3 ] {64089f7c-2e65-4d0c-93ff-e2db53e027ad} DynamicQueryHandler: Done processing query 2024.06.28 22:10:18.381602 [ 3 ] {64089f7c-2e65-4d0c-93ff-e2db53e027ad} MemoryTracker: Peak memory usage (for query): 4.19 MiB. 2024.06.28 22:10:18.381625 [ 3 ] {} HTTP-Session: ab74f04b-3d0d-4492-98c5-46499263ce39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:19.001038 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 160.67 MiB, peak 165.81 MiB, free memory in arenas 0.00 B, will set to 173.66 MiB (RSS), difference: 12.98 MiB 2024.06.28 22:10:28.390357 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:28.390496 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:28.390526 [ 3 ] {} HTTP-Session: 7095d477-44d0-4b44-839f-3cf285169cbf Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:28.390554 [ 3 ] {} HTTP-Session: 7095d477-44d0-4b44-839f-3cf285169cbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:28.390573 [ 3 ] {} HTTP-Session: 7095d477-44d0-4b44-839f-3cf285169cbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:28.390629 [ 3 ] {} HTTP-Session: 7095d477-44d0-4b44-839f-3cf285169cbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:28.390837 [ 3 ] {57552a2d-8183-43a0-885c-cc31d5e2b450} executeQuery: (from [fd00:1122:3344:101::d]:33318) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) 2024.06.28 22:10:28.391214 [ 3 ] {57552a2d-8183-43a0-885c-cc31d5e2b450} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.28 22:10:28.391357 [ 3 ] {57552a2d-8183-43a0-885c-cc31d5e2b450} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.28 22:10:28.392440 [ 3 ] {57552a2d-8183-43a0-885c-cc31d5e2b450} DynamicQueryHandler: Done processing query 2024.06.28 22:10:28.392471 [ 3 ] {57552a2d-8183-43a0-885c-cc31d5e2b450} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.28 22:10:28.392488 [ 3 ] {} HTTP-Session: 7095d477-44d0-4b44-839f-3cf285169cbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:28.394580 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:28.394636 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:28.394658 [ 3 ] {} HTTP-Session: ffb9f519-86fc-4541-bb8f-4d817e14f6fa Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:28.394675 [ 3 ] {} HTTP-Session: ffb9f519-86fc-4541-bb8f-4d817e14f6fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:28.394690 [ 3 ] {} HTTP-Session: ffb9f519-86fc-4541-bb8f-4d817e14f6fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:28.394723 [ 3 ] {} HTTP-Session: ffb9f519-86fc-4541-bb8f-4d817e14f6fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:28.394866 [ 3 ] {6bd1ef53-90fa-4b17-9d2a-2110b1257fa3} executeQuery: (from [fd00:1122:3344:101::d]:33318) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) 2024.06.28 22:10:28.397035 [ 3 ] {6bd1ef53-90fa-4b17-9d2a-2110b1257fa3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.28 22:10:28.397096 [ 3 ] {6bd1ef53-90fa-4b17-9d2a-2110b1257fa3} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.28 22:10:28.398023 [ 3 ] {6bd1ef53-90fa-4b17-9d2a-2110b1257fa3} DynamicQueryHandler: Done processing query 2024.06.28 22:10:28.398050 [ 3 ] {6bd1ef53-90fa-4b17-9d2a-2110b1257fa3} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.28 22:10:28.398067 [ 3 ] {} HTTP-Session: ffb9f519-86fc-4541-bb8f-4d817e14f6fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:28.398345 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:28.398395 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:28.398415 [ 3 ] {} HTTP-Session: 36122514-40d3-448d-88d5-d0caac4b088a Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:28.398433 [ 3 ] {} HTTP-Session: 36122514-40d3-448d-88d5-d0caac4b088a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:28.398448 [ 3 ] {} HTTP-Session: 36122514-40d3-448d-88d5-d0caac4b088a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:28.398496 [ 3 ] {} HTTP-Session: 36122514-40d3-448d-88d5-d0caac4b088a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:28.398663 [ 3 ] {e1789e69-f26f-4505-bf46-961b48693fd2} executeQuery: (from [fd00:1122:3344:101::d]:33318) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) 2024.06.28 22:10:28.399018 [ 3 ] {e1789e69-f26f-4505-bf46-961b48693fd2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.28 22:10:28.399070 [ 3 ] {e1789e69-f26f-4505-bf46-961b48693fd2} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.28 22:10:28.399981 [ 3 ] {e1789e69-f26f-4505-bf46-961b48693fd2} DynamicQueryHandler: Done processing query 2024.06.28 22:10:28.400007 [ 3 ] {e1789e69-f26f-4505-bf46-961b48693fd2} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.28 22:10:28.400023 [ 3 ] {} HTTP-Session: 36122514-40d3-448d-88d5-d0caac4b088a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:28.400211 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 198, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:28.400261 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:28.400281 [ 3 ] {} HTTP-Session: ec2eb178-fe30-4fdc-9b05-19c0608cc233 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:28.400297 [ 3 ] {} HTTP-Session: ec2eb178-fe30-4fdc-9b05-19c0608cc233 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:28.400311 [ 3 ] {} HTTP-Session: ec2eb178-fe30-4fdc-9b05-19c0608cc233 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:28.400343 [ 3 ] {} HTTP-Session: ec2eb178-fe30-4fdc-9b05-19c0608cc233 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:28.400464 [ 3 ] {ed9af0e2-3dc7-4a5e-8120-738bade3c1f8} executeQuery: (from [fd00:1122:3344:101::d]:33318) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.06.28 22:10:28.400775 [ 3 ] {ed9af0e2-3dc7-4a5e-8120-738bade3c1f8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.28 22:10:28.400826 [ 3 ] {ed9af0e2-3dc7-4a5e-8120-738bade3c1f8} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.28 22:10:28.401692 [ 3 ] {ed9af0e2-3dc7-4a5e-8120-738bade3c1f8} DynamicQueryHandler: Done processing query 2024.06.28 22:10:28.401717 [ 3 ] {ed9af0e2-3dc7-4a5e-8120-738bade3c1f8} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.28 22:10:28.401733 [ 3 ] {} HTTP-Session: ec2eb178-fe30-4fdc-9b05-19c0608cc233 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:28.402369 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:28.402416 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:28.402434 [ 3 ] {} HTTP-Session: 0cf51a9a-e4f5-4853-973e-8059bfb59fd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:28.402450 [ 3 ] {} HTTP-Session: 0cf51a9a-e4f5-4853-973e-8059bfb59fd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:28.402464 [ 3 ] {} HTTP-Session: 0cf51a9a-e4f5-4853-973e-8059bfb59fd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:28.402493 [ 3 ] {} HTTP-Session: 0cf51a9a-e4f5-4853-973e-8059bfb59fd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:28.402604 [ 3 ] {44fdf938-614e-49b8-9ab6-abaa76206338} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:10:28.402649 [ 3 ] {44fdf938-614e-49b8-9ab6-abaa76206338} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.28 22:10:28.402841 [ 3 ] {44fdf938-614e-49b8-9ab6-abaa76206338} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:10:28.403314 [ 3 ] {44fdf938-614e-49b8-9ab6-abaa76206338} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:10:28.403353 [ 3 ] {44fdf938-614e-49b8-9ab6-abaa76206338} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:10:28.403884 [ 3 ] {44fdf938-614e-49b8-9ab6-abaa76206338} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.06.28 22:10:28.404191 [ 3 ] {44fdf938-614e-49b8-9ab6-abaa76206338} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:10:28.404351 [ 3 ] {44fdf938-614e-49b8-9ab6-abaa76206338} executeQuery: Read 4 rows, 521.00 B in 0.001777 sec., 2250.9848058525604 rows/sec., 286.32 KiB/sec. 2024.06.28 22:10:28.404640 [ 3 ] {44fdf938-614e-49b8-9ab6-abaa76206338} DynamicQueryHandler: Done processing query 2024.06.28 22:10:28.404664 [ 3 ] {44fdf938-614e-49b8-9ab6-abaa76206338} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.28 22:10:28.404679 [ 3 ] {} HTTP-Session: 0cf51a9a-e4f5-4853-973e-8059bfb59fd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:28.404783 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:28.404831 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:28.404849 [ 3 ] {} HTTP-Session: d69c3cc0-9d2a-4bd4-9cf3-c90ce3279d9d Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:28.404866 [ 3 ] {} HTTP-Session: d69c3cc0-9d2a-4bd4-9cf3-c90ce3279d9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:28.404880 [ 3 ] {} HTTP-Session: d69c3cc0-9d2a-4bd4-9cf3-c90ce3279d9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:28.404911 [ 3 ] {} HTTP-Session: d69c3cc0-9d2a-4bd4-9cf3-c90ce3279d9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:28.405007 [ 3 ] {0bcde8d0-a7d8-4fe3-bb02-5f3dccf179c7} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:10:28.405051 [ 3 ] {0bcde8d0-a7d8-4fe3-bb02-5f3dccf179c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:10:28.405194 [ 3 ] {0bcde8d0-a7d8-4fe3-bb02-5f3dccf179c7} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:10:28.406090 [ 3 ] {0bcde8d0-a7d8-4fe3-bb02-5f3dccf179c7} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:10:28.406124 [ 3 ] {0bcde8d0-a7d8-4fe3-bb02-5f3dccf179c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:10:28.406419 [ 3 ] {0bcde8d0-a7d8-4fe3-bb02-5f3dccf179c7} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.06.28 22:10:28.406716 [ 3 ] {0bcde8d0-a7d8-4fe3-bb02-5f3dccf179c7} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:10:28.406828 [ 3 ] {0bcde8d0-a7d8-4fe3-bb02-5f3dccf179c7} executeQuery: Read 4 rows, 345.00 B in 0.001847 sec., 2165.674066053059 rows/sec., 182.41 KiB/sec. 2024.06.28 22:10:28.406983 [ 3 ] {0bcde8d0-a7d8-4fe3-bb02-5f3dccf179c7} DynamicQueryHandler: Done processing query 2024.06.28 22:10:28.407006 [ 3 ] {0bcde8d0-a7d8-4fe3-bb02-5f3dccf179c7} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:10:28.407022 [ 3 ] {} HTTP-Session: d69c3cc0-9d2a-4bd4-9cf3-c90ce3279d9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:28.407122 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 1412, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:28.407168 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:28.407186 [ 3 ] {} HTTP-Session: bc6b431a-0526-439f-a411-312efc1e78ba Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:28.407203 [ 3 ] {} HTTP-Session: bc6b431a-0526-439f-a411-312efc1e78ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:28.407216 [ 3 ] {} HTTP-Session: bc6b431a-0526-439f-a411-312efc1e78ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:28.407246 [ 3 ] {} HTTP-Session: bc6b431a-0526-439f-a411-312efc1e78ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:28.407341 [ 3 ] {9278bf61-e2a7-4048-b29a-46f5e629e7b2} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:10:28.407382 [ 3 ] {9278bf61-e2a7-4048-b29a-46f5e629e7b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:10:28.408016 [ 3 ] {9278bf61-e2a7-4048-b29a-46f5e629e7b2} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:10:28.408339 [ 3 ] {9278bf61-e2a7-4048-b29a-46f5e629e7b2} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:10:28.408374 [ 3 ] {9278bf61-e2a7-4048-b29a-46f5e629e7b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:10:28.409189 [ 3 ] {9278bf61-e2a7-4048-b29a-46f5e629e7b2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.06.28 22:10:28.409495 [ 3 ] {9278bf61-e2a7-4048-b29a-46f5e629e7b2} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:10:28.409616 [ 3 ] {9278bf61-e2a7-4048-b29a-46f5e629e7b2} executeQuery: Read 8 rows, 658.00 B in 0.002302 sec., 3475.238922675934 rows/sec., 279.14 KiB/sec. 2024.06.28 22:10:28.409771 [ 3 ] {9278bf61-e2a7-4048-b29a-46f5e629e7b2} DynamicQueryHandler: Done processing query 2024.06.28 22:10:28.409794 [ 3 ] {9278bf61-e2a7-4048-b29a-46f5e629e7b2} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:10:28.409809 [ 3 ] {} HTTP-Session: bc6b431a-0526-439f-a411-312efc1e78ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:28.409914 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 1631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:28.409961 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:28.409979 [ 3 ] {} HTTP-Session: c94cb92a-ecfe-4a24-84b3-b88c56bf2613 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:28.409996 [ 3 ] {} HTTP-Session: c94cb92a-ecfe-4a24-84b3-b88c56bf2613 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:28.410010 [ 3 ] {} HTTP-Session: c94cb92a-ecfe-4a24-84b3-b88c56bf2613 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:28.410040 [ 3 ] {} HTTP-Session: c94cb92a-ecfe-4a24-84b3-b88c56bf2613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:28.410133 [ 3 ] {a2ce1cd3-7943-45c6-afac-d29c7d3b6990} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:10:28.410178 [ 3 ] {a2ce1cd3-7943-45c6-afac-d29c7d3b6990} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:10:28.410318 [ 3 ] {a2ce1cd3-7943-45c6-afac-d29c7d3b6990} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:10:28.411130 [ 3 ] {a2ce1cd3-7943-45c6-afac-d29c7d3b6990} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:10:28.411163 [ 3 ] {a2ce1cd3-7943-45c6-afac-d29c7d3b6990} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:10:28.411598 [ 3 ] {a2ce1cd3-7943-45c6-afac-d29c7d3b6990} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.06.28 22:10:28.411923 [ 3 ] {a2ce1cd3-7943-45c6-afac-d29c7d3b6990} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:10:28.412044 [ 3 ] {a2ce1cd3-7943-45c6-afac-d29c7d3b6990} executeQuery: Read 8 rows, 624.00 B in 0.001937 sec., 4130.098089829634 rows/sec., 314.60 KiB/sec. 2024.06.28 22:10:28.412201 [ 3 ] {a2ce1cd3-7943-45c6-afac-d29c7d3b6990} DynamicQueryHandler: Done processing query 2024.06.28 22:10:28.412224 [ 3 ] {a2ce1cd3-7943-45c6-afac-d29c7d3b6990} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:10:28.412240 [ 3 ] {} HTTP-Session: c94cb92a-ecfe-4a24-84b3-b88c56bf2613 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:28.412342 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 1221, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:28.412390 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:28.412409 [ 3 ] {} HTTP-Session: b1f3f7f1-1b60-4930-b93b-7d5c9e5f5655 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:28.412425 [ 3 ] {} HTTP-Session: b1f3f7f1-1b60-4930-b93b-7d5c9e5f5655 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:28.412439 [ 3 ] {} HTTP-Session: b1f3f7f1-1b60-4930-b93b-7d5c9e5f5655 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:28.412473 [ 3 ] {} HTTP-Session: b1f3f7f1-1b60-4930-b93b-7d5c9e5f5655 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:28.412570 [ 3 ] {eb7b573b-0cb7-4098-aabf-9592dc3cc278} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:10:28.412613 [ 3 ] {eb7b573b-0cb7-4098-aabf-9592dc3cc278} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:10:28.412738 [ 3 ] {eb7b573b-0cb7-4098-aabf-9592dc3cc278} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:10:28.413042 [ 3 ] {eb7b573b-0cb7-4098-aabf-9592dc3cc278} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:10:28.413075 [ 3 ] {eb7b573b-0cb7-4098-aabf-9592dc3cc278} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:10:28.413417 [ 3 ] {eb7b573b-0cb7-4098-aabf-9592dc3cc278} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.06.28 22:10:28.413728 [ 3 ] {eb7b573b-0cb7-4098-aabf-9592dc3cc278} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:10:28.413850 [ 3 ] {eb7b573b-0cb7-4098-aabf-9592dc3cc278} executeQuery: Read 8 rows, 516.00 B in 0.001305 sec., 6130.268199233717 rows/sec., 386.14 KiB/sec. 2024.06.28 22:10:28.414056 [ 3 ] {eb7b573b-0cb7-4098-aabf-9592dc3cc278} DynamicQueryHandler: Done processing query 2024.06.28 22:10:28.414079 [ 3 ] {eb7b573b-0cb7-4098-aabf-9592dc3cc278} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.06.28 22:10:28.414095 [ 3 ] {} HTTP-Session: b1f3f7f1-1b60-4930-b93b-7d5c9e5f5655 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:32.719358 [ 124 ] {} DNSResolver: Updating DNS cache 2024.06.28 22:10:32.719413 [ 124 ] {} DNSResolver: Updated DNS cache 2024.06.28 22:10:33.389383 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 239, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:33.389496 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:33.389522 [ 3 ] {} HTTP-Session: bd5d896f-92d7-47b3-8349-c07b90a63031 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:33.389548 [ 3 ] {} HTTP-Session: bd5d896f-92d7-47b3-8349-c07b90a63031 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.389562 [ 3 ] {} HTTP-Session: bd5d896f-92d7-47b3-8349-c07b90a63031 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.389610 [ 3 ] {} HTTP-Session: bd5d896f-92d7-47b3-8349-c07b90a63031 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:33.389826 [ 3 ] {5ea047f4-62eb-49f9-ab85-47b3ac830eed} executeQuery: (from [fd00:1122:3344:101::d]:33318) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.06.28 22:10:33.390230 [ 3 ] {5ea047f4-62eb-49f9-ab85-47b3ac830eed} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.28 22:10:33.390307 [ 3 ] {5ea047f4-62eb-49f9-ab85-47b3ac830eed} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.06.28 22:10:33.390596 [ 3 ] {5ea047f4-62eb-49f9-ab85-47b3ac830eed} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.28 22:10:33.390792 [ 3 ] {5ea047f4-62eb-49f9-ab85-47b3ac830eed} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.28 22:10:33.391148 [ 3 ] {5ea047f4-62eb-49f9-ab85-47b3ac830eed} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Key condition: (column 0 notIn 4-element set) 2024.06.28 22:10:33.392317 [ 3 ] {5ea047f4-62eb-49f9-ab85-47b3ac830eed} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.28 22:10:33.392369 [ 3 ] {5ea047f4-62eb-49f9-ab85-47b3ac830eed} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (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.06.28 22:10:33.392389 [ 3 ] {5ea047f4-62eb-49f9-ab85-47b3ac830eed} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.28 22:10:33.392498 [ 3 ] {5ea047f4-62eb-49f9-ab85-47b3ac830eed} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.28 22:10:33.392523 [ 3 ] {5ea047f4-62eb-49f9-ab85-47b3ac830eed} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.06.28 22:10:33.394738 [ 3 ] {5ea047f4-62eb-49f9-ab85-47b3ac830eed} executeQuery: Read 4 rows, 169.00 B in 0.004997 sec., 800.4802881729038 rows/sec., 33.03 KiB/sec. 2024.06.28 22:10:33.395053 [ 3 ] {5ea047f4-62eb-49f9-ab85-47b3ac830eed} DynamicQueryHandler: Done processing query 2024.06.28 22:10:33.395085 [ 3 ] {5ea047f4-62eb-49f9-ab85-47b3ac830eed} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.28 22:10:33.395106 [ 3 ] {} HTTP-Session: bd5d896f-92d7-47b3-8349-c07b90a63031 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.395365 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:33.395423 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:33.395447 [ 3 ] {} HTTP-Session: 191835c9-f98b-4c65-810b-3ed5db672cf7 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:33.395469 [ 3 ] {} HTTP-Session: 191835c9-f98b-4c65-810b-3ed5db672cf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.395488 [ 3 ] {} HTTP-Session: 191835c9-f98b-4c65-810b-3ed5db672cf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.395530 [ 3 ] {} HTTP-Session: 191835c9-f98b-4c65-810b-3ed5db672cf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:33.395955 [ 3 ] {51f64fdf-560a-4e1f-aee0-6bddd268ac26} executeQuery: (from [fd00:1122:3344:101::d]:33318) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.06.28 22:10:33.396212 [ 3 ] {51f64fdf-560a-4e1f-aee0-6bddd268ac26} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.28 22:10:33.396251 [ 3 ] {51f64fdf-560a-4e1f-aee0-6bddd268ac26} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.06.28 22:10:33.396470 [ 3 ] {51f64fdf-560a-4e1f-aee0-6bddd268ac26} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.28 22:10:33.396538 [ 3 ] {51f64fdf-560a-4e1f-aee0-6bddd268ac26} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.28 22:10:33.396677 [ 3 ] {51f64fdf-560a-4e1f-aee0-6bddd268ac26} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Key condition: (column 0 notIn 5-element set) 2024.06.28 22:10:33.396710 [ 3 ] {51f64fdf-560a-4e1f-aee0-6bddd268ac26} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.28 22:10:33.396733 [ 3 ] {51f64fdf-560a-4e1f-aee0-6bddd268ac26} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (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.06.28 22:10:33.396751 [ 3 ] {51f64fdf-560a-4e1f-aee0-6bddd268ac26} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.28 22:10:33.396790 [ 3 ] {51f64fdf-560a-4e1f-aee0-6bddd268ac26} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.28 22:10:33.396811 [ 3 ] {51f64fdf-560a-4e1f-aee0-6bddd268ac26} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.06.28 22:10:33.397633 [ 3 ] {51f64fdf-560a-4e1f-aee0-6bddd268ac26} executeQuery: Read 4 rows, 169.00 B in 0.001745 sec., 2292.2636103151863 rows/sec., 94.58 KiB/sec. 2024.06.28 22:10:33.397868 [ 3 ] {51f64fdf-560a-4e1f-aee0-6bddd268ac26} DynamicQueryHandler: Done processing query 2024.06.28 22:10:33.397893 [ 3 ] {51f64fdf-560a-4e1f-aee0-6bddd268ac26} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.28 22:10:33.397912 [ 3 ] {} HTTP-Session: 191835c9-f98b-4c65-810b-3ed5db672cf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.398213 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 324, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:33.398263 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:33.398287 [ 3 ] {} HTTP-Session: b3f2e093-07fa-460b-8d0c-73f3cbcabcf8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:33.398308 [ 3 ] {} HTTP-Session: b3f2e093-07fa-460b-8d0c-73f3cbcabcf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.398326 [ 3 ] {} HTTP-Session: b3f2e093-07fa-460b-8d0c-73f3cbcabcf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.398363 [ 3 ] {} HTTP-Session: b3f2e093-07fa-460b-8d0c-73f3cbcabcf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:33.398513 [ 3 ] {991ee1a7-85bc-4246-9b08-0f93291e3b7b} executeQuery: (from [fd00:1122:3344:101::d]:33318) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.06.28 22:10:33.398764 [ 3 ] {991ee1a7-85bc-4246-9b08-0f93291e3b7b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.28 22:10:33.398793 [ 3 ] {991ee1a7-85bc-4246-9b08-0f93291e3b7b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.06.28 22:10:33.398993 [ 3 ] {991ee1a7-85bc-4246-9b08-0f93291e3b7b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.28 22:10:33.399056 [ 3 ] {991ee1a7-85bc-4246-9b08-0f93291e3b7b} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.28 22:10:33.399191 [ 3 ] {991ee1a7-85bc-4246-9b08-0f93291e3b7b} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Key condition: (column 0 notIn 6-element set) 2024.06.28 22:10:33.399222 [ 3 ] {991ee1a7-85bc-4246-9b08-0f93291e3b7b} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.28 22:10:33.399244 [ 3 ] {991ee1a7-85bc-4246-9b08-0f93291e3b7b} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (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.06.28 22:10:33.399260 [ 3 ] {991ee1a7-85bc-4246-9b08-0f93291e3b7b} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.28 22:10:33.399299 [ 3 ] {991ee1a7-85bc-4246-9b08-0f93291e3b7b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.28 22:10:33.399319 [ 3 ] {991ee1a7-85bc-4246-9b08-0f93291e3b7b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.06.28 22:10:33.400208 [ 3 ] {991ee1a7-85bc-4246-9b08-0f93291e3b7b} executeQuery: Read 4 rows, 169.00 B in 0.001757 sec., 2276.607854297097 rows/sec., 93.93 KiB/sec. 2024.06.28 22:10:33.400434 [ 3 ] {991ee1a7-85bc-4246-9b08-0f93291e3b7b} DynamicQueryHandler: Done processing query 2024.06.28 22:10:33.400460 [ 3 ] {991ee1a7-85bc-4246-9b08-0f93291e3b7b} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.28 22:10:33.400481 [ 3 ] {} HTTP-Session: b3f2e093-07fa-460b-8d0c-73f3cbcabcf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.400699 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:33.400749 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:33.400768 [ 3 ] {} HTTP-Session: c250f445-3dbb-45e8-bf60-a900a8a54e6b Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:33.400784 [ 3 ] {} HTTP-Session: c250f445-3dbb-45e8-bf60-a900a8a54e6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.400798 [ 3 ] {} HTTP-Session: c250f445-3dbb-45e8-bf60-a900a8a54e6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.400828 [ 3 ] {} HTTP-Session: c250f445-3dbb-45e8-bf60-a900a8a54e6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:33.400961 [ 3 ] {037dc962-a368-405a-a291-50eb2fc762a3} executeQuery: (from [fd00:1122:3344:101::d]:33318) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.06.28 22:10:33.401188 [ 3 ] {037dc962-a368-405a-a291-50eb2fc762a3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.28 22:10:33.401220 [ 3 ] {037dc962-a368-405a-a291-50eb2fc762a3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.06.28 22:10:33.401426 [ 3 ] {037dc962-a368-405a-a291-50eb2fc762a3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.28 22:10:33.401489 [ 3 ] {037dc962-a368-405a-a291-50eb2fc762a3} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.28 22:10:33.401635 [ 3 ] {037dc962-a368-405a-a291-50eb2fc762a3} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Key condition: (column 0 notIn 7-element set) 2024.06.28 22:10:33.401668 [ 3 ] {037dc962-a368-405a-a291-50eb2fc762a3} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.28 22:10:33.401691 [ 3 ] {037dc962-a368-405a-a291-50eb2fc762a3} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (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.06.28 22:10:33.401707 [ 3 ] {037dc962-a368-405a-a291-50eb2fc762a3} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.28 22:10:33.401748 [ 3 ] {037dc962-a368-405a-a291-50eb2fc762a3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.28 22:10:33.401767 [ 3 ] {037dc962-a368-405a-a291-50eb2fc762a3} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.06.28 22:10:33.402664 [ 3 ] {037dc962-a368-405a-a291-50eb2fc762a3} executeQuery: Read 4 rows, 169.00 B in 0.001744 sec., 2293.577981651376 rows/sec., 94.63 KiB/sec. 2024.06.28 22:10:33.402885 [ 3 ] {037dc962-a368-405a-a291-50eb2fc762a3} DynamicQueryHandler: Done processing query 2024.06.28 22:10:33.402909 [ 3 ] {037dc962-a368-405a-a291-50eb2fc762a3} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.28 22:10:33.402925 [ 3 ] {} HTTP-Session: c250f445-3dbb-45e8-bf60-a900a8a54e6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.403120 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 396, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:33.403165 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:33.403183 [ 3 ] {} HTTP-Session: ef99e930-6155-4159-8320-90ff4a3a89e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:33.403199 [ 3 ] {} HTTP-Session: ef99e930-6155-4159-8320-90ff4a3a89e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.403213 [ 3 ] {} HTTP-Session: ef99e930-6155-4159-8320-90ff4a3a89e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.403243 [ 3 ] {} HTTP-Session: ef99e930-6155-4159-8320-90ff4a3a89e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:33.403367 [ 3 ] {7ed32e02-0f11-4e7d-85e2-4d5192435bce} executeQuery: (from [fd00:1122:3344:101::d]:33318) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.06.28 22:10:33.403597 [ 3 ] {7ed32e02-0f11-4e7d-85e2-4d5192435bce} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.28 22:10:33.403630 [ 3 ] {7ed32e02-0f11-4e7d-85e2-4d5192435bce} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.06.28 22:10:33.403836 [ 3 ] {7ed32e02-0f11-4e7d-85e2-4d5192435bce} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.28 22:10:33.403898 [ 3 ] {7ed32e02-0f11-4e7d-85e2-4d5192435bce} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.28 22:10:33.404031 [ 3 ] {7ed32e02-0f11-4e7d-85e2-4d5192435bce} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Key condition: (column 0 notIn 8-element set) 2024.06.28 22:10:33.404062 [ 3 ] {7ed32e02-0f11-4e7d-85e2-4d5192435bce} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.28 22:10:33.404085 [ 3 ] {7ed32e02-0f11-4e7d-85e2-4d5192435bce} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (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.06.28 22:10:33.404100 [ 3 ] {7ed32e02-0f11-4e7d-85e2-4d5192435bce} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.28 22:10:33.404139 [ 3 ] {7ed32e02-0f11-4e7d-85e2-4d5192435bce} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.28 22:10:33.404158 [ 3 ] {7ed32e02-0f11-4e7d-85e2-4d5192435bce} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.06.28 22:10:33.404976 [ 3 ] {7ed32e02-0f11-4e7d-85e2-4d5192435bce} executeQuery: Read 4 rows, 169.00 B in 0.00166 sec., 2409.6385542168673 rows/sec., 99.42 KiB/sec. 2024.06.28 22:10:33.405208 [ 3 ] {7ed32e02-0f11-4e7d-85e2-4d5192435bce} DynamicQueryHandler: Done processing query 2024.06.28 22:10:33.405231 [ 3 ] {7ed32e02-0f11-4e7d-85e2-4d5192435bce} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.28 22:10:33.405250 [ 3 ] {} HTTP-Session: ef99e930-6155-4159-8320-90ff4a3a89e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.405436 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 431, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:33.405482 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:33.405500 [ 3 ] {} HTTP-Session: 500cf8b6-940e-40be-8d05-dea8848e31bd Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:33.405515 [ 3 ] {} HTTP-Session: 500cf8b6-940e-40be-8d05-dea8848e31bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.405529 [ 3 ] {} HTTP-Session: 500cf8b6-940e-40be-8d05-dea8848e31bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.405559 [ 3 ] {} HTTP-Session: 500cf8b6-940e-40be-8d05-dea8848e31bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:33.405685 [ 3 ] {be779e4a-1e5e-416f-a756-3a5e9258566e} executeQuery: (from [fd00:1122:3344:101::d]:33318) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.06.28 22:10:33.405917 [ 3 ] {be779e4a-1e5e-416f-a756-3a5e9258566e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.28 22:10:33.405949 [ 3 ] {be779e4a-1e5e-416f-a756-3a5e9258566e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.06.28 22:10:33.406156 [ 3 ] {be779e4a-1e5e-416f-a756-3a5e9258566e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.28 22:10:33.406217 [ 3 ] {be779e4a-1e5e-416f-a756-3a5e9258566e} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.28 22:10:33.406349 [ 3 ] {be779e4a-1e5e-416f-a756-3a5e9258566e} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Key condition: (column 0 notIn 9-element set) 2024.06.28 22:10:33.406379 [ 3 ] {be779e4a-1e5e-416f-a756-3a5e9258566e} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.28 22:10:33.406400 [ 3 ] {be779e4a-1e5e-416f-a756-3a5e9258566e} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (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.06.28 22:10:33.406417 [ 3 ] {be779e4a-1e5e-416f-a756-3a5e9258566e} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.28 22:10:33.406455 [ 3 ] {be779e4a-1e5e-416f-a756-3a5e9258566e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.28 22:10:33.406475 [ 3 ] {be779e4a-1e5e-416f-a756-3a5e9258566e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.06.28 22:10:33.407288 [ 3 ] {be779e4a-1e5e-416f-a756-3a5e9258566e} executeQuery: Read 4 rows, 169.00 B in 0.001657 sec., 2414.0012070006032 rows/sec., 99.60 KiB/sec. 2024.06.28 22:10:33.407511 [ 3 ] {be779e4a-1e5e-416f-a756-3a5e9258566e} DynamicQueryHandler: Done processing query 2024.06.28 22:10:33.407534 [ 3 ] {be779e4a-1e5e-416f-a756-3a5e9258566e} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.28 22:10:33.407549 [ 3 ] {} HTTP-Session: 500cf8b6-940e-40be-8d05-dea8848e31bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.407748 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 470, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:33.407791 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:33.407809 [ 3 ] {} HTTP-Session: 7d355357-50cf-40cd-9d27-82af52ce11b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:33.407824 [ 3 ] {} HTTP-Session: 7d355357-50cf-40cd-9d27-82af52ce11b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.407837 [ 3 ] {} HTTP-Session: 7d355357-50cf-40cd-9d27-82af52ce11b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.407867 [ 3 ] {} HTTP-Session: 7d355357-50cf-40cd-9d27-82af52ce11b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:33.407992 [ 3 ] {69657761-3327-482c-b390-2de6952f067f} executeQuery: (from [fd00:1122:3344:101::d]:33318) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.06.28 22:10:33.408227 [ 3 ] {69657761-3327-482c-b390-2de6952f067f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.28 22:10:33.408259 [ 3 ] {69657761-3327-482c-b390-2de6952f067f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.06.28 22:10:33.408471 [ 3 ] {69657761-3327-482c-b390-2de6952f067f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.28 22:10:33.408534 [ 3 ] {69657761-3327-482c-b390-2de6952f067f} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.28 22:10:33.408669 [ 3 ] {69657761-3327-482c-b390-2de6952f067f} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Key condition: (column 0 notIn 10-element set) 2024.06.28 22:10:33.408700 [ 3 ] {69657761-3327-482c-b390-2de6952f067f} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.28 22:10:33.408723 [ 3 ] {69657761-3327-482c-b390-2de6952f067f} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (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.06.28 22:10:33.408738 [ 3 ] {69657761-3327-482c-b390-2de6952f067f} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.28 22:10:33.408776 [ 3 ] {69657761-3327-482c-b390-2de6952f067f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.28 22:10:33.408795 [ 3 ] {69657761-3327-482c-b390-2de6952f067f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.06.28 22:10:33.409631 [ 3 ] {69657761-3327-482c-b390-2de6952f067f} executeQuery: Read 4 rows, 169.00 B in 0.001692 sec., 2364.066193853428 rows/sec., 97.54 KiB/sec. 2024.06.28 22:10:33.409863 [ 3 ] {69657761-3327-482c-b390-2de6952f067f} DynamicQueryHandler: Done processing query 2024.06.28 22:10:33.409887 [ 3 ] {69657761-3327-482c-b390-2de6952f067f} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.28 22:10:33.409903 [ 3 ] {} HTTP-Session: 7d355357-50cf-40cd-9d27-82af52ce11b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.410090 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:33.410136 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:33.410155 [ 3 ] {} HTTP-Session: 01fd1c91-4732-49ed-8fab-b8d8c5f3fadf Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:33.410171 [ 3 ] {} HTTP-Session: 01fd1c91-4732-49ed-8fab-b8d8c5f3fadf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.410184 [ 3 ] {} HTTP-Session: 01fd1c91-4732-49ed-8fab-b8d8c5f3fadf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.410214 [ 3 ] {} HTTP-Session: 01fd1c91-4732-49ed-8fab-b8d8c5f3fadf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:33.410342 [ 3 ] {496a175e-ecf5-4089-b776-c6dd698c0015} executeQuery: (from [fd00:1122:3344:101::d]:33318) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.06.28 22:10:33.410577 [ 3 ] {496a175e-ecf5-4089-b776-c6dd698c0015} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.28 22:10:33.410611 [ 3 ] {496a175e-ecf5-4089-b776-c6dd698c0015} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.06.28 22:10:33.410830 [ 3 ] {496a175e-ecf5-4089-b776-c6dd698c0015} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.28 22:10:33.410893 [ 3 ] {496a175e-ecf5-4089-b776-c6dd698c0015} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.28 22:10:33.411026 [ 3 ] {496a175e-ecf5-4089-b776-c6dd698c0015} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Key condition: (column 0 notIn 11-element set) 2024.06.28 22:10:33.411056 [ 3 ] {496a175e-ecf5-4089-b776-c6dd698c0015} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.28 22:10:33.411080 [ 3 ] {496a175e-ecf5-4089-b776-c6dd698c0015} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (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.06.28 22:10:33.411102 [ 3 ] {496a175e-ecf5-4089-b776-c6dd698c0015} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.28 22:10:33.411148 [ 3 ] {496a175e-ecf5-4089-b776-c6dd698c0015} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.28 22:10:33.411168 [ 3 ] {496a175e-ecf5-4089-b776-c6dd698c0015} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.06.28 22:10:33.411950 [ 3 ] {496a175e-ecf5-4089-b776-c6dd698c0015} executeQuery: Read 4 rows, 169.00 B in 0.001664 sec., 2403.846153846154 rows/sec., 99.18 KiB/sec. 2024.06.28 22:10:33.412204 [ 3 ] {496a175e-ecf5-4089-b776-c6dd698c0015} DynamicQueryHandler: Done processing query 2024.06.28 22:10:33.412229 [ 3 ] {496a175e-ecf5-4089-b776-c6dd698c0015} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.28 22:10:33.412246 [ 3 ] {} HTTP-Session: 01fd1c91-4732-49ed-8fab-b8d8c5f3fadf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.412457 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:33.412507 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:33.412527 [ 3 ] {} HTTP-Session: d25cb28a-63ef-46b7-b2e1-977afa5c99c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:33.412543 [ 3 ] {} HTTP-Session: d25cb28a-63ef-46b7-b2e1-977afa5c99c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.412557 [ 3 ] {} HTTP-Session: d25cb28a-63ef-46b7-b2e1-977afa5c99c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.412588 [ 3 ] {} HTTP-Session: d25cb28a-63ef-46b7-b2e1-977afa5c99c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:33.412724 [ 3 ] {4a3ad5ba-88b9-460e-b0fb-9476060a381b} executeQuery: (from [fd00:1122:3344:101::d]:33318) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.06.28 22:10:33.412971 [ 3 ] {4a3ad5ba-88b9-460e-b0fb-9476060a381b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.28 22:10:33.413008 [ 3 ] {4a3ad5ba-88b9-460e-b0fb-9476060a381b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.06.28 22:10:33.413237 [ 3 ] {4a3ad5ba-88b9-460e-b0fb-9476060a381b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.28 22:10:33.413303 [ 3 ] {4a3ad5ba-88b9-460e-b0fb-9476060a381b} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.28 22:10:33.413440 [ 3 ] {4a3ad5ba-88b9-460e-b0fb-9476060a381b} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Key condition: (column 0 notIn 12-element set) 2024.06.28 22:10:33.413473 [ 3 ] {4a3ad5ba-88b9-460e-b0fb-9476060a381b} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.28 22:10:33.413495 [ 3 ] {4a3ad5ba-88b9-460e-b0fb-9476060a381b} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (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.06.28 22:10:33.413511 [ 3 ] {4a3ad5ba-88b9-460e-b0fb-9476060a381b} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.28 22:10:33.413552 [ 3 ] {4a3ad5ba-88b9-460e-b0fb-9476060a381b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.28 22:10:33.413572 [ 3 ] {4a3ad5ba-88b9-460e-b0fb-9476060a381b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.06.28 22:10:33.414471 [ 3 ] {4a3ad5ba-88b9-460e-b0fb-9476060a381b} executeQuery: Read 4 rows, 169.00 B in 0.001803 sec., 2218.524681087077 rows/sec., 91.54 KiB/sec. 2024.06.28 22:10:33.414698 [ 3 ] {4a3ad5ba-88b9-460e-b0fb-9476060a381b} DynamicQueryHandler: Done processing query 2024.06.28 22:10:33.414722 [ 3 ] {4a3ad5ba-88b9-460e-b0fb-9476060a381b} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.28 22:10:33.414738 [ 3 ] {} HTTP-Session: d25cb28a-63ef-46b7-b2e1-977afa5c99c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.414920 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 579, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:33.414965 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:33.414985 [ 3 ] {} HTTP-Session: f63461a4-7e58-4601-8b94-814393061cbd Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:33.415001 [ 3 ] {} HTTP-Session: f63461a4-7e58-4601-8b94-814393061cbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.415015 [ 3 ] {} HTTP-Session: f63461a4-7e58-4601-8b94-814393061cbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.415044 [ 3 ] {} HTTP-Session: f63461a4-7e58-4601-8b94-814393061cbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:33.415182 [ 3 ] {d43ebc4c-5d9a-436a-bb0a-42c8d7b763ae} executeQuery: (from [fd00:1122:3344:101::d]:33318) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.06.28 22:10:33.415427 [ 3 ] {d43ebc4c-5d9a-436a-bb0a-42c8d7b763ae} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.28 22:10:33.415463 [ 3 ] {d43ebc4c-5d9a-436a-bb0a-42c8d7b763ae} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.06.28 22:10:33.415690 [ 3 ] {d43ebc4c-5d9a-436a-bb0a-42c8d7b763ae} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.28 22:10:33.415754 [ 3 ] {d43ebc4c-5d9a-436a-bb0a-42c8d7b763ae} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.28 22:10:33.415888 [ 3 ] {d43ebc4c-5d9a-436a-bb0a-42c8d7b763ae} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Key condition: (column 0 notIn 13-element set) 2024.06.28 22:10:33.415920 [ 3 ] {d43ebc4c-5d9a-436a-bb0a-42c8d7b763ae} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.28 22:10:33.415941 [ 3 ] {d43ebc4c-5d9a-436a-bb0a-42c8d7b763ae} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (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.06.28 22:10:33.415957 [ 3 ] {d43ebc4c-5d9a-436a-bb0a-42c8d7b763ae} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.28 22:10:33.415997 [ 3 ] {d43ebc4c-5d9a-436a-bb0a-42c8d7b763ae} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.28 22:10:33.416016 [ 3 ] {d43ebc4c-5d9a-436a-bb0a-42c8d7b763ae} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.06.28 22:10:33.416745 [ 3 ] {d43ebc4c-5d9a-436a-bb0a-42c8d7b763ae} executeQuery: Read 4 rows, 169.00 B in 0.001626 sec., 2460.0246002460026 rows/sec., 101.50 KiB/sec. 2024.06.28 22:10:33.416971 [ 3 ] {d43ebc4c-5d9a-436a-bb0a-42c8d7b763ae} DynamicQueryHandler: Done processing query 2024.06.28 22:10:33.416995 [ 3 ] {d43ebc4c-5d9a-436a-bb0a-42c8d7b763ae} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.28 22:10:33.417011 [ 3 ] {} HTTP-Session: f63461a4-7e58-4601-8b94-814393061cbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.417210 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:33.417255 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:33.417274 [ 3 ] {} HTTP-Session: 0b0fbbb4-6dc9-4a04-bc56-169b25f8f910 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:33.417289 [ 3 ] {} HTTP-Session: 0b0fbbb4-6dc9-4a04-bc56-169b25f8f910 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.417303 [ 3 ] {} HTTP-Session: 0b0fbbb4-6dc9-4a04-bc56-169b25f8f910 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.417333 [ 3 ] {} HTTP-Session: 0b0fbbb4-6dc9-4a04-bc56-169b25f8f910 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:33.417465 [ 3 ] {aa77cbc1-88fb-43bc-8ee1-814e910cc09a} executeQuery: (from [fd00:1122:3344:101::d]:33318) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.06.28 22:10:33.417710 [ 3 ] {aa77cbc1-88fb-43bc-8ee1-814e910cc09a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.28 22:10:33.417747 [ 3 ] {aa77cbc1-88fb-43bc-8ee1-814e910cc09a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.06.28 22:10:33.417976 [ 3 ] {aa77cbc1-88fb-43bc-8ee1-814e910cc09a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.28 22:10:33.418039 [ 3 ] {aa77cbc1-88fb-43bc-8ee1-814e910cc09a} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.28 22:10:33.418173 [ 3 ] {aa77cbc1-88fb-43bc-8ee1-814e910cc09a} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Key condition: (column 0 notIn 14-element set) 2024.06.28 22:10:33.418205 [ 3 ] {aa77cbc1-88fb-43bc-8ee1-814e910cc09a} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.28 22:10:33.418226 [ 3 ] {aa77cbc1-88fb-43bc-8ee1-814e910cc09a} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (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.06.28 22:10:33.418242 [ 3 ] {aa77cbc1-88fb-43bc-8ee1-814e910cc09a} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.28 22:10:33.418282 [ 3 ] {aa77cbc1-88fb-43bc-8ee1-814e910cc09a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.28 22:10:33.418301 [ 3 ] {aa77cbc1-88fb-43bc-8ee1-814e910cc09a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.06.28 22:10:33.419157 [ 3 ] {aa77cbc1-88fb-43bc-8ee1-814e910cc09a} executeQuery: Read 4 rows, 169.00 B in 0.001752 sec., 2283.10502283105 rows/sec., 94.20 KiB/sec. 2024.06.28 22:10:33.419394 [ 3 ] {aa77cbc1-88fb-43bc-8ee1-814e910cc09a} DynamicQueryHandler: Done processing query 2024.06.28 22:10:33.419418 [ 3 ] {aa77cbc1-88fb-43bc-8ee1-814e910cc09a} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.28 22:10:33.419434 [ 3 ] {} HTTP-Session: 0b0fbbb4-6dc9-4a04-bc56-169b25f8f910 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.419630 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:33.419679 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:33.419698 [ 3 ] {} HTTP-Session: bc0c734c-3ea0-4d62-bae6-868bcdb598af Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:33.419714 [ 3 ] {} HTTP-Session: bc0c734c-3ea0-4d62-bae6-868bcdb598af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.419727 [ 3 ] {} HTTP-Session: bc0c734c-3ea0-4d62-bae6-868bcdb598af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.419757 [ 3 ] {} HTTP-Session: bc0c734c-3ea0-4d62-bae6-868bcdb598af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:33.419889 [ 3 ] {9fa9b2ab-243a-41db-992f-38b5a71a1fff} executeQuery: (from [fd00:1122:3344:101::d]:33318) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.06.28 22:10:33.420136 [ 3 ] {9fa9b2ab-243a-41db-992f-38b5a71a1fff} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.28 22:10:33.420173 [ 3 ] {9fa9b2ab-243a-41db-992f-38b5a71a1fff} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.06.28 22:10:33.420407 [ 3 ] {9fa9b2ab-243a-41db-992f-38b5a71a1fff} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.28 22:10:33.420470 [ 3 ] {9fa9b2ab-243a-41db-992f-38b5a71a1fff} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.28 22:10:33.420603 [ 3 ] {9fa9b2ab-243a-41db-992f-38b5a71a1fff} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Key condition: (column 0 notIn 15-element set) 2024.06.28 22:10:33.420634 [ 3 ] {9fa9b2ab-243a-41db-992f-38b5a71a1fff} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.28 22:10:33.420656 [ 3 ] {9fa9b2ab-243a-41db-992f-38b5a71a1fff} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (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.06.28 22:10:33.420672 [ 3 ] {9fa9b2ab-243a-41db-992f-38b5a71a1fff} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.28 22:10:33.420712 [ 3 ] {9fa9b2ab-243a-41db-992f-38b5a71a1fff} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.28 22:10:33.420732 [ 3 ] {9fa9b2ab-243a-41db-992f-38b5a71a1fff} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.06.28 22:10:33.421522 [ 3 ] {9fa9b2ab-243a-41db-992f-38b5a71a1fff} executeQuery: Read 4 rows, 169.00 B in 0.001691 sec., 2365.464222353637 rows/sec., 97.60 KiB/sec. 2024.06.28 22:10:33.421748 [ 3 ] {9fa9b2ab-243a-41db-992f-38b5a71a1fff} DynamicQueryHandler: Done processing query 2024.06.28 22:10:33.421772 [ 3 ] {9fa9b2ab-243a-41db-992f-38b5a71a1fff} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.28 22:10:33.421787 [ 3 ] {} HTTP-Session: bc0c734c-3ea0-4d62-bae6-868bcdb598af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.422007 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:33.422053 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:33.422072 [ 3 ] {} HTTP-Session: 117347a3-217a-486d-910d-f294e15b4e7d Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:33.422088 [ 3 ] {} HTTP-Session: 117347a3-217a-486d-910d-f294e15b4e7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.422101 [ 3 ] {} HTTP-Session: 117347a3-217a-486d-910d-f294e15b4e7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.422130 [ 3 ] {} HTTP-Session: 117347a3-217a-486d-910d-f294e15b4e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:33.422261 [ 3 ] {a6d79a25-2c8f-4d97-9e53-d118cc424f2c} executeQuery: (from [fd00:1122:3344:101::d]:33318) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.06.28 22:10:33.422506 [ 3 ] {a6d79a25-2c8f-4d97-9e53-d118cc424f2c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.28 22:10:33.422543 [ 3 ] {a6d79a25-2c8f-4d97-9e53-d118cc424f2c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.06.28 22:10:33.422777 [ 3 ] {a6d79a25-2c8f-4d97-9e53-d118cc424f2c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.28 22:10:33.422840 [ 3 ] {a6d79a25-2c8f-4d97-9e53-d118cc424f2c} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.28 22:10:33.422972 [ 3 ] {a6d79a25-2c8f-4d97-9e53-d118cc424f2c} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Key condition: (column 0 notIn 16-element set) 2024.06.28 22:10:33.423003 [ 3 ] {a6d79a25-2c8f-4d97-9e53-d118cc424f2c} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.28 22:10:33.423025 [ 3 ] {a6d79a25-2c8f-4d97-9e53-d118cc424f2c} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (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.06.28 22:10:33.423040 [ 3 ] {a6d79a25-2c8f-4d97-9e53-d118cc424f2c} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.28 22:10:33.423080 [ 3 ] {a6d79a25-2c8f-4d97-9e53-d118cc424f2c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.28 22:10:33.423100 [ 3 ] {a6d79a25-2c8f-4d97-9e53-d118cc424f2c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.06.28 22:10:33.423896 [ 3 ] {a6d79a25-2c8f-4d97-9e53-d118cc424f2c} executeQuery: Read 4 rows, 169.00 B in 0.001694 sec., 2361.275088547816 rows/sec., 97.43 KiB/sec. 2024.06.28 22:10:33.424125 [ 3 ] {a6d79a25-2c8f-4d97-9e53-d118cc424f2c} DynamicQueryHandler: Done processing query 2024.06.28 22:10:33.424149 [ 3 ] {a6d79a25-2c8f-4d97-9e53-d118cc424f2c} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.28 22:10:33.424165 [ 3 ] {} HTTP-Session: 117347a3-217a-486d-910d-f294e15b4e7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.424363 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:33.424410 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:33.424429 [ 3 ] {} HTTP-Session: e38dccb3-9739-4520-8068-57d35da5dd95 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:33.424445 [ 3 ] {} HTTP-Session: e38dccb3-9739-4520-8068-57d35da5dd95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.424458 [ 3 ] {} HTTP-Session: e38dccb3-9739-4520-8068-57d35da5dd95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.424488 [ 3 ] {} HTTP-Session: e38dccb3-9739-4520-8068-57d35da5dd95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:33.424621 [ 3 ] {d836dac4-efb5-4635-9146-b7a33c1335f6} executeQuery: (from [fd00:1122:3344:101::d]:33318) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.06.28 22:10:33.424868 [ 3 ] {d836dac4-efb5-4635-9146-b7a33c1335f6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.28 22:10:33.424905 [ 3 ] {d836dac4-efb5-4635-9146-b7a33c1335f6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.06.28 22:10:33.425144 [ 3 ] {d836dac4-efb5-4635-9146-b7a33c1335f6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.28 22:10:33.425207 [ 3 ] {d836dac4-efb5-4635-9146-b7a33c1335f6} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.28 22:10:33.425339 [ 3 ] {d836dac4-efb5-4635-9146-b7a33c1335f6} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Key condition: (column 0 notIn 17-element set) 2024.06.28 22:10:33.425370 [ 3 ] {d836dac4-efb5-4635-9146-b7a33c1335f6} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.28 22:10:33.425392 [ 3 ] {d836dac4-efb5-4635-9146-b7a33c1335f6} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (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.06.28 22:10:33.425407 [ 3 ] {d836dac4-efb5-4635-9146-b7a33c1335f6} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.28 22:10:33.425447 [ 3 ] {d836dac4-efb5-4635-9146-b7a33c1335f6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.28 22:10:33.425467 [ 3 ] {d836dac4-efb5-4635-9146-b7a33c1335f6} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.06.28 22:10:33.426340 [ 3 ] {d836dac4-efb5-4635-9146-b7a33c1335f6} executeQuery: Read 4 rows, 169.00 B in 0.001781 sec., 2245.929253228523 rows/sec., 92.67 KiB/sec. 2024.06.28 22:10:33.426562 [ 3 ] {d836dac4-efb5-4635-9146-b7a33c1335f6} DynamicQueryHandler: Done processing query 2024.06.28 22:10:33.426587 [ 3 ] {d836dac4-efb5-4635-9146-b7a33c1335f6} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.28 22:10:33.426603 [ 3 ] {} HTTP-Session: e38dccb3-9739-4520-8068-57d35da5dd95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.427608 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:33.427655 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:33.427674 [ 3 ] {} HTTP-Session: 998645af-6ea4-4e71-9c79-59b21f3cd84c Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:33.427691 [ 3 ] {} HTTP-Session: 998645af-6ea4-4e71-9c79-59b21f3cd84c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.427704 [ 3 ] {} HTTP-Session: 998645af-6ea4-4e71-9c79-59b21f3cd84c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.427734 [ 3 ] {} HTTP-Session: 998645af-6ea4-4e71-9c79-59b21f3cd84c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:33.427851 [ 3 ] {669942e0-1eab-4927-8d2e-60812ce555ef} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:10:33.427896 [ 3 ] {669942e0-1eab-4927-8d2e-60812ce555ef} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.28 22:10:33.428059 [ 3 ] {669942e0-1eab-4927-8d2e-60812ce555ef} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:10:33.428382 [ 3 ] {669942e0-1eab-4927-8d2e-60812ce555ef} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:10:33.428420 [ 3 ] {669942e0-1eab-4927-8d2e-60812ce555ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:10:33.429108 [ 3 ] {669942e0-1eab-4927-8d2e-60812ce555ef} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.06.28 22:10:33.429684 [ 3 ] {669942e0-1eab-4927-8d2e-60812ce555ef} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:10:33.429871 [ 3 ] {669942e0-1eab-4927-8d2e-60812ce555ef} executeQuery: Read 14 rows, 2.01 KiB in 0.002056 sec., 6809.338521400778 rows/sec., 977.04 KiB/sec. 2024.06.28 22:10:33.430032 [ 3 ] {669942e0-1eab-4927-8d2e-60812ce555ef} DynamicQueryHandler: Done processing query 2024.06.28 22:10:33.430056 [ 3 ] {669942e0-1eab-4927-8d2e-60812ce555ef} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.28 22:10:33.430071 [ 3 ] {} HTTP-Session: 998645af-6ea4-4e71-9c79-59b21f3cd84c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.430186 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 4261, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:33.430231 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:33.430249 [ 3 ] {} HTTP-Session: 190caf62-a4ee-4ebf-9fdf-bd8c3d6e8005 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:33.430265 [ 3 ] {} HTTP-Session: 190caf62-a4ee-4ebf-9fdf-bd8c3d6e8005 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.430278 [ 3 ] {} HTTP-Session: 190caf62-a4ee-4ebf-9fdf-bd8c3d6e8005 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.430308 [ 3 ] {} HTTP-Session: 190caf62-a4ee-4ebf-9fdf-bd8c3d6e8005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:33.430412 [ 3 ] {8af0f979-5a66-403d-b1a7-b8e6c278ad95} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:10:33.430455 [ 3 ] {8af0f979-5a66-403d-b1a7-b8e6c278ad95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:10:33.430580 [ 3 ] {8af0f979-5a66-403d-b1a7-b8e6c278ad95} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:10:33.430922 [ 3 ] {8af0f979-5a66-403d-b1a7-b8e6c278ad95} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:10:33.430955 [ 3 ] {8af0f979-5a66-403d-b1a7-b8e6c278ad95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:10:33.431352 [ 3 ] {8af0f979-5a66-403d-b1a7-b8e6c278ad95} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.06.28 22:10:33.431858 [ 3 ] {8af0f979-5a66-403d-b1a7-b8e6c278ad95} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:10:33.432010 [ 3 ] {8af0f979-5a66-403d-b1a7-b8e6c278ad95} executeQuery: Read 30 rows, 2.40 KiB in 0.00163 sec., 18404.907975460123 rows/sec., 1.44 MiB/sec. 2024.06.28 22:10:33.432173 [ 3 ] {8af0f979-5a66-403d-b1a7-b8e6c278ad95} DynamicQueryHandler: Done processing query 2024.06.28 22:10:33.432197 [ 3 ] {8af0f979-5a66-403d-b1a7-b8e6c278ad95} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:10:33.432212 [ 3 ] {} HTTP-Session: 190caf62-a4ee-4ebf-9fdf-bd8c3d6e8005 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.432342 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 6146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:33.432387 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:33.432406 [ 3 ] {} HTTP-Session: 1d6a6e56-163a-40a3-8040-cc5c5dab9abc Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:33.432422 [ 3 ] {} HTTP-Session: 1d6a6e56-163a-40a3-8040-cc5c5dab9abc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.432436 [ 3 ] {} HTTP-Session: 1d6a6e56-163a-40a3-8040-cc5c5dab9abc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.432465 [ 3 ] {} HTTP-Session: 1d6a6e56-163a-40a3-8040-cc5c5dab9abc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:33.432569 [ 3 ] {a9e8b07e-70e1-40ff-8be3-d26afdfc782e} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:10:33.432610 [ 3 ] {a9e8b07e-70e1-40ff-8be3-d26afdfc782e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:10:33.432736 [ 3 ] {a9e8b07e-70e1-40ff-8be3-d26afdfc782e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:10:33.433030 [ 3 ] {a9e8b07e-70e1-40ff-8be3-d26afdfc782e} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:10:33.433065 [ 3 ] {a9e8b07e-70e1-40ff-8be3-d26afdfc782e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:10:33.433461 [ 3 ] {a9e8b07e-70e1-40ff-8be3-d26afdfc782e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.06.28 22:10:33.433975 [ 3 ] {a9e8b07e-70e1-40ff-8be3-d26afdfc782e} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:10:33.434124 [ 3 ] {a9e8b07e-70e1-40ff-8be3-d26afdfc782e} executeQuery: Read 36 rows, 2.88 KiB in 0.001584 sec., 22727.272727272728 rows/sec., 1.77 MiB/sec. 2024.06.28 22:10:33.434273 [ 3 ] {a9e8b07e-70e1-40ff-8be3-d26afdfc782e} DynamicQueryHandler: Done processing query 2024.06.28 22:10:33.434296 [ 3 ] {a9e8b07e-70e1-40ff-8be3-d26afdfc782e} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:10:33.434311 [ 3 ] {} HTTP-Session: 1d6a6e56-163a-40a3-8040-cc5c5dab9abc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.434425 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 5830, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:33.434470 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:33.434488 [ 3 ] {} HTTP-Session: 6d5d38c8-b52a-4e3a-8508-f0ada4724b10 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:33.434504 [ 3 ] {} HTTP-Session: 6d5d38c8-b52a-4e3a-8508-f0ada4724b10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.434517 [ 3 ] {} HTTP-Session: 6d5d38c8-b52a-4e3a-8508-f0ada4724b10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.434546 [ 3 ] {} HTTP-Session: 6d5d38c8-b52a-4e3a-8508-f0ada4724b10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:33.434694 [ 3 ] {2e0b5c80-382f-4378-9880-437b80198050} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:10:33.434742 [ 3 ] {2e0b5c80-382f-4378-9880-437b80198050} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:10:33.434884 [ 3 ] {2e0b5c80-382f-4378-9880-437b80198050} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:10:33.435179 [ 3 ] {2e0b5c80-382f-4378-9880-437b80198050} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:10:33.435214 [ 3 ] {2e0b5c80-382f-4378-9880-437b80198050} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:10:33.435669 [ 3 ] {2e0b5c80-382f-4378-9880-437b80198050} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.06.28 22:10:33.436248 [ 3 ] {2e0b5c80-382f-4378-9880-437b80198050} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:10:33.436403 [ 3 ] {2e0b5c80-382f-4378-9880-437b80198050} executeQuery: Read 30 rows, 2.18 KiB in 0.001744 sec., 17201.83486238532 rows/sec., 1.22 MiB/sec. 2024.06.28 22:10:33.436569 [ 3 ] {2e0b5c80-382f-4378-9880-437b80198050} DynamicQueryHandler: Done processing query 2024.06.28 22:10:33.436593 [ 3 ] {2e0b5c80-382f-4378-9880-437b80198050} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:10:33.436608 [ 3 ] {} HTTP-Session: 6d5d38c8-b52a-4e3a-8508-f0ada4724b10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.436723 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 2730, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:33.436770 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:33.436788 [ 3 ] {} HTTP-Session: 8e287ef9-e7a1-4b9a-b58c-bfc307d2cd42 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:33.436805 [ 3 ] {} HTTP-Session: 8e287ef9-e7a1-4b9a-b58c-bfc307d2cd42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.436818 [ 3 ] {} HTTP-Session: 8e287ef9-e7a1-4b9a-b58c-bfc307d2cd42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:33.436848 [ 3 ] {} HTTP-Session: 8e287ef9-e7a1-4b9a-b58c-bfc307d2cd42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:33.436945 [ 3 ] {8717d251-3d0b-46f1-bd8d-7845a2be0ec6} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:10:33.436987 [ 3 ] {8717d251-3d0b-46f1-bd8d-7845a2be0ec6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:10:33.437114 [ 3 ] {8717d251-3d0b-46f1-bd8d-7845a2be0ec6} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:10:33.437379 [ 3 ] {8717d251-3d0b-46f1-bd8d-7845a2be0ec6} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:10:33.437414 [ 3 ] {8717d251-3d0b-46f1-bd8d-7845a2be0ec6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:10:33.437873 [ 3 ] {8717d251-3d0b-46f1-bd8d-7845a2be0ec6} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.06.28 22:10:33.438434 [ 3 ] {8717d251-3d0b-46f1-bd8d-7845a2be0ec6} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:10:33.438583 [ 3 ] {8717d251-3d0b-46f1-bd8d-7845a2be0ec6} executeQuery: Read 18 rows, 1.19 KiB in 0.001657 sec., 10863.005431502716 rows/sec., 719.60 KiB/sec. 2024.06.28 22:10:33.438731 [ 3 ] {8717d251-3d0b-46f1-bd8d-7845a2be0ec6} DynamicQueryHandler: Done processing query 2024.06.28 22:10:33.438755 [ 3 ] {8717d251-3d0b-46f1-bd8d-7845a2be0ec6} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.06.28 22:10:33.438771 [ 3 ] {} HTTP-Session: 8e287ef9-e7a1-4b9a-b58c-bfc307d2cd42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:38.395075 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 7841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:38.395206 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:38.395233 [ 3 ] {} HTTP-Session: 7471d5d5-14ae-42ab-81a0-835d710de362 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:38.395261 [ 3 ] {} HTTP-Session: 7471d5d5-14ae-42ab-81a0-835d710de362 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:38.395278 [ 3 ] {} HTTP-Session: 7471d5d5-14ae-42ab-81a0-835d710de362 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:38.395331 [ 3 ] {} HTTP-Session: 7471d5d5-14ae-42ab-81a0-835d710de362 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:38.395539 [ 3 ] {0bb074b7-e212-41dd-bb27-1f15c84611b8} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:10:38.395610 [ 3 ] {0bb074b7-e212-41dd-bb27-1f15c84611b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:10:38.395799 [ 3 ] {0bb074b7-e212-41dd-bb27-1f15c84611b8} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:10:38.396317 [ 3 ] {0bb074b7-e212-41dd-bb27-1f15c84611b8} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:10:38.396368 [ 3 ] {0bb074b7-e212-41dd-bb27-1f15c84611b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:10:38.397031 [ 3 ] {0bb074b7-e212-41dd-bb27-1f15c84611b8} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.06.28 22:10:38.397658 [ 3 ] {0bb074b7-e212-41dd-bb27-1f15c84611b8} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:10:38.397815 [ 3 ] {0bb074b7-e212-41dd-bb27-1f15c84611b8} executeQuery: Read 56 rows, 4.41 KiB in 0.002342 sec., 23911.187019641333 rows/sec., 1.84 MiB/sec. 2024.06.28 22:10:38.398051 [ 3 ] {0bb074b7-e212-41dd-bb27-1f15c84611b8} DynamicQueryHandler: Done processing query 2024.06.28 22:10:38.398081 [ 3 ] {0bb074b7-e212-41dd-bb27-1f15c84611b8} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.06.28 22:10:38.398106 [ 3 ] {} HTTP-Session: 7471d5d5-14ae-42ab-81a0-835d710de362 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:38.398304 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:38.398360 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:38.398381 [ 3 ] {} HTTP-Session: 95b46427-0662-44ea-9e2e-77ff232f9b57 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:38.398398 [ 3 ] {} HTTP-Session: 95b46427-0662-44ea-9e2e-77ff232f9b57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:38.398413 [ 3 ] {} HTTP-Session: 95b46427-0662-44ea-9e2e-77ff232f9b57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:38.398521 [ 3 ] {} HTTP-Session: 95b46427-0662-44ea-9e2e-77ff232f9b57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:38.398660 [ 3 ] {3436b2d3-40b0-4b3d-8fc0-6e4cbdb65a62} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:10:38.398703 [ 3 ] {3436b2d3-40b0-4b3d-8fc0-6e4cbdb65a62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:10:38.398831 [ 3 ] {3436b2d3-40b0-4b3d-8fc0-6e4cbdb65a62} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:10:38.399250 [ 3 ] {3436b2d3-40b0-4b3d-8fc0-6e4cbdb65a62} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:10:38.399287 [ 3 ] {3436b2d3-40b0-4b3d-8fc0-6e4cbdb65a62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:10:38.399733 [ 3 ] {3436b2d3-40b0-4b3d-8fc0-6e4cbdb65a62} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.06.28 22:10:38.400523 [ 3 ] {3436b2d3-40b0-4b3d-8fc0-6e4cbdb65a62} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:10:38.400657 [ 3 ] {3436b2d3-40b0-4b3d-8fc0-6e4cbdb65a62} executeQuery: Read 64 rows, 5.12 KiB in 0.002052 sec., 31189.083820662767 rows/sec., 2.43 MiB/sec. 2024.06.28 22:10:38.400933 [ 3 ] {3436b2d3-40b0-4b3d-8fc0-6e4cbdb65a62} DynamicQueryHandler: Done processing query 2024.06.28 22:10:38.400960 [ 3 ] {3436b2d3-40b0-4b3d-8fc0-6e4cbdb65a62} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:10:38.400979 [ 3 ] {} HTTP-Session: 95b46427-0662-44ea-9e2e-77ff232f9b57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:38.401186 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 22987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:38.401248 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:38.401269 [ 3 ] {} HTTP-Session: 5e783d2d-e030-47dd-83b6-611a4159f4f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:38.401287 [ 3 ] {} HTTP-Session: 5e783d2d-e030-47dd-83b6-611a4159f4f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:38.401304 [ 3 ] {} HTTP-Session: 5e783d2d-e030-47dd-83b6-611a4159f4f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:38.401336 [ 3 ] {} HTTP-Session: 5e783d2d-e030-47dd-83b6-611a4159f4f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:38.401481 [ 3 ] {93d61001-1bdf-4ffc-9ee4-a7d39489f8f0} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:10:38.401530 [ 3 ] {93d61001-1bdf-4ffc-9ee4-a7d39489f8f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:10:38.401693 [ 3 ] {93d61001-1bdf-4ffc-9ee4-a7d39489f8f0} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:10:38.402090 [ 3 ] {93d61001-1bdf-4ffc-9ee4-a7d39489f8f0} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:10:38.402127 [ 3 ] {93d61001-1bdf-4ffc-9ee4-a7d39489f8f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:10:38.402762 [ 3 ] {93d61001-1bdf-4ffc-9ee4-a7d39489f8f0} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.06.28 22:10:38.403406 [ 3 ] {93d61001-1bdf-4ffc-9ee4-a7d39489f8f0} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:10:38.403544 [ 3 ] {93d61001-1bdf-4ffc-9ee4-a7d39489f8f0} executeQuery: Read 120 rows, 8.57 KiB in 0.002123 sec., 56523.787093735285 rows/sec., 3.94 MiB/sec. 2024.06.28 22:10:38.403713 [ 3 ] {93d61001-1bdf-4ffc-9ee4-a7d39489f8f0} DynamicQueryHandler: Done processing query 2024.06.28 22:10:38.403740 [ 3 ] {93d61001-1bdf-4ffc-9ee4-a7d39489f8f0} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.28 22:10:38.403757 [ 3 ] {} HTTP-Session: 5e783d2d-e030-47dd-83b6-611a4159f4f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:38.403899 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 7293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:38.403949 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:38.403969 [ 3 ] {} HTTP-Session: c196f632-69d8-4bba-bf53-959b2999a702 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:38.403986 [ 3 ] {} HTTP-Session: c196f632-69d8-4bba-bf53-959b2999a702 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:38.404001 [ 3 ] {} HTTP-Session: c196f632-69d8-4bba-bf53-959b2999a702 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:38.404038 [ 3 ] {} HTTP-Session: c196f632-69d8-4bba-bf53-959b2999a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:38.404158 [ 3 ] {5d5f1c11-3044-4244-a92b-199dfb0e011a} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:10:38.404202 [ 3 ] {5d5f1c11-3044-4244-a92b-199dfb0e011a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:10:38.404333 [ 3 ] {5d5f1c11-3044-4244-a92b-199dfb0e011a} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:10:38.404641 [ 3 ] {5d5f1c11-3044-4244-a92b-199dfb0e011a} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:10:38.404679 [ 3 ] {5d5f1c11-3044-4244-a92b-199dfb0e011a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:10:38.405151 [ 3 ] {5d5f1c11-3044-4244-a92b-199dfb0e011a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.06.28 22:10:38.405906 [ 3 ] {5d5f1c11-3044-4244-a92b-199dfb0e011a} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:10:38.406036 [ 3 ] {5d5f1c11-3044-4244-a92b-199dfb0e011a} executeQuery: Read 48 rows, 3.30 KiB in 0.001922 sec., 24973.98543184183 rows/sec., 1.68 MiB/sec. 2024.06.28 22:10:38.406201 [ 3 ] {5d5f1c11-3044-4244-a92b-199dfb0e011a} DynamicQueryHandler: Done processing query 2024.06.28 22:10:38.406224 [ 3 ] {5d5f1c11-3044-4244-a92b-199dfb0e011a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:10:38.406240 [ 3 ] {} HTTP-Session: c196f632-69d8-4bba-bf53-959b2999a702 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:43.396728 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 7841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:43.396848 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:43.396873 [ 3 ] {} HTTP-Session: 03e10e56-3e1e-4a91-bf1c-4446f83bcef1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:43.396897 [ 3 ] {} HTTP-Session: 03e10e56-3e1e-4a91-bf1c-4446f83bcef1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:43.396914 [ 3 ] {} HTTP-Session: 03e10e56-3e1e-4a91-bf1c-4446f83bcef1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:43.396963 [ 3 ] {} HTTP-Session: 03e10e56-3e1e-4a91-bf1c-4446f83bcef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:43.397151 [ 3 ] {3edbba08-db46-4cbe-a8fe-eeb5c17a6f31} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:10:43.397217 [ 3 ] {3edbba08-db46-4cbe-a8fe-eeb5c17a6f31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:10:43.397404 [ 3 ] {3edbba08-db46-4cbe-a8fe-eeb5c17a6f31} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:10:43.397859 [ 3 ] {3edbba08-db46-4cbe-a8fe-eeb5c17a6f31} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:10:43.397900 [ 3 ] {3edbba08-db46-4cbe-a8fe-eeb5c17a6f31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:10:43.398276 [ 3 ] {3edbba08-db46-4cbe-a8fe-eeb5c17a6f31} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.06.28 22:10:43.398639 [ 3 ] {3edbba08-db46-4cbe-a8fe-eeb5c17a6f31} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:10:43.398808 [ 3 ] {3edbba08-db46-4cbe-a8fe-eeb5c17a6f31} executeQuery: Read 56 rows, 4.41 KiB in 0.001712 sec., 32710.280373831774 rows/sec., 2.51 MiB/sec. 2024.06.28 22:10:43.399003 [ 3 ] {3edbba08-db46-4cbe-a8fe-eeb5c17a6f31} DynamicQueryHandler: Done processing query 2024.06.28 22:10:43.399029 [ 3 ] {3edbba08-db46-4cbe-a8fe-eeb5c17a6f31} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.06.28 22:10:43.399047 [ 3 ] {} HTTP-Session: 03e10e56-3e1e-4a91-bf1c-4446f83bcef1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:43.399177 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:43.399227 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:43.399247 [ 3 ] {} HTTP-Session: 3398bc3d-bf75-4b3b-b7b5-f04bfdb8739b Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:43.399265 [ 3 ] {} HTTP-Session: 3398bc3d-bf75-4b3b-b7b5-f04bfdb8739b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:43.399280 [ 3 ] {} HTTP-Session: 3398bc3d-bf75-4b3b-b7b5-f04bfdb8739b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:43.399311 [ 3 ] {} HTTP-Session: 3398bc3d-bf75-4b3b-b7b5-f04bfdb8739b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:43.399435 [ 3 ] {8292e967-8e10-4743-bb0d-afec2eaf7607} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:10:43.399476 [ 3 ] {8292e967-8e10-4743-bb0d-afec2eaf7607} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:10:43.399602 [ 3 ] {8292e967-8e10-4743-bb0d-afec2eaf7607} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:10:43.399985 [ 3 ] {8292e967-8e10-4743-bb0d-afec2eaf7607} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:10:43.400026 [ 3 ] {8292e967-8e10-4743-bb0d-afec2eaf7607} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:10:43.400374 [ 3 ] {8292e967-8e10-4743-bb0d-afec2eaf7607} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.06.28 22:10:43.400670 [ 3 ] {8292e967-8e10-4743-bb0d-afec2eaf7607} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:10:43.400823 [ 3 ] {8292e967-8e10-4743-bb0d-afec2eaf7607} executeQuery: Read 64 rows, 5.12 KiB in 0.00143 sec., 44755.244755244756 rows/sec., 3.49 MiB/sec. 2024.06.28 22:10:43.401087 [ 3 ] {8292e967-8e10-4743-bb0d-afec2eaf7607} DynamicQueryHandler: Done processing query 2024.06.28 22:10:43.401111 [ 3 ] {8292e967-8e10-4743-bb0d-afec2eaf7607} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:10:43.401127 [ 3 ] {} HTTP-Session: 3398bc3d-bf75-4b3b-b7b5-f04bfdb8739b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:43.401384 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:43.401433 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:43.401452 [ 3 ] {} HTTP-Session: 5d8dd708-2d30-49b0-b223-18022c116cd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:43.401468 [ 3 ] {} HTTP-Session: 5d8dd708-2d30-49b0-b223-18022c116cd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:43.401483 [ 3 ] {} HTTP-Session: 5d8dd708-2d30-49b0-b223-18022c116cd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:43.401513 [ 3 ] {} HTTP-Session: 5d8dd708-2d30-49b0-b223-18022c116cd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:43.401656 [ 3 ] {282d7f2a-6e41-4280-ac2c-9490f489d3c6} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:10:43.401703 [ 3 ] {282d7f2a-6e41-4280-ac2c-9490f489d3c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:10:43.401864 [ 3 ] {282d7f2a-6e41-4280-ac2c-9490f489d3c6} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:10:43.402258 [ 3 ] {282d7f2a-6e41-4280-ac2c-9490f489d3c6} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:10:43.402296 [ 3 ] {282d7f2a-6e41-4280-ac2c-9490f489d3c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:10:43.402716 [ 3 ] {282d7f2a-6e41-4280-ac2c-9490f489d3c6} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.06.28 22:10:43.403070 [ 3 ] {282d7f2a-6e41-4280-ac2c-9490f489d3c6} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:10:43.403231 [ 3 ] {282d7f2a-6e41-4280-ac2c-9490f489d3c6} executeQuery: Read 160 rows, 11.41 KiB in 0.001642 sec., 97442.143727162 rows/sec., 6.79 MiB/sec. 2024.06.28 22:10:43.403427 [ 3 ] {282d7f2a-6e41-4280-ac2c-9490f489d3c6} DynamicQueryHandler: Done processing query 2024.06.28 22:10:43.403451 [ 3 ] {282d7f2a-6e41-4280-ac2c-9490f489d3c6} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:10:43.403467 [ 3 ] {} HTTP-Session: 5d8dd708-2d30-49b0-b223-18022c116cd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:43.403606 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:43.403654 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:43.403673 [ 3 ] {} HTTP-Session: 671a2503-b06a-4584-918c-4fec337991de Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:43.403689 [ 3 ] {} HTTP-Session: 671a2503-b06a-4584-918c-4fec337991de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:43.403703 [ 3 ] {} HTTP-Session: 671a2503-b06a-4584-918c-4fec337991de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:43.403732 [ 3 ] {} HTTP-Session: 671a2503-b06a-4584-918c-4fec337991de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:43.403862 [ 3 ] {cf0eff99-b5ac-4c61-963f-889f48cd762a} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:10:43.403906 [ 3 ] {cf0eff99-b5ac-4c61-963f-889f48cd762a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:10:43.404032 [ 3 ] {cf0eff99-b5ac-4c61-963f-889f48cd762a} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:10:43.404342 [ 3 ] {cf0eff99-b5ac-4c61-963f-889f48cd762a} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:10:43.404377 [ 3 ] {cf0eff99-b5ac-4c61-963f-889f48cd762a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:10:43.404730 [ 3 ] {cf0eff99-b5ac-4c61-963f-889f48cd762a} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.06.28 22:10:43.405050 [ 3 ] {cf0eff99-b5ac-4c61-963f-889f48cd762a} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:10:43.405206 [ 3 ] {cf0eff99-b5ac-4c61-963f-889f48cd762a} executeQuery: Read 60 rows, 4.14 KiB in 0.001398 sec., 42918.45493562232 rows/sec., 2.89 MiB/sec. 2024.06.28 22:10:43.405370 [ 3 ] {cf0eff99-b5ac-4c61-963f-889f48cd762a} DynamicQueryHandler: Done processing query 2024.06.28 22:10:43.405393 [ 3 ] {cf0eff99-b5ac-4c61-963f-889f48cd762a} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:10:43.405409 [ 3 ] {} HTTP-Session: 671a2503-b06a-4584-918c-4fec337991de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:47.719449 [ 102 ] {} DNSResolver: Updating DNS cache 2024.06.28 22:10:47.719506 [ 102 ] {} DNSResolver: Updated DNS cache 2024.06.28 22:10:48.395307 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 7841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:48.395414 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:48.395438 [ 3 ] {} HTTP-Session: 40e5ef72-6bbe-4f6a-899e-bb71e897d8a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:48.395462 [ 3 ] {} HTTP-Session: 40e5ef72-6bbe-4f6a-899e-bb71e897d8a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:48.395476 [ 3 ] {} HTTP-Session: 40e5ef72-6bbe-4f6a-899e-bb71e897d8a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:48.395524 [ 3 ] {} HTTP-Session: 40e5ef72-6bbe-4f6a-899e-bb71e897d8a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:48.395709 [ 3 ] {796d5154-fbfa-46f2-84bf-e4b2d45bc3d1} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:10:48.395775 [ 3 ] {796d5154-fbfa-46f2-84bf-e4b2d45bc3d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:10:48.395960 [ 3 ] {796d5154-fbfa-46f2-84bf-e4b2d45bc3d1} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:10:48.396417 [ 3 ] {796d5154-fbfa-46f2-84bf-e4b2d45bc3d1} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:10:48.396458 [ 3 ] {796d5154-fbfa-46f2-84bf-e4b2d45bc3d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:10:48.396872 [ 3 ] {796d5154-fbfa-46f2-84bf-e4b2d45bc3d1} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.06.28 22:10:48.397203 [ 3 ] {796d5154-fbfa-46f2-84bf-e4b2d45bc3d1} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:10:48.397379 [ 3 ] {796d5154-fbfa-46f2-84bf-e4b2d45bc3d1} executeQuery: Read 56 rows, 4.41 KiB in 0.001721 sec., 32539.22138291691 rows/sec., 2.50 MiB/sec. 2024.06.28 22:10:48.397600 [ 3 ] {796d5154-fbfa-46f2-84bf-e4b2d45bc3d1} DynamicQueryHandler: Done processing query 2024.06.28 22:10:48.397628 [ 3 ] {796d5154-fbfa-46f2-84bf-e4b2d45bc3d1} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.06.28 22:10:48.397646 [ 3 ] {} HTTP-Session: 40e5ef72-6bbe-4f6a-899e-bb71e897d8a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:48.397797 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:48.397859 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:48.397884 [ 3 ] {} HTTP-Session: 76e64c9c-2969-4908-9e88-4dbb6d0a0ce8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:48.397905 [ 3 ] {} HTTP-Session: 76e64c9c-2969-4908-9e88-4dbb6d0a0ce8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:48.397924 [ 3 ] {} HTTP-Session: 76e64c9c-2969-4908-9e88-4dbb6d0a0ce8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:48.397956 [ 3 ] {} HTTP-Session: 76e64c9c-2969-4908-9e88-4dbb6d0a0ce8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:48.398095 [ 3 ] {077fa031-e82d-408e-8e94-831d39fc60fa} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:10:48.398138 [ 3 ] {077fa031-e82d-408e-8e94-831d39fc60fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:10:48.398263 [ 3 ] {077fa031-e82d-408e-8e94-831d39fc60fa} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:10:48.398617 [ 3 ] {077fa031-e82d-408e-8e94-831d39fc60fa} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:10:48.398654 [ 3 ] {077fa031-e82d-408e-8e94-831d39fc60fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:10:48.398975 [ 3 ] {077fa031-e82d-408e-8e94-831d39fc60fa} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.06.28 22:10:48.399296 [ 3 ] {077fa031-e82d-408e-8e94-831d39fc60fa} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:10:48.399458 [ 3 ] {077fa031-e82d-408e-8e94-831d39fc60fa} executeQuery: Read 64 rows, 5.12 KiB in 0.001426 sec., 44880.78541374474 rows/sec., 3.50 MiB/sec. 2024.06.28 22:10:48.399623 [ 3 ] {077fa031-e82d-408e-8e94-831d39fc60fa} DynamicQueryHandler: Done processing query 2024.06.28 22:10:48.399647 [ 3 ] {077fa031-e82d-408e-8e94-831d39fc60fa} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:10:48.399663 [ 3 ] {} HTTP-Session: 76e64c9c-2969-4908-9e88-4dbb6d0a0ce8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:48.399841 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:48.399891 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:48.399911 [ 3 ] {} HTTP-Session: 8ec39564-790c-4519-913a-c90f5bad6ff7 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:48.399928 [ 3 ] {} HTTP-Session: 8ec39564-790c-4519-913a-c90f5bad6ff7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:48.399943 [ 3 ] {} HTTP-Session: 8ec39564-790c-4519-913a-c90f5bad6ff7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:48.399973 [ 3 ] {} HTTP-Session: 8ec39564-790c-4519-913a-c90f5bad6ff7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:48.400195 [ 3 ] {0fcaaec1-76a5-4232-b3f9-3e666d4a8f50} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:10:48.400248 [ 3 ] {0fcaaec1-76a5-4232-b3f9-3e666d4a8f50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:10:48.400393 [ 3 ] {0fcaaec1-76a5-4232-b3f9-3e666d4a8f50} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:10:48.400818 [ 3 ] {0fcaaec1-76a5-4232-b3f9-3e666d4a8f50} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:10:48.400853 [ 3 ] {0fcaaec1-76a5-4232-b3f9-3e666d4a8f50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:10:48.401270 [ 3 ] {0fcaaec1-76a5-4232-b3f9-3e666d4a8f50} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.06.28 22:10:48.401610 [ 3 ] {0fcaaec1-76a5-4232-b3f9-3e666d4a8f50} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:10:48.401775 [ 3 ] {0fcaaec1-76a5-4232-b3f9-3e666d4a8f50} executeQuery: Read 160 rows, 11.41 KiB in 0.001726 sec., 92699.88412514483 rows/sec., 6.46 MiB/sec. 2024.06.28 22:10:48.401939 [ 3 ] {0fcaaec1-76a5-4232-b3f9-3e666d4a8f50} DynamicQueryHandler: Done processing query 2024.06.28 22:10:48.401963 [ 3 ] {0fcaaec1-76a5-4232-b3f9-3e666d4a8f50} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:10:48.401979 [ 3 ] {} HTTP-Session: 8ec39564-790c-4519-913a-c90f5bad6ff7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:48.402103 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:48.402150 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:48.402169 [ 3 ] {} HTTP-Session: 60490a47-c6f2-498f-9856-48161ead2cc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:48.402185 [ 3 ] {} HTTP-Session: 60490a47-c6f2-498f-9856-48161ead2cc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:48.402198 [ 3 ] {} HTTP-Session: 60490a47-c6f2-498f-9856-48161ead2cc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:48.402229 [ 3 ] {} HTTP-Session: 60490a47-c6f2-498f-9856-48161ead2cc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:48.402363 [ 3 ] {68e695d5-9740-4e24-bf43-a08efa30e67c} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:10:48.402407 [ 3 ] {68e695d5-9740-4e24-bf43-a08efa30e67c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:10:48.402531 [ 3 ] {68e695d5-9740-4e24-bf43-a08efa30e67c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:10:48.402814 [ 3 ] {68e695d5-9740-4e24-bf43-a08efa30e67c} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:10:48.402849 [ 3 ] {68e695d5-9740-4e24-bf43-a08efa30e67c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:10:48.403195 [ 3 ] {68e695d5-9740-4e24-bf43-a08efa30e67c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.06.28 22:10:48.403518 [ 3 ] {68e695d5-9740-4e24-bf43-a08efa30e67c} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:10:48.403675 [ 3 ] {68e695d5-9740-4e24-bf43-a08efa30e67c} executeQuery: Read 60 rows, 4.14 KiB in 0.001368 sec., 43859.649122807015 rows/sec., 2.96 MiB/sec. 2024.06.28 22:10:48.403838 [ 3 ] {68e695d5-9740-4e24-bf43-a08efa30e67c} DynamicQueryHandler: Done processing query 2024.06.28 22:10:48.403863 [ 3 ] {68e695d5-9740-4e24-bf43-a08efa30e67c} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:10:48.403878 [ 3 ] {} HTTP-Session: 60490a47-c6f2-498f-9856-48161ead2cc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:53.391163 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:53.391285 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:53.391308 [ 3 ] {} HTTP-Session: e5802c02-1de6-44db-9465-441691681a80 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:53.391331 [ 3 ] {} HTTP-Session: e5802c02-1de6-44db-9465-441691681a80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:53.391346 [ 3 ] {} HTTP-Session: e5802c02-1de6-44db-9465-441691681a80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:53.391394 [ 3 ] {} HTTP-Session: e5802c02-1de6-44db-9465-441691681a80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:53.391611 [ 3 ] {cdc8d108-75b0-4e51-b80d-cf66bc0fce02} executeQuery: (from [fd00:1122:3344:101::d]:33318) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.06.28 22:10:53.391973 [ 3 ] {cdc8d108-75b0-4e51-b80d-cf66bc0fce02} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.28 22:10:53.392014 [ 3 ] {cdc8d108-75b0-4e51-b80d-cf66bc0fce02} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.06.28 22:10:53.392307 [ 3 ] {cdc8d108-75b0-4e51-b80d-cf66bc0fce02} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.28 22:10:53.392388 [ 3 ] {cdc8d108-75b0-4e51-b80d-cf66bc0fce02} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.28 22:10:53.392566 [ 3 ] {cdc8d108-75b0-4e51-b80d-cf66bc0fce02} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Key condition: (column 0 notIn 18-element set) 2024.06.28 22:10:53.392700 [ 252 ] {cdc8d108-75b0-4e51-b80d-cf66bc0fce02} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.28 22:10:53.392701 [ 254 ] {cdc8d108-75b0-4e51-b80d-cf66bc0fce02} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.06.28 22:10:53.392841 [ 3 ] {cdc8d108-75b0-4e51-b80d-cf66bc0fce02} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (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.06.28 22:10:53.392871 [ 3 ] {cdc8d108-75b0-4e51-b80d-cf66bc0fce02} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.28 22:10:53.393014 [ 3 ] {cdc8d108-75b0-4e51-b80d-cf66bc0fce02} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.06.28 22:10:53.393054 [ 3 ] {cdc8d108-75b0-4e51-b80d-cf66bc0fce02} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Reading approx. 18 rows with 2 streams 2024.06.28 22:10:53.393107 [ 3 ] {cdc8d108-75b0-4e51-b80d-cf66bc0fce02} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.28 22:10:53.393150 [ 3 ] {cdc8d108-75b0-4e51-b80d-cf66bc0fce02} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.28 22:10:53.394766 [ 3 ] {cdc8d108-75b0-4e51-b80d-cf66bc0fce02} executeQuery: Read 18 rows, 754.00 B in 0.003251 sec., 5536.757920639803 rows/sec., 226.49 KiB/sec. 2024.06.28 22:10:53.395090 [ 3 ] {cdc8d108-75b0-4e51-b80d-cf66bc0fce02} DynamicQueryHandler: Done processing query 2024.06.28 22:10:53.395116 [ 3 ] {cdc8d108-75b0-4e51-b80d-cf66bc0fce02} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.06.28 22:10:53.395135 [ 3 ] {} HTTP-Session: e5802c02-1de6-44db-9465-441691681a80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:53.395448 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:53.395499 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:53.395518 [ 3 ] {} HTTP-Session: c5f52dfc-0b42-4451-8193-60dad76ce2e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:53.395535 [ 3 ] {} HTTP-Session: c5f52dfc-0b42-4451-8193-60dad76ce2e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:53.395550 [ 3 ] {} HTTP-Session: c5f52dfc-0b42-4451-8193-60dad76ce2e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:53.395582 [ 3 ] {} HTTP-Session: c5f52dfc-0b42-4451-8193-60dad76ce2e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:53.395723 [ 3 ] {75fc586f-56f0-4f31-ad72-de88ba242d16} executeQuery: (from [fd00:1122:3344:101::d]:33318) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.06.28 22:10:53.395987 [ 3 ] {75fc586f-56f0-4f31-ad72-de88ba242d16} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.28 22:10:53.396027 [ 3 ] {75fc586f-56f0-4f31-ad72-de88ba242d16} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.06.28 22:10:53.396281 [ 3 ] {75fc586f-56f0-4f31-ad72-de88ba242d16} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.28 22:10:53.396347 [ 3 ] {75fc586f-56f0-4f31-ad72-de88ba242d16} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.28 22:10:53.396484 [ 3 ] {75fc586f-56f0-4f31-ad72-de88ba242d16} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Key condition: (column 0 notIn 19-element set) 2024.06.28 22:10:53.396591 [ 257 ] {75fc586f-56f0-4f31-ad72-de88ba242d16} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.28 22:10:53.396594 [ 255 ] {75fc586f-56f0-4f31-ad72-de88ba242d16} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.06.28 22:10:53.396700 [ 3 ] {75fc586f-56f0-4f31-ad72-de88ba242d16} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (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.06.28 22:10:53.396724 [ 3 ] {75fc586f-56f0-4f31-ad72-de88ba242d16} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.28 22:10:53.396801 [ 3 ] {75fc586f-56f0-4f31-ad72-de88ba242d16} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.06.28 22:10:53.396821 [ 3 ] {75fc586f-56f0-4f31-ad72-de88ba242d16} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Reading approx. 18 rows with 2 streams 2024.06.28 22:10:53.396859 [ 3 ] {75fc586f-56f0-4f31-ad72-de88ba242d16} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.28 22:10:53.396897 [ 3 ] {75fc586f-56f0-4f31-ad72-de88ba242d16} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.28 22:10:53.398159 [ 3 ] {75fc586f-56f0-4f31-ad72-de88ba242d16} executeQuery: Read 18 rows, 754.00 B in 0.0025 sec., 7200 rows/sec., 294.53 KiB/sec. 2024.06.28 22:10:53.398437 [ 3 ] {75fc586f-56f0-4f31-ad72-de88ba242d16} DynamicQueryHandler: Done processing query 2024.06.28 22:10:53.398461 [ 3 ] {75fc586f-56f0-4f31-ad72-de88ba242d16} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.06.28 22:10:53.398478 [ 3 ] {} HTTP-Session: c5f52dfc-0b42-4451-8193-60dad76ce2e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:53.398700 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 826, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:53.398747 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:53.398765 [ 3 ] {} HTTP-Session: 4407e2d2-0bf7-43d3-93fe-811f9b192302 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:53.398780 [ 3 ] {} HTTP-Session: 4407e2d2-0bf7-43d3-93fe-811f9b192302 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:53.398793 [ 3 ] {} HTTP-Session: 4407e2d2-0bf7-43d3-93fe-811f9b192302 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:53.398823 [ 3 ] {} HTTP-Session: 4407e2d2-0bf7-43d3-93fe-811f9b192302 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:53.398958 [ 3 ] {d4692bbf-5f14-4163-a981-38ed9159f539} executeQuery: (from [fd00:1122:3344:101::d]:33318) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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.06.28 22:10:53.399214 [ 3 ] {d4692bbf-5f14-4163-a981-38ed9159f539} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.28 22:10:53.399253 [ 3 ] {d4692bbf-5f14-4163-a981-38ed9159f539} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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.06.28 22:10:53.399502 [ 3 ] {d4692bbf-5f14-4163-a981-38ed9159f539} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.28 22:10:53.399564 [ 3 ] {d4692bbf-5f14-4163-a981-38ed9159f539} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.28 22:10:53.399696 [ 3 ] {d4692bbf-5f14-4163-a981-38ed9159f539} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2024.06.28 22:10:53.399765 [ 253 ] {d4692bbf-5f14-4163-a981-38ed9159f539} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.28 22:10:53.399784 [ 257 ] {d4692bbf-5f14-4163-a981-38ed9159f539} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.06.28 22:10:53.399872 [ 3 ] {d4692bbf-5f14-4163-a981-38ed9159f539} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (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.06.28 22:10:53.399898 [ 3 ] {d4692bbf-5f14-4163-a981-38ed9159f539} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.28 22:10:53.399974 [ 3 ] {d4692bbf-5f14-4163-a981-38ed9159f539} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.06.28 22:10:53.399992 [ 3 ] {d4692bbf-5f14-4163-a981-38ed9159f539} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Reading approx. 18 rows with 2 streams 2024.06.28 22:10:53.400030 [ 3 ] {d4692bbf-5f14-4163-a981-38ed9159f539} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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.06.28 22:10:53.400066 [ 3 ] {d4692bbf-5f14-4163-a981-38ed9159f539} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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.06.28 22:10:53.401272 [ 3 ] {d4692bbf-5f14-4163-a981-38ed9159f539} executeQuery: Read 18 rows, 754.00 B in 0.002376 sec., 7575.757575757575 rows/sec., 309.90 KiB/sec. 2024.06.28 22:10:53.401548 [ 3 ] {d4692bbf-5f14-4163-a981-38ed9159f539} DynamicQueryHandler: Done processing query 2024.06.28 22:10:53.401572 [ 3 ] {d4692bbf-5f14-4163-a981-38ed9159f539} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.06.28 22:10:53.401588 [ 3 ] {} HTTP-Session: 4407e2d2-0bf7-43d3-93fe-811f9b192302 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:53.401816 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 863, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:53.401862 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:53.401881 [ 3 ] {} HTTP-Session: d28f1a36-bcdc-40f1-9de5-b3a6b18ee6eb Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:53.401896 [ 3 ] {} HTTP-Session: d28f1a36-bcdc-40f1-9de5-b3a6b18ee6eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:53.401910 [ 3 ] {} HTTP-Session: d28f1a36-bcdc-40f1-9de5-b3a6b18ee6eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:53.401940 [ 3 ] {} HTTP-Session: d28f1a36-bcdc-40f1-9de5-b3a6b18ee6eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:53.402086 [ 3 ] {8e5a0945-dfb0-4a2e-beaa-e9739bed8f9d} executeQuery: (from [fd00:1122:3344:101::d]:33318) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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.06.28 22:10:53.402345 [ 3 ] {8e5a0945-dfb0-4a2e-beaa-e9739bed8f9d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.28 22:10:53.402384 [ 3 ] {8e5a0945-dfb0-4a2e-beaa-e9739bed8f9d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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.06.28 22:10:53.402639 [ 3 ] {8e5a0945-dfb0-4a2e-beaa-e9739bed8f9d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.28 22:10:53.402701 [ 3 ] {8e5a0945-dfb0-4a2e-beaa-e9739bed8f9d} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.28 22:10:53.402836 [ 3 ] {8e5a0945-dfb0-4a2e-beaa-e9739bed8f9d} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2024.06.28 22:10:53.402916 [ 254 ] {8e5a0945-dfb0-4a2e-beaa-e9739bed8f9d} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.28 22:10:53.402918 [ 252 ] {8e5a0945-dfb0-4a2e-beaa-e9739bed8f9d} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.06.28 22:10:53.403022 [ 3 ] {8e5a0945-dfb0-4a2e-beaa-e9739bed8f9d} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (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.06.28 22:10:53.403048 [ 3 ] {8e5a0945-dfb0-4a2e-beaa-e9739bed8f9d} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.28 22:10:53.403126 [ 3 ] {8e5a0945-dfb0-4a2e-beaa-e9739bed8f9d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.06.28 22:10:53.403146 [ 3 ] {8e5a0945-dfb0-4a2e-beaa-e9739bed8f9d} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Reading approx. 18 rows with 2 streams 2024.06.28 22:10:53.403184 [ 3 ] {8e5a0945-dfb0-4a2e-beaa-e9739bed8f9d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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.06.28 22:10:53.403223 [ 3 ] {8e5a0945-dfb0-4a2e-beaa-e9739bed8f9d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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.06.28 22:10:53.404474 [ 3 ] {8e5a0945-dfb0-4a2e-beaa-e9739bed8f9d} executeQuery: Read 18 rows, 754.00 B in 0.002453 sec., 7337.953526294334 rows/sec., 300.17 KiB/sec. 2024.06.28 22:10:53.404742 [ 3 ] {8e5a0945-dfb0-4a2e-beaa-e9739bed8f9d} DynamicQueryHandler: Done processing query 2024.06.28 22:10:53.404767 [ 3 ] {8e5a0945-dfb0-4a2e-beaa-e9739bed8f9d} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.06.28 22:10:53.404783 [ 3 ] {} HTTP-Session: d28f1a36-bcdc-40f1-9de5-b3a6b18ee6eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:53.405022 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:53.405067 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:53.405086 [ 3 ] {} HTTP-Session: b8ef46fd-1aee-4c71-b808-2789eec3e5a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:53.405102 [ 3 ] {} HTTP-Session: b8ef46fd-1aee-4c71-b808-2789eec3e5a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:53.405115 [ 3 ] {} HTTP-Session: b8ef46fd-1aee-4c71-b808-2789eec3e5a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:53.405145 [ 3 ] {} HTTP-Session: b8ef46fd-1aee-4c71-b808-2789eec3e5a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:53.405281 [ 3 ] {b3a366d4-06dd-4bcd-9b24-346af33c4b4f} executeQuery: (from [fd00:1122:3344:101::d]:33318) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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.06.28 22:10:53.405545 [ 3 ] {b3a366d4-06dd-4bcd-9b24-346af33c4b4f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.28 22:10:53.405585 [ 3 ] {b3a366d4-06dd-4bcd-9b24-346af33c4b4f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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.06.28 22:10:53.405845 [ 3 ] {b3a366d4-06dd-4bcd-9b24-346af33c4b4f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.28 22:10:53.405907 [ 3 ] {b3a366d4-06dd-4bcd-9b24-346af33c4b4f} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.28 22:10:53.406040 [ 3 ] {b3a366d4-06dd-4bcd-9b24-346af33c4b4f} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2024.06.28 22:10:53.406145 [ 257 ] {b3a366d4-06dd-4bcd-9b24-346af33c4b4f} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.28 22:10:53.406147 [ 253 ] {b3a366d4-06dd-4bcd-9b24-346af33c4b4f} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.06.28 22:10:53.406247 [ 3 ] {b3a366d4-06dd-4bcd-9b24-346af33c4b4f} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (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.06.28 22:10:53.406270 [ 3 ] {b3a366d4-06dd-4bcd-9b24-346af33c4b4f} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.28 22:10:53.406343 [ 3 ] {b3a366d4-06dd-4bcd-9b24-346af33c4b4f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.06.28 22:10:53.406362 [ 3 ] {b3a366d4-06dd-4bcd-9b24-346af33c4b4f} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Reading approx. 18 rows with 2 streams 2024.06.28 22:10:53.406399 [ 3 ] {b3a366d4-06dd-4bcd-9b24-346af33c4b4f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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.06.28 22:10:53.406436 [ 3 ] {b3a366d4-06dd-4bcd-9b24-346af33c4b4f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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.06.28 22:10:53.407656 [ 3 ] {b3a366d4-06dd-4bcd-9b24-346af33c4b4f} executeQuery: Read 18 rows, 754.00 B in 0.002439 sec., 7380.073800738007 rows/sec., 301.90 KiB/sec. 2024.06.28 22:10:53.407929 [ 3 ] {b3a366d4-06dd-4bcd-9b24-346af33c4b4f} DynamicQueryHandler: Done processing query 2024.06.28 22:10:53.407953 [ 3 ] {b3a366d4-06dd-4bcd-9b24-346af33c4b4f} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.06.28 22:10:53.407969 [ 3 ] {} HTTP-Session: b8ef46fd-1aee-4c71-b808-2789eec3e5a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:53.408188 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:53.408233 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:53.408251 [ 3 ] {} HTTP-Session: 8fcea43d-b629-437e-a225-797d91e4a128 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:53.408267 [ 3 ] {} HTTP-Session: 8fcea43d-b629-437e-a225-797d91e4a128 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:53.408280 [ 3 ] {} HTTP-Session: 8fcea43d-b629-437e-a225-797d91e4a128 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:53.408311 [ 3 ] {} HTTP-Session: 8fcea43d-b629-437e-a225-797d91e4a128 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:53.408447 [ 3 ] {4f154315-9926-450d-bf42-283972e699b2} executeQuery: (from [fd00:1122:3344:101::d]:33318) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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.06.28 22:10:53.408708 [ 3 ] {4f154315-9926-450d-bf42-283972e699b2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.28 22:10:53.408748 [ 3 ] {4f154315-9926-450d-bf42-283972e699b2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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.06.28 22:10:53.409006 [ 3 ] {4f154315-9926-450d-bf42-283972e699b2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.28 22:10:53.409068 [ 3 ] {4f154315-9926-450d-bf42-283972e699b2} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.28 22:10:53.409201 [ 3 ] {4f154315-9926-450d-bf42-283972e699b2} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2024.06.28 22:10:53.409299 [ 253 ] {4f154315-9926-450d-bf42-283972e699b2} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.06.28 22:10:53.409302 [ 252 ] {4f154315-9926-450d-bf42-283972e699b2} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.28 22:10:53.409409 [ 3 ] {4f154315-9926-450d-bf42-283972e699b2} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (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.06.28 22:10:53.409437 [ 3 ] {4f154315-9926-450d-bf42-283972e699b2} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.28 22:10:53.409511 [ 3 ] {4f154315-9926-450d-bf42-283972e699b2} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.06.28 22:10:53.409529 [ 3 ] {4f154315-9926-450d-bf42-283972e699b2} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Reading approx. 18 rows with 2 streams 2024.06.28 22:10:53.409566 [ 3 ] {4f154315-9926-450d-bf42-283972e699b2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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.06.28 22:10:53.409603 [ 3 ] {4f154315-9926-450d-bf42-283972e699b2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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.06.28 22:10:53.410697 [ 3 ] {4f154315-9926-450d-bf42-283972e699b2} executeQuery: Read 18 rows, 754.00 B in 0.002313 sec., 7782.101167315175 rows/sec., 318.34 KiB/sec. 2024.06.28 22:10:53.410991 [ 3 ] {4f154315-9926-450d-bf42-283972e699b2} DynamicQueryHandler: Done processing query 2024.06.28 22:10:53.411014 [ 3 ] {4f154315-9926-450d-bf42-283972e699b2} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.06.28 22:10:53.411031 [ 3 ] {} HTTP-Session: 8fcea43d-b629-437e-a225-797d91e4a128 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:53.420314 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:53.420404 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:53.420444 [ 3 ] {} HTTP-Session: 57af1423-3416-40e8-9dab-68f9f85c2c7a Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:53.420475 [ 3 ] {} HTTP-Session: 57af1423-3416-40e8-9dab-68f9f85c2c7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:53.420501 [ 3 ] {} HTTP-Session: 57af1423-3416-40e8-9dab-68f9f85c2c7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:53.420560 [ 3 ] {} HTTP-Session: 57af1423-3416-40e8-9dab-68f9f85c2c7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:53.420735 [ 3 ] {af695f44-1396-436c-ba62-331c56c741ea} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:10:53.420779 [ 3 ] {af695f44-1396-436c-ba62-331c56c741ea} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.28 22:10:53.420943 [ 3 ] {af695f44-1396-436c-ba62-331c56c741ea} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:10:53.421361 [ 3 ] {af695f44-1396-436c-ba62-331c56c741ea} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:10:53.421398 [ 3 ] {af695f44-1396-436c-ba62-331c56c741ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:10:53.421904 [ 3 ] {af695f44-1396-436c-ba62-331c56c741ea} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.06.28 22:10:53.422217 [ 3 ] {af695f44-1396-436c-ba62-331c56c741ea} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:10:53.422387 [ 3 ] {af695f44-1396-436c-ba62-331c56c741ea} executeQuery: Read 6 rows, 996.00 B in 0.001684 sec., 3562.9453681710215 rows/sec., 577.59 KiB/sec. 2024.06.28 22:10:53.422676 [ 3 ] {af695f44-1396-436c-ba62-331c56c741ea} DynamicQueryHandler: Done processing query 2024.06.28 22:10:53.422700 [ 3 ] {af695f44-1396-436c-ba62-331c56c741ea} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.28 22:10:53.422715 [ 3 ] {} HTTP-Session: 57af1423-3416-40e8-9dab-68f9f85c2c7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:53.422831 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:53.422877 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:53.422895 [ 3 ] {} HTTP-Session: fe383dca-4f4c-4da8-9232-ea0396a10a28 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:53.422911 [ 3 ] {} HTTP-Session: fe383dca-4f4c-4da8-9232-ea0396a10a28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:53.422925 [ 3 ] {} HTTP-Session: fe383dca-4f4c-4da8-9232-ea0396a10a28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:53.422954 [ 3 ] {} HTTP-Session: fe383dca-4f4c-4da8-9232-ea0396a10a28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:53.423088 [ 3 ] {066536dd-5bb1-42c5-95bd-fa78a09f3803} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:10:53.423132 [ 3 ] {066536dd-5bb1-42c5-95bd-fa78a09f3803} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:10:53.423270 [ 3 ] {066536dd-5bb1-42c5-95bd-fa78a09f3803} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:10:53.423614 [ 3 ] {066536dd-5bb1-42c5-95bd-fa78a09f3803} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:10:53.423649 [ 3 ] {066536dd-5bb1-42c5-95bd-fa78a09f3803} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:10:53.423991 [ 3 ] {066536dd-5bb1-42c5-95bd-fa78a09f3803} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.06.28 22:10:53.424294 [ 3 ] {066536dd-5bb1-42c5-95bd-fa78a09f3803} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:10:53.424443 [ 3 ] {066536dd-5bb1-42c5-95bd-fa78a09f3803} executeQuery: Read 92 rows, 7.22 KiB in 0.001404 sec., 65527.065527065526 rows/sec., 5.02 MiB/sec. 2024.06.28 22:10:53.424446 [ 91 ] {} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.06.28 22:10:53.424548 [ 91 ] {} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:10:53.424599 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:10:53.424693 [ 3 ] {066536dd-5bb1-42c5-95bd-fa78a09f3803} DynamicQueryHandler: Done processing query 2024.06.28 22:10:53.424745 [ 3 ] {066536dd-5bb1-42c5-95bd-fa78a09f3803} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:10:53.424802 [ 3 ] {} HTTP-Session: fe383dca-4f4c-4da8-9232-ea0396a10a28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:53.424914 [ 202 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::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.06.28 22:10:53.424959 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 14928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:53.425017 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:53.425048 [ 3 ] {} HTTP-Session: 673a5885-5f96-4498-9bbe-49134d7adf3d Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:53.425075 [ 3 ] {} HTTP-Session: 673a5885-5f96-4498-9bbe-49134d7adf3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:53.425097 [ 3 ] {} HTTP-Session: 673a5885-5f96-4498-9bbe-49134d7adf3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:53.425108 [ 202 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:10:53.425130 [ 3 ] {} HTTP-Session: 673a5885-5f96-4498-9bbe-49134d7adf3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:53.425178 [ 202 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part 2024.06.28 22:10:53.425289 [ 3 ] {1a43f09c-eddd-41c0-9bb2-d77b3882ac4a} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:10:53.425404 [ 202 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::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.06.28 22:10:53.425425 [ 3 ] {1a43f09c-eddd-41c0-9bb2-d77b3882ac4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:10:53.425751 [ 202 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part 2024.06.28 22:10:53.426045 [ 202 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::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.06.28 22:10:53.426329 [ 202 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part 2024.06.28 22:10:53.426496 [ 3 ] {1a43f09c-eddd-41c0-9bb2-d77b3882ac4a} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:10:53.426551 [ 202 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 92 rows starting from the beginning of the part 2024.06.28 22:10:53.427411 [ 3 ] {1a43f09c-eddd-41c0-9bb2-d77b3882ac4a} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:10:53.427450 [ 3 ] {1a43f09c-eddd-41c0-9bb2-d77b3882ac4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:10:53.428014 [ 3 ] {1a43f09c-eddd-41c0-9bb2-d77b3882ac4a} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.06.28 22:10:53.428548 [ 3 ] {1a43f09c-eddd-41c0-9bb2-d77b3882ac4a} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:10:53.428553 [ 187 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 294 rows, containing 4 columns (4 merged, 0 gathered) in 0.00386188 sec., 76128.72486975256 rows/sec., 5.86 MiB/sec. 2024.06.28 22:10:53.428762 [ 91 ] {} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.06.28 22:10:53.428820 [ 3 ] {1a43f09c-eddd-41c0-9bb2-d77b3882ac4a} executeQuery: Read 88 rows, 7.01 KiB in 0.003592 sec., 24498.886414253895 rows/sec., 1.91 MiB/sec. 2024.06.28 22:10:53.428837 [ 187 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.06.28 22:10:53.428849 [ 91 ] {} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:10:53.428961 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:10:53.429297 [ 202 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::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.06.28 22:10:53.429357 [ 3 ] {1a43f09c-eddd-41c0-9bb2-d77b3882ac4a} DynamicQueryHandler: Done processing query 2024.06.28 22:10:53.429441 [ 3 ] {1a43f09c-eddd-41c0-9bb2-d77b3882ac4a} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:10:53.429533 [ 3 ] {} HTTP-Session: 673a5885-5f96-4498-9bbe-49134d7adf3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:53.429833 [ 202 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:10:53.429889 [ 202 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2024.06.28 22:10:53.429950 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 60590, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:53.430198 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:53.430219 [ 202 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part 2024.06.28 22:10:53.430295 [ 3 ] {} HTTP-Session: a71dcb8c-bdd9-4cb2-9eda-9685cabceb6f Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:53.430430 [ 3 ] {} HTTP-Session: a71dcb8c-bdd9-4cb2-9eda-9685cabceb6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:53.430522 [ 3 ] {} HTTP-Session: a71dcb8c-bdd9-4cb2-9eda-9685cabceb6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:53.430613 [ 202 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 64 rows starting from the beginning of the part 2024.06.28 22:10:53.430669 [ 3 ] {} HTTP-Session: a71dcb8c-bdd9-4cb2-9eda-9685cabceb6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:53.430655 [ 186 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_6_1} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:10:53.431270 [ 202 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part 2024.06.28 22:10:53.431517 [ 186 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_6_1} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.06.28 22:10:53.431817 [ 3 ] {44f14035-425d-4a4f-8d07-02daed79d430} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:10:53.431897 [ 202 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part 2024.06.28 22:10:53.431947 [ 3 ] {44f14035-425d-4a4f-8d07-02daed79d430} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:10:53.431986 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2024.06.28 22:10:53.432211 [ 202 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 88 rows starting from the beginning of the part 2024.06.28 22:10:53.432732 [ 3 ] {44f14035-425d-4a4f-8d07-02daed79d430} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:10:53.433539 [ 3 ] {44f14035-425d-4a4f-8d07-02daed79d430} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:10:53.433580 [ 3 ] {44f14035-425d-4a4f-8d07-02daed79d430} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:10:53.433850 [ 187 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 324 rows, containing 4 columns (4 merged, 0 gathered) in 0.004711641 sec., 68765.85036932993 rows/sec., 5.36 MiB/sec. 2024.06.28 22:10:53.434073 [ 187 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.06.28 22:10:53.434381 [ 3 ] {44f14035-425d-4a4f-8d07-02daed79d430} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.06.28 22:10:53.434945 [ 187 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_6_1} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:10:53.435081 [ 187 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_6_1} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.06.28 22:10:53.435222 [ 3 ] {44f14035-425d-4a4f-8d07-02daed79d430} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:10:53.435261 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2024.06.28 22:10:53.435433 [ 3 ] {44f14035-425d-4a4f-8d07-02daed79d430} executeQuery: Read 316 rows, 22.68 KiB in 0.004262 sec., 74143.59455654622 rows/sec., 5.20 MiB/sec. 2024.06.28 22:10:53.435461 [ 89 ] {} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.06.28 22:10:53.435567 [ 89 ] {} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:10:53.435631 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:10:53.435736 [ 3 ] {44f14035-425d-4a4f-8d07-02daed79d430} DynamicQueryHandler: Done processing query 2024.06.28 22:10:53.435770 [ 3 ] {44f14035-425d-4a4f-8d07-02daed79d430} MemoryTracker: Peak memory usage (for query): 4.34 MiB. 2024.06.28 22:10:53.435773 [ 202 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::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.06.28 22:10:53.435787 [ 3 ] {} HTTP-Session: a71dcb8c-bdd9-4cb2-9eda-9685cabceb6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:53.435908 [ 202 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:10:53.435928 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:53.435942 [ 202 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2024.06.28 22:10:53.435989 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:53.436054 [ 3 ] {} HTTP-Session: 37aab16d-e716-41e2-9239-fe81e9f56454 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:53.436095 [ 202 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::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.06.28 22:10:53.436104 [ 3 ] {} HTTP-Session: 37aab16d-e716-41e2-9239-fe81e9f56454 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:53.436148 [ 3 ] {} HTTP-Session: 37aab16d-e716-41e2-9239-fe81e9f56454 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:53.436228 [ 3 ] {} HTTP-Session: 37aab16d-e716-41e2-9239-fe81e9f56454 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:53.436270 [ 202 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 120 rows starting from the beginning of the part 2024.06.28 22:10:53.436389 [ 202 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part 2024.06.28 22:10:53.436450 [ 3 ] {2c981d24-00b3-4b38-a775-75b3f843060e} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:10:53.436595 [ 202 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part 2024.06.28 22:10:53.436599 [ 3 ] {2c981d24-00b3-4b38-a775-75b3f843060e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:10:53.437053 [ 202 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 316 rows starting from the beginning of the part 2024.06.28 22:10:53.437837 [ 3 ] {2c981d24-00b3-4b38-a775-75b3f843060e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:10:53.438291 [ 3 ] {2c981d24-00b3-4b38-a775-75b3f843060e} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:10:53.438333 [ 3 ] {2c981d24-00b3-4b38-a775-75b3f843060e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:10:53.438883 [ 3 ] {2c981d24-00b3-4b38-a775-75b3f843060e} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.06.28 22:10:53.439266 [ 187 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 794 rows, containing 5 columns (5 merged, 0 gathered) in 0.003562446 sec., 222880.57138269604 rows/sec., 15.59 MiB/sec. 2024.06.28 22:10:53.439426 [ 3 ] {2c981d24-00b3-4b38-a775-75b3f843060e} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:10:53.439677 [ 89 ] {} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.06.28 22:10:53.439712 [ 3 ] {2c981d24-00b3-4b38-a775-75b3f843060e} executeQuery: Read 60 rows, 4.14 KiB in 0.003333 sec., 18001.800180018003 rows/sec., 1.21 MiB/sec. 2024.06.28 22:10:53.439701 [ 192 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.06.28 22:10:53.439767 [ 89 ] {} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:10:53.439999 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:10:53.440290 [ 3 ] {2c981d24-00b3-4b38-a775-75b3f843060e} DynamicQueryHandler: Done processing query 2024.06.28 22:10:53.440389 [ 3 ] {2c981d24-00b3-4b38-a775-75b3f843060e} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:10:53.440483 [ 187 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:10:53.440481 [ 3 ] {} HTTP-Session: 37aab16d-e716-41e2-9239-fe81e9f56454 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:53.440979 [ 187 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:10:53.441035 [ 187 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2024.06.28 22:10:53.441279 [ 187 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 18 rows starting from the beginning of the part 2024.06.28 22:10:53.441417 [ 192 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_6_1} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:10:53.441567 [ 187 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 48 rows starting from the beginning of the part 2024.06.28 22:10:53.441825 [ 187 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part 2024.06.28 22:10:53.441873 [ 192 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_6_1} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.06.28 22:10:53.442089 [ 187 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part 2024.06.28 22:10:53.442368 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2024.06.28 22:10:53.442459 [ 187 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part 2024.06.28 22:10:53.443579 [ 192 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 254 rows, containing 4 columns (4 merged, 0 gathered) in 0.003381754 sec., 75108.95233656855 rows/sec., 5.03 MiB/sec. 2024.06.28 22:10:53.443767 [ 189 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.06.28 22:10:53.444190 [ 189 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_6_1} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:10:53.444270 [ 189 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_6_1} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.06.28 22:10:53.444359 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2024.06.28 22:10:58.393562 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 7841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:58.393688 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:58.393713 [ 3 ] {} HTTP-Session: d71fdefb-4b81-4b26-9b45-4a318dee1048 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:58.393738 [ 3 ] {} HTTP-Session: d71fdefb-4b81-4b26-9b45-4a318dee1048 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:58.393752 [ 3 ] {} HTTP-Session: d71fdefb-4b81-4b26-9b45-4a318dee1048 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:58.393803 [ 3 ] {} HTTP-Session: d71fdefb-4b81-4b26-9b45-4a318dee1048 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:58.393997 [ 3 ] {dfd146fd-e104-4f34-91dc-7fb1c4daa118} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:10:58.394063 [ 3 ] {dfd146fd-e104-4f34-91dc-7fb1c4daa118} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:10:58.394256 [ 3 ] {dfd146fd-e104-4f34-91dc-7fb1c4daa118} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:10:58.394698 [ 3 ] {dfd146fd-e104-4f34-91dc-7fb1c4daa118} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:10:58.394738 [ 3 ] {dfd146fd-e104-4f34-91dc-7fb1c4daa118} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:10:58.395118 [ 3 ] {dfd146fd-e104-4f34-91dc-7fb1c4daa118} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.06.28 22:10:58.395470 [ 3 ] {dfd146fd-e104-4f34-91dc-7fb1c4daa118} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:10:58.395614 [ 3 ] {dfd146fd-e104-4f34-91dc-7fb1c4daa118} executeQuery: Read 56 rows, 4.41 KiB in 0.001684 sec., 33254.1567695962 rows/sec., 2.55 MiB/sec. 2024.06.28 22:10:58.395814 [ 3 ] {dfd146fd-e104-4f34-91dc-7fb1c4daa118} DynamicQueryHandler: Done processing query 2024.06.28 22:10:58.395840 [ 3 ] {dfd146fd-e104-4f34-91dc-7fb1c4daa118} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.06.28 22:10:58.395857 [ 3 ] {} HTTP-Session: d71fdefb-4b81-4b26-9b45-4a318dee1048 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:58.395988 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:58.396038 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:58.396058 [ 3 ] {} HTTP-Session: 7bf4276b-2c39-4446-b5b2-2765f7240394 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:58.396075 [ 3 ] {} HTTP-Session: 7bf4276b-2c39-4446-b5b2-2765f7240394 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:58.396090 [ 3 ] {} HTTP-Session: 7bf4276b-2c39-4446-b5b2-2765f7240394 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:58.396121 [ 3 ] {} HTTP-Session: 7bf4276b-2c39-4446-b5b2-2765f7240394 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:58.396236 [ 3 ] {c2bc00b2-1bff-457e-84fd-cda18721342f} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:10:58.396278 [ 3 ] {c2bc00b2-1bff-457e-84fd-cda18721342f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:10:58.396404 [ 3 ] {c2bc00b2-1bff-457e-84fd-cda18721342f} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:10:58.396730 [ 3 ] {c2bc00b2-1bff-457e-84fd-cda18721342f} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:10:58.396766 [ 3 ] {c2bc00b2-1bff-457e-84fd-cda18721342f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:10:58.397080 [ 3 ] {c2bc00b2-1bff-457e-84fd-cda18721342f} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.06.28 22:10:58.397389 [ 3 ] {c2bc00b2-1bff-457e-84fd-cda18721342f} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:10:58.397510 [ 3 ] {c2bc00b2-1bff-457e-84fd-cda18721342f} executeQuery: Read 64 rows, 5.12 KiB in 0.001314 sec., 48706.2404870624 rows/sec., 3.80 MiB/sec. 2024.06.28 22:10:58.397672 [ 3 ] {c2bc00b2-1bff-457e-84fd-cda18721342f} DynamicQueryHandler: Done processing query 2024.06.28 22:10:58.397697 [ 3 ] {c2bc00b2-1bff-457e-84fd-cda18721342f} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:10:58.397713 [ 3 ] {} HTTP-Session: 7bf4276b-2c39-4446-b5b2-2765f7240394 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:58.397855 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:58.397904 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:58.397925 [ 3 ] {} HTTP-Session: 7d8e5a59-ce9b-4c27-af88-4968ffa73c8e Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:58.397941 [ 3 ] {} HTTP-Session: 7d8e5a59-ce9b-4c27-af88-4968ffa73c8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:58.397955 [ 3 ] {} HTTP-Session: 7d8e5a59-ce9b-4c27-af88-4968ffa73c8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:58.397986 [ 3 ] {} HTTP-Session: 7d8e5a59-ce9b-4c27-af88-4968ffa73c8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:58.398128 [ 3 ] {4f890f0f-c54b-4d2e-999e-8b5fbfa55185} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:10:58.398174 [ 3 ] {4f890f0f-c54b-4d2e-999e-8b5fbfa55185} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:10:58.398316 [ 3 ] {4f890f0f-c54b-4d2e-999e-8b5fbfa55185} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:10:58.398715 [ 3 ] {4f890f0f-c54b-4d2e-999e-8b5fbfa55185} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:10:58.398750 [ 3 ] {4f890f0f-c54b-4d2e-999e-8b5fbfa55185} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:10:58.399131 [ 3 ] {4f890f0f-c54b-4d2e-999e-8b5fbfa55185} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.06.28 22:10:58.399463 [ 3 ] {4f890f0f-c54b-4d2e-999e-8b5fbfa55185} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:10:58.399590 [ 3 ] {4f890f0f-c54b-4d2e-999e-8b5fbfa55185} executeQuery: Read 160 rows, 11.41 KiB in 0.00153 sec., 104575.16339869282 rows/sec., 7.28 MiB/sec. 2024.06.28 22:10:58.399775 [ 3 ] {4f890f0f-c54b-4d2e-999e-8b5fbfa55185} DynamicQueryHandler: Done processing query 2024.06.28 22:10:58.399798 [ 3 ] {4f890f0f-c54b-4d2e-999e-8b5fbfa55185} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:10:58.399814 [ 3 ] {} HTTP-Session: 7d8e5a59-ce9b-4c27-af88-4968ffa73c8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:58.399936 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:10:58.399985 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:10:58.400004 [ 3 ] {} HTTP-Session: 230a79a3-4599-45eb-b8c3-2a98ae60cc77 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:10:58.400021 [ 3 ] {} HTTP-Session: 230a79a3-4599-45eb-b8c3-2a98ae60cc77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:58.400035 [ 3 ] {} HTTP-Session: 230a79a3-4599-45eb-b8c3-2a98ae60cc77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:10:58.400064 [ 3 ] {} HTTP-Session: 230a79a3-4599-45eb-b8c3-2a98ae60cc77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:10:58.400184 [ 3 ] {d6b664cd-fdd9-4b39-aee4-a5d896c646b7} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:10:58.400228 [ 3 ] {d6b664cd-fdd9-4b39-aee4-a5d896c646b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:10:58.400353 [ 3 ] {d6b664cd-fdd9-4b39-aee4-a5d896c646b7} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:10:58.400670 [ 3 ] {d6b664cd-fdd9-4b39-aee4-a5d896c646b7} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:10:58.400705 [ 3 ] {d6b664cd-fdd9-4b39-aee4-a5d896c646b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:10:58.401057 [ 3 ] {d6b664cd-fdd9-4b39-aee4-a5d896c646b7} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.06.28 22:10:58.401367 [ 3 ] {d6b664cd-fdd9-4b39-aee4-a5d896c646b7} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:10:58.401487 [ 3 ] {d6b664cd-fdd9-4b39-aee4-a5d896c646b7} executeQuery: Read 60 rows, 4.14 KiB in 0.001353 sec., 44345.89800443459 rows/sec., 2.99 MiB/sec. 2024.06.28 22:10:58.401631 [ 3 ] {d6b664cd-fdd9-4b39-aee4-a5d896c646b7} DynamicQueryHandler: Done processing query 2024.06.28 22:10:58.401654 [ 3 ] {d6b664cd-fdd9-4b39-aee4-a5d896c646b7} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:10:58.401669 [ 3 ] {} HTTP-Session: 230a79a3-4599-45eb-b8c3-2a98ae60cc77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:02.719743 [ 78 ] {} DNSResolver: Updating DNS cache 2024.06.28 22:11:02.719804 [ 78 ] {} DNSResolver: Updated DNS cache 2024.06.28 22:11:03.393555 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 7841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:03.393657 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:03.393681 [ 3 ] {} HTTP-Session: 3ab7bc15-2d8f-4e61-bfae-02f627cf6c0b Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:03.393705 [ 3 ] {} HTTP-Session: 3ab7bc15-2d8f-4e61-bfae-02f627cf6c0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:03.393720 [ 3 ] {} HTTP-Session: 3ab7bc15-2d8f-4e61-bfae-02f627cf6c0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:03.393768 [ 3 ] {} HTTP-Session: 3ab7bc15-2d8f-4e61-bfae-02f627cf6c0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:03.393965 [ 3 ] {84238515-95d7-407a-8828-1b3354e8fa6b} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:03.394030 [ 3 ] {84238515-95d7-407a-8828-1b3354e8fa6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:11:03.394217 [ 3 ] {84238515-95d7-407a-8828-1b3354e8fa6b} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:03.394672 [ 3 ] {84238515-95d7-407a-8828-1b3354e8fa6b} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:03.394710 [ 3 ] {84238515-95d7-407a-8828-1b3354e8fa6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:11:03.395094 [ 3 ] {84238515-95d7-407a-8828-1b3354e8fa6b} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.06.28 22:11:03.395422 [ 3 ] {84238515-95d7-407a-8828-1b3354e8fa6b} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:03.395562 [ 3 ] {84238515-95d7-407a-8828-1b3354e8fa6b} executeQuery: Read 56 rows, 4.41 KiB in 0.001663 sec., 33674.08298256164 rows/sec., 2.59 MiB/sec. 2024.06.28 22:11:03.395748 [ 3 ] {84238515-95d7-407a-8828-1b3354e8fa6b} DynamicQueryHandler: Done processing query 2024.06.28 22:11:03.395773 [ 3 ] {84238515-95d7-407a-8828-1b3354e8fa6b} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.06.28 22:11:03.395789 [ 3 ] {} HTTP-Session: 3ab7bc15-2d8f-4e61-bfae-02f627cf6c0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:03.395915 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:03.395964 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:03.395983 [ 3 ] {} HTTP-Session: 6bd47cd2-5ddf-40a6-ae8c-63adbf36798d Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:03.395999 [ 3 ] {} HTTP-Session: 6bd47cd2-5ddf-40a6-ae8c-63adbf36798d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:03.396013 [ 3 ] {} HTTP-Session: 6bd47cd2-5ddf-40a6-ae8c-63adbf36798d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:03.396044 [ 3 ] {} HTTP-Session: 6bd47cd2-5ddf-40a6-ae8c-63adbf36798d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:03.396156 [ 3 ] {58ec3fc6-52aa-428f-9e2e-67d08d10e40b} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:03.396198 [ 3 ] {58ec3fc6-52aa-428f-9e2e-67d08d10e40b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:11:03.396324 [ 3 ] {58ec3fc6-52aa-428f-9e2e-67d08d10e40b} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:03.396645 [ 3 ] {58ec3fc6-52aa-428f-9e2e-67d08d10e40b} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:03.396679 [ 3 ] {58ec3fc6-52aa-428f-9e2e-67d08d10e40b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:11:03.396978 [ 3 ] {58ec3fc6-52aa-428f-9e2e-67d08d10e40b} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.06.28 22:11:03.397281 [ 3 ] {58ec3fc6-52aa-428f-9e2e-67d08d10e40b} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:03.397406 [ 3 ] {58ec3fc6-52aa-428f-9e2e-67d08d10e40b} executeQuery: Read 64 rows, 5.12 KiB in 0.001291 sec., 49573.97366382649 rows/sec., 3.87 MiB/sec. 2024.06.28 22:11:03.397548 [ 3 ] {58ec3fc6-52aa-428f-9e2e-67d08d10e40b} DynamicQueryHandler: Done processing query 2024.06.28 22:11:03.397571 [ 3 ] {58ec3fc6-52aa-428f-9e2e-67d08d10e40b} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:11:03.397585 [ 3 ] {} HTTP-Session: 6bd47cd2-5ddf-40a6-ae8c-63adbf36798d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:03.397763 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:03.397811 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:03.397829 [ 3 ] {} HTTP-Session: 5ecd74c5-ec44-4352-907a-d1ded093b7d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:03.397845 [ 3 ] {} HTTP-Session: 5ecd74c5-ec44-4352-907a-d1ded093b7d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:03.397859 [ 3 ] {} HTTP-Session: 5ecd74c5-ec44-4352-907a-d1ded093b7d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:03.397889 [ 3 ] {} HTTP-Session: 5ecd74c5-ec44-4352-907a-d1ded093b7d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:03.398026 [ 3 ] {884d7998-5c58-44e7-89f9-3b2c41410b6f} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:03.398071 [ 3 ] {884d7998-5c58-44e7-89f9-3b2c41410b6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:11:03.398212 [ 3 ] {884d7998-5c58-44e7-89f9-3b2c41410b6f} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:03.398590 [ 3 ] {884d7998-5c58-44e7-89f9-3b2c41410b6f} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:03.398625 [ 3 ] {884d7998-5c58-44e7-89f9-3b2c41410b6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:11:03.399007 [ 3 ] {884d7998-5c58-44e7-89f9-3b2c41410b6f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.06.28 22:11:03.399345 [ 3 ] {884d7998-5c58-44e7-89f9-3b2c41410b6f} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:03.399475 [ 3 ] {884d7998-5c58-44e7-89f9-3b2c41410b6f} executeQuery: Read 160 rows, 11.41 KiB in 0.001514 sec., 105680.31704095112 rows/sec., 7.36 MiB/sec. 2024.06.28 22:11:03.399633 [ 3 ] {884d7998-5c58-44e7-89f9-3b2c41410b6f} DynamicQueryHandler: Done processing query 2024.06.28 22:11:03.399657 [ 3 ] {884d7998-5c58-44e7-89f9-3b2c41410b6f} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:11:03.399673 [ 3 ] {} HTTP-Session: 5ecd74c5-ec44-4352-907a-d1ded093b7d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:03.399807 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:03.399855 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:03.399873 [ 3 ] {} HTTP-Session: e4f7f067-11eb-4b91-a1df-bb9a1af0d55b Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:03.399888 [ 3 ] {} HTTP-Session: e4f7f067-11eb-4b91-a1df-bb9a1af0d55b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:03.399902 [ 3 ] {} HTTP-Session: e4f7f067-11eb-4b91-a1df-bb9a1af0d55b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:03.399932 [ 3 ] {} HTTP-Session: e4f7f067-11eb-4b91-a1df-bb9a1af0d55b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:03.400051 [ 3 ] {b23ea1b4-8657-4b07-9dff-492287088489} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:03.400120 [ 3 ] {b23ea1b4-8657-4b07-9dff-492287088489} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:11:03.400246 [ 3 ] {b23ea1b4-8657-4b07-9dff-492287088489} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:03.400531 [ 3 ] {b23ea1b4-8657-4b07-9dff-492287088489} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:03.400565 [ 3 ] {b23ea1b4-8657-4b07-9dff-492287088489} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:11:03.400906 [ 3 ] {b23ea1b4-8657-4b07-9dff-492287088489} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.06.28 22:11:03.401217 [ 3 ] {b23ea1b4-8657-4b07-9dff-492287088489} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:03.401342 [ 3 ] {b23ea1b4-8657-4b07-9dff-492287088489} executeQuery: Read 60 rows, 4.14 KiB in 0.001339 sec., 44809.55937266617 rows/sec., 3.02 MiB/sec. 2024.06.28 22:11:03.401483 [ 3 ] {b23ea1b4-8657-4b07-9dff-492287088489} DynamicQueryHandler: Done processing query 2024.06.28 22:11:03.401507 [ 3 ] {b23ea1b4-8657-4b07-9dff-492287088489} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:11:03.401522 [ 3 ] {} HTTP-Session: e4f7f067-11eb-4b91-a1df-bb9a1af0d55b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:08.391691 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 7841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:08.391815 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:08.391842 [ 3 ] {} HTTP-Session: 56450999-cdfa-4b8b-9754-8275e8b2f400 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:08.391867 [ 3 ] {} HTTP-Session: 56450999-cdfa-4b8b-9754-8275e8b2f400 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:08.391884 [ 3 ] {} HTTP-Session: 56450999-cdfa-4b8b-9754-8275e8b2f400 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:08.391935 [ 3 ] {} HTTP-Session: 56450999-cdfa-4b8b-9754-8275e8b2f400 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:08.392136 [ 3 ] {e50aac0d-1855-42b6-b68f-8c8230a462b0} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:08.392211 [ 3 ] {e50aac0d-1855-42b6-b68f-8c8230a462b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:11:08.392404 [ 3 ] {e50aac0d-1855-42b6-b68f-8c8230a462b0} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:08.392841 [ 3 ] {e50aac0d-1855-42b6-b68f-8c8230a462b0} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:08.392882 [ 3 ] {e50aac0d-1855-42b6-b68f-8c8230a462b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:11:08.393251 [ 3 ] {e50aac0d-1855-42b6-b68f-8c8230a462b0} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.06.28 22:11:08.393596 [ 3 ] {e50aac0d-1855-42b6-b68f-8c8230a462b0} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:08.393743 [ 3 ] {e50aac0d-1855-42b6-b68f-8c8230a462b0} executeQuery: Read 56 rows, 4.41 KiB in 0.001676 sec., 33412.88782816229 rows/sec., 2.57 MiB/sec. 2024.06.28 22:11:08.394053 [ 3 ] {e50aac0d-1855-42b6-b68f-8c8230a462b0} DynamicQueryHandler: Done processing query 2024.06.28 22:11:08.394082 [ 3 ] {e50aac0d-1855-42b6-b68f-8c8230a462b0} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.06.28 22:11:08.394099 [ 3 ] {} HTTP-Session: 56450999-cdfa-4b8b-9754-8275e8b2f400 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:08.394240 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:08.394291 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:08.394313 [ 3 ] {} HTTP-Session: b3f68e4d-a666-40b0-81c9-d9d41015a6a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:08.394329 [ 3 ] {} HTTP-Session: b3f68e4d-a666-40b0-81c9-d9d41015a6a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:08.394344 [ 3 ] {} HTTP-Session: b3f68e4d-a666-40b0-81c9-d9d41015a6a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:08.394374 [ 3 ] {} HTTP-Session: b3f68e4d-a666-40b0-81c9-d9d41015a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:08.394489 [ 3 ] {b0adb453-d2bb-414a-96e6-3726bf2b11d2} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:08.394534 [ 3 ] {b0adb453-d2bb-414a-96e6-3726bf2b11d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:11:08.394679 [ 3 ] {b0adb453-d2bb-414a-96e6-3726bf2b11d2} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:08.395008 [ 3 ] {b0adb453-d2bb-414a-96e6-3726bf2b11d2} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:08.395045 [ 3 ] {b0adb453-d2bb-414a-96e6-3726bf2b11d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:11:08.395355 [ 3 ] {b0adb453-d2bb-414a-96e6-3726bf2b11d2} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.06.28 22:11:08.395674 [ 3 ] {b0adb453-d2bb-414a-96e6-3726bf2b11d2} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:08.395793 [ 3 ] {b0adb453-d2bb-414a-96e6-3726bf2b11d2} executeQuery: Read 64 rows, 5.12 KiB in 0.001344 sec., 47619.04761904762 rows/sec., 3.72 MiB/sec. 2024.06.28 22:11:08.395941 [ 3 ] {b0adb453-d2bb-414a-96e6-3726bf2b11d2} DynamicQueryHandler: Done processing query 2024.06.28 22:11:08.395965 [ 3 ] {b0adb453-d2bb-414a-96e6-3726bf2b11d2} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:11:08.395981 [ 3 ] {} HTTP-Session: b3f68e4d-a666-40b0-81c9-d9d41015a6a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:08.396166 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:08.396215 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:08.396234 [ 3 ] {} HTTP-Session: d27e177a-b21a-40b6-b8be-c30d84bbed06 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:08.396251 [ 3 ] {} HTTP-Session: d27e177a-b21a-40b6-b8be-c30d84bbed06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:08.396266 [ 3 ] {} HTTP-Session: d27e177a-b21a-40b6-b8be-c30d84bbed06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:08.396296 [ 3 ] {} HTTP-Session: d27e177a-b21a-40b6-b8be-c30d84bbed06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:08.396435 [ 3 ] {c6fc5757-d81a-441d-8252-eebbf5f383d5} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:08.396482 [ 3 ] {c6fc5757-d81a-441d-8252-eebbf5f383d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:11:08.396621 [ 3 ] {c6fc5757-d81a-441d-8252-eebbf5f383d5} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:08.396993 [ 3 ] {c6fc5757-d81a-441d-8252-eebbf5f383d5} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:08.397028 [ 3 ] {c6fc5757-d81a-441d-8252-eebbf5f383d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:11:08.397411 [ 3 ] {c6fc5757-d81a-441d-8252-eebbf5f383d5} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.06.28 22:11:08.397745 [ 3 ] {c6fc5757-d81a-441d-8252-eebbf5f383d5} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:08.397867 [ 3 ] {c6fc5757-d81a-441d-8252-eebbf5f383d5} executeQuery: Read 160 rows, 11.41 KiB in 0.001497 sec., 106880.42752171008 rows/sec., 7.44 MiB/sec. 2024.06.28 22:11:08.398173 [ 3 ] {c6fc5757-d81a-441d-8252-eebbf5f383d5} DynamicQueryHandler: Done processing query 2024.06.28 22:11:08.398198 [ 3 ] {c6fc5757-d81a-441d-8252-eebbf5f383d5} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:11:08.398215 [ 3 ] {} HTTP-Session: d27e177a-b21a-40b6-b8be-c30d84bbed06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:08.398377 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:08.398424 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:08.398443 [ 3 ] {} HTTP-Session: 095d6ac2-7f10-4caa-b7d4-018753019f2f Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:08.398459 [ 3 ] {} HTTP-Session: 095d6ac2-7f10-4caa-b7d4-018753019f2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:08.398474 [ 3 ] {} HTTP-Session: 095d6ac2-7f10-4caa-b7d4-018753019f2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:08.398504 [ 3 ] {} HTTP-Session: 095d6ac2-7f10-4caa-b7d4-018753019f2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:08.398630 [ 3 ] {7d275703-1fad-4eb1-96aa-e45cd999dc13} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:08.398676 [ 3 ] {7d275703-1fad-4eb1-96aa-e45cd999dc13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:11:08.398823 [ 3 ] {7d275703-1fad-4eb1-96aa-e45cd999dc13} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:08.399144 [ 3 ] {7d275703-1fad-4eb1-96aa-e45cd999dc13} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:08.399179 [ 3 ] {7d275703-1fad-4eb1-96aa-e45cd999dc13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:11:08.399527 [ 3 ] {7d275703-1fad-4eb1-96aa-e45cd999dc13} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.06.28 22:11:08.399834 [ 3 ] {7d275703-1fad-4eb1-96aa-e45cd999dc13} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:08.399958 [ 3 ] {7d275703-1fad-4eb1-96aa-e45cd999dc13} executeQuery: Read 60 rows, 4.14 KiB in 0.001376 sec., 43604.651162790695 rows/sec., 2.94 MiB/sec. 2024.06.28 22:11:08.400160 [ 3 ] {7d275703-1fad-4eb1-96aa-e45cd999dc13} DynamicQueryHandler: Done processing query 2024.06.28 22:11:08.400183 [ 3 ] {7d275703-1fad-4eb1-96aa-e45cd999dc13} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:11:08.400200 [ 3 ] {} HTTP-Session: 095d6ac2-7f10-4caa-b7d4-018753019f2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:13.392207 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 7841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:13.392327 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:13.392351 [ 3 ] {} HTTP-Session: 64fb94b5-caff-42b0-b420-76a039eca6f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:13.392375 [ 3 ] {} HTTP-Session: 64fb94b5-caff-42b0-b420-76a039eca6f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:13.392389 [ 3 ] {} HTTP-Session: 64fb94b5-caff-42b0-b420-76a039eca6f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:13.392436 [ 3 ] {} HTTP-Session: 64fb94b5-caff-42b0-b420-76a039eca6f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:13.392695 [ 3 ] {fd4e6304-4001-4d4f-8b41-67fe4aa704b0} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:13.392763 [ 3 ] {fd4e6304-4001-4d4f-8b41-67fe4aa704b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:11:13.392953 [ 3 ] {fd4e6304-4001-4d4f-8b41-67fe4aa704b0} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:13.393395 [ 3 ] {fd4e6304-4001-4d4f-8b41-67fe4aa704b0} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:13.393434 [ 3 ] {fd4e6304-4001-4d4f-8b41-67fe4aa704b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:11:13.393798 [ 3 ] {fd4e6304-4001-4d4f-8b41-67fe4aa704b0} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.06.28 22:11:13.394133 [ 3 ] {fd4e6304-4001-4d4f-8b41-67fe4aa704b0} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:13.394281 [ 3 ] {fd4e6304-4001-4d4f-8b41-67fe4aa704b0} executeQuery: Read 56 rows, 4.41 KiB in 0.001649 sec., 33959.97574287447 rows/sec., 2.61 MiB/sec. 2024.06.28 22:11:13.394510 [ 3 ] {fd4e6304-4001-4d4f-8b41-67fe4aa704b0} DynamicQueryHandler: Done processing query 2024.06.28 22:11:13.394542 [ 3 ] {fd4e6304-4001-4d4f-8b41-67fe4aa704b0} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.06.28 22:11:13.394560 [ 3 ] {} HTTP-Session: 64fb94b5-caff-42b0-b420-76a039eca6f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:13.394694 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:13.394744 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:13.394765 [ 3 ] {} HTTP-Session: 79e44e4c-a2d5-4c0c-baaf-a80f6ba93c8c Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:13.394782 [ 3 ] {} HTTP-Session: 79e44e4c-a2d5-4c0c-baaf-a80f6ba93c8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:13.394795 [ 3 ] {} HTTP-Session: 79e44e4c-a2d5-4c0c-baaf-a80f6ba93c8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:13.394827 [ 3 ] {} HTTP-Session: 79e44e4c-a2d5-4c0c-baaf-a80f6ba93c8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:13.394947 [ 3 ] {b77d6aaa-a072-4328-9884-5d2c0c190788} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:13.394992 [ 3 ] {b77d6aaa-a072-4328-9884-5d2c0c190788} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:11:13.395126 [ 3 ] {b77d6aaa-a072-4328-9884-5d2c0c190788} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:13.395461 [ 3 ] {b77d6aaa-a072-4328-9884-5d2c0c190788} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:13.395498 [ 3 ] {b77d6aaa-a072-4328-9884-5d2c0c190788} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:11:13.395803 [ 3 ] {b77d6aaa-a072-4328-9884-5d2c0c190788} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.06.28 22:11:13.396111 [ 3 ] {b77d6aaa-a072-4328-9884-5d2c0c190788} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:13.396268 [ 3 ] {b77d6aaa-a072-4328-9884-5d2c0c190788} executeQuery: Read 64 rows, 5.12 KiB in 0.00136 sec., 47058.82352941176 rows/sec., 3.67 MiB/sec. 2024.06.28 22:11:13.396435 [ 3 ] {b77d6aaa-a072-4328-9884-5d2c0c190788} DynamicQueryHandler: Done processing query 2024.06.28 22:11:13.396459 [ 3 ] {b77d6aaa-a072-4328-9884-5d2c0c190788} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:11:13.396475 [ 3 ] {} HTTP-Session: 79e44e4c-a2d5-4c0c-baaf-a80f6ba93c8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:13.396630 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:13.396678 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:13.396697 [ 3 ] {} HTTP-Session: cd817fde-0539-44a5-8229-87597aaad7e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:13.396714 [ 3 ] {} HTTP-Session: cd817fde-0539-44a5-8229-87597aaad7e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:13.396727 [ 3 ] {} HTTP-Session: cd817fde-0539-44a5-8229-87597aaad7e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:13.396759 [ 3 ] {} HTTP-Session: cd817fde-0539-44a5-8229-87597aaad7e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:13.396918 [ 3 ] {3d84cdd9-b6ba-4d03-808b-4b7b79c3f79b} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:13.396967 [ 3 ] {3d84cdd9-b6ba-4d03-808b-4b7b79c3f79b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:11:13.397117 [ 3 ] {3d84cdd9-b6ba-4d03-808b-4b7b79c3f79b} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:13.397500 [ 3 ] {3d84cdd9-b6ba-4d03-808b-4b7b79c3f79b} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:13.397538 [ 3 ] {3d84cdd9-b6ba-4d03-808b-4b7b79c3f79b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:11:13.397956 [ 3 ] {3d84cdd9-b6ba-4d03-808b-4b7b79c3f79b} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.06.28 22:11:13.398301 [ 3 ] {3d84cdd9-b6ba-4d03-808b-4b7b79c3f79b} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:13.398462 [ 3 ] {3d84cdd9-b6ba-4d03-808b-4b7b79c3f79b} executeQuery: Read 160 rows, 11.41 KiB in 0.001622 sec., 98643.64981504316 rows/sec., 6.87 MiB/sec. 2024.06.28 22:11:13.398627 [ 3 ] {3d84cdd9-b6ba-4d03-808b-4b7b79c3f79b} DynamicQueryHandler: Done processing query 2024.06.28 22:11:13.398649 [ 3 ] {3d84cdd9-b6ba-4d03-808b-4b7b79c3f79b} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:11:13.398664 [ 3 ] {} HTTP-Session: cd817fde-0539-44a5-8229-87597aaad7e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:13.398774 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:13.398819 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:13.398838 [ 3 ] {} HTTP-Session: 30bc74ff-7491-4d98-802b-dbc73b89e5f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:13.398853 [ 3 ] {} HTTP-Session: 30bc74ff-7491-4d98-802b-dbc73b89e5f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:13.398866 [ 3 ] {} HTTP-Session: 30bc74ff-7491-4d98-802b-dbc73b89e5f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:13.398895 [ 3 ] {} HTTP-Session: 30bc74ff-7491-4d98-802b-dbc73b89e5f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:13.399012 [ 3 ] {5ecaff84-9bd8-4cde-84f4-34f2309c2bb7} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:13.399055 [ 3 ] {5ecaff84-9bd8-4cde-84f4-34f2309c2bb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:11:13.399176 [ 3 ] {5ecaff84-9bd8-4cde-84f4-34f2309c2bb7} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:13.399538 [ 3 ] {5ecaff84-9bd8-4cde-84f4-34f2309c2bb7} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:13.399575 [ 3 ] {5ecaff84-9bd8-4cde-84f4-34f2309c2bb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.06.28 22:11:13.399924 [ 3 ] {5ecaff84-9bd8-4cde-84f4-34f2309c2bb7} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.06.28 22:11:13.400241 [ 3 ] {5ecaff84-9bd8-4cde-84f4-34f2309c2bb7} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:13.400401 [ 3 ] {5ecaff84-9bd8-4cde-84f4-34f2309c2bb7} executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec. 2024.06.28 22:11:13.400709 [ 3 ] {5ecaff84-9bd8-4cde-84f4-34f2309c2bb7} DynamicQueryHandler: Done processing query 2024.06.28 22:11:13.400735 [ 3 ] {5ecaff84-9bd8-4cde-84f4-34f2309c2bb7} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:11:13.400751 [ 3 ] {} HTTP-Session: 30bc74ff-7491-4d98-802b-dbc73b89e5f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:17.720056 [ 67 ] {} DNSResolver: Updating DNS cache 2024.06.28 22:11:17.720104 [ 67 ] {} DNSResolver: Updated DNS cache 2024.06.28 22:11:18.393509 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 7841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:18.393634 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:18.393662 [ 3 ] {} HTTP-Session: 6b757595-05b5-4327-ba49-616cd5f3653d Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:18.393687 [ 3 ] {} HTTP-Session: 6b757595-05b5-4327-ba49-616cd5f3653d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:18.393702 [ 3 ] {} HTTP-Session: 6b757595-05b5-4327-ba49-616cd5f3653d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:18.393752 [ 3 ] {} HTTP-Session: 6b757595-05b5-4327-ba49-616cd5f3653d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:18.393945 [ 3 ] {87ff47c8-03d4-437f-bfd9-66ded11c690f} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:18.394011 [ 3 ] {87ff47c8-03d4-437f-bfd9-66ded11c690f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:11:18.394203 [ 3 ] {87ff47c8-03d4-437f-bfd9-66ded11c690f} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:18.394657 [ 3 ] {87ff47c8-03d4-437f-bfd9-66ded11c690f} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:18.394699 [ 3 ] {87ff47c8-03d4-437f-bfd9-66ded11c690f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:18.395065 [ 3 ] {87ff47c8-03d4-437f-bfd9-66ded11c690f} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.06.28 22:11:18.395431 [ 3 ] {87ff47c8-03d4-437f-bfd9-66ded11c690f} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:18.395606 [ 3 ] {87ff47c8-03d4-437f-bfd9-66ded11c690f} executeQuery: Read 56 rows, 4.41 KiB in 0.001721 sec., 32539.22138291691 rows/sec., 2.50 MiB/sec. 2024.06.28 22:11:18.395610 [ 65 ] {} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.06.28 22:11:18.395700 [ 65 ] {} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:18.395751 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:18.395934 [ 3 ] {87ff47c8-03d4-437f-bfd9-66ded11c690f} DynamicQueryHandler: Done processing query 2024.06.28 22:11:18.396041 [ 3 ] {87ff47c8-03d4-437f-bfd9-66ded11c690f} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.06.28 22:11:18.396126 [ 3 ] {} HTTP-Session: 6b757595-05b5-4327-ba49-616cd5f3653d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:18.396223 [ 187 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::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.06.28 22:11:18.396436 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:18.396470 [ 187 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:11:18.396537 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:18.396545 [ 187 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 92 rows starting from the beginning of the part 2024.06.28 22:11:18.396583 [ 3 ] {} HTTP-Session: 399331f1-3381-416d-b324-81a70aaa5dca Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:18.396622 [ 3 ] {} HTTP-Session: 399331f1-3381-416d-b324-81a70aaa5dca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:18.396664 [ 3 ] {} HTTP-Session: 399331f1-3381-416d-b324-81a70aaa5dca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:18.396803 [ 3 ] {} HTTP-Session: 399331f1-3381-416d-b324-81a70aaa5dca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:18.396843 [ 187 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part 2024.06.28 22:11:18.397125 [ 187 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::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.06.28 22:11:18.397138 [ 3 ] {58a75709-6776-4c80-843e-75b9a9a81cfb} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:18.397271 [ 3 ] {58a75709-6776-4c80-843e-75b9a9a81cfb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:11:18.397386 [ 187 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part 2024.06.28 22:11:18.397717 [ 187 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::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.06.28 22:11:18.398046 [ 187 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part 2024.06.28 22:11:18.398108 [ 3 ] {58a75709-6776-4c80-843e-75b9a9a81cfb} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:18.399291 [ 3 ] {58a75709-6776-4c80-843e-75b9a9a81cfb} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:18.399349 [ 3 ] {58a75709-6776-4c80-843e-75b9a9a81cfb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:18.400451 [ 3 ] {58a75709-6776-4c80-843e-75b9a9a81cfb} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.06.28 22:11:18.401307 [ 188 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 372 rows, containing 4 columns (4 merged, 0 gathered) in 0.005423241 sec., 68593.66935749305 rows/sec., 5.27 MiB/sec. 2024.06.28 22:11:18.401353 [ 3 ] {58a75709-6776-4c80-843e-75b9a9a81cfb} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:18.401599 [ 65 ] {} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.06.28 22:11:18.401636 [ 3 ] {58a75709-6776-4c80-843e-75b9a9a81cfb} executeQuery: Read 64 rows, 5.12 KiB in 0.004627 sec., 13831.85649448887 rows/sec., 1.08 MiB/sec. 2024.06.28 22:11:18.401674 [ 188 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.06.28 22:11:18.401689 [ 65 ] {} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:18.401780 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:18.402537 [ 187 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::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.06.28 22:11:18.402745 [ 3 ] {58a75709-6776-4c80-843e-75b9a9a81cfb} DynamicQueryHandler: Done processing query 2024.06.28 22:11:18.402876 [ 3 ] {58a75709-6776-4c80-843e-75b9a9a81cfb} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:11:18.403033 [ 3 ] {} HTTP-Session: 399331f1-3381-416d-b324-81a70aaa5dca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:18.403283 [ 187 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:11:18.403427 [ 187 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 88 rows starting from the beginning of the part 2024.06.28 22:11:18.403421 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:18.403743 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:18.403917 [ 187 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 64 rows starting from the beginning of the part 2024.06.28 22:11:18.403945 [ 3 ] {} HTTP-Session: 1f3aea98-7dee-4029-9a60-9d00154584ea Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:18.404062 [ 3 ] {} HTTP-Session: 1f3aea98-7dee-4029-9a60-9d00154584ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:18.404201 [ 192 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_11_2} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:18.404271 [ 187 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part 2024.06.28 22:11:18.404368 [ 3 ] {} HTTP-Session: 1f3aea98-7dee-4029-9a60-9d00154584ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:18.404632 [ 187 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part 2024.06.28 22:11:18.404734 [ 3 ] {} HTTP-Session: 1f3aea98-7dee-4029-9a60-9d00154584ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:18.404921 [ 187 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::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.06.28 22:11:18.405008 [ 192 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_11_2} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.06.28 22:11:18.405268 [ 187 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part 2024.06.28 22:11:18.405667 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2024.06.28 22:11:18.406019 [ 3 ] {3a6e347d-ccba-4f36-868d-162c0ad7a9c7} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:18.406142 [ 3 ] {3a6e347d-ccba-4f36-868d-162c0ad7a9c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:11:18.406828 [ 3 ] {3a6e347d-ccba-4f36-868d-162c0ad7a9c7} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:18.407772 [ 3 ] {3a6e347d-ccba-4f36-868d-162c0ad7a9c7} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:18.407849 [ 3 ] {3a6e347d-ccba-4f36-868d-162c0ad7a9c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:18.408157 [ 187 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 408 rows, containing 4 columns (4 merged, 0 gathered) in 0.006208481 sec., 65716.55772160694 rows/sec., 5.13 MiB/sec. 2024.06.28 22:11:18.408372 [ 187 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.06.28 22:11:18.409030 [ 3 ] {3a6e347d-ccba-4f36-868d-162c0ad7a9c7} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.06.28 22:11:18.409256 [ 188 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_11_2} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:18.409532 [ 188 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_11_2} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.06.28 22:11:18.409709 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2024.06.28 22:11:18.409796 [ 3 ] {3a6e347d-ccba-4f36-868d-162c0ad7a9c7} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:18.409965 [ 65 ] {} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.06.28 22:11:18.409983 [ 3 ] {3a6e347d-ccba-4f36-868d-162c0ad7a9c7} executeQuery: Read 160 rows, 11.41 KiB in 0.004209 sec., 38013.779995248275 rows/sec., 2.65 MiB/sec. 2024.06.28 22:11:18.410020 [ 65 ] {} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:18.410112 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:18.410457 [ 3 ] {3a6e347d-ccba-4f36-868d-162c0ad7a9c7} DynamicQueryHandler: Done processing query 2024.06.28 22:11:18.410468 [ 187 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::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.06.28 22:11:18.410537 [ 3 ] {3a6e347d-ccba-4f36-868d-162c0ad7a9c7} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:11:18.410626 [ 3 ] {} HTTP-Session: 1f3aea98-7dee-4029-9a60-9d00154584ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:18.410988 [ 187 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:11:18.411001 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:18.411048 [ 187 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 794 rows starting from the beginning of the part 2024.06.28 22:11:18.411114 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:18.411252 [ 3 ] {} HTTP-Session: 7f438fee-1f88-4114-aab5-9ab8fb98666b Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:18.411290 [ 187 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part 2024.06.28 22:11:18.411319 [ 3 ] {} HTTP-Session: 7f438fee-1f88-4114-aab5-9ab8fb98666b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:18.411399 [ 3 ] {} HTTP-Session: 7f438fee-1f88-4114-aab5-9ab8fb98666b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:18.411551 [ 3 ] {} HTTP-Session: 7f438fee-1f88-4114-aab5-9ab8fb98666b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:18.411612 [ 187 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part 2024.06.28 22:11:18.411897 [ 187 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part 2024.06.28 22:11:18.411907 [ 3 ] {3c652ba0-7792-48ec-9d48-acb5ade9579c} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:18.412052 [ 3 ] {3c652ba0-7792-48ec-9d48-acb5ade9579c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:11:18.412293 [ 187 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::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.06.28 22:11:18.412622 [ 187 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part 2024.06.28 22:11:18.413109 [ 3 ] {3c652ba0-7792-48ec-9d48-acb5ade9579c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:18.413951 [ 3 ] {3c652ba0-7792-48ec-9d48-acb5ade9579c} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:18.414013 [ 3 ] {3c652ba0-7792-48ec-9d48-acb5ade9579c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:18.415140 [ 3 ] {3c652ba0-7792-48ec-9d48-acb5ade9579c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.06.28 22:11:18.415968 [ 3 ] {3c652ba0-7792-48ec-9d48-acb5ade9579c} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:18.416092 [ 187 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1594 rows, containing 5 columns (5 merged, 0 gathered) in 0.005831986 sec., 273320.2720308314 rows/sec., 19.08 MiB/sec. 2024.06.28 22:11:18.416247 [ 65 ] {} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.06.28 22:11:18.416268 [ 3 ] {3c652ba0-7792-48ec-9d48-acb5ade9579c} executeQuery: Read 60 rows, 4.14 KiB in 0.004508 sec., 13309.671694764864 rows/sec., 918.51 KiB/sec. 2024.06.28 22:11:18.416307 [ 65 ] {} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:18.416389 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:18.416452 [ 187 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.06.28 22:11:18.417148 [ 193 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:11:18.417136 [ 3 ] {3c652ba0-7792-48ec-9d48-acb5ade9579c} DynamicQueryHandler: Done processing query 2024.06.28 22:11:18.417618 [ 3 ] {3c652ba0-7792-48ec-9d48-acb5ade9579c} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:11:18.417739 [ 3 ] {} HTTP-Session: 7f438fee-1f88-4114-aab5-9ab8fb98666b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:18.417768 [ 193 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:11:18.417868 [ 193 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 254 rows starting from the beginning of the part 2024.06.28 22:11:18.418124 [ 193 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part 2024.06.28 22:11:18.418163 [ 187 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_11_2} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:18.418450 [ 193 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part 2024.06.28 22:11:18.418557 [ 187 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_11_2} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.06.28 22:11:18.418641 [ 193 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part 2024.06.28 22:11:18.418837 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2024.06.28 22:11:18.418930 [ 193 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:11:18.419059 [ 193 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:11:18.420297 [ 196 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 554 rows, containing 4 columns (4 merged, 0 gathered) in 0.003682398 sec., 150445.44343115547 rows/sec., 10.11 MiB/sec. 2024.06.28 22:11:18.420510 [ 195 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.06.28 22:11:18.420987 [ 195 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_11_2} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:18.421081 [ 195 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_11_2} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.06.28 22:11:18.421163 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2024.06.28 22:11:23.391945 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 970, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:23.392075 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:23.392104 [ 3 ] {} HTTP-Session: 1a09d578-87ec-4dae-8e9e-5787d5ec8106 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:23.392131 [ 3 ] {} HTTP-Session: 1a09d578-87ec-4dae-8e9e-5787d5ec8106 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:23.392149 [ 3 ] {} HTTP-Session: 1a09d578-87ec-4dae-8e9e-5787d5ec8106 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:23.392204 [ 3 ] {} HTTP-Session: 1a09d578-87ec-4dae-8e9e-5787d5ec8106 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:23.392458 [ 3 ] {13df3442-6e77-430f-b6b2-52d01b15c9db} executeQuery: (from [fd00:1122:3344:101::d]:33318) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.06.28 22:11:23.392889 [ 3 ] {13df3442-6e77-430f-b6b2-52d01b15c9db} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.28 22:11:23.392938 [ 3 ] {13df3442-6e77-430f-b6b2-52d01b15c9db} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.06.28 22:11:23.393257 [ 3 ] {13df3442-6e77-430f-b6b2-52d01b15c9db} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.28 22:11:23.393336 [ 3 ] {13df3442-6e77-430f-b6b2-52d01b15c9db} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.28 22:11:23.393509 [ 3 ] {13df3442-6e77-430f-b6b2-52d01b15c9db} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2024.06.28 22:11:23.393631 [ 255 ] {13df3442-6e77-430f-b6b2-52d01b15c9db} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.28 22:11:23.393744 [ 257 ] {13df3442-6e77-430f-b6b2-52d01b15c9db} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.06.28 22:11:23.393744 [ 254 ] {13df3442-6e77-430f-b6b2-52d01b15c9db} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.06.28 22:11:23.393953 [ 3 ] {13df3442-6e77-430f-b6b2-52d01b15c9db} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2024.06.28 22:11:23.393982 [ 3 ] {13df3442-6e77-430f-b6b2-52d01b15c9db} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.28 22:11:23.394096 [ 3 ] {13df3442-6e77-430f-b6b2-52d01b15c9db} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.06.28 22:11:23.394119 [ 3 ] {13df3442-6e77-430f-b6b2-52d01b15c9db} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Reading approx. 24 rows with 3 streams 2024.06.28 22:11:23.394160 [ 3 ] {13df3442-6e77-430f-b6b2-52d01b15c9db} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.28 22:11:23.394205 [ 3 ] {13df3442-6e77-430f-b6b2-52d01b15c9db} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.28 22:11:23.394244 [ 3 ] {13df3442-6e77-430f-b6b2-52d01b15c9db} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.28 22:11:23.396370 [ 3 ] {13df3442-6e77-430f-b6b2-52d01b15c9db} executeQuery: Read 24 rows, 1000.00 B in 0.00403 sec., 5955.334987593053 rows/sec., 242.32 KiB/sec. 2024.06.28 22:11:23.396721 [ 3 ] {13df3442-6e77-430f-b6b2-52d01b15c9db} DynamicQueryHandler: Done processing query 2024.06.28 22:11:23.396746 [ 3 ] {13df3442-6e77-430f-b6b2-52d01b15c9db} MemoryTracker: Peak memory usage (for query): 3.10 MiB. 2024.06.28 22:11:23.396762 [ 3 ] {} HTTP-Session: 1a09d578-87ec-4dae-8e9e-5787d5ec8106 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:23.400189 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:23.400246 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:23.400269 [ 3 ] {} HTTP-Session: aad6d37a-999e-4396-84ed-016061429222 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:23.400289 [ 3 ] {} HTTP-Session: aad6d37a-999e-4396-84ed-016061429222 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:23.400306 [ 3 ] {} HTTP-Session: aad6d37a-999e-4396-84ed-016061429222 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:23.400343 [ 3 ] {} HTTP-Session: aad6d37a-999e-4396-84ed-016061429222 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:23.400468 [ 3 ] {da5a79b6-74f8-4e87-a4a8-f7f598647997} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:23.400521 [ 3 ] {da5a79b6-74f8-4e87-a4a8-f7f598647997} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.28 22:11:23.400721 [ 3 ] {da5a79b6-74f8-4e87-a4a8-f7f598647997} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:23.401111 [ 3 ] {da5a79b6-74f8-4e87-a4a8-f7f598647997} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:23.401150 [ 3 ] {da5a79b6-74f8-4e87-a4a8-f7f598647997} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:23.401629 [ 3 ] {da5a79b6-74f8-4e87-a4a8-f7f598647997} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.06.28 22:11:23.401944 [ 3 ] {da5a79b6-74f8-4e87-a4a8-f7f598647997} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:23.402109 [ 3 ] {da5a79b6-74f8-4e87-a4a8-f7f598647997} executeQuery: Read 1 rows, 232.00 B in 0.001672 sec., 598.0861244019138 rows/sec., 135.50 KiB/sec. 2024.06.28 22:11:23.402318 [ 3 ] {da5a79b6-74f8-4e87-a4a8-f7f598647997} DynamicQueryHandler: Done processing query 2024.06.28 22:11:23.402341 [ 3 ] {da5a79b6-74f8-4e87-a4a8-f7f598647997} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.28 22:11:23.402356 [ 3 ] {} HTTP-Session: aad6d37a-999e-4396-84ed-016061429222 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:23.402458 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:23.402506 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:23.402524 [ 3 ] {} HTTP-Session: 563f8739-0cf5-41b1-a4df-291ebfdc5ffb Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:23.402539 [ 3 ] {} HTTP-Session: 563f8739-0cf5-41b1-a4df-291ebfdc5ffb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:23.402553 [ 3 ] {} HTTP-Session: 563f8739-0cf5-41b1-a4df-291ebfdc5ffb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:23.402582 [ 3 ] {} HTTP-Session: 563f8739-0cf5-41b1-a4df-291ebfdc5ffb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:23.402673 [ 3 ] {4fe2ac37-7855-47f5-8c1d-ec6d9ccc6314} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:23.402716 [ 3 ] {4fe2ac37-7855-47f5-8c1d-ec6d9ccc6314} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.28 22:11:23.402928 [ 3 ] {4fe2ac37-7855-47f5-8c1d-ec6d9ccc6314} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:23.403216 [ 3 ] {4fe2ac37-7855-47f5-8c1d-ec6d9ccc6314} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:23.403252 [ 3 ] {4fe2ac37-7855-47f5-8c1d-ec6d9ccc6314} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:23.403731 [ 3 ] {4fe2ac37-7855-47f5-8c1d-ec6d9ccc6314} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.06.28 22:11:23.404036 [ 3 ] {4fe2ac37-7855-47f5-8c1d-ec6d9ccc6314} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:23.404177 [ 3 ] {4fe2ac37-7855-47f5-8c1d-ec6d9ccc6314} executeQuery: Read 2 rows, 167.00 B in 0.001537 sec., 1301.2361743656475 rows/sec., 106.11 KiB/sec. 2024.06.28 22:11:23.404361 [ 3 ] {4fe2ac37-7855-47f5-8c1d-ec6d9ccc6314} DynamicQueryHandler: Done processing query 2024.06.28 22:11:23.404383 [ 3 ] {4fe2ac37-7855-47f5-8c1d-ec6d9ccc6314} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:11:23.404398 [ 3 ] {} HTTP-Session: 563f8739-0cf5-41b1-a4df-291ebfdc5ffb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:23.404540 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12951, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:23.404585 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:23.404602 [ 3 ] {} HTTP-Session: c52afb75-3493-419b-9db3-3ea8fc8f996c Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:23.404617 [ 3 ] {} HTTP-Session: c52afb75-3493-419b-9db3-3ea8fc8f996c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:23.404629 [ 3 ] {} HTTP-Session: c52afb75-3493-419b-9db3-3ea8fc8f996c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:23.404657 [ 3 ] {} HTTP-Session: c52afb75-3493-419b-9db3-3ea8fc8f996c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:23.404785 [ 3 ] {6f21e5e8-0cba-4cac-b88c-295d38a6bc65} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:23.404824 [ 3 ] {6f21e5e8-0cba-4cac-b88c-295d38a6bc65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:11:23.405006 [ 3 ] {6f21e5e8-0cba-4cac-b88c-295d38a6bc65} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:23.405348 [ 3 ] {6f21e5e8-0cba-4cac-b88c-295d38a6bc65} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:23.405384 [ 3 ] {6f21e5e8-0cba-4cac-b88c-295d38a6bc65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:23.405723 [ 3 ] {6f21e5e8-0cba-4cac-b88c-295d38a6bc65} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.06.28 22:11:23.406024 [ 3 ] {6f21e5e8-0cba-4cac-b88c-295d38a6bc65} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:23.406175 [ 3 ] {6f21e5e8-0cba-4cac-b88c-295d38a6bc65} executeQuery: Read 93 rows, 7.29 KiB in 0.001388 sec., 67002.8818443804 rows/sec., 5.13 MiB/sec. 2024.06.28 22:11:23.406323 [ 3 ] {6f21e5e8-0cba-4cac-b88c-295d38a6bc65} DynamicQueryHandler: Done processing query 2024.06.28 22:11:23.406346 [ 3 ] {6f21e5e8-0cba-4cac-b88c-295d38a6bc65} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:11:23.406361 [ 3 ] {} HTTP-Session: c52afb75-3493-419b-9db3-3ea8fc8f996c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:23.406466 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:23.406511 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:23.406529 [ 3 ] {} HTTP-Session: c01363e7-3fd5-4c36-8f05-39fc88cb5b26 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:23.406545 [ 3 ] {} HTTP-Session: c01363e7-3fd5-4c36-8f05-39fc88cb5b26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:23.406559 [ 3 ] {} HTTP-Session: c01363e7-3fd5-4c36-8f05-39fc88cb5b26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:23.406588 [ 3 ] {} HTTP-Session: c01363e7-3fd5-4c36-8f05-39fc88cb5b26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:23.406680 [ 3 ] {f083a805-7300-46db-8dd0-c05c796e94f1} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:23.406720 [ 3 ] {f083a805-7300-46db-8dd0-c05c796e94f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.28 22:11:23.406845 [ 3 ] {f083a805-7300-46db-8dd0-c05c796e94f1} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:23.407178 [ 3 ] {f083a805-7300-46db-8dd0-c05c796e94f1} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:23.407212 [ 3 ] {f083a805-7300-46db-8dd0-c05c796e94f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:23.407513 [ 3 ] {f083a805-7300-46db-8dd0-c05c796e94f1} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.06.28 22:11:23.407811 [ 3 ] {f083a805-7300-46db-8dd0-c05c796e94f1} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:23.407967 [ 3 ] {f083a805-7300-46db-8dd0-c05c796e94f1} executeQuery: Read 2 rows, 143.00 B in 0.001306 sec., 1531.3935681470136 rows/sec., 106.93 KiB/sec. 2024.06.28 22:11:23.408223 [ 3 ] {f083a805-7300-46db-8dd0-c05c796e94f1} DynamicQueryHandler: Done processing query 2024.06.28 22:11:23.408246 [ 3 ] {f083a805-7300-46db-8dd0-c05c796e94f1} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:11:23.408262 [ 3 ] {} HTTP-Session: c01363e7-3fd5-4c36-8f05-39fc88cb5b26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:23.408394 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 15269, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:23.408439 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:23.408457 [ 3 ] {} HTTP-Session: 0c718afd-3e1d-40ea-a61a-c7902c569f39 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:23.408473 [ 3 ] {} HTTP-Session: 0c718afd-3e1d-40ea-a61a-c7902c569f39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:23.408486 [ 3 ] {} HTTP-Session: 0c718afd-3e1d-40ea-a61a-c7902c569f39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:23.408516 [ 3 ] {} HTTP-Session: 0c718afd-3e1d-40ea-a61a-c7902c569f39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:23.408631 [ 3 ] {9609b969-0a8d-4911-b89b-b3ecac177368} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:23.408672 [ 3 ] {9609b969-0a8d-4911-b89b-b3ecac177368} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:11:23.408795 [ 3 ] {9609b969-0a8d-4911-b89b-b3ecac177368} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:23.409087 [ 3 ] {9609b969-0a8d-4911-b89b-b3ecac177368} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:23.409123 [ 3 ] {9609b969-0a8d-4911-b89b-b3ecac177368} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:23.409427 [ 3 ] {9609b969-0a8d-4911-b89b-b3ecac177368} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.06.28 22:11:23.409722 [ 3 ] {9609b969-0a8d-4911-b89b-b3ecac177368} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:23.409877 [ 3 ] {9609b969-0a8d-4911-b89b-b3ecac177368} executeQuery: Read 90 rows, 7.18 KiB in 0.001288 sec., 69875.77639751552 rows/sec., 5.44 MiB/sec. 2024.06.28 22:11:23.410023 [ 3 ] {9609b969-0a8d-4911-b89b-b3ecac177368} DynamicQueryHandler: Done processing query 2024.06.28 22:11:23.410046 [ 3 ] {9609b969-0a8d-4911-b89b-b3ecac177368} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:11:23.410062 [ 3 ] {} HTTP-Session: 0c718afd-3e1d-40ea-a61a-c7902c569f39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:23.410258 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 37727, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:23.410304 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:23.410323 [ 3 ] {} HTTP-Session: 53b76885-57cb-4990-a5bf-a089a0debfd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:23.410338 [ 3 ] {} HTTP-Session: 53b76885-57cb-4990-a5bf-a089a0debfd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:23.410351 [ 3 ] {} HTTP-Session: 53b76885-57cb-4990-a5bf-a089a0debfd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:23.410380 [ 3 ] {} HTTP-Session: 53b76885-57cb-4990-a5bf-a089a0debfd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:23.410616 [ 3 ] {97d576cb-5299-45ab-818f-513ebdfe8101} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:23.410662 [ 3 ] {97d576cb-5299-45ab-818f-513ebdfe8101} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:11:23.410801 [ 3 ] {97d576cb-5299-45ab-818f-513ebdfe8101} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:23.411154 [ 3 ] {97d576cb-5299-45ab-818f-513ebdfe8101} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:23.411186 [ 3 ] {97d576cb-5299-45ab-818f-513ebdfe8101} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:23.411561 [ 3 ] {97d576cb-5299-45ab-818f-513ebdfe8101} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.06.28 22:11:23.411871 [ 3 ] {97d576cb-5299-45ab-818f-513ebdfe8101} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:23.412083 [ 3 ] {97d576cb-5299-45ab-818f-513ebdfe8101} executeQuery: Read 197 rows, 14.08 KiB in 0.001618 sec., 121755.25339925833 rows/sec., 8.50 MiB/sec. 2024.06.28 22:11:23.412233 [ 3 ] {97d576cb-5299-45ab-818f-513ebdfe8101} DynamicQueryHandler: Done processing query 2024.06.28 22:11:23.412256 [ 3 ] {97d576cb-5299-45ab-818f-513ebdfe8101} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.06.28 22:11:23.412271 [ 3 ] {} HTTP-Session: 53b76885-57cb-4990-a5bf-a089a0debfd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:23.412382 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:23.412427 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:23.412445 [ 3 ] {} HTTP-Session: 844acc40-20d4-49a2-b226-3e650fe4eecc Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:23.412461 [ 3 ] {} HTTP-Session: 844acc40-20d4-49a2-b226-3e650fe4eecc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:23.412474 [ 3 ] {} HTTP-Session: 844acc40-20d4-49a2-b226-3e650fe4eecc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:23.412503 [ 3 ] {} HTTP-Session: 844acc40-20d4-49a2-b226-3e650fe4eecc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:23.412611 [ 3 ] {a81c0341-8c25-4383-80a0-dbb0ac3fd486} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:23.412653 [ 3 ] {a81c0341-8c25-4383-80a0-dbb0ac3fd486} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:11:23.412776 [ 3 ] {a81c0341-8c25-4383-80a0-dbb0ac3fd486} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:23.413103 [ 3 ] {a81c0341-8c25-4383-80a0-dbb0ac3fd486} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:23.413138 [ 3 ] {a81c0341-8c25-4383-80a0-dbb0ac3fd486} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:23.413486 [ 3 ] {a81c0341-8c25-4383-80a0-dbb0ac3fd486} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.06.28 22:11:23.413802 [ 3 ] {a81c0341-8c25-4383-80a0-dbb0ac3fd486} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:23.413950 [ 3 ] {a81c0341-8c25-4383-80a0-dbb0ac3fd486} executeQuery: Read 60 rows, 4.14 KiB in 0.001375 sec., 43636.36363636364 rows/sec., 2.94 MiB/sec. 2024.06.28 22:11:23.414119 [ 3 ] {a81c0341-8c25-4383-80a0-dbb0ac3fd486} DynamicQueryHandler: Done processing query 2024.06.28 22:11:23.414142 [ 3 ] {a81c0341-8c25-4383-80a0-dbb0ac3fd486} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:11:23.414158 [ 3 ] {} HTTP-Session: 844acc40-20d4-49a2-b226-3e650fe4eecc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.388951 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 1004, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:28.389137 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:28.389182 [ 3 ] {} HTTP-Session: 5969ba74-a1b0-4fd3-a269-545634deef51 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:28.389223 [ 3 ] {} HTTP-Session: 5969ba74-a1b0-4fd3-a269-545634deef51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.389252 [ 3 ] {} HTTP-Session: 5969ba74-a1b0-4fd3-a269-545634deef51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.389332 [ 3 ] {} HTTP-Session: 5969ba74-a1b0-4fd3-a269-545634deef51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:28.389710 [ 3 ] {337f2a47-269c-4832-b2a8-72aca79ac2d6} executeQuery: (from [fd00:1122:3344:101::d]:33318) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.06.28 22:11:28.390144 [ 3 ] {337f2a47-269c-4832-b2a8-72aca79ac2d6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.28 22:11:28.390186 [ 3 ] {337f2a47-269c-4832-b2a8-72aca79ac2d6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.06.28 22:11:28.390488 [ 3 ] {337f2a47-269c-4832-b2a8-72aca79ac2d6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.28 22:11:28.390563 [ 3 ] {337f2a47-269c-4832-b2a8-72aca79ac2d6} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.28 22:11:28.390797 [ 3 ] {337f2a47-269c-4832-b2a8-72aca79ac2d6} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2024.06.28 22:11:28.390906 [ 260 ] {337f2a47-269c-4832-b2a8-72aca79ac2d6} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.28 22:11:28.391051 [ 255 ] {337f2a47-269c-4832-b2a8-72aca79ac2d6} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.06.28 22:11:28.391085 [ 257 ] {337f2a47-269c-4832-b2a8-72aca79ac2d6} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.06.28 22:11:28.391088 [ 254 ] {337f2a47-269c-4832-b2a8-72aca79ac2d6} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2024.06.28 22:11:28.391294 [ 3 ] {337f2a47-269c-4832-b2a8-72aca79ac2d6} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2024.06.28 22:11:28.391326 [ 3 ] {337f2a47-269c-4832-b2a8-72aca79ac2d6} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.28 22:11:28.391441 [ 3 ] {337f2a47-269c-4832-b2a8-72aca79ac2d6} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.06.28 22:11:28.391463 [ 3 ] {337f2a47-269c-4832-b2a8-72aca79ac2d6} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Reading approx. 24 rows with 3 streams 2024.06.28 22:11:28.391504 [ 3 ] {337f2a47-269c-4832-b2a8-72aca79ac2d6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.28 22:11:28.391549 [ 3 ] {337f2a47-269c-4832-b2a8-72aca79ac2d6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.28 22:11:28.391589 [ 3 ] {337f2a47-269c-4832-b2a8-72aca79ac2d6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.28 22:11:28.393312 [ 3 ] {337f2a47-269c-4832-b2a8-72aca79ac2d6} executeQuery: Read 24 rows, 1000.00 B in 0.003789 sec., 6334.125098970705 rows/sec., 257.74 KiB/sec. 2024.06.28 22:11:28.393656 [ 3 ] {337f2a47-269c-4832-b2a8-72aca79ac2d6} DynamicQueryHandler: Done processing query 2024.06.28 22:11:28.393681 [ 3 ] {337f2a47-269c-4832-b2a8-72aca79ac2d6} MemoryTracker: Peak memory usage (for query): 3.10 MiB. 2024.06.28 22:11:28.393699 [ 3 ] {} HTTP-Session: 5969ba74-a1b0-4fd3-a269-545634deef51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.394246 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 1046, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:28.394295 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:28.394314 [ 3 ] {} HTTP-Session: 13634a50-3aef-439c-bf84-01e654714e11 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:28.394331 [ 3 ] {} HTTP-Session: 13634a50-3aef-439c-bf84-01e654714e11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.394345 [ 3 ] {} HTTP-Session: 13634a50-3aef-439c-bf84-01e654714e11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.394376 [ 3 ] {} HTTP-Session: 13634a50-3aef-439c-bf84-01e654714e11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:28.394523 [ 3 ] {77f35296-a164-4087-abcd-c466a1976cf5} executeQuery: (from [fd00:1122:3344:101::d]:33318) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.06.28 22:11:28.394794 [ 3 ] {77f35296-a164-4087-abcd-c466a1976cf5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.28 22:11:28.394836 [ 3 ] {77f35296-a164-4087-abcd-c466a1976cf5} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.06.28 22:11:28.395112 [ 3 ] {77f35296-a164-4087-abcd-c466a1976cf5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.28 22:11:28.395176 [ 3 ] {77f35296-a164-4087-abcd-c466a1976cf5} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.28 22:11:28.395314 [ 3 ] {77f35296-a164-4087-abcd-c466a1976cf5} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2024.06.28 22:11:28.395499 [ 258 ] {77f35296-a164-4087-abcd-c466a1976cf5} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.06.28 22:11:28.395492 [ 261 ] {77f35296-a164-4087-abcd-c466a1976cf5} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.28 22:11:28.395521 [ 255 ] {77f35296-a164-4087-abcd-c466a1976cf5} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2024.06.28 22:11:28.395496 [ 262 ] {77f35296-a164-4087-abcd-c466a1976cf5} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.06.28 22:11:28.395698 [ 3 ] {77f35296-a164-4087-abcd-c466a1976cf5} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2024.06.28 22:11:28.395725 [ 3 ] {77f35296-a164-4087-abcd-c466a1976cf5} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.28 22:11:28.395826 [ 3 ] {77f35296-a164-4087-abcd-c466a1976cf5} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.06.28 22:11:28.395847 [ 3 ] {77f35296-a164-4087-abcd-c466a1976cf5} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Reading approx. 24 rows with 3 streams 2024.06.28 22:11:28.395885 [ 3 ] {77f35296-a164-4087-abcd-c466a1976cf5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.28 22:11:28.395925 [ 3 ] {77f35296-a164-4087-abcd-c466a1976cf5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.28 22:11:28.395962 [ 3 ] {77f35296-a164-4087-abcd-c466a1976cf5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.28 22:11:28.397700 [ 3 ] {77f35296-a164-4087-abcd-c466a1976cf5} executeQuery: Read 24 rows, 1000.00 B in 0.003244 sec., 7398.273736128237 rows/sec., 301.04 KiB/sec. 2024.06.28 22:11:28.398027 [ 3 ] {77f35296-a164-4087-abcd-c466a1976cf5} DynamicQueryHandler: Done processing query 2024.06.28 22:11:28.398050 [ 3 ] {77f35296-a164-4087-abcd-c466a1976cf5} MemoryTracker: Peak memory usage (for query): 3.10 MiB. 2024.06.28 22:11:28.398067 [ 3 ] {} HTTP-Session: 13634a50-3aef-439c-bf84-01e654714e11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.398306 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 1084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:28.398354 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:28.398374 [ 3 ] {} HTTP-Session: 0e3bb10a-10b5-4484-9047-b4f2c6fa9c2d Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:28.398391 [ 3 ] {} HTTP-Session: 0e3bb10a-10b5-4484-9047-b4f2c6fa9c2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.398405 [ 3 ] {} HTTP-Session: 0e3bb10a-10b5-4484-9047-b4f2c6fa9c2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.398435 [ 3 ] {} HTTP-Session: 0e3bb10a-10b5-4484-9047-b4f2c6fa9c2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:28.398577 [ 3 ] {b08a8561-a7bf-4752-9342-5d0c70092353} executeQuery: (from [fd00:1122:3344:101::d]:33318) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.06.28 22:11:28.398850 [ 3 ] {b08a8561-a7bf-4752-9342-5d0c70092353} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.28 22:11:28.398892 [ 3 ] {b08a8561-a7bf-4752-9342-5d0c70092353} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.06.28 22:11:28.399170 [ 3 ] {b08a8561-a7bf-4752-9342-5d0c70092353} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.28 22:11:28.399234 [ 3 ] {b08a8561-a7bf-4752-9342-5d0c70092353} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.28 22:11:28.399370 [ 3 ] {b08a8561-a7bf-4752-9342-5d0c70092353} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2024.06.28 22:11:28.399529 [ 254 ] {b08a8561-a7bf-4752-9342-5d0c70092353} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.28 22:11:28.399559 [ 255 ] {b08a8561-a7bf-4752-9342-5d0c70092353} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.06.28 22:11:28.399582 [ 261 ] {b08a8561-a7bf-4752-9342-5d0c70092353} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2024.06.28 22:11:28.399561 [ 257 ] {b08a8561-a7bf-4752-9342-5d0c70092353} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.06.28 22:11:28.399718 [ 3 ] {b08a8561-a7bf-4752-9342-5d0c70092353} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2024.06.28 22:11:28.399746 [ 3 ] {b08a8561-a7bf-4752-9342-5d0c70092353} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.28 22:11:28.399849 [ 3 ] {b08a8561-a7bf-4752-9342-5d0c70092353} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.06.28 22:11:28.399869 [ 3 ] {b08a8561-a7bf-4752-9342-5d0c70092353} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Reading approx. 24 rows with 3 streams 2024.06.28 22:11:28.399908 [ 3 ] {b08a8561-a7bf-4752-9342-5d0c70092353} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.28 22:11:28.399949 [ 3 ] {b08a8561-a7bf-4752-9342-5d0c70092353} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.28 22:11:28.399986 [ 3 ] {b08a8561-a7bf-4752-9342-5d0c70092353} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.28 22:11:28.401688 [ 3 ] {b08a8561-a7bf-4752-9342-5d0c70092353} executeQuery: Read 24 rows, 1000.00 B in 0.003178 sec., 7551.9194461925745 rows/sec., 307.29 KiB/sec. 2024.06.28 22:11:28.402039 [ 3 ] {b08a8561-a7bf-4752-9342-5d0c70092353} DynamicQueryHandler: Done processing query 2024.06.28 22:11:28.402067 [ 3 ] {b08a8561-a7bf-4752-9342-5d0c70092353} MemoryTracker: Peak memory usage (for query): 3.10 MiB. 2024.06.28 22:11:28.402088 [ 3 ] {} HTTP-Session: 0e3bb10a-10b5-4484-9047-b4f2c6fa9c2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.402421 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 1121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:28.402478 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:28.402501 [ 3 ] {} HTTP-Session: c2c9ac88-b3dd-40e7-8807-16049deff561 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:28.402521 [ 3 ] {} HTTP-Session: c2c9ac88-b3dd-40e7-8807-16049deff561 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.402539 [ 3 ] {} HTTP-Session: c2c9ac88-b3dd-40e7-8807-16049deff561 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.402576 [ 3 ] {} HTTP-Session: c2c9ac88-b3dd-40e7-8807-16049deff561 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:28.402749 [ 3 ] {14177948-d38c-4b78-bc90-1733df889cd8} executeQuery: (from [fd00:1122:3344:101::d]:33318) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.06.28 22:11:28.403021 [ 3 ] {14177948-d38c-4b78-bc90-1733df889cd8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.06.28 22:11:28.403064 [ 3 ] {14177948-d38c-4b78-bc90-1733df889cd8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.06.28 22:11:28.403348 [ 3 ] {14177948-d38c-4b78-bc90-1733df889cd8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.28 22:11:28.403411 [ 3 ] {14177948-d38c-4b78-bc90-1733df889cd8} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.28 22:11:28.403547 [ 3 ] {14177948-d38c-4b78-bc90-1733df889cd8} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2024.06.28 22:11:28.403712 [ 258 ] {14177948-d38c-4b78-bc90-1733df889cd8} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.06.28 22:11:28.403711 [ 262 ] {14177948-d38c-4b78-bc90-1733df889cd8} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.06.28 22:11:28.403770 [ 255 ] {14177948-d38c-4b78-bc90-1733df889cd8} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.06.28 22:11:28.403793 [ 254 ] {14177948-d38c-4b78-bc90-1733df889cd8} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2024.06.28 22:11:28.403943 [ 3 ] {14177948-d38c-4b78-bc90-1733df889cd8} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2024.06.28 22:11:28.403971 [ 3 ] {14177948-d38c-4b78-bc90-1733df889cd8} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.06.28 22:11:28.404068 [ 3 ] {14177948-d38c-4b78-bc90-1733df889cd8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.06.28 22:11:28.404087 [ 3 ] {14177948-d38c-4b78-bc90-1733df889cd8} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (SelectExecutor): Reading approx. 24 rows with 3 streams 2024.06.28 22:11:28.404123 [ 3 ] {14177948-d38c-4b78-bc90-1733df889cd8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.28 22:11:28.404161 [ 3 ] {14177948-d38c-4b78-bc90-1733df889cd8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.28 22:11:28.404195 [ 3 ] {14177948-d38c-4b78-bc90-1733df889cd8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.06.28 22:11:28.405832 [ 3 ] {14177948-d38c-4b78-bc90-1733df889cd8} executeQuery: Read 24 rows, 1000.00 B in 0.003168 sec., 7575.757575757576 rows/sec., 308.26 KiB/sec. 2024.06.28 22:11:28.406154 [ 3 ] {14177948-d38c-4b78-bc90-1733df889cd8} DynamicQueryHandler: Done processing query 2024.06.28 22:11:28.406177 [ 3 ] {14177948-d38c-4b78-bc90-1733df889cd8} MemoryTracker: Peak memory usage (for query): 3.10 MiB. 2024.06.28 22:11:28.406194 [ 3 ] {} HTTP-Session: c2c9ac88-b3dd-40e7-8807-16049deff561 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.412736 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:28.412797 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:28.412821 [ 3 ] {} HTTP-Session: 37a2061d-894d-4227-b589-7d253a0ed552 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:28.412841 [ 3 ] {} HTTP-Session: 37a2061d-894d-4227-b589-7d253a0ed552 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.412858 [ 3 ] {} HTTP-Session: 37a2061d-894d-4227-b589-7d253a0ed552 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.412895 [ 3 ] {} HTTP-Session: 37a2061d-894d-4227-b589-7d253a0ed552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:28.413026 [ 3 ] {10c4ccb7-1cde-4257-860d-b69af97ded70} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:28.413079 [ 3 ] {10c4ccb7-1cde-4257-860d-b69af97ded70} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.28 22:11:28.413276 [ 3 ] {10c4ccb7-1cde-4257-860d-b69af97ded70} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:28.413714 [ 3 ] {10c4ccb7-1cde-4257-860d-b69af97ded70} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:28.413762 [ 3 ] {10c4ccb7-1cde-4257-860d-b69af97ded70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:28.414241 [ 3 ] {10c4ccb7-1cde-4257-860d-b69af97ded70} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.06.28 22:11:28.414580 [ 3 ] {10c4ccb7-1cde-4257-860d-b69af97ded70} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:28.414755 [ 3 ] {10c4ccb7-1cde-4257-860d-b69af97ded70} executeQuery: Read 4 rows, 443.00 B in 0.001761 sec., 2271.4366837024418 rows/sec., 245.67 KiB/sec. 2024.06.28 22:11:28.415087 [ 3 ] {10c4ccb7-1cde-4257-860d-b69af97ded70} DynamicQueryHandler: Done processing query 2024.06.28 22:11:28.415111 [ 3 ] {10c4ccb7-1cde-4257-860d-b69af97ded70} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.28 22:11:28.415128 [ 3 ] {} HTTP-Session: 37a2061d-894d-4227-b589-7d253a0ed552 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.415229 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 1488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:28.415277 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:28.415296 [ 3 ] {} HTTP-Session: 3237230c-0346-4bbc-97ea-9955a3d9bb20 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:28.415312 [ 3 ] {} HTTP-Session: 3237230c-0346-4bbc-97ea-9955a3d9bb20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.415326 [ 3 ] {} HTTP-Session: 3237230c-0346-4bbc-97ea-9955a3d9bb20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.415356 [ 3 ] {} HTTP-Session: 3237230c-0346-4bbc-97ea-9955a3d9bb20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:28.415453 [ 3 ] {66f7515c-81ea-4282-a331-7d2bae727603} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:28.415496 [ 3 ] {66f7515c-81ea-4282-a331-7d2bae727603} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.28 22:11:28.415641 [ 3 ] {66f7515c-81ea-4282-a331-7d2bae727603} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:28.416561 [ 3 ] {66f7515c-81ea-4282-a331-7d2bae727603} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:28.416595 [ 3 ] {66f7515c-81ea-4282-a331-7d2bae727603} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:28.416892 [ 3 ] {66f7515c-81ea-4282-a331-7d2bae727603} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.06.28 22:11:28.417170 [ 3 ] {66f7515c-81ea-4282-a331-7d2bae727603} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:28.417317 [ 3 ] {66f7515c-81ea-4282-a331-7d2bae727603} executeQuery: Read 10 rows, 830.00 B in 0.001927 sec., 5189.413596263623 rows/sec., 420.63 KiB/sec. 2024.06.28 22:11:28.417566 [ 3 ] {66f7515c-81ea-4282-a331-7d2bae727603} DynamicQueryHandler: Done processing query 2024.06.28 22:11:28.417588 [ 3 ] {66f7515c-81ea-4282-a331-7d2bae727603} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:11:28.417603 [ 3 ] {} HTTP-Session: 3237230c-0346-4bbc-97ea-9955a3d9bb20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.417791 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:28.417839 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:28.417857 [ 3 ] {} HTTP-Session: a37ca25c-be02-4cfd-b5ab-eefc9931fb99 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:28.417873 [ 3 ] {} HTTP-Session: a37ca25c-be02-4cfd-b5ab-eefc9931fb99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.417887 [ 3 ] {} HTTP-Session: a37ca25c-be02-4cfd-b5ab-eefc9931fb99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.417917 [ 3 ] {} HTTP-Session: a37ca25c-be02-4cfd-b5ab-eefc9931fb99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:28.418008 [ 3 ] {681810c5-f6f7-4f6a-a3ef-7afc9bb36e0a} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:28.418050 [ 3 ] {681810c5-f6f7-4f6a-a3ef-7afc9bb36e0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.28 22:11:28.418196 [ 3 ] {681810c5-f6f7-4f6a-a3ef-7afc9bb36e0a} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:28.418465 [ 3 ] {681810c5-f6f7-4f6a-a3ef-7afc9bb36e0a} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:28.418501 [ 3 ] {681810c5-f6f7-4f6a-a3ef-7afc9bb36e0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:28.418787 [ 3 ] {681810c5-f6f7-4f6a-a3ef-7afc9bb36e0a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.06.28 22:11:28.419089 [ 3 ] {681810c5-f6f7-4f6a-a3ef-7afc9bb36e0a} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:28.419323 [ 3 ] {681810c5-f6f7-4f6a-a3ef-7afc9bb36e0a} executeQuery: Read 2 rows, 167.00 B in 0.001338 sec., 1494.7683109118086 rows/sec., 121.89 KiB/sec. 2024.06.28 22:11:28.419483 [ 3 ] {681810c5-f6f7-4f6a-a3ef-7afc9bb36e0a} DynamicQueryHandler: Done processing query 2024.06.28 22:11:28.419506 [ 3 ] {681810c5-f6f7-4f6a-a3ef-7afc9bb36e0a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:11:28.419521 [ 3 ] {} HTTP-Session: a37ca25c-be02-4cfd-b5ab-eefc9931fb99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.419640 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12573, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:28.419687 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:28.419707 [ 3 ] {} HTTP-Session: 4b95e072-156a-4e37-b310-d0a532282126 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:28.419723 [ 3 ] {} HTTP-Session: 4b95e072-156a-4e37-b310-d0a532282126 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.419737 [ 3 ] {} HTTP-Session: 4b95e072-156a-4e37-b310-d0a532282126 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.419768 [ 3 ] {} HTTP-Session: 4b95e072-156a-4e37-b310-d0a532282126 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:28.419974 [ 3 ] {467c5a75-e6a6-4f37-99be-122627bd1841} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:28.420016 [ 3 ] {467c5a75-e6a6-4f37-99be-122627bd1841} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:11:28.420139 [ 3 ] {467c5a75-e6a6-4f37-99be-122627bd1841} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:28.420499 [ 3 ] {467c5a75-e6a6-4f37-99be-122627bd1841} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:28.420535 [ 3 ] {467c5a75-e6a6-4f37-99be-122627bd1841} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:28.420872 [ 3 ] {467c5a75-e6a6-4f37-99be-122627bd1841} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.06.28 22:11:28.421180 [ 3 ] {467c5a75-e6a6-4f37-99be-122627bd1841} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:28.421330 [ 3 ] {467c5a75-e6a6-4f37-99be-122627bd1841} executeQuery: Read 87 rows, 7.25 KiB in 0.001396 sec., 62320.91690544412 rows/sec., 5.07 MiB/sec. 2024.06.28 22:11:28.421493 [ 3 ] {467c5a75-e6a6-4f37-99be-122627bd1841} DynamicQueryHandler: Done processing query 2024.06.28 22:11:28.421538 [ 3 ] {467c5a75-e6a6-4f37-99be-122627bd1841} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:11:28.421555 [ 3 ] {} HTTP-Session: 4b95e072-156a-4e37-b310-d0a532282126 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.421676 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:28.421729 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:28.421754 [ 3 ] {} HTTP-Session: 8af0dacc-ab87-41cf-a057-dde2a09c81bc Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:28.421776 [ 3 ] {} HTTP-Session: 8af0dacc-ab87-41cf-a057-dde2a09c81bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.421796 [ 3 ] {} HTTP-Session: 8af0dacc-ab87-41cf-a057-dde2a09c81bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.421835 [ 3 ] {} HTTP-Session: 8af0dacc-ab87-41cf-a057-dde2a09c81bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:28.421947 [ 3 ] {19e08b3e-c948-4ce4-b318-4ede000c290e} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:28.422023 [ 3 ] {19e08b3e-c948-4ce4-b318-4ede000c290e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.28 22:11:28.422211 [ 3 ] {19e08b3e-c948-4ce4-b318-4ede000c290e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:28.422493 [ 3 ] {19e08b3e-c948-4ce4-b318-4ede000c290e} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:28.422529 [ 3 ] {19e08b3e-c948-4ce4-b318-4ede000c290e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:28.422833 [ 3 ] {19e08b3e-c948-4ce4-b318-4ede000c290e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.06.28 22:11:28.423130 [ 3 ] {19e08b3e-c948-4ce4-b318-4ede000c290e} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:28.423294 [ 3 ] {19e08b3e-c948-4ce4-b318-4ede000c290e} executeQuery: Read 2 rows, 143.00 B in 0.001367 sec., 1463.057790782736 rows/sec., 102.16 KiB/sec. 2024.06.28 22:11:28.423557 [ 3 ] {19e08b3e-c948-4ce4-b318-4ede000c290e} DynamicQueryHandler: Done processing query 2024.06.28 22:11:28.423582 [ 3 ] {19e08b3e-c948-4ce4-b318-4ede000c290e} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:11:28.423597 [ 3 ] {} HTTP-Session: 8af0dacc-ab87-41cf-a057-dde2a09c81bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.423718 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 14964, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:28.423762 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:28.423781 [ 3 ] {} HTTP-Session: ed355206-8b6c-4dbd-90e8-c0dfef84af41 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:28.423796 [ 3 ] {} HTTP-Session: ed355206-8b6c-4dbd-90e8-c0dfef84af41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.423809 [ 3 ] {} HTTP-Session: ed355206-8b6c-4dbd-90e8-c0dfef84af41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.423837 [ 3 ] {} HTTP-Session: ed355206-8b6c-4dbd-90e8-c0dfef84af41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:28.423947 [ 3 ] {f7c18699-d238-4066-b2e0-ff38729fb5fe} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:28.423987 [ 3 ] {f7c18699-d238-4066-b2e0-ff38729fb5fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:11:28.424121 [ 3 ] {f7c18699-d238-4066-b2e0-ff38729fb5fe} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:28.424442 [ 3 ] {f7c18699-d238-4066-b2e0-ff38729fb5fe} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:28.424476 [ 3 ] {f7c18699-d238-4066-b2e0-ff38729fb5fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:28.424848 [ 3 ] {f7c18699-d238-4066-b2e0-ff38729fb5fe} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.06.28 22:11:28.425161 [ 3 ] {f7c18699-d238-4066-b2e0-ff38729fb5fe} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:28.425321 [ 3 ] {f7c18699-d238-4066-b2e0-ff38729fb5fe} executeQuery: Read 88 rows, 7.04 KiB in 0.001395 sec., 63082.43727598566 rows/sec., 4.93 MiB/sec. 2024.06.28 22:11:28.425597 [ 3 ] {f7c18699-d238-4066-b2e0-ff38729fb5fe} DynamicQueryHandler: Done processing query 2024.06.28 22:11:28.425622 [ 3 ] {f7c18699-d238-4066-b2e0-ff38729fb5fe} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:11:28.425638 [ 3 ] {} HTTP-Session: ed355206-8b6c-4dbd-90e8-c0dfef84af41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.425810 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:28.425857 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:28.425876 [ 3 ] {} HTTP-Session: 9b67cacd-f0b5-4614-89bf-08a99e83fd94 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:28.425893 [ 3 ] {} HTTP-Session: 9b67cacd-f0b5-4614-89bf-08a99e83fd94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.425906 [ 3 ] {} HTTP-Session: 9b67cacd-f0b5-4614-89bf-08a99e83fd94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.425936 [ 3 ] {} HTTP-Session: 9b67cacd-f0b5-4614-89bf-08a99e83fd94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:28.426112 [ 3 ] {6eb10566-5e9d-4b4f-8401-763aa404cc03} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:28.426160 [ 3 ] {6eb10566-5e9d-4b4f-8401-763aa404cc03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:11:28.426320 [ 3 ] {6eb10566-5e9d-4b4f-8401-763aa404cc03} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:28.426710 [ 3 ] {6eb10566-5e9d-4b4f-8401-763aa404cc03} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:28.426746 [ 3 ] {6eb10566-5e9d-4b4f-8401-763aa404cc03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:28.427177 [ 3 ] {6eb10566-5e9d-4b4f-8401-763aa404cc03} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.06.28 22:11:28.427529 [ 3 ] {6eb10566-5e9d-4b4f-8401-763aa404cc03} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:28.427695 [ 3 ] {6eb10566-5e9d-4b4f-8401-763aa404cc03} executeQuery: Read 161 rows, 11.48 KiB in 0.001675 sec., 96119.40298507463 rows/sec., 6.69 MiB/sec. 2024.06.28 22:11:28.427993 [ 3 ] {6eb10566-5e9d-4b4f-8401-763aa404cc03} DynamicQueryHandler: Done processing query 2024.06.28 22:11:28.428017 [ 3 ] {6eb10566-5e9d-4b4f-8401-763aa404cc03} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:11:28.428033 [ 3 ] {} HTTP-Session: 9b67cacd-f0b5-4614-89bf-08a99e83fd94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.428157 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 16429, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:28.428206 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:28.428225 [ 3 ] {} HTTP-Session: bcc133b0-1fd9-44fb-a609-3ff9c5a14599 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:28.428241 [ 3 ] {} HTTP-Session: bcc133b0-1fd9-44fb-a609-3ff9c5a14599 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.428256 [ 3 ] {} HTTP-Session: bcc133b0-1fd9-44fb-a609-3ff9c5a14599 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.428286 [ 3 ] {} HTTP-Session: bcc133b0-1fd9-44fb-a609-3ff9c5a14599 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:28.428554 [ 3 ] {cace60dc-963a-4152-aedf-ee9a10a91318} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:28.428625 [ 3 ] {cace60dc-963a-4152-aedf-ee9a10a91318} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 2024.06.28 22:11:28.429055 [ 3 ] {cace60dc-963a-4152-aedf-ee9a10a91318} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:28.429731 [ 3 ] {cace60dc-963a-4152-aedf-ee9a10a91318} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:28.429768 [ 3 ] {cace60dc-963a-4152-aedf-ee9a10a91318} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:28.433867 [ 3 ] {cace60dc-963a-4152-aedf-ee9a10a91318} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.06.28 22:11:28.434312 [ 3 ] {cace60dc-963a-4152-aedf-ee9a10a91318} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:28.434524 [ 3 ] {cace60dc-963a-4152-aedf-ee9a10a91318} executeQuery: Read 10 rows, 18.35 KiB in 0.006152 sec., 1625.487646293888 rows/sec., 2.91 MiB/sec. 2024.06.28 22:11:28.434890 [ 3 ] {cace60dc-963a-4152-aedf-ee9a10a91318} DynamicQueryHandler: Done processing query 2024.06.28 22:11:28.434914 [ 3 ] {cace60dc-963a-4152-aedf-ee9a10a91318} MemoryTracker: Peak memory usage (for query): 4.42 MiB. 2024.06.28 22:11:28.434931 [ 3 ] {} HTTP-Session: bcc133b0-1fd9-44fb-a609-3ff9c5a14599 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.435046 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 1889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:28.435094 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:28.435113 [ 3 ] {} HTTP-Session: 67e927ac-7938-4069-b1b6-55d62fbfe28b Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:28.435129 [ 3 ] {} HTTP-Session: 67e927ac-7938-4069-b1b6-55d62fbfe28b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.435143 [ 3 ] {} HTTP-Session: 67e927ac-7938-4069-b1b6-55d62fbfe28b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.435174 [ 3 ] {} HTTP-Session: 67e927ac-7938-4069-b1b6-55d62fbfe28b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:28.435269 [ 3 ] {9180c635-0355-425e-980e-fc60e9e43940} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:28.435313 [ 3 ] {9180c635-0355-425e-980e-fc60e9e43940} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.06.28 22:11:28.435440 [ 3 ] {9180c635-0355-425e-980e-fc60e9e43940} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:28.435729 [ 3 ] {9180c635-0355-425e-980e-fc60e9e43940} oximeter.measurements_i64 (bdd39603-9195-4c65-95ba-8fdec7bf883f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:28.435766 [ 3 ] {9180c635-0355-425e-980e-fc60e9e43940} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:28.436130 [ 3 ] {9180c635-0355-425e-980e-fc60e9e43940} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.06.28 22:11:28.436479 [ 3 ] {9180c635-0355-425e-980e-fc60e9e43940} oximeter.measurements_i64 (bdd39603-9195-4c65-95ba-8fdec7bf883f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:28.436664 [ 3 ] {9180c635-0355-425e-980e-fc60e9e43940} executeQuery: Read 12 rows, 868.00 B in 0.0014 sec., 8571.42857142857 rows/sec., 605.47 KiB/sec. 2024.06.28 22:11:28.437055 [ 3 ] {9180c635-0355-425e-980e-fc60e9e43940} DynamicQueryHandler: Done processing query 2024.06.28 22:11:28.437080 [ 3 ] {9180c635-0355-425e-980e-fc60e9e43940} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.06.28 22:11:28.437096 [ 3 ] {} HTTP-Session: 67e927ac-7938-4069-b1b6-55d62fbfe28b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.437244 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:28.437292 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:28.437311 [ 3 ] {} HTTP-Session: 8d4fddad-0207-4445-8513-f7dc6571750d Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:28.437328 [ 3 ] {} HTTP-Session: 8d4fddad-0207-4445-8513-f7dc6571750d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.437341 [ 3 ] {} HTTP-Session: 8d4fddad-0207-4445-8513-f7dc6571750d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:28.437372 [ 3 ] {} HTTP-Session: 8d4fddad-0207-4445-8513-f7dc6571750d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:28.437496 [ 3 ] {e35538a2-bf83-45a2-a405-f8c1b3196e94} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:28.437540 [ 3 ] {e35538a2-bf83-45a2-a405-f8c1b3196e94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:11:28.437686 [ 3 ] {e35538a2-bf83-45a2-a405-f8c1b3196e94} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:28.437957 [ 3 ] {e35538a2-bf83-45a2-a405-f8c1b3196e94} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:28.437991 [ 3 ] {e35538a2-bf83-45a2-a405-f8c1b3196e94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:28.438321 [ 3 ] {e35538a2-bf83-45a2-a405-f8c1b3196e94} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.06.28 22:11:28.438614 [ 3 ] {e35538a2-bf83-45a2-a405-f8c1b3196e94} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:28.438830 [ 3 ] {e35538a2-bf83-45a2-a405-f8c1b3196e94} executeQuery: Read 60 rows, 4.14 KiB in 0.001381 sec., 43446.77769732078 rows/sec., 2.93 MiB/sec. 2024.06.28 22:11:28.438993 [ 3 ] {e35538a2-bf83-45a2-a405-f8c1b3196e94} DynamicQueryHandler: Done processing query 2024.06.28 22:11:28.439016 [ 3 ] {e35538a2-bf83-45a2-a405-f8c1b3196e94} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:11:28.439032 [ 3 ] {} HTTP-Session: 8d4fddad-0207-4445-8513-f7dc6571750d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:32.720347 [ 51 ] {} DNSResolver: Updating DNS cache 2024.06.28 22:11:32.720394 [ 51 ] {} DNSResolver: Updated DNS cache 2024.06.28 22:11:33.395114 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:33.395231 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:33.395255 [ 3 ] {} HTTP-Session: 6eeba4c8-0dff-439f-a8e4-2ebfd639ad60 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:33.395279 [ 3 ] {} HTTP-Session: 6eeba4c8-0dff-439f-a8e4-2ebfd639ad60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:33.395293 [ 3 ] {} HTTP-Session: 6eeba4c8-0dff-439f-a8e4-2ebfd639ad60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:33.395341 [ 3 ] {} HTTP-Session: 6eeba4c8-0dff-439f-a8e4-2ebfd639ad60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:33.395503 [ 3 ] {417d9fee-3971-4cf8-b77a-b9cc7bc84596} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:33.395564 [ 3 ] {417d9fee-3971-4cf8-b77a-b9cc7bc84596} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.28 22:11:33.395742 [ 3 ] {417d9fee-3971-4cf8-b77a-b9cc7bc84596} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:33.396115 [ 3 ] {417d9fee-3971-4cf8-b77a-b9cc7bc84596} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:33.396151 [ 3 ] {417d9fee-3971-4cf8-b77a-b9cc7bc84596} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:33.396554 [ 3 ] {417d9fee-3971-4cf8-b77a-b9cc7bc84596} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.06.28 22:11:33.396915 [ 3 ] {417d9fee-3971-4cf8-b77a-b9cc7bc84596} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:33.397052 [ 3 ] {417d9fee-3971-4cf8-b77a-b9cc7bc84596} executeQuery: Read 2 rows, 167.00 B in 0.001591 sec., 1257.071024512885 rows/sec., 102.51 KiB/sec. 2024.06.28 22:11:33.397376 [ 3 ] {417d9fee-3971-4cf8-b77a-b9cc7bc84596} DynamicQueryHandler: Done processing query 2024.06.28 22:11:33.397403 [ 3 ] {417d9fee-3971-4cf8-b77a-b9cc7bc84596} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:11:33.397419 [ 3 ] {} HTTP-Session: 6eeba4c8-0dff-439f-a8e4-2ebfd639ad60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:33.397551 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 7974, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:33.397601 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:33.397619 [ 3 ] {} HTTP-Session: 92945010-8cb4-46fc-99b0-482885df3a78 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:33.397635 [ 3 ] {} HTTP-Session: 92945010-8cb4-46fc-99b0-482885df3a78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:33.397648 [ 3 ] {} HTTP-Session: 92945010-8cb4-46fc-99b0-482885df3a78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:33.397679 [ 3 ] {} HTTP-Session: 92945010-8cb4-46fc-99b0-482885df3a78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:33.397795 [ 3 ] {dd5bc012-7ffa-45b8-a101-9f9984e7c6e2} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:33.397842 [ 3 ] {dd5bc012-7ffa-45b8-a101-9f9984e7c6e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:11:33.397999 [ 3 ] {dd5bc012-7ffa-45b8-a101-9f9984e7c6e2} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:33.398359 [ 3 ] {dd5bc012-7ffa-45b8-a101-9f9984e7c6e2} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:33.398395 [ 3 ] {dd5bc012-7ffa-45b8-a101-9f9984e7c6e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:33.398706 [ 3 ] {dd5bc012-7ffa-45b8-a101-9f9984e7c6e2} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.06.28 22:11:33.399016 [ 3 ] {dd5bc012-7ffa-45b8-a101-9f9984e7c6e2} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:33.399138 [ 3 ] {dd5bc012-7ffa-45b8-a101-9f9984e7c6e2} executeQuery: Read 57 rows, 4.48 KiB in 0.001384 sec., 41184.971098265894 rows/sec., 3.16 MiB/sec. 2024.06.28 22:11:33.399293 [ 3 ] {dd5bc012-7ffa-45b8-a101-9f9984e7c6e2} DynamicQueryHandler: Done processing query 2024.06.28 22:11:33.399316 [ 3 ] {dd5bc012-7ffa-45b8-a101-9f9984e7c6e2} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.06.28 22:11:33.399331 [ 3 ] {} HTTP-Session: 92945010-8cb4-46fc-99b0-482885df3a78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:33.399435 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:33.399484 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:33.399503 [ 3 ] {} HTTP-Session: 051e33f2-35b0-459b-a2c4-79b16bfed2ca Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:33.399519 [ 3 ] {} HTTP-Session: 051e33f2-35b0-459b-a2c4-79b16bfed2ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:33.399533 [ 3 ] {} HTTP-Session: 051e33f2-35b0-459b-a2c4-79b16bfed2ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:33.399564 [ 3 ] {} HTTP-Session: 051e33f2-35b0-459b-a2c4-79b16bfed2ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:33.399655 [ 3 ] {808e23b9-fea9-4b96-b371-ff26bcdd6022} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:33.399696 [ 3 ] {808e23b9-fea9-4b96-b371-ff26bcdd6022} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.28 22:11:33.399819 [ 3 ] {808e23b9-fea9-4b96-b371-ff26bcdd6022} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:33.400083 [ 3 ] {808e23b9-fea9-4b96-b371-ff26bcdd6022} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:33.400119 [ 3 ] {808e23b9-fea9-4b96-b371-ff26bcdd6022} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:33.400412 [ 3 ] {808e23b9-fea9-4b96-b371-ff26bcdd6022} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.06.28 22:11:33.400712 [ 3 ] {808e23b9-fea9-4b96-b371-ff26bcdd6022} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:33.400833 [ 3 ] {808e23b9-fea9-4b96-b371-ff26bcdd6022} executeQuery: Read 2 rows, 143.00 B in 0.001202 sec., 1663.893510815308 rows/sec., 116.18 KiB/sec. 2024.06.28 22:11:33.401024 [ 3 ] {808e23b9-fea9-4b96-b371-ff26bcdd6022} DynamicQueryHandler: Done processing query 2024.06.28 22:11:33.401047 [ 3 ] {808e23b9-fea9-4b96-b371-ff26bcdd6022} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:11:33.401063 [ 3 ] {} HTTP-Session: 051e33f2-35b0-459b-a2c4-79b16bfed2ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:33.401178 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 11231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:33.401226 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:33.401245 [ 3 ] {} HTTP-Session: 1aaf33eb-8306-466f-b51c-598887952d86 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:33.401261 [ 3 ] {} HTTP-Session: 1aaf33eb-8306-466f-b51c-598887952d86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:33.401274 [ 3 ] {} HTTP-Session: 1aaf33eb-8306-466f-b51c-598887952d86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:33.401304 [ 3 ] {} HTTP-Session: 1aaf33eb-8306-466f-b51c-598887952d86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:33.401418 [ 3 ] {05c2b81d-dd82-45ae-b3a4-78b16fe2334d} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:33.401461 [ 3 ] {05c2b81d-dd82-45ae-b3a4-78b16fe2334d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:11:33.401580 [ 3 ] {05c2b81d-dd82-45ae-b3a4-78b16fe2334d} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:33.401894 [ 3 ] {05c2b81d-dd82-45ae-b3a4-78b16fe2334d} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:33.401929 [ 3 ] {05c2b81d-dd82-45ae-b3a4-78b16fe2334d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:33.402236 [ 3 ] {05c2b81d-dd82-45ae-b3a4-78b16fe2334d} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.06.28 22:11:33.402545 [ 3 ] {05c2b81d-dd82-45ae-b3a4-78b16fe2334d} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:33.402666 [ 3 ] {05c2b81d-dd82-45ae-b3a4-78b16fe2334d} executeQuery: Read 66 rows, 5.28 KiB in 0.001306 sec., 50535.987748851454 rows/sec., 3.95 MiB/sec. 2024.06.28 22:11:33.402808 [ 3 ] {05c2b81d-dd82-45ae-b3a4-78b16fe2334d} DynamicQueryHandler: Done processing query 2024.06.28 22:11:33.402830 [ 3 ] {05c2b81d-dd82-45ae-b3a4-78b16fe2334d} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:11:33.402845 [ 3 ] {} HTTP-Session: 1aaf33eb-8306-466f-b51c-598887952d86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:33.402982 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:33.403026 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:33.403044 [ 3 ] {} HTTP-Session: 1583a184-8c7c-47cf-abf8-dd0e1c2118b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:33.403059 [ 3 ] {} HTTP-Session: 1583a184-8c7c-47cf-abf8-dd0e1c2118b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:33.403071 [ 3 ] {} HTTP-Session: 1583a184-8c7c-47cf-abf8-dd0e1c2118b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:33.403100 [ 3 ] {} HTTP-Session: 1583a184-8c7c-47cf-abf8-dd0e1c2118b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:33.403268 [ 3 ] {98c0e981-3573-4374-9d78-4a69ed93eb19} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:33.403312 [ 3 ] {98c0e981-3573-4374-9d78-4a69ed93eb19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:11:33.403513 [ 3 ] {98c0e981-3573-4374-9d78-4a69ed93eb19} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:33.403897 [ 3 ] {98c0e981-3573-4374-9d78-4a69ed93eb19} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:33.403932 [ 3 ] {98c0e981-3573-4374-9d78-4a69ed93eb19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:33.404327 [ 3 ] {98c0e981-3573-4374-9d78-4a69ed93eb19} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.06.28 22:11:33.404678 [ 3 ] {98c0e981-3573-4374-9d78-4a69ed93eb19} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:33.404810 [ 3 ] {98c0e981-3573-4374-9d78-4a69ed93eb19} executeQuery: Read 161 rows, 11.48 KiB in 0.001591 sec., 101194.21747328724 rows/sec., 7.05 MiB/sec. 2024.06.28 22:11:33.405165 [ 3 ] {98c0e981-3573-4374-9d78-4a69ed93eb19} DynamicQueryHandler: Done processing query 2024.06.28 22:11:33.405195 [ 3 ] {98c0e981-3573-4374-9d78-4a69ed93eb19} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:11:33.405211 [ 3 ] {} HTTP-Session: 1583a184-8c7c-47cf-abf8-dd0e1c2118b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:33.405343 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:33.405391 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:33.405409 [ 3 ] {} HTTP-Session: 8c0b8d77-b08c-428b-9012-b40bac852044 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:33.405427 [ 3 ] {} HTTP-Session: 8c0b8d77-b08c-428b-9012-b40bac852044 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:33.405440 [ 3 ] {} HTTP-Session: 8c0b8d77-b08c-428b-9012-b40bac852044 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:33.405471 [ 3 ] {} HTTP-Session: 8c0b8d77-b08c-428b-9012-b40bac852044 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:33.405596 [ 3 ] {4293d093-9505-4a8c-b4f1-c09d92182725} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:33.405641 [ 3 ] {4293d093-9505-4a8c-b4f1-c09d92182725} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:11:33.405785 [ 3 ] {4293d093-9505-4a8c-b4f1-c09d92182725} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:33.406075 [ 3 ] {4293d093-9505-4a8c-b4f1-c09d92182725} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:33.406110 [ 3 ] {4293d093-9505-4a8c-b4f1-c09d92182725} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:33.406458 [ 3 ] {4293d093-9505-4a8c-b4f1-c09d92182725} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.06.28 22:11:33.406783 [ 3 ] {4293d093-9505-4a8c-b4f1-c09d92182725} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:33.406910 [ 3 ] {4293d093-9505-4a8c-b4f1-c09d92182725} executeQuery: Read 60 rows, 4.14 KiB in 0.001365 sec., 43956.04395604396 rows/sec., 2.96 MiB/sec. 2024.06.28 22:11:33.407066 [ 3 ] {4293d093-9505-4a8c-b4f1-c09d92182725} DynamicQueryHandler: Done processing query 2024.06.28 22:11:33.407089 [ 3 ] {4293d093-9505-4a8c-b4f1-c09d92182725} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:11:33.407104 [ 3 ] {} HTTP-Session: 8c0b8d77-b08c-428b-9012-b40bac852044 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:38.396279 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 1488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:38.396420 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:38.396450 [ 3 ] {} HTTP-Session: ebc1a5e8-7354-49ec-b043-f86a555f05c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:38.396479 [ 3 ] {} HTTP-Session: ebc1a5e8-7354-49ec-b043-f86a555f05c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:38.396498 [ 3 ] {} HTTP-Session: ebc1a5e8-7354-49ec-b043-f86a555f05c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:38.396553 [ 3 ] {} HTTP-Session: ebc1a5e8-7354-49ec-b043-f86a555f05c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:38.396750 [ 3 ] {b089e823-51d6-4d9f-acf4-b2d28399b737} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:38.396827 [ 3 ] {b089e823-51d6-4d9f-acf4-b2d28399b737} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.28 22:11:38.397045 [ 3 ] {b089e823-51d6-4d9f-acf4-b2d28399b737} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:38.397500 [ 3 ] {b089e823-51d6-4d9f-acf4-b2d28399b737} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:38.397543 [ 3 ] {b089e823-51d6-4d9f-acf4-b2d28399b737} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:38.397912 [ 3 ] {b089e823-51d6-4d9f-acf4-b2d28399b737} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.06.28 22:11:38.398253 [ 3 ] {b089e823-51d6-4d9f-acf4-b2d28399b737} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:38.398429 [ 3 ] {b089e823-51d6-4d9f-acf4-b2d28399b737} executeQuery: Read 10 rows, 830.00 B in 0.001731 sec., 5777.007510109764 rows/sec., 468.25 KiB/sec. 2024.06.28 22:11:38.398621 [ 3 ] {b089e823-51d6-4d9f-acf4-b2d28399b737} DynamicQueryHandler: Done processing query 2024.06.28 22:11:38.398646 [ 3 ] {b089e823-51d6-4d9f-acf4-b2d28399b737} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:11:38.398663 [ 3 ] {} HTTP-Session: ebc1a5e8-7354-49ec-b043-f86a555f05c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:38.398826 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:38.398874 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:38.398893 [ 3 ] {} HTTP-Session: 87a13453-e63e-48aa-814d-24d4d819b574 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:38.398909 [ 3 ] {} HTTP-Session: 87a13453-e63e-48aa-814d-24d4d819b574 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:38.398923 [ 3 ] {} HTTP-Session: 87a13453-e63e-48aa-814d-24d4d819b574 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:38.398955 [ 3 ] {} HTTP-Session: 87a13453-e63e-48aa-814d-24d4d819b574 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:38.399050 [ 3 ] {40ad44ea-cb93-4d58-aa3d-5181b7ae99e1} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:38.399093 [ 3 ] {40ad44ea-cb93-4d58-aa3d-5181b7ae99e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.28 22:11:38.399219 [ 3 ] {40ad44ea-cb93-4d58-aa3d-5181b7ae99e1} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:38.399515 [ 3 ] {40ad44ea-cb93-4d58-aa3d-5181b7ae99e1} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:38.399552 [ 3 ] {40ad44ea-cb93-4d58-aa3d-5181b7ae99e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:38.399851 [ 3 ] {40ad44ea-cb93-4d58-aa3d-5181b7ae99e1} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.06.28 22:11:38.400159 [ 3 ] {40ad44ea-cb93-4d58-aa3d-5181b7ae99e1} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:38.400316 [ 3 ] {40ad44ea-cb93-4d58-aa3d-5181b7ae99e1} executeQuery: Read 2 rows, 167.00 B in 0.001288 sec., 1552.7950310559006 rows/sec., 126.62 KiB/sec. 2024.06.28 22:11:38.400511 [ 3 ] {40ad44ea-cb93-4d58-aa3d-5181b7ae99e1} DynamicQueryHandler: Done processing query 2024.06.28 22:11:38.400535 [ 3 ] {40ad44ea-cb93-4d58-aa3d-5181b7ae99e1} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:11:38.400551 [ 3 ] {} HTTP-Session: 87a13453-e63e-48aa-814d-24d4d819b574 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:38.400682 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12574, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:38.400730 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:38.400750 [ 3 ] {} HTTP-Session: ef18f58a-0967-41aa-986b-afc6ba8b0c7c Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:38.400766 [ 3 ] {} HTTP-Session: ef18f58a-0967-41aa-986b-afc6ba8b0c7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:38.400780 [ 3 ] {} HTTP-Session: ef18f58a-0967-41aa-986b-afc6ba8b0c7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:38.400812 [ 3 ] {} HTTP-Session: ef18f58a-0967-41aa-986b-afc6ba8b0c7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:38.400935 [ 3 ] {9fe27027-b484-4995-bcf6-901bb1710ef3} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:38.400978 [ 3 ] {9fe27027-b484-4995-bcf6-901bb1710ef3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:11:38.401100 [ 3 ] {9fe27027-b484-4995-bcf6-901bb1710ef3} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:38.401438 [ 3 ] {9fe27027-b484-4995-bcf6-901bb1710ef3} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:38.401475 [ 3 ] {9fe27027-b484-4995-bcf6-901bb1710ef3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:38.401812 [ 3 ] {9fe27027-b484-4995-bcf6-901bb1710ef3} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.06.28 22:11:38.402120 [ 3 ] {9fe27027-b484-4995-bcf6-901bb1710ef3} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:38.402268 [ 3 ] {9fe27027-b484-4995-bcf6-901bb1710ef3} executeQuery: Read 87 rows, 7.25 KiB in 0.001383 sec., 62906.72451193059 rows/sec., 5.12 MiB/sec. 2024.06.28 22:11:38.402421 [ 3 ] {9fe27027-b484-4995-bcf6-901bb1710ef3} DynamicQueryHandler: Done processing query 2024.06.28 22:11:38.402443 [ 3 ] {9fe27027-b484-4995-bcf6-901bb1710ef3} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:11:38.402458 [ 3 ] {} HTTP-Session: ef18f58a-0967-41aa-986b-afc6ba8b0c7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:38.402571 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:38.402616 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:38.402634 [ 3 ] {} HTTP-Session: 981ce818-6905-4212-ba7e-7cece509d1ea Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:38.402649 [ 3 ] {} HTTP-Session: 981ce818-6905-4212-ba7e-7cece509d1ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:38.402662 [ 3 ] {} HTTP-Session: 981ce818-6905-4212-ba7e-7cece509d1ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:38.402691 [ 3 ] {} HTTP-Session: 981ce818-6905-4212-ba7e-7cece509d1ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:38.402777 [ 3 ] {e9377bab-d2b6-4f23-9cd6-71997e9db6a0} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:38.402816 [ 3 ] {e9377bab-d2b6-4f23-9cd6-71997e9db6a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.28 22:11:38.402934 [ 3 ] {e9377bab-d2b6-4f23-9cd6-71997e9db6a0} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:38.403254 [ 3 ] {e9377bab-d2b6-4f23-9cd6-71997e9db6a0} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:38.403291 [ 3 ] {e9377bab-d2b6-4f23-9cd6-71997e9db6a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:38.403595 [ 3 ] {e9377bab-d2b6-4f23-9cd6-71997e9db6a0} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.06.28 22:11:38.403900 [ 3 ] {e9377bab-d2b6-4f23-9cd6-71997e9db6a0} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:38.404027 [ 3 ] {e9377bab-d2b6-4f23-9cd6-71997e9db6a0} executeQuery: Read 2 rows, 143.00 B in 0.001227 sec., 1629.9918500407498 rows/sec., 113.81 KiB/sec. 2024.06.28 22:11:38.404207 [ 3 ] {e9377bab-d2b6-4f23-9cd6-71997e9db6a0} DynamicQueryHandler: Done processing query 2024.06.28 22:11:38.404231 [ 3 ] {e9377bab-d2b6-4f23-9cd6-71997e9db6a0} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:11:38.404247 [ 3 ] {} HTTP-Session: 981ce818-6905-4212-ba7e-7cece509d1ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:38.404381 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12930, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:38.404431 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:38.404451 [ 3 ] {} HTTP-Session: 9ddfdda4-da51-4819-8566-ba75aa2410df Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:38.404468 [ 3 ] {} HTTP-Session: 9ddfdda4-da51-4819-8566-ba75aa2410df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:38.404482 [ 3 ] {} HTTP-Session: 9ddfdda4-da51-4819-8566-ba75aa2410df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:38.404512 [ 3 ] {} HTTP-Session: 9ddfdda4-da51-4819-8566-ba75aa2410df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:38.404628 [ 3 ] {4095f4e7-0a1b-48fd-bd29-f658a01fe1b7} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:38.404670 [ 3 ] {4095f4e7-0a1b-48fd-bd29-f658a01fe1b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:11:38.404793 [ 3 ] {4095f4e7-0a1b-48fd-bd29-f658a01fe1b7} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:38.405115 [ 3 ] {4095f4e7-0a1b-48fd-bd29-f658a01fe1b7} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:38.405152 [ 3 ] {4095f4e7-0a1b-48fd-bd29-f658a01fe1b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:38.405493 [ 3 ] {4095f4e7-0a1b-48fd-bd29-f658a01fe1b7} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.06.28 22:11:38.405799 [ 3 ] {4095f4e7-0a1b-48fd-bd29-f658a01fe1b7} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:38.405953 [ 3 ] {4095f4e7-0a1b-48fd-bd29-f658a01fe1b7} executeQuery: Read 76 rows, 6.08 KiB in 0.001358 sec., 55964.65390279823 rows/sec., 4.37 MiB/sec. 2024.06.28 22:11:38.406119 [ 3 ] {4095f4e7-0a1b-48fd-bd29-f658a01fe1b7} DynamicQueryHandler: Done processing query 2024.06.28 22:11:38.406142 [ 3 ] {4095f4e7-0a1b-48fd-bd29-f658a01fe1b7} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:11:38.406159 [ 3 ] {} HTTP-Session: 9ddfdda4-da51-4819-8566-ba75aa2410df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:38.406360 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:38.406409 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:38.406429 [ 3 ] {} HTTP-Session: c001ea32-4bd7-4e19-95aa-c59437e9e9c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:38.406445 [ 3 ] {} HTTP-Session: c001ea32-4bd7-4e19-95aa-c59437e9e9c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:38.406459 [ 3 ] {} HTTP-Session: c001ea32-4bd7-4e19-95aa-c59437e9e9c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:38.406490 [ 3 ] {} HTTP-Session: c001ea32-4bd7-4e19-95aa-c59437e9e9c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:38.406640 [ 3 ] {da81de14-4d69-48df-a9e7-ea701dd355d9} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:38.406687 [ 3 ] {da81de14-4d69-48df-a9e7-ea701dd355d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:11:38.406832 [ 3 ] {da81de14-4d69-48df-a9e7-ea701dd355d9} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:38.407217 [ 3 ] {da81de14-4d69-48df-a9e7-ea701dd355d9} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:38.407253 [ 3 ] {da81de14-4d69-48df-a9e7-ea701dd355d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:38.407682 [ 3 ] {da81de14-4d69-48df-a9e7-ea701dd355d9} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.06.28 22:11:38.408034 [ 3 ] {da81de14-4d69-48df-a9e7-ea701dd355d9} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:38.408186 [ 3 ] {da81de14-4d69-48df-a9e7-ea701dd355d9} executeQuery: Read 161 rows, 11.48 KiB in 0.001603 sec., 100436.68122270743 rows/sec., 6.99 MiB/sec. 2024.06.28 22:11:38.408364 [ 3 ] {da81de14-4d69-48df-a9e7-ea701dd355d9} DynamicQueryHandler: Done processing query 2024.06.28 22:11:38.408388 [ 3 ] {da81de14-4d69-48df-a9e7-ea701dd355d9} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:11:38.408404 [ 3 ] {} HTTP-Session: c001ea32-4bd7-4e19-95aa-c59437e9e9c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:38.408538 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 16404, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:38.408586 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:38.408605 [ 3 ] {} HTTP-Session: e8b28471-54de-456e-8449-94374e5f1623 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:38.408621 [ 3 ] {} HTTP-Session: e8b28471-54de-456e-8449-94374e5f1623 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:38.408635 [ 3 ] {} HTTP-Session: e8b28471-54de-456e-8449-94374e5f1623 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:38.408666 [ 3 ] {} HTTP-Session: e8b28471-54de-456e-8449-94374e5f1623 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:38.408844 [ 3 ] {8af8b904-1896-43da-ad14-d137df237fa8} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:38.408907 [ 3 ] {8af8b904-1896-43da-ad14-d137df237fa8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 2024.06.28 22:11:38.409286 [ 3 ] {8af8b904-1896-43da-ad14-d137df237fa8} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:38.409810 [ 3 ] {8af8b904-1896-43da-ad14-d137df237fa8} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:38.409844 [ 3 ] {8af8b904-1896-43da-ad14-d137df237fa8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:38.410474 [ 3 ] {8af8b904-1896-43da-ad14-d137df237fa8} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.06.28 22:11:38.410884 [ 3 ] {8af8b904-1896-43da-ad14-d137df237fa8} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:38.411080 [ 3 ] {8af8b904-1896-43da-ad14-d137df237fa8} executeQuery: Read 10 rows, 18.35 KiB in 0.002329 sec., 4293.688278231 rows/sec., 7.69 MiB/sec. 2024.06.28 22:11:38.411495 [ 3 ] {8af8b904-1896-43da-ad14-d137df237fa8} DynamicQueryHandler: Done processing query 2024.06.28 22:11:38.411520 [ 3 ] {8af8b904-1896-43da-ad14-d137df237fa8} MemoryTracker: Peak memory usage (for query): 4.42 MiB. 2024.06.28 22:11:38.411536 [ 3 ] {} HTTP-Session: e8b28471-54de-456e-8449-94374e5f1623 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:38.411662 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:38.411711 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:38.411731 [ 3 ] {} HTTP-Session: 059f8d4d-4006-4c44-9f7a-49abfd421cec Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:38.411747 [ 3 ] {} HTTP-Session: 059f8d4d-4006-4c44-9f7a-49abfd421cec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:38.411762 [ 3 ] {} HTTP-Session: 059f8d4d-4006-4c44-9f7a-49abfd421cec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:38.411793 [ 3 ] {} HTTP-Session: 059f8d4d-4006-4c44-9f7a-49abfd421cec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:38.411917 [ 3 ] {d3dffe96-e12c-4e7f-8f71-ad92c4ca5f45} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:38.411961 [ 3 ] {d3dffe96-e12c-4e7f-8f71-ad92c4ca5f45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:11:38.412093 [ 3 ] {d3dffe96-e12c-4e7f-8f71-ad92c4ca5f45} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:38.412389 [ 3 ] {d3dffe96-e12c-4e7f-8f71-ad92c4ca5f45} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:38.412425 [ 3 ] {d3dffe96-e12c-4e7f-8f71-ad92c4ca5f45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:38.412786 [ 3 ] {d3dffe96-e12c-4e7f-8f71-ad92c4ca5f45} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.06.28 22:11:38.413121 [ 3 ] {d3dffe96-e12c-4e7f-8f71-ad92c4ca5f45} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:38.413279 [ 3 ] {d3dffe96-e12c-4e7f-8f71-ad92c4ca5f45} executeQuery: Read 60 rows, 4.14 KiB in 0.001401 sec., 42826.55246252677 rows/sec., 2.89 MiB/sec. 2024.06.28 22:11:38.413452 [ 3 ] {d3dffe96-e12c-4e7f-8f71-ad92c4ca5f45} DynamicQueryHandler: Done processing query 2024.06.28 22:11:38.413477 [ 3 ] {d3dffe96-e12c-4e7f-8f71-ad92c4ca5f45} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:11:38.413493 [ 3 ] {} HTTP-Session: 059f8d4d-4006-4c44-9f7a-49abfd421cec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:40.724832 [ 46 ] {} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2024.06.28 22:11:40.724897 [ 46 ] {} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:40.724919 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:40.725195 [ 193 ] {7b2bfab8-7a6d-4a4a-9096-04c186b6becb::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.06.28 22:11:40.725527 [ 193 ] {7b2bfab8-7a6d-4a4a-9096-04c186b6becb::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:11:40.725569 [ 193 ] {7b2bfab8-7a6d-4a4a-9096-04c186b6becb::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part 2024.06.28 22:11:40.725660 [ 193 ] {7b2bfab8-7a6d-4a4a-9096-04c186b6becb::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part 2024.06.28 22:11:40.725774 [ 193 ] {7b2bfab8-7a6d-4a4a-9096-04c186b6becb::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2024.06.28 22:11:40.725880 [ 193 ] {7b2bfab8-7a6d-4a4a-9096-04c186b6becb::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2024.06.28 22:11:40.726001 [ 193 ] {7b2bfab8-7a6d-4a4a-9096-04c186b6becb::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part 2024.06.28 22:11:40.728044 [ 196 ] {7b2bfab8-7a6d-4a4a-9096-04c186b6becb::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 29 rows, containing 6 columns (6 merged, 0 gathered) in 0.00302969 sec., 9571.936402734274 rows/sec., 1.34 MiB/sec. 2024.06.28 22:11:40.728284 [ 196 ] {7b2bfab8-7a6d-4a4a-9096-04c186b6becb::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2024.06.28 22:11:40.728897 [ 196 ] {7b2bfab8-7a6d-4a4a-9096-04c186b6becb::all_1_5_1} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:40.728986 [ 196 ] {7b2bfab8-7a6d-4a4a-9096-04c186b6becb::all_1_5_1} oximeter.timeseries_schema (7b2bfab8-7a6d-4a4a-9096-04c186b6becb) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2024.06.28 22:11:40.729086 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2024.06.28 22:11:43.397652 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 7841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:43.397832 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:43.397879 [ 3 ] {} HTTP-Session: ebcb02a7-75ae-4b98-b919-41f49f2e8070 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:43.397920 [ 3 ] {} HTTP-Session: ebcb02a7-75ae-4b98-b919-41f49f2e8070 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:43.397947 [ 3 ] {} HTTP-Session: ebcb02a7-75ae-4b98-b919-41f49f2e8070 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:43.398026 [ 3 ] {} HTTP-Session: ebcb02a7-75ae-4b98-b919-41f49f2e8070 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:43.398326 [ 3 ] {a5d8f39a-e589-42a6-ad1b-837ccbd7de3e} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:43.398392 [ 3 ] {a5d8f39a-e589-42a6-ad1b-837ccbd7de3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:11:43.398581 [ 3 ] {a5d8f39a-e589-42a6-ad1b-837ccbd7de3e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:43.399058 [ 3 ] {a5d8f39a-e589-42a6-ad1b-837ccbd7de3e} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:43.399098 [ 3 ] {a5d8f39a-e589-42a6-ad1b-837ccbd7de3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:43.399470 [ 3 ] {a5d8f39a-e589-42a6-ad1b-837ccbd7de3e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.06.28 22:11:43.399820 [ 3 ] {a5d8f39a-e589-42a6-ad1b-837ccbd7de3e} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:43.399990 [ 3 ] {a5d8f39a-e589-42a6-ad1b-837ccbd7de3e} executeQuery: Read 56 rows, 4.41 KiB in 0.001773 sec., 31584.884376762548 rows/sec., 2.43 MiB/sec. 2024.06.28 22:11:43.400020 [ 44 ] {} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.06.28 22:11:43.400162 [ 44 ] {} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:43.400226 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:43.400271 [ 3 ] {a5d8f39a-e589-42a6-ad1b-837ccbd7de3e} DynamicQueryHandler: Done processing query 2024.06.28 22:11:43.400338 [ 3 ] {a5d8f39a-e589-42a6-ad1b-837ccbd7de3e} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.06.28 22:11:43.400406 [ 3 ] {} HTTP-Session: ebcb02a7-75ae-4b98-b919-41f49f2e8070 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:43.400752 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:43.400920 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:43.400950 [ 200 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::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.06.28 22:11:43.401001 [ 3 ] {} HTTP-Session: 532dcead-9f07-4131-ab06-d4e67549d3b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:43.401147 [ 3 ] {} HTTP-Session: 532dcead-9f07-4131-ab06-d4e67549d3b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:43.401175 [ 3 ] {} HTTP-Session: 532dcead-9f07-4131-ab06-d4e67549d3b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:43.401244 [ 3 ] {} HTTP-Session: 532dcead-9f07-4131-ab06-d4e67549d3b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:43.401441 [ 200 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:11:43.401498 [ 3 ] {6c9613a6-12ad-4d93-a3ee-1485ee051be3} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:43.401527 [ 200 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 92 rows starting from the beginning of the part 2024.06.28 22:11:43.401567 [ 3 ] {6c9613a6-12ad-4d93-a3ee-1485ee051be3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:11:43.401883 [ 200 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 93 rows starting from the beginning of the part 2024.06.28 22:11:43.402195 [ 200 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 87 rows starting from the beginning of the part 2024.06.28 22:11:43.402474 [ 200 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 57 rows starting from the beginning of the part 2024.06.28 22:11:43.402656 [ 3 ] {6c9613a6-12ad-4d93-a3ee-1485ee051be3} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:43.402712 [ 200 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 87 rows starting from the beginning of the part 2024.06.28 22:11:43.403023 [ 200 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part 2024.06.28 22:11:43.404021 [ 3 ] {6c9613a6-12ad-4d93-a3ee-1485ee051be3} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:43.404089 [ 3 ] {6c9613a6-12ad-4d93-a3ee-1485ee051be3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:43.404971 [ 3 ] {6c9613a6-12ad-4d93-a3ee-1485ee051be3} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.06.28 22:11:43.405786 [ 3 ] {6c9613a6-12ad-4d93-a3ee-1485ee051be3} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:43.405813 [ 200 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 472 rows, containing 4 columns (4 merged, 0 gathered) in 0.005455531 sec., 86517.7010267195 rows/sec., 6.78 MiB/sec. 2024.06.28 22:11:43.405991 [ 44 ] {} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.06.28 22:11:43.406055 [ 200 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.06.28 22:11:43.406072 [ 3 ] {6c9613a6-12ad-4d93-a3ee-1485ee051be3} executeQuery: Read 64 rows, 5.12 KiB in 0.00465 sec., 13763.440860215054 rows/sec., 1.07 MiB/sec. 2024.06.28 22:11:43.406090 [ 44 ] {} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:43.406166 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:43.406679 [ 193 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::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.06.28 22:11:43.407028 [ 3 ] {6c9613a6-12ad-4d93-a3ee-1485ee051be3} DynamicQueryHandler: Done processing query 2024.06.28 22:11:43.407225 [ 3 ] {6c9613a6-12ad-4d93-a3ee-1485ee051be3} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:11:43.407347 [ 3 ] {} HTTP-Session: 532dcead-9f07-4131-ab06-d4e67549d3b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:43.407390 [ 193 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:11:43.407514 [ 193 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 88 rows starting from the beginning of the part 2024.06.28 22:11:43.407877 [ 200 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_16_3} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:43.407987 [ 193 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 90 rows starting from the beginning of the part 2024.06.28 22:11:43.407987 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:43.408357 [ 193 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::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.06.28 22:11:43.408463 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:43.408470 [ 200 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_16_3} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.06.28 22:11:43.408709 [ 193 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 66 rows starting from the beginning of the part 2024.06.28 22:11:43.408636 [ 3 ] {} HTTP-Session: 642af4a6-f36f-42f4-b6cc-30c83b6a7a2b Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:43.408878 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.06.28 22:11:43.409042 [ 193 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 76 rows starting from the beginning of the part 2024.06.28 22:11:43.409042 [ 3 ] {} HTTP-Session: 642af4a6-f36f-42f4-b6cc-30c83b6a7a2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:43.409104 [ 3 ] {} HTTP-Session: 642af4a6-f36f-42f4-b6cc-30c83b6a7a2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:43.409219 [ 193 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 64 rows starting from the beginning of the part 2024.06.28 22:11:43.409234 [ 3 ] {} HTTP-Session: 642af4a6-f36f-42f4-b6cc-30c83b6a7a2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:43.409679 [ 3 ] {b993f3af-133c-4500-a281-d8f8814be42c} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:43.409774 [ 3 ] {b993f3af-133c-4500-a281-d8f8814be42c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:11:43.410521 [ 3 ] {b993f3af-133c-4500-a281-d8f8814be42c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:43.411497 [ 3 ] {b993f3af-133c-4500-a281-d8f8814be42c} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:43.411562 [ 3 ] {b993f3af-133c-4500-a281-d8f8814be42c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:43.411966 [ 197 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 472 rows, containing 4 columns (4 merged, 0 gathered) in 0.005635614 sec., 83753.07464279847 rows/sec., 6.53 MiB/sec. 2024.06.28 22:11:43.412253 [ 197 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.06.28 22:11:43.412529 [ 3 ] {b993f3af-133c-4500-a281-d8f8814be42c} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.06.28 22:11:43.413263 [ 193 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_16_3} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:43.413419 [ 3 ] {b993f3af-133c-4500-a281-d8f8814be42c} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:43.413463 [ 193 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_16_3} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.06.28 22:11:43.413603 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.06.28 22:11:43.413688 [ 44 ] {} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.06.28 22:11:43.413745 [ 3 ] {b993f3af-133c-4500-a281-d8f8814be42c} executeQuery: Read 160 rows, 11.41 KiB in 0.00421 sec., 38004.750593824225 rows/sec., 2.65 MiB/sec. 2024.06.28 22:11:43.413761 [ 44 ] {} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:43.413842 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:43.414100 [ 197 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::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.06.28 22:11:43.414163 [ 3 ] {b993f3af-133c-4500-a281-d8f8814be42c} DynamicQueryHandler: Done processing query 2024.06.28 22:11:43.414217 [ 3 ] {b993f3af-133c-4500-a281-d8f8814be42c} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:11:43.414267 [ 3 ] {} HTTP-Session: 642af4a6-f36f-42f4-b6cc-30c83b6a7a2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:43.414354 [ 197 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:11:43.414391 [ 197 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1594 rows starting from the beginning of the part 2024.06.28 22:11:43.414465 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:43.414621 [ 197 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 197 rows starting from the beginning of the part 2024.06.28 22:11:43.414673 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:43.414763 [ 3 ] {} HTTP-Session: c6ce974f-ede4-4b64-b6a3-c5dfd9892cc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:43.414848 [ 3 ] {} HTTP-Session: c6ce974f-ede4-4b64-b6a3-c5dfd9892cc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:43.414922 [ 3 ] {} HTTP-Session: c6ce974f-ede4-4b64-b6a3-c5dfd9892cc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:43.414959 [ 197 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 161 rows starting from the beginning of the part 2024.06.28 22:11:43.415034 [ 3 ] {} HTTP-Session: c6ce974f-ede4-4b64-b6a3-c5dfd9892cc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:43.415262 [ 197 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 161 rows starting from the beginning of the part 2024.06.28 22:11:43.415359 [ 3 ] {528ec7a8-3300-4a3c-b43d-faa752efdf89} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:43.415539 [ 3 ] {528ec7a8-3300-4a3c-b43d-faa752efdf89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:11:43.415552 [ 197 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::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.06.28 22:11:43.415959 [ 197 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::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.06.28 22:11:43.416608 [ 3 ] {528ec7a8-3300-4a3c-b43d-faa752efdf89} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:43.417274 [ 3 ] {528ec7a8-3300-4a3c-b43d-faa752efdf89} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:43.417339 [ 3 ] {528ec7a8-3300-4a3c-b43d-faa752efdf89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:43.418420 [ 3 ] {528ec7a8-3300-4a3c-b43d-faa752efdf89} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.06.28 22:11:43.419111 [ 3 ] {528ec7a8-3300-4a3c-b43d-faa752efdf89} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:43.419295 [ 197 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2434 rows, containing 5 columns (5 merged, 0 gathered) in 0.00532348 sec., 457219.71342054446 rows/sec., 31.89 MiB/sec. 2024.06.28 22:11:43.419420 [ 44 ] {} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.06.28 22:11:43.419473 [ 3 ] {528ec7a8-3300-4a3c-b43d-faa752efdf89} executeQuery: Read 60 rows, 4.14 KiB in 0.004201 sec., 14282.313734825042 rows/sec., 985.63 KiB/sec. 2024.06.28 22:11:43.419488 [ 44 ] {} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:43.419606 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:43.419693 [ 197 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.06.28 22:11:43.420068 [ 193 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:11:43.420143 [ 3 ] {528ec7a8-3300-4a3c-b43d-faa752efdf89} DynamicQueryHandler: Done processing query 2024.06.28 22:11:43.420219 [ 3 ] {528ec7a8-3300-4a3c-b43d-faa752efdf89} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:11:43.420323 [ 3 ] {} HTTP-Session: c6ce974f-ede4-4b64-b6a3-c5dfd9892cc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:43.420520 [ 193 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:11:43.420578 [ 193 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 554 rows starting from the beginning of the part 2024.06.28 22:11:43.420721 [ 193 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:11:43.420996 [ 193 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:11:43.421141 [ 197 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_16_3} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:43.421373 [ 193 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:11:43.421612 [ 197 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_16_3} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.06.28 22:11:43.421642 [ 193 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:11:43.421891 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2024.06.28 22:11:43.421916 [ 193 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:11:43.422969 [ 198 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 854 rows, containing 4 columns (4 merged, 0 gathered) in 0.003188602 sec., 267828.9733243597 rows/sec., 18.02 MiB/sec. 2024.06.28 22:11:43.423210 [ 198 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.06.28 22:11:43.423622 [ 198 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_16_3} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:43.423703 [ 198 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_16_3} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.06.28 22:11:43.423788 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2024.06.28 22:11:47.720662 [ 39 ] {} DNSResolver: Updating DNS cache 2024.06.28 22:11:47.720725 [ 39 ] {} DNSResolver: Updated DNS cache 2024.06.28 22:11:48.398822 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 1488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:48.399016 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:48.399061 [ 3 ] {} HTTP-Session: 2df0748a-7d7e-413a-89a9-006364b99a9d Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:48.399103 [ 3 ] {} HTTP-Session: 2df0748a-7d7e-413a-89a9-006364b99a9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:48.399132 [ 3 ] {} HTTP-Session: 2df0748a-7d7e-413a-89a9-006364b99a9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:48.399185 [ 3 ] {} HTTP-Session: 2df0748a-7d7e-413a-89a9-006364b99a9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:48.399371 [ 3 ] {db7d2c95-e89d-4bb5-9afc-9525c3c17768} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:48.399440 [ 3 ] {db7d2c95-e89d-4bb5-9afc-9525c3c17768} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.28 22:11:48.399633 [ 3 ] {db7d2c95-e89d-4bb5-9afc-9525c3c17768} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:48.400059 [ 3 ] {db7d2c95-e89d-4bb5-9afc-9525c3c17768} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:48.400101 [ 3 ] {db7d2c95-e89d-4bb5-9afc-9525c3c17768} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:48.400473 [ 3 ] {db7d2c95-e89d-4bb5-9afc-9525c3c17768} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.06.28 22:11:48.400807 [ 3 ] {db7d2c95-e89d-4bb5-9afc-9525c3c17768} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:48.400968 [ 3 ] {db7d2c95-e89d-4bb5-9afc-9525c3c17768} executeQuery: Read 10 rows, 830.00 B in 0.001671 sec., 5984.440454817474 rows/sec., 485.07 KiB/sec. 2024.06.28 22:11:48.401171 [ 3 ] {db7d2c95-e89d-4bb5-9afc-9525c3c17768} DynamicQueryHandler: Done processing query 2024.06.28 22:11:48.401194 [ 3 ] {db7d2c95-e89d-4bb5-9afc-9525c3c17768} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:11:48.401209 [ 3 ] {} HTTP-Session: 2df0748a-7d7e-413a-89a9-006364b99a9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:48.401366 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:48.401413 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:48.401431 [ 3 ] {} HTTP-Session: 1a8402ad-f1c3-4f1a-8e0d-72d284ce1c14 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:48.401447 [ 3 ] {} HTTP-Session: 1a8402ad-f1c3-4f1a-8e0d-72d284ce1c14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:48.401459 [ 3 ] {} HTTP-Session: 1a8402ad-f1c3-4f1a-8e0d-72d284ce1c14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:48.401489 [ 3 ] {} HTTP-Session: 1a8402ad-f1c3-4f1a-8e0d-72d284ce1c14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:48.401671 [ 3 ] {886118d8-38a9-4072-b6b3-76908ebe14c0} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:48.401715 [ 3 ] {886118d8-38a9-4072-b6b3-76908ebe14c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:11:48.401839 [ 3 ] {886118d8-38a9-4072-b6b3-76908ebe14c0} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:48.402169 [ 3 ] {886118d8-38a9-4072-b6b3-76908ebe14c0} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:48.402206 [ 3 ] {886118d8-38a9-4072-b6b3-76908ebe14c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:48.402523 [ 3 ] {886118d8-38a9-4072-b6b3-76908ebe14c0} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.06.28 22:11:48.402827 [ 3 ] {886118d8-38a9-4072-b6b3-76908ebe14c0} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:48.402979 [ 3 ] {886118d8-38a9-4072-b6b3-76908ebe14c0} executeQuery: Read 86 rows, 7.18 KiB in 0.001352 sec., 63609.46745562131 rows/sec., 5.18 MiB/sec. 2024.06.28 22:11:48.403133 [ 3 ] {886118d8-38a9-4072-b6b3-76908ebe14c0} DynamicQueryHandler: Done processing query 2024.06.28 22:11:48.403156 [ 3 ] {886118d8-38a9-4072-b6b3-76908ebe14c0} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:11:48.403172 [ 3 ] {} HTTP-Session: 1a8402ad-f1c3-4f1a-8e0d-72d284ce1c14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:48.403310 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:48.403358 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:48.403376 [ 3 ] {} HTTP-Session: 850173a1-cfd4-4ff2-a494-6389d40431a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:48.403392 [ 3 ] {} HTTP-Session: 850173a1-cfd4-4ff2-a494-6389d40431a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:48.403405 [ 3 ] {} HTTP-Session: 850173a1-cfd4-4ff2-a494-6389d40431a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:48.403436 [ 3 ] {} HTTP-Session: 850173a1-cfd4-4ff2-a494-6389d40431a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:48.403547 [ 3 ] {64d08d17-f4ac-4196-8457-08473faa41de} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:48.403589 [ 3 ] {64d08d17-f4ac-4196-8457-08473faa41de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:11:48.403715 [ 3 ] {64d08d17-f4ac-4196-8457-08473faa41de} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:48.404030 [ 3 ] {64d08d17-f4ac-4196-8457-08473faa41de} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:48.404066 [ 3 ] {64d08d17-f4ac-4196-8457-08473faa41de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:48.404381 [ 3 ] {64d08d17-f4ac-4196-8457-08473faa41de} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.06.28 22:11:48.404729 [ 3 ] {64d08d17-f4ac-4196-8457-08473faa41de} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:48.404899 [ 3 ] {64d08d17-f4ac-4196-8457-08473faa41de} executeQuery: Read 74 rows, 5.92 KiB in 0.001391 sec., 53199.13731128684 rows/sec., 4.15 MiB/sec. 2024.06.28 22:11:48.405069 [ 3 ] {64d08d17-f4ac-4196-8457-08473faa41de} DynamicQueryHandler: Done processing query 2024.06.28 22:11:48.405100 [ 3 ] {64d08d17-f4ac-4196-8457-08473faa41de} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:11:48.405118 [ 3 ] {} HTTP-Session: 850173a1-cfd4-4ff2-a494-6389d40431a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:48.405275 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:48.405322 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:48.405340 [ 3 ] {} HTTP-Session: 49770b23-dedc-49db-a461-f13669a35389 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:48.405357 [ 3 ] {} HTTP-Session: 49770b23-dedc-49db-a461-f13669a35389 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:48.405370 [ 3 ] {} HTTP-Session: 49770b23-dedc-49db-a461-f13669a35389 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:48.405400 [ 3 ] {} HTTP-Session: 49770b23-dedc-49db-a461-f13669a35389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:48.405541 [ 3 ] {cd3818ad-4a60-44cd-90bf-4c367f8cb41c} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:48.405588 [ 3 ] {cd3818ad-4a60-44cd-90bf-4c367f8cb41c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:11:48.405736 [ 3 ] {cd3818ad-4a60-44cd-90bf-4c367f8cb41c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:48.406091 [ 3 ] {cd3818ad-4a60-44cd-90bf-4c367f8cb41c} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:48.406127 [ 3 ] {cd3818ad-4a60-44cd-90bf-4c367f8cb41c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:48.406521 [ 3 ] {cd3818ad-4a60-44cd-90bf-4c367f8cb41c} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.06.28 22:11:48.406864 [ 3 ] {cd3818ad-4a60-44cd-90bf-4c367f8cb41c} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:48.407018 [ 3 ] {cd3818ad-4a60-44cd-90bf-4c367f8cb41c} executeQuery: Read 160 rows, 11.41 KiB in 0.001541 sec., 103828.68267358857 rows/sec., 7.23 MiB/sec. 2024.06.28 22:11:48.407171 [ 3 ] {cd3818ad-4a60-44cd-90bf-4c367f8cb41c} DynamicQueryHandler: Done processing query 2024.06.28 22:11:48.407195 [ 3 ] {cd3818ad-4a60-44cd-90bf-4c367f8cb41c} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:11:48.407211 [ 3 ] {} HTTP-Session: 49770b23-dedc-49db-a461-f13669a35389 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:48.407349 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 16415, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:48.407395 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:48.407414 [ 3 ] {} HTTP-Session: 5031b1ef-bbbd-42b6-a9ed-30a5f81686c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:48.407431 [ 3 ] {} HTTP-Session: 5031b1ef-bbbd-42b6-a9ed-30a5f81686c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:48.407444 [ 3 ] {} HTTP-Session: 5031b1ef-bbbd-42b6-a9ed-30a5f81686c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:48.407475 [ 3 ] {} HTTP-Session: 5031b1ef-bbbd-42b6-a9ed-30a5f81686c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:48.407642 [ 3 ] {2c36f4dc-db66-4ce0-9faa-2b25db296fec} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:48.407701 [ 3 ] {2c36f4dc-db66-4ce0-9faa-2b25db296fec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 2024.06.28 22:11:48.408071 [ 3 ] {2c36f4dc-db66-4ce0-9faa-2b25db296fec} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:48.408492 [ 3 ] {2c36f4dc-db66-4ce0-9faa-2b25db296fec} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:48.408594 [ 3 ] {2c36f4dc-db66-4ce0-9faa-2b25db296fec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:48.409166 [ 3 ] {2c36f4dc-db66-4ce0-9faa-2b25db296fec} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.06.28 22:11:48.409566 [ 3 ] {2c36f4dc-db66-4ce0-9faa-2b25db296fec} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:48.409753 [ 3 ] {2c36f4dc-db66-4ce0-9faa-2b25db296fec} executeQuery: Read 10 rows, 18.35 KiB in 0.002203 sec., 4539.264639128461 rows/sec., 8.13 MiB/sec. 2024.06.28 22:11:48.409949 [ 3 ] {2c36f4dc-db66-4ce0-9faa-2b25db296fec} DynamicQueryHandler: Done processing query 2024.06.28 22:11:48.409973 [ 3 ] {2c36f4dc-db66-4ce0-9faa-2b25db296fec} MemoryTracker: Peak memory usage (for query): 4.42 MiB. 2024.06.28 22:11:48.409990 [ 3 ] {} HTTP-Session: 5031b1ef-bbbd-42b6-a9ed-30a5f81686c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:48.410107 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:48.410154 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:48.410174 [ 3 ] {} HTTP-Session: e7214fee-d216-4f17-862a-c8c1d89aa3a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:48.410190 [ 3 ] {} HTTP-Session: e7214fee-d216-4f17-862a-c8c1d89aa3a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:48.410204 [ 3 ] {} HTTP-Session: e7214fee-d216-4f17-862a-c8c1d89aa3a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:48.410234 [ 3 ] {} HTTP-Session: e7214fee-d216-4f17-862a-c8c1d89aa3a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:48.410351 [ 3 ] {c0136ce3-1c2b-4e89-872e-3b241a725d0d} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:48.410395 [ 3 ] {c0136ce3-1c2b-4e89-872e-3b241a725d0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:11:48.410519 [ 3 ] {c0136ce3-1c2b-4e89-872e-3b241a725d0d} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:48.410822 [ 3 ] {c0136ce3-1c2b-4e89-872e-3b241a725d0d} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:48.410866 [ 3 ] {c0136ce3-1c2b-4e89-872e-3b241a725d0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:48.411276 [ 3 ] {c0136ce3-1c2b-4e89-872e-3b241a725d0d} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.06.28 22:11:48.411604 [ 3 ] {c0136ce3-1c2b-4e89-872e-3b241a725d0d} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:48.411771 [ 3 ] {c0136ce3-1c2b-4e89-872e-3b241a725d0d} executeQuery: Read 60 rows, 4.14 KiB in 0.001462 sec., 41039.67168262654 rows/sec., 2.77 MiB/sec. 2024.06.28 22:11:48.412066 [ 3 ] {c0136ce3-1c2b-4e89-872e-3b241a725d0d} DynamicQueryHandler: Done processing query 2024.06.28 22:11:48.412095 [ 3 ] {c0136ce3-1c2b-4e89-872e-3b241a725d0d} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:11:48.412111 [ 3 ] {} HTTP-Session: e7214fee-d216-4f17-862a-c8c1d89aa3a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:53.400184 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:53.400321 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:53.400348 [ 3 ] {} HTTP-Session: e424d52c-6a1a-481f-a99c-2d7c878f7dff Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:53.400374 [ 3 ] {} HTTP-Session: e424d52c-6a1a-481f-a99c-2d7c878f7dff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:53.400391 [ 3 ] {} HTTP-Session: e424d52c-6a1a-481f-a99c-2d7c878f7dff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:53.400445 [ 3 ] {} HTTP-Session: e424d52c-6a1a-481f-a99c-2d7c878f7dff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:53.400657 [ 3 ] {021d80f9-ec3e-47f7-8c9a-c450658df3ea} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:53.400728 [ 3 ] {021d80f9-ec3e-47f7-8c9a-c450658df3ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:11:53.400931 [ 3 ] {021d80f9-ec3e-47f7-8c9a-c450658df3ea} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:53.401398 [ 3 ] {021d80f9-ec3e-47f7-8c9a-c450658df3ea} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:53.401438 [ 3 ] {021d80f9-ec3e-47f7-8c9a-c450658df3ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:53.401806 [ 3 ] {021d80f9-ec3e-47f7-8c9a-c450658df3ea} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.06.28 22:11:53.402137 [ 3 ] {021d80f9-ec3e-47f7-8c9a-c450658df3ea} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:53.402300 [ 3 ] {021d80f9-ec3e-47f7-8c9a-c450658df3ea} executeQuery: Read 92 rows, 7.22 KiB in 0.001704 sec., 53990.6103286385 rows/sec., 4.14 MiB/sec. 2024.06.28 22:11:53.402516 [ 3 ] {021d80f9-ec3e-47f7-8c9a-c450658df3ea} DynamicQueryHandler: Done processing query 2024.06.28 22:11:53.402542 [ 3 ] {021d80f9-ec3e-47f7-8c9a-c450658df3ea} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:11:53.402558 [ 3 ] {} HTTP-Session: e424d52c-6a1a-481f-a99c-2d7c878f7dff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:53.402737 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 14928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:53.402784 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:53.402803 [ 3 ] {} HTTP-Session: c5968ef0-158d-4ebf-a7f8-07a7fd83bf71 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:53.402820 [ 3 ] {} HTTP-Session: c5968ef0-158d-4ebf-a7f8-07a7fd83bf71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:53.402834 [ 3 ] {} HTTP-Session: c5968ef0-158d-4ebf-a7f8-07a7fd83bf71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:53.402865 [ 3 ] {} HTTP-Session: c5968ef0-158d-4ebf-a7f8-07a7fd83bf71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:53.402979 [ 3 ] {cca21f3a-b962-4c4b-a58b-843161e5478f} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:53.403021 [ 3 ] {cca21f3a-b962-4c4b-a58b-843161e5478f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:11:53.403148 [ 3 ] {cca21f3a-b962-4c4b-a58b-843161e5478f} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:53.403458 [ 3 ] {cca21f3a-b962-4c4b-a58b-843161e5478f} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:53.403495 [ 3 ] {cca21f3a-b962-4c4b-a58b-843161e5478f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:53.403805 [ 3 ] {cca21f3a-b962-4c4b-a58b-843161e5478f} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.06.28 22:11:53.404118 [ 3 ] {cca21f3a-b962-4c4b-a58b-843161e5478f} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:53.404278 [ 3 ] {cca21f3a-b962-4c4b-a58b-843161e5478f} executeQuery: Read 88 rows, 7.01 KiB in 0.001334 sec., 65967.01649175413 rows/sec., 5.13 MiB/sec. 2024.06.28 22:11:53.404543 [ 3 ] {cca21f3a-b962-4c4b-a58b-843161e5478f} DynamicQueryHandler: Done processing query 2024.06.28 22:11:53.404593 [ 3 ] {cca21f3a-b962-4c4b-a58b-843161e5478f} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:11:53.404627 [ 3 ] {} HTTP-Session: c5968ef0-158d-4ebf-a7f8-07a7fd83bf71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:53.404836 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 37548, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:53.404883 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:53.404902 [ 3 ] {} HTTP-Session: 980c6663-bdf5-4ee4-b1cf-45d4c191a401 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:53.404920 [ 3 ] {} HTTP-Session: 980c6663-bdf5-4ee4-b1cf-45d4c191a401 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:53.404933 [ 3 ] {} HTTP-Session: 980c6663-bdf5-4ee4-b1cf-45d4c191a401 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:53.404963 [ 3 ] {} HTTP-Session: 980c6663-bdf5-4ee4-b1cf-45d4c191a401 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:53.405128 [ 3 ] {5a3be731-dd23-469e-a967-6d71c2ae48ee} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:53.405175 [ 3 ] {5a3be731-dd23-469e-a967-6d71c2ae48ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:11:53.405337 [ 3 ] {5a3be731-dd23-469e-a967-6d71c2ae48ee} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:53.405711 [ 3 ] {5a3be731-dd23-469e-a967-6d71c2ae48ee} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:53.405747 [ 3 ] {5a3be731-dd23-469e-a967-6d71c2ae48ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:53.406135 [ 3 ] {5a3be731-dd23-469e-a967-6d71c2ae48ee} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.06.28 22:11:53.406477 [ 3 ] {5a3be731-dd23-469e-a967-6d71c2ae48ee} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:53.406642 [ 3 ] {5a3be731-dd23-469e-a967-6d71c2ae48ee} executeQuery: Read 196 rows, 14.01 KiB in 0.001591 sec., 123192.96040226273 rows/sec., 8.60 MiB/sec. 2024.06.28 22:11:53.406796 [ 3 ] {5a3be731-dd23-469e-a967-6d71c2ae48ee} DynamicQueryHandler: Done processing query 2024.06.28 22:11:53.406820 [ 3 ] {5a3be731-dd23-469e-a967-6d71c2ae48ee} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.06.28 22:11:53.406835 [ 3 ] {} HTTP-Session: 980c6663-bdf5-4ee4-b1cf-45d4c191a401 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:53.406964 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:53.407011 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:53.407031 [ 3 ] {} HTTP-Session: 356ceb9a-8080-4223-8fa9-64fce8504c52 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:53.407048 [ 3 ] {} HTTP-Session: 356ceb9a-8080-4223-8fa9-64fce8504c52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:53.407062 [ 3 ] {} HTTP-Session: 356ceb9a-8080-4223-8fa9-64fce8504c52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:53.407093 [ 3 ] {} HTTP-Session: 356ceb9a-8080-4223-8fa9-64fce8504c52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:53.407203 [ 3 ] {2cc0d215-1f35-43c6-9107-83b0de3c87eb} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:53.407248 [ 3 ] {2cc0d215-1f35-43c6-9107-83b0de3c87eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:11:53.407368 [ 3 ] {2cc0d215-1f35-43c6-9107-83b0de3c87eb} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:53.407611 [ 3 ] {2cc0d215-1f35-43c6-9107-83b0de3c87eb} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:53.407645 [ 3 ] {2cc0d215-1f35-43c6-9107-83b0de3c87eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:53.407975 [ 3 ] {2cc0d215-1f35-43c6-9107-83b0de3c87eb} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.06.28 22:11:53.408336 [ 3 ] {2cc0d215-1f35-43c6-9107-83b0de3c87eb} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:53.408464 [ 3 ] {2cc0d215-1f35-43c6-9107-83b0de3c87eb} executeQuery: Read 60 rows, 4.14 KiB in 0.001299 sec., 46189.37644341801 rows/sec., 3.11 MiB/sec. 2024.06.28 22:11:53.408685 [ 3 ] {2cc0d215-1f35-43c6-9107-83b0de3c87eb} DynamicQueryHandler: Done processing query 2024.06.28 22:11:53.408718 [ 3 ] {2cc0d215-1f35-43c6-9107-83b0de3c87eb} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:11:53.408738 [ 3 ] {} HTTP-Session: 356ceb9a-8080-4223-8fa9-64fce8504c52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:58.398866 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 1488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:58.399061 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:58.399107 [ 3 ] {} HTTP-Session: b69ad07b-190e-48df-8bc0-c586a4e0bde8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:58.399149 [ 3 ] {} HTTP-Session: b69ad07b-190e-48df-8bc0-c586a4e0bde8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:58.399177 [ 3 ] {} HTTP-Session: b69ad07b-190e-48df-8bc0-c586a4e0bde8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:58.399256 [ 3 ] {} HTTP-Session: b69ad07b-190e-48df-8bc0-c586a4e0bde8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:58.399539 [ 3 ] {41ad5acb-49ba-4fd2-9c76-0de3a39308d1} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:58.399647 [ 3 ] {41ad5acb-49ba-4fd2-9c76-0de3a39308d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.28 22:11:58.399966 [ 3 ] {41ad5acb-49ba-4fd2-9c76-0de3a39308d1} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:58.400321 [ 3 ] {41ad5acb-49ba-4fd2-9c76-0de3a39308d1} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:58.400358 [ 3 ] {41ad5acb-49ba-4fd2-9c76-0de3a39308d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:58.400706 [ 3 ] {41ad5acb-49ba-4fd2-9c76-0de3a39308d1} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.06.28 22:11:58.401086 [ 3 ] {41ad5acb-49ba-4fd2-9c76-0de3a39308d1} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:58.401265 [ 3 ] {41ad5acb-49ba-4fd2-9c76-0de3a39308d1} executeQuery: Read 10 rows, 830.00 B in 0.001809 sec., 5527.91597567717 rows/sec., 448.06 KiB/sec. 2024.06.28 22:11:58.401450 [ 3 ] {41ad5acb-49ba-4fd2-9c76-0de3a39308d1} DynamicQueryHandler: Done processing query 2024.06.28 22:11:58.401476 [ 3 ] {41ad5acb-49ba-4fd2-9c76-0de3a39308d1} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:11:58.401493 [ 3 ] {} HTTP-Session: b69ad07b-190e-48df-8bc0-c586a4e0bde8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:58.401640 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:58.401689 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:58.401710 [ 3 ] {} HTTP-Session: bddcb2c3-c2cb-4df1-9e77-0f215a17594a Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:58.401727 [ 3 ] {} HTTP-Session: bddcb2c3-c2cb-4df1-9e77-0f215a17594a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:58.401741 [ 3 ] {} HTTP-Session: bddcb2c3-c2cb-4df1-9e77-0f215a17594a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:58.401772 [ 3 ] {} HTTP-Session: bddcb2c3-c2cb-4df1-9e77-0f215a17594a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:58.401892 [ 3 ] {7cdb87b7-0add-4434-9bf6-f117c5984665} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:58.401935 [ 3 ] {7cdb87b7-0add-4434-9bf6-f117c5984665} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:11:58.402063 [ 3 ] {7cdb87b7-0add-4434-9bf6-f117c5984665} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:58.402376 [ 3 ] {7cdb87b7-0add-4434-9bf6-f117c5984665} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:58.402413 [ 3 ] {7cdb87b7-0add-4434-9bf6-f117c5984665} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:58.402730 [ 3 ] {7cdb87b7-0add-4434-9bf6-f117c5984665} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.06.28 22:11:58.403029 [ 3 ] {7cdb87b7-0add-4434-9bf6-f117c5984665} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:58.403189 [ 3 ] {7cdb87b7-0add-4434-9bf6-f117c5984665} executeQuery: Read 86 rows, 7.18 KiB in 0.001337 sec., 64323.11144353029 rows/sec., 5.24 MiB/sec. 2024.06.28 22:11:58.403341 [ 3 ] {7cdb87b7-0add-4434-9bf6-f117c5984665} DynamicQueryHandler: Done processing query 2024.06.28 22:11:58.403365 [ 3 ] {7cdb87b7-0add-4434-9bf6-f117c5984665} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:11:58.403381 [ 3 ] {} HTTP-Session: bddcb2c3-c2cb-4df1-9e77-0f215a17594a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:58.403538 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:58.403587 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:58.403632 [ 3 ] {} HTTP-Session: 093fac0d-dd23-487a-9f9e-b08524189730 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:58.403648 [ 3 ] {} HTTP-Session: 093fac0d-dd23-487a-9f9e-b08524189730 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:58.403662 [ 3 ] {} HTTP-Session: 093fac0d-dd23-487a-9f9e-b08524189730 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:58.403691 [ 3 ] {} HTTP-Session: 093fac0d-dd23-487a-9f9e-b08524189730 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:58.403802 [ 3 ] {ed318759-9a82-4ef9-a7d8-587f43c94a76} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:58.403844 [ 3 ] {ed318759-9a82-4ef9-a7d8-587f43c94a76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:11:58.403968 [ 3 ] {ed318759-9a82-4ef9-a7d8-587f43c94a76} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:58.404360 [ 3 ] {ed318759-9a82-4ef9-a7d8-587f43c94a76} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:58.404398 [ 3 ] {ed318759-9a82-4ef9-a7d8-587f43c94a76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:58.404704 [ 3 ] {ed318759-9a82-4ef9-a7d8-587f43c94a76} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.06.28 22:11:58.405042 [ 3 ] {ed318759-9a82-4ef9-a7d8-587f43c94a76} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:58.405201 [ 3 ] {ed318759-9a82-4ef9-a7d8-587f43c94a76} executeQuery: Read 74 rows, 5.92 KiB in 0.001426 sec., 51893.408134642355 rows/sec., 4.05 MiB/sec. 2024.06.28 22:11:58.405368 [ 3 ] {ed318759-9a82-4ef9-a7d8-587f43c94a76} DynamicQueryHandler: Done processing query 2024.06.28 22:11:58.405393 [ 3 ] {ed318759-9a82-4ef9-a7d8-587f43c94a76} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:11:58.405409 [ 3 ] {} HTTP-Session: 093fac0d-dd23-487a-9f9e-b08524189730 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:58.405566 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:58.405616 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:58.405634 [ 3 ] {} HTTP-Session: e4cf808b-cf40-470b-8daa-67895314869c Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:58.405650 [ 3 ] {} HTTP-Session: e4cf808b-cf40-470b-8daa-67895314869c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:58.405663 [ 3 ] {} HTTP-Session: e4cf808b-cf40-470b-8daa-67895314869c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:58.405693 [ 3 ] {} HTTP-Session: e4cf808b-cf40-470b-8daa-67895314869c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:58.405872 [ 3 ] {e89c9114-5c7e-476d-a464-d5d4393c8b9a} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:58.405920 [ 3 ] {e89c9114-5c7e-476d-a464-d5d4393c8b9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:11:58.406067 [ 3 ] {e89c9114-5c7e-476d-a464-d5d4393c8b9a} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:58.406440 [ 3 ] {e89c9114-5c7e-476d-a464-d5d4393c8b9a} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:58.406475 [ 3 ] {e89c9114-5c7e-476d-a464-d5d4393c8b9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:58.406873 [ 3 ] {e89c9114-5c7e-476d-a464-d5d4393c8b9a} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.06.28 22:11:58.407195 [ 3 ] {e89c9114-5c7e-476d-a464-d5d4393c8b9a} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:58.407349 [ 3 ] {e89c9114-5c7e-476d-a464-d5d4393c8b9a} executeQuery: Read 160 rows, 11.41 KiB in 0.001594 sec., 100376.41154328734 rows/sec., 6.99 MiB/sec. 2024.06.28 22:11:58.407493 [ 3 ] {e89c9114-5c7e-476d-a464-d5d4393c8b9a} DynamicQueryHandler: Done processing query 2024.06.28 22:11:58.407515 [ 3 ] {e89c9114-5c7e-476d-a464-d5d4393c8b9a} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:11:58.407529 [ 3 ] {} HTTP-Session: e4cf808b-cf40-470b-8daa-67895314869c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:58.407638 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 16478, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:58.407682 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:58.407699 [ 3 ] {} HTTP-Session: 39010936-e3b1-4726-9542-a095f2acd820 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:58.407713 [ 3 ] {} HTTP-Session: 39010936-e3b1-4726-9542-a095f2acd820 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:58.407726 [ 3 ] {} HTTP-Session: 39010936-e3b1-4726-9542-a095f2acd820 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:58.407754 [ 3 ] {} HTTP-Session: 39010936-e3b1-4726-9542-a095f2acd820 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:58.407919 [ 3 ] {0ec3e7a3-54c1-4eca-8f4d-587a78631115} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:58.408051 [ 3 ] {0ec3e7a3-54c1-4eca-8f4d-587a78631115} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 2024.06.28 22:11:58.408437 [ 3 ] {0ec3e7a3-54c1-4eca-8f4d-587a78631115} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:58.408996 [ 3 ] {0ec3e7a3-54c1-4eca-8f4d-587a78631115} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:58.409031 [ 3 ] {0ec3e7a3-54c1-4eca-8f4d-587a78631115} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:58.409605 [ 3 ] {0ec3e7a3-54c1-4eca-8f4d-587a78631115} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.06.28 22:11:58.409998 [ 3 ] {0ec3e7a3-54c1-4eca-8f4d-587a78631115} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:58.410179 [ 3 ] {0ec3e7a3-54c1-4eca-8f4d-587a78631115} executeQuery: Read 10 rows, 18.35 KiB in 0.002305 sec., 4338.394793926247 rows/sec., 7.77 MiB/sec. 2024.06.28 22:11:58.410407 [ 3 ] {0ec3e7a3-54c1-4eca-8f4d-587a78631115} DynamicQueryHandler: Done processing query 2024.06.28 22:11:58.410432 [ 3 ] {0ec3e7a3-54c1-4eca-8f4d-587a78631115} MemoryTracker: Peak memory usage (for query): 4.42 MiB. 2024.06.28 22:11:58.410447 [ 3 ] {} HTTP-Session: 39010936-e3b1-4726-9542-a095f2acd820 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:58.410575 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:11:58.410623 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:11:58.410641 [ 3 ] {} HTTP-Session: 13b4c050-0b99-4333-9e66-f1f448d029ad Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:11:58.410657 [ 3 ] {} HTTP-Session: 13b4c050-0b99-4333-9e66-f1f448d029ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:58.410671 [ 3 ] {} HTTP-Session: 13b4c050-0b99-4333-9e66-f1f448d029ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:11:58.410702 [ 3 ] {} HTTP-Session: 13b4c050-0b99-4333-9e66-f1f448d029ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:11:58.410811 [ 3 ] {b2a6069b-9162-4a73-b780-f0449724d87c} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:11:58.410855 [ 3 ] {b2a6069b-9162-4a73-b780-f0449724d87c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:11:58.410980 [ 3 ] {b2a6069b-9162-4a73-b780-f0449724d87c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:11:58.411249 [ 3 ] {b2a6069b-9162-4a73-b780-f0449724d87c} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:11:58.411284 [ 3 ] {b2a6069b-9162-4a73-b780-f0449724d87c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:11:58.411630 [ 3 ] {b2a6069b-9162-4a73-b780-f0449724d87c} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.06.28 22:11:58.411950 [ 3 ] {b2a6069b-9162-4a73-b780-f0449724d87c} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:11:58.412105 [ 3 ] {b2a6069b-9162-4a73-b780-f0449724d87c} executeQuery: Read 60 rows, 4.14 KiB in 0.001326 sec., 45248.86877828054 rows/sec., 3.05 MiB/sec. 2024.06.28 22:11:58.412252 [ 3 ] {b2a6069b-9162-4a73-b780-f0449724d87c} DynamicQueryHandler: Done processing query 2024.06.28 22:11:58.412275 [ 3 ] {b2a6069b-9162-4a73-b780-f0449724d87c} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:11:58.412291 [ 3 ] {} HTTP-Session: 13b4c050-0b99-4333-9e66-f1f448d029ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:02.720775 [ 30 ] {} DNSResolver: Updating DNS cache 2024.06.28 22:12:02.720830 [ 30 ] {} DNSResolver: Updated DNS cache 2024.06.28 22:12:03.399197 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 7841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:03.399314 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:03.399337 [ 3 ] {} HTTP-Session: 1a3e36ac-2983-4a23-a000-763d9ec8eb9c Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:03.399360 [ 3 ] {} HTTP-Session: 1a3e36ac-2983-4a23-a000-763d9ec8eb9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:03.399375 [ 3 ] {} HTTP-Session: 1a3e36ac-2983-4a23-a000-763d9ec8eb9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:03.399422 [ 3 ] {} HTTP-Session: 1a3e36ac-2983-4a23-a000-763d9ec8eb9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:03.399603 [ 3 ] {c36b7340-0bad-402e-b741-5419a43a14b7} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:03.399664 [ 3 ] {c36b7340-0bad-402e-b741-5419a43a14b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:12:03.399916 [ 3 ] {c36b7340-0bad-402e-b741-5419a43a14b7} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:03.400428 [ 3 ] {c36b7340-0bad-402e-b741-5419a43a14b7} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:03.400468 [ 3 ] {c36b7340-0bad-402e-b741-5419a43a14b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:12:03.400840 [ 3 ] {c36b7340-0bad-402e-b741-5419a43a14b7} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.06.28 22:12:03.401172 [ 3 ] {c36b7340-0bad-402e-b741-5419a43a14b7} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:03.401324 [ 3 ] {c36b7340-0bad-402e-b741-5419a43a14b7} executeQuery: Read 56 rows, 4.41 KiB in 0.001726 sec., 32444.959443800693 rows/sec., 2.49 MiB/sec. 2024.06.28 22:12:03.401528 [ 3 ] {c36b7340-0bad-402e-b741-5419a43a14b7} DynamicQueryHandler: Done processing query 2024.06.28 22:12:03.401555 [ 3 ] {c36b7340-0bad-402e-b741-5419a43a14b7} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.06.28 22:12:03.401572 [ 3 ] {} HTTP-Session: 1a3e36ac-2983-4a23-a000-763d9ec8eb9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:03.401712 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:03.401763 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:03.401783 [ 3 ] {} HTTP-Session: e90cfc98-5382-40d8-b29d-58472b594ca1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:03.401799 [ 3 ] {} HTTP-Session: e90cfc98-5382-40d8-b29d-58472b594ca1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:03.401813 [ 3 ] {} HTTP-Session: e90cfc98-5382-40d8-b29d-58472b594ca1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:03.401845 [ 3 ] {} HTTP-Session: e90cfc98-5382-40d8-b29d-58472b594ca1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:03.401964 [ 3 ] {6691b48f-9e2e-42c0-ad9f-6b32dbdd5162} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:03.402006 [ 3 ] {6691b48f-9e2e-42c0-ad9f-6b32dbdd5162} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:12:03.402135 [ 3 ] {6691b48f-9e2e-42c0-ad9f-6b32dbdd5162} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:03.402467 [ 3 ] {6691b48f-9e2e-42c0-ad9f-6b32dbdd5162} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:03.402504 [ 3 ] {6691b48f-9e2e-42c0-ad9f-6b32dbdd5162} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:12:03.402815 [ 3 ] {6691b48f-9e2e-42c0-ad9f-6b32dbdd5162} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.06.28 22:12:03.403114 [ 3 ] {6691b48f-9e2e-42c0-ad9f-6b32dbdd5162} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:03.403277 [ 3 ] {6691b48f-9e2e-42c0-ad9f-6b32dbdd5162} executeQuery: Read 64 rows, 5.12 KiB in 0.001348 sec., 47477.744807121664 rows/sec., 3.71 MiB/sec. 2024.06.28 22:12:03.403426 [ 3 ] {6691b48f-9e2e-42c0-ad9f-6b32dbdd5162} DynamicQueryHandler: Done processing query 2024.06.28 22:12:03.403450 [ 3 ] {6691b48f-9e2e-42c0-ad9f-6b32dbdd5162} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:12:03.403466 [ 3 ] {} HTTP-Session: e90cfc98-5382-40d8-b29d-58472b594ca1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:03.403595 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:03.403643 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:03.403664 [ 3 ] {} HTTP-Session: 6857a5fd-a4c2-47f3-ae24-f1b6c7810f84 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:03.403680 [ 3 ] {} HTTP-Session: 6857a5fd-a4c2-47f3-ae24-f1b6c7810f84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:03.403693 [ 3 ] {} HTTP-Session: 6857a5fd-a4c2-47f3-ae24-f1b6c7810f84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:03.403724 [ 3 ] {} HTTP-Session: 6857a5fd-a4c2-47f3-ae24-f1b6c7810f84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:03.403869 [ 3 ] {6ccc930c-7f08-4551-974b-8a6955159bcb} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:03.403916 [ 3 ] {6ccc930c-7f08-4551-974b-8a6955159bcb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:12:03.404061 [ 3 ] {6ccc930c-7f08-4551-974b-8a6955159bcb} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:03.404432 [ 3 ] {6ccc930c-7f08-4551-974b-8a6955159bcb} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:03.404468 [ 3 ] {6ccc930c-7f08-4551-974b-8a6955159bcb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:12:03.404860 [ 3 ] {6ccc930c-7f08-4551-974b-8a6955159bcb} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.06.28 22:12:03.405208 [ 3 ] {6ccc930c-7f08-4551-974b-8a6955159bcb} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:03.405368 [ 3 ] {6ccc930c-7f08-4551-974b-8a6955159bcb} executeQuery: Read 160 rows, 11.41 KiB in 0.001557 sec., 102761.72125883108 rows/sec., 7.16 MiB/sec. 2024.06.28 22:12:03.405657 [ 3 ] {6ccc930c-7f08-4551-974b-8a6955159bcb} DynamicQueryHandler: Done processing query 2024.06.28 22:12:03.405697 [ 3 ] {6ccc930c-7f08-4551-974b-8a6955159bcb} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:12:03.405714 [ 3 ] {} HTTP-Session: 6857a5fd-a4c2-47f3-ae24-f1b6c7810f84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:03.405833 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:03.405880 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:03.405898 [ 3 ] {} HTTP-Session: 1a6354ea-64d5-4049-a980-77f43f44ff89 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:03.405913 [ 3 ] {} HTTP-Session: 1a6354ea-64d5-4049-a980-77f43f44ff89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:03.405926 [ 3 ] {} HTTP-Session: 1a6354ea-64d5-4049-a980-77f43f44ff89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:03.405955 [ 3 ] {} HTTP-Session: 1a6354ea-64d5-4049-a980-77f43f44ff89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:03.406062 [ 3 ] {eb07276e-586d-4df5-80a9-21ddab955c34} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:03.406103 [ 3 ] {eb07276e-586d-4df5-80a9-21ddab955c34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:12:03.406242 [ 3 ] {eb07276e-586d-4df5-80a9-21ddab955c34} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:03.406501 [ 3 ] {eb07276e-586d-4df5-80a9-21ddab955c34} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:03.406536 [ 3 ] {eb07276e-586d-4df5-80a9-21ddab955c34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:12:03.406939 [ 3 ] {eb07276e-586d-4df5-80a9-21ddab955c34} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.06.28 22:12:03.407251 [ 3 ] {eb07276e-586d-4df5-80a9-21ddab955c34} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:03.407408 [ 3 ] {eb07276e-586d-4df5-80a9-21ddab955c34} executeQuery: Read 60 rows, 4.14 KiB in 0.001358 sec., 44182.62150220913 rows/sec., 2.98 MiB/sec. 2024.06.28 22:12:03.407556 [ 3 ] {eb07276e-586d-4df5-80a9-21ddab955c34} DynamicQueryHandler: Done processing query 2024.06.28 22:12:03.407580 [ 3 ] {eb07276e-586d-4df5-80a9-21ddab955c34} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:12:03.407596 [ 3 ] {} HTTP-Session: 1a6354ea-64d5-4049-a980-77f43f44ff89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:08.400111 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 1488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:08.400249 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:08.400277 [ 3 ] {} HTTP-Session: e38ad71f-5d8c-4533-9b95-419ac3532506 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:08.400305 [ 3 ] {} HTTP-Session: e38ad71f-5d8c-4533-9b95-419ac3532506 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:08.400323 [ 3 ] {} HTTP-Session: e38ad71f-5d8c-4533-9b95-419ac3532506 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:08.400380 [ 3 ] {} HTTP-Session: e38ad71f-5d8c-4533-9b95-419ac3532506 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:08.400569 [ 3 ] {291934ba-56f8-4497-ac2f-77becc1352a2} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:08.400637 [ 3 ] {291934ba-56f8-4497-ac2f-77becc1352a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.28 22:12:08.400829 [ 3 ] {291934ba-56f8-4497-ac2f-77becc1352a2} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:08.401304 [ 3 ] {291934ba-56f8-4497-ac2f-77becc1352a2} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:08.401346 [ 3 ] {291934ba-56f8-4497-ac2f-77becc1352a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:12:08.401710 [ 3 ] {291934ba-56f8-4497-ac2f-77becc1352a2} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.06.28 22:12:08.402048 [ 3 ] {291934ba-56f8-4497-ac2f-77becc1352a2} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:08.402211 [ 3 ] {291934ba-56f8-4497-ac2f-77becc1352a2} executeQuery: Read 10 rows, 830.00 B in 0.001695 sec., 5899.705014749263 rows/sec., 478.20 KiB/sec. 2024.06.28 22:12:08.402263 [ 24 ] {} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2024.06.28 22:12:08.402401 [ 24 ] {} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:08.402461 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:12:08.402530 [ 3 ] {291934ba-56f8-4497-ac2f-77becc1352a2} DynamicQueryHandler: Done processing query 2024.06.28 22:12:08.402591 [ 3 ] {291934ba-56f8-4497-ac2f-77becc1352a2} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:12:08.402652 [ 3 ] {} HTTP-Session: e38ad71f-5d8c-4533-9b95-419ac3532506 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:08.402754 [ 197 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::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.06.28 22:12:08.402927 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:08.402986 [ 197 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:12:08.403020 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:08.403042 [ 197 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part 2024.06.28 22:12:08.403052 [ 3 ] {} HTTP-Session: 054ec794-b3fb-400c-8b0e-1d5a8a6b4781 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:08.403095 [ 3 ] {} HTTP-Session: 054ec794-b3fb-400c-8b0e-1d5a8a6b4781 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:08.403133 [ 3 ] {} HTTP-Session: 054ec794-b3fb-400c-8b0e-1d5a8a6b4781 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:08.403232 [ 197 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2024.06.28 22:12:08.403277 [ 3 ] {} HTTP-Session: 054ec794-b3fb-400c-8b0e-1d5a8a6b4781 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:08.403585 [ 197 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part 2024.06.28 22:12:08.403861 [ 197 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2024.06.28 22:12:08.403983 [ 3 ] {de42a1a6-77f6-446c-adcf-7e8a82a23823} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:08.404088 [ 197 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part 2024.06.28 22:12:08.404176 [ 3 ] {de42a1a6-77f6-446c-adcf-7e8a82a23823} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:12:08.404877 [ 3 ] {de42a1a6-77f6-446c-adcf-7e8a82a23823} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:08.405780 [ 3 ] {de42a1a6-77f6-446c-adcf-7e8a82a23823} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:08.405852 [ 3 ] {de42a1a6-77f6-446c-adcf-7e8a82a23823} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:12:08.406608 [ 197 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 4 columns (4 merged, 0 gathered) in 0.003985672 sec., 12544.935960610908 rows/sec., 1016.83 KiB/sec. 2024.06.28 22:12:08.406738 [ 3 ] {de42a1a6-77f6-446c-adcf-7e8a82a23823} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.06.28 22:12:08.406786 [ 197 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2024.06.28 22:12:08.407489 [ 3 ] {de42a1a6-77f6-446c-adcf-7e8a82a23823} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:08.407614 [ 197 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_5_1} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:08.407828 [ 3 ] {de42a1a6-77f6-446c-adcf-7e8a82a23823} executeQuery: Read 86 rows, 7.18 KiB in 0.00412 sec., 20873.786407766987 rows/sec., 1.70 MiB/sec. 2024.06.28 22:12:08.407862 [ 197 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_5_1} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2024.06.28 22:12:08.407857 [ 24 ] {} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.06.28 22:12:08.408171 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2024.06.28 22:12:08.408173 [ 24 ] {} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:08.408284 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:12:08.408362 [ 3 ] {de42a1a6-77f6-446c-adcf-7e8a82a23823} DynamicQueryHandler: Done processing query 2024.06.28 22:12:08.408467 [ 3 ] {de42a1a6-77f6-446c-adcf-7e8a82a23823} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:12:08.408568 [ 3 ] {} HTTP-Session: 054ec794-b3fb-400c-8b0e-1d5a8a6b4781 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:08.408662 [ 193 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::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.06.28 22:12:08.408925 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:08.409097 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:08.409097 [ 193 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:12:08.409134 [ 3 ] {} HTTP-Session: c1d6a76f-6220-4f8b-929a-234fcd115259 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:08.409166 [ 193 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 126 rows starting from the beginning of the part 2024.06.28 22:12:08.409173 [ 3 ] {} HTTP-Session: c1d6a76f-6220-4f8b-929a-234fcd115259 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:08.409210 [ 3 ] {} HTTP-Session: c1d6a76f-6220-4f8b-929a-234fcd115259 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:08.409335 [ 3 ] {} HTTP-Session: c1d6a76f-6220-4f8b-929a-234fcd115259 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:08.409395 [ 193 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 86 rows starting from the beginning of the part 2024.06.28 22:12:08.409693 [ 3 ] {d331bfaa-8654-4e60-a5d3-18a8cf3fe123} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:08.409702 [ 193 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 92 rows starting from the beginning of the part 2024.06.28 22:12:08.409809 [ 3 ] {d331bfaa-8654-4e60-a5d3-18a8cf3fe123} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:12:08.410010 [ 193 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 86 rows starting from the beginning of the part 2024.06.28 22:12:08.410285 [ 193 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 56 rows starting from the beginning of the part 2024.06.28 22:12:08.410648 [ 193 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 86 rows starting from the beginning of the part 2024.06.28 22:12:08.410939 [ 3 ] {d331bfaa-8654-4e60-a5d3-18a8cf3fe123} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:08.411916 [ 3 ] {d331bfaa-8654-4e60-a5d3-18a8cf3fe123} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:08.411990 [ 3 ] {d331bfaa-8654-4e60-a5d3-18a8cf3fe123} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:12:08.412958 [ 3 ] {d331bfaa-8654-4e60-a5d3-18a8cf3fe123} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.06.28 22:12:08.413697 [ 197 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 532 rows, containing 4 columns (4 merged, 0 gathered) in 0.00530187 sec., 100341.95481971455 rows/sec., 8.00 MiB/sec. 2024.06.28 22:12:08.413923 [ 193 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.06.28 22:12:08.413938 [ 3 ] {d331bfaa-8654-4e60-a5d3-18a8cf3fe123} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:08.414225 [ 24 ] {} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.06.28 22:12:08.414354 [ 24 ] {} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:08.414381 [ 3 ] {d331bfaa-8654-4e60-a5d3-18a8cf3fe123} executeQuery: Read 74 rows, 5.92 KiB in 0.004812 sec., 15378.22111388196 rows/sec., 1.20 MiB/sec. 2024.06.28 22:12:08.414453 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:12:08.415212 [ 190 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::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.06.28 22:12:08.415389 [ 3 ] {d331bfaa-8654-4e60-a5d3-18a8cf3fe123} DynamicQueryHandler: Done processing query 2024.06.28 22:12:08.415498 [ 3 ] {d331bfaa-8654-4e60-a5d3-18a8cf3fe123} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:12:08.415570 [ 193 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_21_4} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:08.415622 [ 3 ] {} HTTP-Session: c1d6a76f-6220-4f8b-929a-234fcd115259 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:08.415828 [ 190 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:12:08.415883 [ 193 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_21_4} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.06.28 22:12:08.415902 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:08.415912 [ 190 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 118 rows starting from the beginning of the part 2024.06.28 22:12:08.416047 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:08.416123 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.06.28 22:12:08.416194 [ 3 ] {} HTTP-Session: 7eecf6b2-5555-41e5-a391-23ad6e262e11 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:08.416283 [ 3 ] {} HTTP-Session: 7eecf6b2-5555-41e5-a391-23ad6e262e11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:08.416304 [ 190 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 74 rows starting from the beginning of the part 2024.06.28 22:12:08.416322 [ 3 ] {} HTTP-Session: 7eecf6b2-5555-41e5-a391-23ad6e262e11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:08.416399 [ 3 ] {} HTTP-Session: 7eecf6b2-5555-41e5-a391-23ad6e262e11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:08.416448 [ 190 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 88 rows starting from the beginning of the part 2024.06.28 22:12:08.416624 [ 190 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 74 rows starting from the beginning of the part 2024.06.28 22:12:08.416721 [ 3 ] {a3a0b7c5-a642-477c-aa3e-423e6ef04181} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:08.416942 [ 3 ] {a3a0b7c5-a642-477c-aa3e-423e6ef04181} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:12:08.416944 [ 190 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 64 rows starting from the beginning of the part 2024.06.28 22:12:08.417268 [ 190 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 74 rows starting from the beginning of the part 2024.06.28 22:12:08.417895 [ 3 ] {a3a0b7c5-a642-477c-aa3e-423e6ef04181} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:08.418445 [ 3 ] {a3a0b7c5-a642-477c-aa3e-423e6ef04181} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:08.418494 [ 3 ] {a3a0b7c5-a642-477c-aa3e-423e6ef04181} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:12:08.419137 [ 201 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 492 rows, containing 4 columns (4 merged, 0 gathered) in 0.004484999 sec., 109699.02111460894 rows/sec., 8.56 MiB/sec. 2024.06.28 22:12:08.419209 [ 3 ] {a3a0b7c5-a642-477c-aa3e-423e6ef04181} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.06.28 22:12:08.419344 [ 201 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.06.28 22:12:08.419984 [ 3 ] {a3a0b7c5-a642-477c-aa3e-423e6ef04181} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:08.420245 [ 201 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_21_4} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:08.420286 [ 3 ] {a3a0b7c5-a642-477c-aa3e-423e6ef04181} executeQuery: Read 160 rows, 11.41 KiB in 0.003776 sec., 42372.88135593221 rows/sec., 2.95 MiB/sec. 2024.06.28 22:12:08.420273 [ 24 ] {} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.06.28 22:12:08.420525 [ 24 ] {} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:08.420584 [ 201 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_21_4} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.06.28 22:12:08.420646 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:12:08.420946 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.06.28 22:12:08.420952 [ 3 ] {a3a0b7c5-a642-477c-aa3e-423e6ef04181} DynamicQueryHandler: Done processing query 2024.06.28 22:12:08.421020 [ 3 ] {a3a0b7c5-a642-477c-aa3e-423e6ef04181} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:12:08.421028 [ 197 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::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.06.28 22:12:08.421047 [ 3 ] {} HTTP-Session: 7eecf6b2-5555-41e5-a391-23ad6e262e11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:08.421273 [ 197 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:12:08.421273 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 16486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:08.421348 [ 197 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2434 rows starting from the beginning of the part 2024.06.28 22:12:08.421389 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:08.421453 [ 3 ] {} HTTP-Session: 0af3d313-4e27-48f7-ba86-5c006c99a9e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:08.421543 [ 3 ] {} HTTP-Session: 0af3d313-4e27-48f7-ba86-5c006c99a9e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:08.421617 [ 3 ] {} HTTP-Session: 0af3d313-4e27-48f7-ba86-5c006c99a9e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:08.421629 [ 197 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::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.06.28 22:12:08.421704 [ 3 ] {} HTTP-Session: 0af3d313-4e27-48f7-ba86-5c006c99a9e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:08.421873 [ 197 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 196 rows starting from the beginning of the part 2024.06.28 22:12:08.422056 [ 197 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::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.06.28 22:12:08.422230 [ 3 ] {f2a073cb-7a90-4bcc-bba6-7efddff421bb} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:08.422315 [ 197 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::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.06.28 22:12:08.422624 [ 3 ] {f2a073cb-7a90-4bcc-bba6-7efddff421bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 2024.06.28 22:12:08.422652 [ 197 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part 2024.06.28 22:12:08.424468 [ 3 ] {f2a073cb-7a90-4bcc-bba6-7efddff421bb} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:08.426015 [ 3 ] {f2a073cb-7a90-4bcc-bba6-7efddff421bb} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:08.426120 [ 3 ] {f2a073cb-7a90-4bcc-bba6-7efddff421bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:12:08.427139 [ 197 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3270 rows, containing 5 columns (5 merged, 0 gathered) in 0.006342783 sec., 515546.5668618964 rows/sec., 35.95 MiB/sec. 2024.06.28 22:12:08.427388 [ 3 ] {f2a073cb-7a90-4bcc-bba6-7efddff421bb} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.06.28 22:12:08.427581 [ 197 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.06.28 22:12:08.428614 [ 3 ] {f2a073cb-7a90-4bcc-bba6-7efddff421bb} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:08.428691 [ 197 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_21_4} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:08.428891 [ 197 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_21_4} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.06.28 22:12:08.429160 [ 3 ] {f2a073cb-7a90-4bcc-bba6-7efddff421bb} executeQuery: Read 10 rows, 18.35 KiB in 0.007154 sec., 1397.819401733296 rows/sec., 2.50 MiB/sec. 2024.06.28 22:12:08.429176 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. 2024.06.28 22:12:08.429678 [ 3 ] {f2a073cb-7a90-4bcc-bba6-7efddff421bb} DynamicQueryHandler: Done processing query 2024.06.28 22:12:08.429708 [ 3 ] {f2a073cb-7a90-4bcc-bba6-7efddff421bb} MemoryTracker: Peak memory usage (for query): 4.42 MiB. 2024.06.28 22:12:08.429726 [ 3 ] {} HTTP-Session: 0af3d313-4e27-48f7-ba86-5c006c99a9e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:08.429855 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:08.429905 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:08.429925 [ 3 ] {} HTTP-Session: b8cdc9d5-f0c1-4a61-9324-a14b39f01bda Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:08.429941 [ 3 ] {} HTTP-Session: b8cdc9d5-f0c1-4a61-9324-a14b39f01bda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:08.429956 [ 3 ] {} HTTP-Session: b8cdc9d5-f0c1-4a61-9324-a14b39f01bda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:08.429990 [ 3 ] {} HTTP-Session: b8cdc9d5-f0c1-4a61-9324-a14b39f01bda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:08.430117 [ 3 ] {3ce4c9ee-e15d-4507-8ab3-d8354cfe9cfc} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:08.430162 [ 3 ] {3ce4c9ee-e15d-4507-8ab3-d8354cfe9cfc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:12:08.430299 [ 3 ] {3ce4c9ee-e15d-4507-8ab3-d8354cfe9cfc} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:08.430605 [ 3 ] {3ce4c9ee-e15d-4507-8ab3-d8354cfe9cfc} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:08.430641 [ 3 ] {3ce4c9ee-e15d-4507-8ab3-d8354cfe9cfc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:12:08.431007 [ 3 ] {3ce4c9ee-e15d-4507-8ab3-d8354cfe9cfc} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.06.28 22:12:08.431342 [ 3 ] {3ce4c9ee-e15d-4507-8ab3-d8354cfe9cfc} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:08.431525 [ 3 ] {3ce4c9ee-e15d-4507-8ab3-d8354cfe9cfc} executeQuery: Read 60 rows, 4.14 KiB in 0.001446 sec., 41493.775933609955 rows/sec., 2.80 MiB/sec. 2024.06.28 22:12:08.431532 [ 24 ] {} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.06.28 22:12:08.431646 [ 24 ] {} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:08.431713 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.06.28 22:12:08.431832 [ 3 ] {3ce4c9ee-e15d-4507-8ab3-d8354cfe9cfc} DynamicQueryHandler: Done processing query 2024.06.28 22:12:08.431892 [ 3 ] {3ce4c9ee-e15d-4507-8ab3-d8354cfe9cfc} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:12:08.431972 [ 3 ] {} HTTP-Session: b8cdc9d5-f0c1-4a61-9324-a14b39f01bda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:08.432093 [ 186 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:12:08.432338 [ 186 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:12:08.432384 [ 186 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 854 rows starting from the beginning of the part 2024.06.28 22:12:08.432506 [ 186 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:12:08.432699 [ 186 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:12:08.432891 [ 186 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:12:08.433031 [ 186 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:12:08.433130 [ 186 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:12:08.434306 [ 202 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1154 rows, containing 4 columns (4 merged, 0 gathered) in 0.002525713 sec., 456900.6850738781 rows/sec., 30.75 MiB/sec. 2024.06.28 22:12:08.434608 [ 189 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.06.28 22:12:08.435085 [ 189 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_21_4} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:08.435176 [ 189 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_21_4} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.06.28 22:12:08.435271 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2024.06.28 22:12:13.401058 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 7841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:13.401195 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:13.401222 [ 3 ] {} HTTP-Session: dae80667-8ed5-4081-8557-453df3e2fc5a Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:13.401248 [ 3 ] {} HTTP-Session: dae80667-8ed5-4081-8557-453df3e2fc5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:13.401264 [ 3 ] {} HTTP-Session: dae80667-8ed5-4081-8557-453df3e2fc5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:13.401317 [ 3 ] {} HTTP-Session: dae80667-8ed5-4081-8557-453df3e2fc5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:13.401515 [ 3 ] {3cc337d2-e6a5-4177-838d-3ed43199ab9a} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:13.401585 [ 3 ] {3cc337d2-e6a5-4177-838d-3ed43199ab9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:12:13.401790 [ 3 ] {3cc337d2-e6a5-4177-838d-3ed43199ab9a} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:13.402376 [ 3 ] {3cc337d2-e6a5-4177-838d-3ed43199ab9a} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:13.402415 [ 3 ] {3cc337d2-e6a5-4177-838d-3ed43199ab9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:13.402780 [ 3 ] {3cc337d2-e6a5-4177-838d-3ed43199ab9a} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.06.28 22:12:13.403122 [ 3 ] {3cc337d2-e6a5-4177-838d-3ed43199ab9a} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:13.403299 [ 3 ] {3cc337d2-e6a5-4177-838d-3ed43199ab9a} executeQuery: Read 56 rows, 4.41 KiB in 0.001829 sec., 30617.823947512305 rows/sec., 2.35 MiB/sec. 2024.06.28 22:12:13.403572 [ 3 ] {3cc337d2-e6a5-4177-838d-3ed43199ab9a} DynamicQueryHandler: Done processing query 2024.06.28 22:12:13.403603 [ 3 ] {3cc337d2-e6a5-4177-838d-3ed43199ab9a} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.06.28 22:12:13.403623 [ 3 ] {} HTTP-Session: dae80667-8ed5-4081-8557-453df3e2fc5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:13.403809 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:13.403870 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:13.403892 [ 3 ] {} HTTP-Session: eb1b11f2-6c8c-4f89-be3b-619022bc622d Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:13.403912 [ 3 ] {} HTTP-Session: eb1b11f2-6c8c-4f89-be3b-619022bc622d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:13.403929 [ 3 ] {} HTTP-Session: eb1b11f2-6c8c-4f89-be3b-619022bc622d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:13.403967 [ 3 ] {} HTTP-Session: eb1b11f2-6c8c-4f89-be3b-619022bc622d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:13.404108 [ 3 ] {e3b5f30c-789a-4eb0-aab8-fc78c79b5ad3} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:13.404158 [ 3 ] {e3b5f30c-789a-4eb0-aab8-fc78c79b5ad3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:12:13.404306 [ 3 ] {e3b5f30c-789a-4eb0-aab8-fc78c79b5ad3} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:13.404659 [ 3 ] {e3b5f30c-789a-4eb0-aab8-fc78c79b5ad3} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:13.404694 [ 3 ] {e3b5f30c-789a-4eb0-aab8-fc78c79b5ad3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:13.405004 [ 3 ] {e3b5f30c-789a-4eb0-aab8-fc78c79b5ad3} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.06.28 22:12:13.405306 [ 3 ] {e3b5f30c-789a-4eb0-aab8-fc78c79b5ad3} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:13.405427 [ 3 ] {e3b5f30c-789a-4eb0-aab8-fc78c79b5ad3} executeQuery: Read 64 rows, 5.12 KiB in 0.001369 sec., 46749.45215485756 rows/sec., 3.65 MiB/sec. 2024.06.28 22:12:13.405633 [ 3 ] {e3b5f30c-789a-4eb0-aab8-fc78c79b5ad3} DynamicQueryHandler: Done processing query 2024.06.28 22:12:13.405656 [ 3 ] {e3b5f30c-789a-4eb0-aab8-fc78c79b5ad3} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:12:13.405672 [ 3 ] {} HTTP-Session: eb1b11f2-6c8c-4f89-be3b-619022bc622d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:13.405829 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:13.405877 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:13.405896 [ 3 ] {} HTTP-Session: 300cdf8b-044b-47f1-b376-178516f53d75 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:13.405913 [ 3 ] {} HTTP-Session: 300cdf8b-044b-47f1-b376-178516f53d75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:13.405926 [ 3 ] {} HTTP-Session: 300cdf8b-044b-47f1-b376-178516f53d75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:13.405956 [ 3 ] {} HTTP-Session: 300cdf8b-044b-47f1-b376-178516f53d75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:13.406099 [ 3 ] {6a9a072e-b2d4-4dcf-aa8b-c90b8452c32e} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:13.406146 [ 3 ] {6a9a072e-b2d4-4dcf-aa8b-c90b8452c32e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:12:13.406296 [ 3 ] {6a9a072e-b2d4-4dcf-aa8b-c90b8452c32e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:13.406689 [ 3 ] {6a9a072e-b2d4-4dcf-aa8b-c90b8452c32e} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:13.406726 [ 3 ] {6a9a072e-b2d4-4dcf-aa8b-c90b8452c32e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:13.407111 [ 3 ] {6a9a072e-b2d4-4dcf-aa8b-c90b8452c32e} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.06.28 22:12:13.407452 [ 3 ] {6a9a072e-b2d4-4dcf-aa8b-c90b8452c32e} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:13.407606 [ 3 ] {6a9a072e-b2d4-4dcf-aa8b-c90b8452c32e} executeQuery: Read 160 rows, 11.41 KiB in 0.001565 sec., 102236.42172523962 rows/sec., 7.12 MiB/sec. 2024.06.28 22:12:13.407882 [ 3 ] {6a9a072e-b2d4-4dcf-aa8b-c90b8452c32e} DynamicQueryHandler: Done processing query 2024.06.28 22:12:13.407922 [ 3 ] {6a9a072e-b2d4-4dcf-aa8b-c90b8452c32e} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:12:13.407940 [ 3 ] {} HTTP-Session: 300cdf8b-044b-47f1-b376-178516f53d75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:13.408073 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:13.408123 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:13.408141 [ 3 ] {} HTTP-Session: b5141489-feef-4d4e-b48c-113ed1861594 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:13.408158 [ 3 ] {} HTTP-Session: b5141489-feef-4d4e-b48c-113ed1861594 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:13.408172 [ 3 ] {} HTTP-Session: b5141489-feef-4d4e-b48c-113ed1861594 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:13.408205 [ 3 ] {} HTTP-Session: b5141489-feef-4d4e-b48c-113ed1861594 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:13.408335 [ 3 ] {6d3fb431-7b6d-450e-9ac4-1722f59bb910} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:13.408381 [ 3 ] {6d3fb431-7b6d-450e-9ac4-1722f59bb910} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:12:13.408523 [ 3 ] {6d3fb431-7b6d-450e-9ac4-1722f59bb910} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:13.408819 [ 3 ] {6d3fb431-7b6d-450e-9ac4-1722f59bb910} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:13.408855 [ 3 ] {6d3fb431-7b6d-450e-9ac4-1722f59bb910} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:13.409203 [ 3 ] {6d3fb431-7b6d-450e-9ac4-1722f59bb910} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.06.28 22:12:13.409520 [ 3 ] {6d3fb431-7b6d-450e-9ac4-1722f59bb910} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:13.409675 [ 3 ] {6d3fb431-7b6d-450e-9ac4-1722f59bb910} executeQuery: Read 60 rows, 4.14 KiB in 0.001388 sec., 43227.66570605188 rows/sec., 2.91 MiB/sec. 2024.06.28 22:12:13.409887 [ 3 ] {6d3fb431-7b6d-450e-9ac4-1722f59bb910} DynamicQueryHandler: Done processing query 2024.06.28 22:12:13.409911 [ 3 ] {6d3fb431-7b6d-450e-9ac4-1722f59bb910} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:12:13.409927 [ 3 ] {} HTTP-Session: b5141489-feef-4d4e-b48c-113ed1861594 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:17.720886 [ 123 ] {} DNSResolver: Updating DNS cache 2024.06.28 22:12:17.720947 [ 123 ] {} DNSResolver: Updated DNS cache 2024.06.28 22:12:18.401522 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 1488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:18.401698 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:18.401743 [ 3 ] {} HTTP-Session: e35f0834-caff-45cc-bc37-0aedafdfe4c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:18.401784 [ 3 ] {} HTTP-Session: e35f0834-caff-45cc-bc37-0aedafdfe4c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:18.401812 [ 3 ] {} HTTP-Session: e35f0834-caff-45cc-bc37-0aedafdfe4c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:18.401890 [ 3 ] {} HTTP-Session: e35f0834-caff-45cc-bc37-0aedafdfe4c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:18.402166 [ 3 ] {60b58f72-92cd-40e9-885b-9179ba4be061} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:18.402270 [ 3 ] {60b58f72-92cd-40e9-885b-9179ba4be061} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.28 22:12:18.402587 [ 3 ] {60b58f72-92cd-40e9-885b-9179ba4be061} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:18.403013 [ 3 ] {60b58f72-92cd-40e9-885b-9179ba4be061} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:18.403052 [ 3 ] {60b58f72-92cd-40e9-885b-9179ba4be061} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:18.403411 [ 3 ] {60b58f72-92cd-40e9-885b-9179ba4be061} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.06.28 22:12:18.403740 [ 3 ] {60b58f72-92cd-40e9-885b-9179ba4be061} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:18.403913 [ 3 ] {60b58f72-92cd-40e9-885b-9179ba4be061} executeQuery: Read 10 rows, 830.00 B in 0.001838 sec., 5440.69640914037 rows/sec., 440.99 KiB/sec. 2024.06.28 22:12:18.404113 [ 3 ] {60b58f72-92cd-40e9-885b-9179ba4be061} DynamicQueryHandler: Done processing query 2024.06.28 22:12:18.404139 [ 3 ] {60b58f72-92cd-40e9-885b-9179ba4be061} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:12:18.404155 [ 3 ] {} HTTP-Session: e35f0834-caff-45cc-bc37-0aedafdfe4c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:18.404300 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:18.404349 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:18.404372 [ 3 ] {} HTTP-Session: baa4c9bb-af93-479b-8528-acb58985ff4c Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:18.404388 [ 3 ] {} HTTP-Session: baa4c9bb-af93-479b-8528-acb58985ff4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:18.404401 [ 3 ] {} HTTP-Session: baa4c9bb-af93-479b-8528-acb58985ff4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:18.404432 [ 3 ] {} HTTP-Session: baa4c9bb-af93-479b-8528-acb58985ff4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:18.404526 [ 3 ] {b25f5909-2508-49d3-826d-882724abc780} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:18.404568 [ 3 ] {b25f5909-2508-49d3-826d-882724abc780} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.28 22:12:18.404695 [ 3 ] {b25f5909-2508-49d3-826d-882724abc780} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:18.404978 [ 3 ] {b25f5909-2508-49d3-826d-882724abc780} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:18.405014 [ 3 ] {b25f5909-2508-49d3-826d-882724abc780} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:18.405309 [ 3 ] {b25f5909-2508-49d3-826d-882724abc780} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.06.28 22:12:18.405619 [ 3 ] {b25f5909-2508-49d3-826d-882724abc780} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:18.405785 [ 3 ] {b25f5909-2508-49d3-826d-882724abc780} executeQuery: Read 6 rows, 501.00 B in 0.001273 sec., 4713.275726630008 rows/sec., 384.33 KiB/sec. 2024.06.28 22:12:18.405977 [ 3 ] {b25f5909-2508-49d3-826d-882724abc780} DynamicQueryHandler: Done processing query 2024.06.28 22:12:18.406001 [ 3 ] {b25f5909-2508-49d3-826d-882724abc780} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:12:18.406016 [ 3 ] {} HTTP-Session: baa4c9bb-af93-479b-8528-acb58985ff4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:18.406140 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:18.406188 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:18.406206 [ 3 ] {} HTTP-Session: 8e09909d-3005-471e-9a4c-59dddf48c912 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:18.406222 [ 3 ] {} HTTP-Session: 8e09909d-3005-471e-9a4c-59dddf48c912 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:18.406236 [ 3 ] {} HTTP-Session: 8e09909d-3005-471e-9a4c-59dddf48c912 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:18.406266 [ 3 ] {} HTTP-Session: 8e09909d-3005-471e-9a4c-59dddf48c912 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:18.406381 [ 3 ] {bde875b4-db19-41c7-9fa3-f142f1e419ea} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:18.406422 [ 3 ] {bde875b4-db19-41c7-9fa3-f142f1e419ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:12:18.406545 [ 3 ] {bde875b4-db19-41c7-9fa3-f142f1e419ea} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:18.406893 [ 3 ] {bde875b4-db19-41c7-9fa3-f142f1e419ea} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:18.406928 [ 3 ] {bde875b4-db19-41c7-9fa3-f142f1e419ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:18.407235 [ 3 ] {bde875b4-db19-41c7-9fa3-f142f1e419ea} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.06.28 22:12:18.407526 [ 3 ] {bde875b4-db19-41c7-9fa3-f142f1e419ea} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:18.407669 [ 3 ] {bde875b4-db19-41c7-9fa3-f142f1e419ea} executeQuery: Read 89 rows, 7.40 KiB in 0.001353 sec., 65779.74870657797 rows/sec., 5.34 MiB/sec. 2024.06.28 22:12:18.407983 [ 3 ] {bde875b4-db19-41c7-9fa3-f142f1e419ea} DynamicQueryHandler: Done processing query 2024.06.28 22:12:18.408029 [ 3 ] {bde875b4-db19-41c7-9fa3-f142f1e419ea} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:12:18.408054 [ 3 ] {} HTTP-Session: 8e09909d-3005-471e-9a4c-59dddf48c912 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:18.408163 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 892, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:18.408209 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:18.408226 [ 3 ] {} HTTP-Session: 8861f529-8d07-4fca-813b-7d89cb905cff Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:18.408241 [ 3 ] {} HTTP-Session: 8861f529-8d07-4fca-813b-7d89cb905cff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:18.408254 [ 3 ] {} HTTP-Session: 8861f529-8d07-4fca-813b-7d89cb905cff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:18.408281 [ 3 ] {} HTTP-Session: 8861f529-8d07-4fca-813b-7d89cb905cff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:18.408445 [ 3 ] {c983484e-8352-460a-af50-3f7aefd5adf8} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:18.408490 [ 3 ] {c983484e-8352-460a-af50-3f7aefd5adf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.28 22:12:18.408632 [ 3 ] {c983484e-8352-460a-af50-3f7aefd5adf8} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:18.409055 [ 3 ] {c983484e-8352-460a-af50-3f7aefd5adf8} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:18.409089 [ 3 ] {c983484e-8352-460a-af50-3f7aefd5adf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:18.409389 [ 3 ] {c983484e-8352-460a-af50-3f7aefd5adf8} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.06.28 22:12:18.409696 [ 3 ] {c983484e-8352-460a-af50-3f7aefd5adf8} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:18.409856 [ 3 ] {c983484e-8352-460a-af50-3f7aefd5adf8} executeQuery: Read 6 rows, 429.00 B in 0.001432 sec., 4189.944134078212 rows/sec., 292.56 KiB/sec. 2024.06.28 22:12:18.410066 [ 3 ] {c983484e-8352-460a-af50-3f7aefd5adf8} DynamicQueryHandler: Done processing query 2024.06.28 22:12:18.410090 [ 3 ] {c983484e-8352-460a-af50-3f7aefd5adf8} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:12:18.410105 [ 3 ] {} HTTP-Session: 8861f529-8d07-4fca-813b-7d89cb905cff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:18.410229 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 13614, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:18.410277 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:18.410296 [ 3 ] {} HTTP-Session: b698a818-cf4b-41d8-80ec-b0a8f441ee6c Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:18.410312 [ 3 ] {} HTTP-Session: b698a818-cf4b-41d8-80ec-b0a8f441ee6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:18.410326 [ 3 ] {} HTTP-Session: b698a818-cf4b-41d8-80ec-b0a8f441ee6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:18.410356 [ 3 ] {} HTTP-Session: b698a818-cf4b-41d8-80ec-b0a8f441ee6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:18.410472 [ 3 ] {f3af8274-6611-4d31-b71a-65755f0cfd4e} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:18.410513 [ 3 ] {f3af8274-6611-4d31-b71a-65755f0cfd4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:12:18.410639 [ 3 ] {f3af8274-6611-4d31-b71a-65755f0cfd4e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:18.410969 [ 3 ] {f3af8274-6611-4d31-b71a-65755f0cfd4e} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:18.411004 [ 3 ] {f3af8274-6611-4d31-b71a-65755f0cfd4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:18.411408 [ 3 ] {f3af8274-6611-4d31-b71a-65755f0cfd4e} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.06.28 22:12:18.411710 [ 3 ] {f3af8274-6611-4d31-b71a-65755f0cfd4e} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:18.411871 [ 3 ] {f3af8274-6611-4d31-b71a-65755f0cfd4e} executeQuery: Read 80 rows, 6.41 KiB in 0.001436 sec., 55710.30640668524 rows/sec., 4.36 MiB/sec. 2024.06.28 22:12:18.412095 [ 3 ] {f3af8274-6611-4d31-b71a-65755f0cfd4e} DynamicQueryHandler: Done processing query 2024.06.28 22:12:18.412118 [ 3 ] {f3af8274-6611-4d31-b71a-65755f0cfd4e} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:12:18.412133 [ 3 ] {} HTTP-Session: b698a818-cf4b-41d8-80ec-b0a8f441ee6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:18.412289 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 31231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:18.412337 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:18.412356 [ 3 ] {} HTTP-Session: 3fa1f81a-74b2-4c6f-9621-fcd836432bba Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:18.412373 [ 3 ] {} HTTP-Session: 3fa1f81a-74b2-4c6f-9621-fcd836432bba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:18.412386 [ 3 ] {} HTTP-Session: 3fa1f81a-74b2-4c6f-9621-fcd836432bba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:18.412416 [ 3 ] {} HTTP-Session: 3fa1f81a-74b2-4c6f-9621-fcd836432bba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:18.412576 [ 3 ] {4947f8c5-46d9-4bde-a83c-9cb667c0e9d5} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:18.412623 [ 3 ] {4947f8c5-46d9-4bde-a83c-9cb667c0e9d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:12:18.412768 [ 3 ] {4947f8c5-46d9-4bde-a83c-9cb667c0e9d5} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:18.413164 [ 3 ] {4947f8c5-46d9-4bde-a83c-9cb667c0e9d5} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:18.413199 [ 3 ] {4947f8c5-46d9-4bde-a83c-9cb667c0e9d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:18.413586 [ 3 ] {4947f8c5-46d9-4bde-a83c-9cb667c0e9d5} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.06.28 22:12:18.413914 [ 3 ] {4947f8c5-46d9-4bde-a83c-9cb667c0e9d5} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:18.414083 [ 3 ] {4947f8c5-46d9-4bde-a83c-9cb667c0e9d5} executeQuery: Read 163 rows, 11.62 KiB in 0.001591 sec., 102451.28849780012 rows/sec., 7.13 MiB/sec. 2024.06.28 22:12:18.414467 [ 3 ] {4947f8c5-46d9-4bde-a83c-9cb667c0e9d5} DynamicQueryHandler: Done processing query 2024.06.28 22:12:18.414517 [ 3 ] {4947f8c5-46d9-4bde-a83c-9cb667c0e9d5} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:12:18.414546 [ 3 ] {} HTTP-Session: 3fa1f81a-74b2-4c6f-9621-fcd836432bba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:18.414685 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 16475, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:18.414734 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:18.414753 [ 3 ] {} HTTP-Session: a347f8f1-fc70-42b7-846f-8379263e2eeb Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:18.414771 [ 3 ] {} HTTP-Session: a347f8f1-fc70-42b7-846f-8379263e2eeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:18.414784 [ 3 ] {} HTTP-Session: a347f8f1-fc70-42b7-846f-8379263e2eeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:18.414813 [ 3 ] {} HTTP-Session: a347f8f1-fc70-42b7-846f-8379263e2eeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:18.415016 [ 3 ] {0e78c8a2-7908-45bf-bba1-10f4516bc453} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:18.415089 [ 3 ] {0e78c8a2-7908-45bf-bba1-10f4516bc453} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 2024.06.28 22:12:18.415522 [ 3 ] {0e78c8a2-7908-45bf-bba1-10f4516bc453} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:18.416002 [ 3 ] {0e78c8a2-7908-45bf-bba1-10f4516bc453} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:18.416037 [ 3 ] {0e78c8a2-7908-45bf-bba1-10f4516bc453} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:18.416606 [ 3 ] {0e78c8a2-7908-45bf-bba1-10f4516bc453} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.06.28 22:12:18.417006 [ 3 ] {0e78c8a2-7908-45bf-bba1-10f4516bc453} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:18.417168 [ 123 ] {} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.06.28 22:12:18.417194 [ 3 ] {0e78c8a2-7908-45bf-bba1-10f4516bc453} executeQuery: Read 10 rows, 18.35 KiB in 0.002299 sec., 4349.717268377556 rows/sec., 7.79 MiB/sec. 2024.06.28 22:12:18.417261 [ 123 ] {} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:18.417336 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:18.417535 [ 186 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::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.06.28 22:12:18.417614 [ 3 ] {0e78c8a2-7908-45bf-bba1-10f4516bc453} DynamicQueryHandler: Done processing query 2024.06.28 22:12:18.417643 [ 3 ] {0e78c8a2-7908-45bf-bba1-10f4516bc453} MemoryTracker: Peak memory usage (for query): 4.42 MiB. 2024.06.28 22:12:18.417671 [ 3 ] {} HTTP-Session: a347f8f1-fc70-42b7-846f-8379263e2eeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:18.417815 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:18.417885 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:18.417916 [ 3 ] {} HTTP-Session: 8875f105-a710-419e-8a8b-1607a3067b57 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:18.417944 [ 3 ] {} HTTP-Session: 8875f105-a710-419e-8a8b-1607a3067b57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:18.417963 [ 186 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:12:18.417966 [ 3 ] {} HTTP-Session: 8875f105-a710-419e-8a8b-1607a3067b57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:18.418024 [ 3 ] {} HTTP-Session: 8875f105-a710-419e-8a8b-1607a3067b57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:18.418061 [ 186 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part 2024.06.28 22:12:18.418176 [ 3 ] {5b1770ee-601d-4359-912a-2472e071fd72} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:18.418272 [ 3 ] {5b1770ee-601d-4359-912a-2472e071fd72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:12:18.418755 [ 186 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2024.06.28 22:12:18.418989 [ 3 ] {5b1770ee-601d-4359-912a-2472e071fd72} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:18.419378 [ 186 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part 2024.06.28 22:12:18.419947 [ 186 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2024.06.28 22:12:18.420029 [ 3 ] {5b1770ee-601d-4359-912a-2472e071fd72} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:18.420101 [ 3 ] {5b1770ee-601d-4359-912a-2472e071fd72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:18.420404 [ 186 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part 2024.06.28 22:12:18.420861 [ 186 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 10 rows starting from the beginning of the part 2024.06.28 22:12:18.421206 [ 3 ] {5b1770ee-601d-4359-912a-2472e071fd72} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.06.28 22:12:18.421764 [ 3 ] {5b1770ee-601d-4359-912a-2472e071fd72} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:18.421976 [ 3 ] {5b1770ee-601d-4359-912a-2472e071fd72} executeQuery: Read 60 rows, 4.14 KiB in 0.003858 sec., 15552.099533437015 rows/sec., 1.05 MiB/sec. 2024.06.28 22:12:18.422196 [ 3 ] {5b1770ee-601d-4359-912a-2472e071fd72} DynamicQueryHandler: Done processing query 2024.06.28 22:12:18.422225 [ 3 ] {5b1770ee-601d-4359-912a-2472e071fd72} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:12:18.422253 [ 3 ] {} HTTP-Session: 8875f105-a710-419e-8a8b-1607a3067b57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:18.423835 [ 189 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 19 columns (19 merged, 0 gathered) in 0.006374614 sec., 9412.334613515422 rows/sec., 16.87 MiB/sec. 2024.06.28 22:12:18.424067 [ 186 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.06.28 22:12:18.424593 [ 186 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_6_1} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:18.424663 [ 186 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_6_1} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.06.28 22:12:18.424754 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. 2024.06.28 22:12:19.001594 [ 243 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001100234 sec. 2024.06.28 22:12:23.402867 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:23.402993 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:23.403022 [ 3 ] {} HTTP-Session: 1d4164b4-6dc4-4572-b1c2-a0fcbd5829de Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:23.403050 [ 3 ] {} HTTP-Session: 1d4164b4-6dc4-4572-b1c2-a0fcbd5829de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:23.403068 [ 3 ] {} HTTP-Session: 1d4164b4-6dc4-4572-b1c2-a0fcbd5829de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:23.403122 [ 3 ] {} HTTP-Session: 1d4164b4-6dc4-4572-b1c2-a0fcbd5829de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:23.403310 [ 3 ] {2749f80d-66c6-43b8-aaa1-b28f421566ab} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:23.403382 [ 3 ] {2749f80d-66c6-43b8-aaa1-b28f421566ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.28 22:12:23.403627 [ 3 ] {2749f80d-66c6-43b8-aaa1-b28f421566ab} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:23.404062 [ 3 ] {2749f80d-66c6-43b8-aaa1-b28f421566ab} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:23.404100 [ 3 ] {2749f80d-66c6-43b8-aaa1-b28f421566ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:23.404466 [ 3 ] {2749f80d-66c6-43b8-aaa1-b28f421566ab} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.06.28 22:12:23.404809 [ 3 ] {2749f80d-66c6-43b8-aaa1-b28f421566ab} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:23.404950 [ 90 ] {} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.06.28 22:12:23.404955 [ 3 ] {2749f80d-66c6-43b8-aaa1-b28f421566ab} executeQuery: Read 2 rows, 167.00 B in 0.001703 sec., 1174.3981209630065 rows/sec., 95.76 KiB/sec. 2024.06.28 22:12:23.405000 [ 90 ] {} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:23.405044 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:23.405242 [ 3 ] {2749f80d-66c6-43b8-aaa1-b28f421566ab} DynamicQueryHandler: Done processing query 2024.06.28 22:12:23.405329 [ 3 ] {2749f80d-66c6-43b8-aaa1-b28f421566ab} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:12:23.405425 [ 3 ] {} HTTP-Session: 1d4164b4-6dc4-4572-b1c2-a0fcbd5829de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:23.405601 [ 192 ] {cd0f8d00-f70d-452a-9fba-d4805e9291d4::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.06.28 22:12:23.405644 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12951, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:23.405732 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:23.405778 [ 3 ] {} HTTP-Session: dfe26a30-a201-47ef-ade5-c06325d16386 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:23.405826 [ 3 ] {} HTTP-Session: dfe26a30-a201-47ef-ade5-c06325d16386 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:23.405872 [ 3 ] {} HTTP-Session: dfe26a30-a201-47ef-ade5-c06325d16386 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:23.405965 [ 3 ] {} HTTP-Session: dfe26a30-a201-47ef-ade5-c06325d16386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:23.406021 [ 192 ] {cd0f8d00-f70d-452a-9fba-d4805e9291d4::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:12:23.406081 [ 192 ] {cd0f8d00-f70d-452a-9fba-d4805e9291d4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part 2024.06.28 22:12:23.406198 [ 3 ] {9afc33fa-cf48-48fa-aacc-aaa777717b77} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:23.406271 [ 192 ] {cd0f8d00-f70d-452a-9fba-d4805e9291d4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2024.06.28 22:12:23.406327 [ 3 ] {9afc33fa-cf48-48fa-aacc-aaa777717b77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:12:23.406629 [ 192 ] {cd0f8d00-f70d-452a-9fba-d4805e9291d4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2024.06.28 22:12:23.406979 [ 192 ] {cd0f8d00-f70d-452a-9fba-d4805e9291d4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part 2024.06.28 22:12:23.407340 [ 192 ] {cd0f8d00-f70d-452a-9fba-d4805e9291d4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2024.06.28 22:12:23.407541 [ 3 ] {9afc33fa-cf48-48fa-aacc-aaa777717b77} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:23.407607 [ 192 ] {cd0f8d00-f70d-452a-9fba-d4805e9291d4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part 2024.06.28 22:12:23.408697 [ 3 ] {9afc33fa-cf48-48fa-aacc-aaa777717b77} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:23.408771 [ 3 ] {9afc33fa-cf48-48fa-aacc-aaa777717b77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:23.409646 [ 3 ] {9afc33fa-cf48-48fa-aacc-aaa777717b77} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.06.28 22:12:23.410319 [ 186 ] {cd0f8d00-f70d-452a-9fba-d4805e9291d4::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.005158867 sec., 3101.4561918343697 rows/sec., 252.90 KiB/sec. 2024.06.28 22:12:23.410491 [ 192 ] {cd0f8d00-f70d-452a-9fba-d4805e9291d4::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.06.28 22:12:23.410554 [ 3 ] {9afc33fa-cf48-48fa-aacc-aaa777717b77} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:23.410902 [ 3 ] {9afc33fa-cf48-48fa-aacc-aaa777717b77} executeQuery: Read 93 rows, 7.29 KiB in 0.004764 sec., 19521.410579345087 rows/sec., 1.49 MiB/sec. 2024.06.28 22:12:23.411296 [ 3 ] {9afc33fa-cf48-48fa-aacc-aaa777717b77} DynamicQueryHandler: Done processing query 2024.06.28 22:12:23.411342 [ 3 ] {9afc33fa-cf48-48fa-aacc-aaa777717b77} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:12:23.411372 [ 3 ] {} HTTP-Session: dfe26a30-a201-47ef-ade5-c06325d16386 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:23.411435 [ 192 ] {cd0f8d00-f70d-452a-9fba-d4805e9291d4::all_1_6_1} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:23.411521 [ 192 ] {cd0f8d00-f70d-452a-9fba-d4805e9291d4::all_1_6_1} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.06.28 22:12:23.411573 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:23.411656 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.06.28 22:12:23.411677 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:23.411712 [ 3 ] {} HTTP-Session: b5ea4bfd-017a-4a2e-8a70-a169e71cfb54 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:23.411729 [ 3 ] {} HTTP-Session: b5ea4bfd-017a-4a2e-8a70-a169e71cfb54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:23.411743 [ 3 ] {} HTTP-Session: b5ea4bfd-017a-4a2e-8a70-a169e71cfb54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:23.411777 [ 3 ] {} HTTP-Session: b5ea4bfd-017a-4a2e-8a70-a169e71cfb54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:23.411877 [ 3 ] {592ee5f4-88d8-4da1-bb84-ef4c64d0a294} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:23.411920 [ 3 ] {592ee5f4-88d8-4da1-bb84-ef4c64d0a294} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.28 22:12:23.412072 [ 3 ] {592ee5f4-88d8-4da1-bb84-ef4c64d0a294} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:23.412349 [ 3 ] {592ee5f4-88d8-4da1-bb84-ef4c64d0a294} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:23.412385 [ 3 ] {592ee5f4-88d8-4da1-bb84-ef4c64d0a294} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:23.412683 [ 3 ] {592ee5f4-88d8-4da1-bb84-ef4c64d0a294} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.06.28 22:12:23.412987 [ 3 ] {592ee5f4-88d8-4da1-bb84-ef4c64d0a294} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:23.413099 [ 3 ] {592ee5f4-88d8-4da1-bb84-ef4c64d0a294} executeQuery: Read 2 rows, 143.00 B in 0.001284 sec., 1557.632398753894 rows/sec., 108.76 KiB/sec. 2024.06.28 22:12:23.413105 [ 130 ] {} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.06.28 22:12:23.413166 [ 130 ] {} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:23.413202 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:23.413289 [ 3 ] {592ee5f4-88d8-4da1-bb84-ef4c64d0a294} DynamicQueryHandler: Done processing query 2024.06.28 22:12:23.413367 [ 3 ] {592ee5f4-88d8-4da1-bb84-ef4c64d0a294} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:12:23.413458 [ 3 ] {} HTTP-Session: b5ea4bfd-017a-4a2e-8a70-a169e71cfb54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:23.413621 [ 189 ] {357cf06e-d66b-4e79-8b91-417d03d96948::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.06.28 22:12:23.413764 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 15269, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:23.413889 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:23.413903 [ 189 ] {357cf06e-d66b-4e79-8b91-417d03d96948::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:12:23.413927 [ 3 ] {} HTTP-Session: 373a69c8-4f1b-4691-996a-a7295205a1dc Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:23.413977 [ 3 ] {} HTTP-Session: 373a69c8-4f1b-4691-996a-a7295205a1dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:23.413980 [ 189 ] {357cf06e-d66b-4e79-8b91-417d03d96948::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part 2024.06.28 22:12:23.414004 [ 3 ] {} HTTP-Session: 373a69c8-4f1b-4691-996a-a7295205a1dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:23.414074 [ 3 ] {} HTTP-Session: 373a69c8-4f1b-4691-996a-a7295205a1dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:23.414264 [ 189 ] {357cf06e-d66b-4e79-8b91-417d03d96948::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2024.06.28 22:12:23.414429 [ 3 ] {519d8130-c356-4c3c-8a32-2b5f91a33068} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:23.414577 [ 189 ] {357cf06e-d66b-4e79-8b91-417d03d96948::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2024.06.28 22:12:23.414588 [ 3 ] {519d8130-c356-4c3c-8a32-2b5f91a33068} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:12:23.414896 [ 189 ] {357cf06e-d66b-4e79-8b91-417d03d96948::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part 2024.06.28 22:12:23.415227 [ 189 ] {357cf06e-d66b-4e79-8b91-417d03d96948::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2024.06.28 22:12:23.415553 [ 189 ] {357cf06e-d66b-4e79-8b91-417d03d96948::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part 2024.06.28 22:12:23.415653 [ 3 ] {519d8130-c356-4c3c-8a32-2b5f91a33068} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:23.416723 [ 3 ] {519d8130-c356-4c3c-8a32-2b5f91a33068} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:23.416794 [ 3 ] {519d8130-c356-4c3c-8a32-2b5f91a33068} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:23.417673 [ 3 ] {519d8130-c356-4c3c-8a32-2b5f91a33068} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.06.28 22:12:23.418227 [ 189 ] {357cf06e-d66b-4e79-8b91-417d03d96948::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.004891124 sec., 3271.231725059516 rows/sec., 228.41 KiB/sec. 2024.06.28 22:12:23.418408 [ 189 ] {357cf06e-d66b-4e79-8b91-417d03d96948::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.06.28 22:12:23.418567 [ 3 ] {519d8130-c356-4c3c-8a32-2b5f91a33068} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:23.418959 [ 3 ] {519d8130-c356-4c3c-8a32-2b5f91a33068} executeQuery: Read 90 rows, 7.18 KiB in 0.004679 sec., 19234.8792477025 rows/sec., 1.50 MiB/sec. 2024.06.28 22:12:23.419512 [ 3 ] {519d8130-c356-4c3c-8a32-2b5f91a33068} DynamicQueryHandler: Done processing query 2024.06.28 22:12:23.419557 [ 3 ] {519d8130-c356-4c3c-8a32-2b5f91a33068} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:12:23.419611 [ 3 ] {} HTTP-Session: 373a69c8-4f1b-4691-996a-a7295205a1dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:23.419649 [ 189 ] {357cf06e-d66b-4e79-8b91-417d03d96948::all_1_6_1} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:23.419744 [ 189 ] {357cf06e-d66b-4e79-8b91-417d03d96948::all_1_6_1} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.06.28 22:12:23.419848 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.06.28 22:12:23.419864 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 37775, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:23.419939 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:23.419958 [ 3 ] {} HTTP-Session: c71aacc7-2ca4-44a0-ae57-5f92a2f64228 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:23.419975 [ 3 ] {} HTTP-Session: c71aacc7-2ca4-44a0-ae57-5f92a2f64228 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:23.419990 [ 3 ] {} HTTP-Session: c71aacc7-2ca4-44a0-ae57-5f92a2f64228 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:23.420025 [ 3 ] {} HTTP-Session: c71aacc7-2ca4-44a0-ae57-5f92a2f64228 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:23.420222 [ 3 ] {572fd8a4-a6e8-4080-81a6-cfca91ef3381} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:23.420270 [ 3 ] {572fd8a4-a6e8-4080-81a6-cfca91ef3381} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:12:23.420428 [ 3 ] {572fd8a4-a6e8-4080-81a6-cfca91ef3381} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:23.420838 [ 3 ] {572fd8a4-a6e8-4080-81a6-cfca91ef3381} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:23.420873 [ 3 ] {572fd8a4-a6e8-4080-81a6-cfca91ef3381} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:23.421279 [ 3 ] {572fd8a4-a6e8-4080-81a6-cfca91ef3381} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.06.28 22:12:23.421635 [ 3 ] {572fd8a4-a6e8-4080-81a6-cfca91ef3381} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:23.421766 [ 3 ] {572fd8a4-a6e8-4080-81a6-cfca91ef3381} executeQuery: Read 197 rows, 14.08 KiB in 0.001657 sec., 118889.55944477972 rows/sec., 8.30 MiB/sec. 2024.06.28 22:12:23.421919 [ 3 ] {572fd8a4-a6e8-4080-81a6-cfca91ef3381} DynamicQueryHandler: Done processing query 2024.06.28 22:12:23.421943 [ 3 ] {572fd8a4-a6e8-4080-81a6-cfca91ef3381} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.06.28 22:12:23.421959 [ 3 ] {} HTTP-Session: c71aacc7-2ca4-44a0-ae57-5f92a2f64228 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:23.422104 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:23.422150 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:23.422170 [ 3 ] {} HTTP-Session: 14af2093-5741-4938-998a-b6fbaea0ff88 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:23.422187 [ 3 ] {} HTTP-Session: 14af2093-5741-4938-998a-b6fbaea0ff88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:23.422201 [ 3 ] {} HTTP-Session: 14af2093-5741-4938-998a-b6fbaea0ff88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:23.422232 [ 3 ] {} HTTP-Session: 14af2093-5741-4938-998a-b6fbaea0ff88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:23.422357 [ 3 ] {caab2d4c-56f0-400a-bb1e-2cbe329ee20e} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:23.422401 [ 3 ] {caab2d4c-56f0-400a-bb1e-2cbe329ee20e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:12:23.422525 [ 3 ] {caab2d4c-56f0-400a-bb1e-2cbe329ee20e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:23.422808 [ 3 ] {caab2d4c-56f0-400a-bb1e-2cbe329ee20e} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:23.422844 [ 3 ] {caab2d4c-56f0-400a-bb1e-2cbe329ee20e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:23.423200 [ 3 ] {caab2d4c-56f0-400a-bb1e-2cbe329ee20e} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.06.28 22:12:23.423523 [ 3 ] {caab2d4c-56f0-400a-bb1e-2cbe329ee20e} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:23.423647 [ 3 ] {caab2d4c-56f0-400a-bb1e-2cbe329ee20e} executeQuery: Read 60 rows, 4.14 KiB in 0.001342 sec., 44709.38897168405 rows/sec., 3.01 MiB/sec. 2024.06.28 22:12:23.423807 [ 3 ] {caab2d4c-56f0-400a-bb1e-2cbe329ee20e} DynamicQueryHandler: Done processing query 2024.06.28 22:12:23.423831 [ 3 ] {caab2d4c-56f0-400a-bb1e-2cbe329ee20e} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:12:23.423847 [ 3 ] {} HTTP-Session: 14af2093-5741-4938-998a-b6fbaea0ff88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:28.402933 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 1488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:28.403070 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:28.403100 [ 3 ] {} HTTP-Session: 45d241f5-c5fb-41c9-b9ac-08e75aa22cbf Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:28.403129 [ 3 ] {} HTTP-Session: 45d241f5-c5fb-41c9-b9ac-08e75aa22cbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:28.403157 [ 3 ] {} HTTP-Session: 45d241f5-c5fb-41c9-b9ac-08e75aa22cbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:28.403238 [ 3 ] {} HTTP-Session: 45d241f5-c5fb-41c9-b9ac-08e75aa22cbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:28.403513 [ 3 ] {522c8784-2404-407e-8486-5e687662bff9} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:28.403619 [ 3 ] {522c8784-2404-407e-8486-5e687662bff9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.28 22:12:28.403950 [ 3 ] {522c8784-2404-407e-8486-5e687662bff9} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:28.404459 [ 3 ] {522c8784-2404-407e-8486-5e687662bff9} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:28.404500 [ 3 ] {522c8784-2404-407e-8486-5e687662bff9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:28.404866 [ 3 ] {522c8784-2404-407e-8486-5e687662bff9} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.06.28 22:12:28.405237 [ 3 ] {522c8784-2404-407e-8486-5e687662bff9} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:28.405415 [ 3 ] {522c8784-2404-407e-8486-5e687662bff9} executeQuery: Read 10 rows, 830.00 B in 0.001982 sec., 5045.408678102926 rows/sec., 408.95 KiB/sec. 2024.06.28 22:12:28.405734 [ 3 ] {522c8784-2404-407e-8486-5e687662bff9} DynamicQueryHandler: Done processing query 2024.06.28 22:12:28.405759 [ 3 ] {522c8784-2404-407e-8486-5e687662bff9} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:12:28.405776 [ 3 ] {} HTTP-Session: 45d241f5-c5fb-41c9-b9ac-08e75aa22cbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:28.405914 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:28.405964 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:28.405983 [ 3 ] {} HTTP-Session: e74b4275-3b1d-4c3b-9652-f20eca7bd42f Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:28.405999 [ 3 ] {} HTTP-Session: e74b4275-3b1d-4c3b-9652-f20eca7bd42f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:28.406013 [ 3 ] {} HTTP-Session: e74b4275-3b1d-4c3b-9652-f20eca7bd42f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:28.406043 [ 3 ] {} HTTP-Session: e74b4275-3b1d-4c3b-9652-f20eca7bd42f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:28.406137 [ 3 ] {874c286a-e228-4eb2-8b20-793513322eca} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:28.406182 [ 3 ] {874c286a-e228-4eb2-8b20-793513322eca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.28 22:12:28.406325 [ 3 ] {874c286a-e228-4eb2-8b20-793513322eca} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:28.406621 [ 3 ] {874c286a-e228-4eb2-8b20-793513322eca} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:28.406656 [ 3 ] {874c286a-e228-4eb2-8b20-793513322eca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:28.406956 [ 3 ] {874c286a-e228-4eb2-8b20-793513322eca} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.06.28 22:12:28.407258 [ 3 ] {874c286a-e228-4eb2-8b20-793513322eca} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:28.407413 [ 3 ] {874c286a-e228-4eb2-8b20-793513322eca} executeQuery: Read 2 rows, 167.00 B in 0.001295 sec., 1544.4015444015445 rows/sec., 125.94 KiB/sec. 2024.06.28 22:12:28.407573 [ 3 ] {874c286a-e228-4eb2-8b20-793513322eca} DynamicQueryHandler: Done processing query 2024.06.28 22:12:28.407597 [ 3 ] {874c286a-e228-4eb2-8b20-793513322eca} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:12:28.407612 [ 3 ] {} HTTP-Session: e74b4275-3b1d-4c3b-9652-f20eca7bd42f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:28.407759 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12573, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:28.407807 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:28.407825 [ 3 ] {} HTTP-Session: 1962677c-570d-4c00-9631-798369e9bca2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:28.407841 [ 3 ] {} HTTP-Session: 1962677c-570d-4c00-9631-798369e9bca2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:28.407854 [ 3 ] {} HTTP-Session: 1962677c-570d-4c00-9631-798369e9bca2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:28.407908 [ 3 ] {} HTTP-Session: 1962677c-570d-4c00-9631-798369e9bca2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:28.408023 [ 3 ] {4fc36a72-5bb8-4ee3-b23a-b1272e6d82ae} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:28.408064 [ 3 ] {4fc36a72-5bb8-4ee3-b23a-b1272e6d82ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:12:28.408186 [ 3 ] {4fc36a72-5bb8-4ee3-b23a-b1272e6d82ae} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:28.408537 [ 3 ] {4fc36a72-5bb8-4ee3-b23a-b1272e6d82ae} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:28.408572 [ 3 ] {4fc36a72-5bb8-4ee3-b23a-b1272e6d82ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:28.408878 [ 3 ] {4fc36a72-5bb8-4ee3-b23a-b1272e6d82ae} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.06.28 22:12:28.409183 [ 3 ] {4fc36a72-5bb8-4ee3-b23a-b1272e6d82ae} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:28.409344 [ 3 ] {4fc36a72-5bb8-4ee3-b23a-b1272e6d82ae} executeQuery: Read 87 rows, 7.25 KiB in 0.001357 sec., 64112.011790714816 rows/sec., 5.22 MiB/sec. 2024.06.28 22:12:28.409503 [ 3 ] {4fc36a72-5bb8-4ee3-b23a-b1272e6d82ae} DynamicQueryHandler: Done processing query 2024.06.28 22:12:28.409550 [ 3 ] {4fc36a72-5bb8-4ee3-b23a-b1272e6d82ae} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:12:28.409566 [ 3 ] {} HTTP-Session: 1962677c-570d-4c00-9631-798369e9bca2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:28.409685 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:28.409733 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:28.409751 [ 3 ] {} HTTP-Session: e84060e0-959e-47b9-bb9f-4e1d31b03879 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:28.409767 [ 3 ] {} HTTP-Session: e84060e0-959e-47b9-bb9f-4e1d31b03879 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:28.409781 [ 3 ] {} HTTP-Session: e84060e0-959e-47b9-bb9f-4e1d31b03879 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:28.409810 [ 3 ] {} HTTP-Session: e84060e0-959e-47b9-bb9f-4e1d31b03879 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:28.409901 [ 3 ] {57b345c8-88b5-42e4-8c5e-cb206e93d1bc} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:28.409941 [ 3 ] {57b345c8-88b5-42e4-8c5e-cb206e93d1bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.28 22:12:28.410062 [ 3 ] {57b345c8-88b5-42e4-8c5e-cb206e93d1bc} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:28.410330 [ 3 ] {57b345c8-88b5-42e4-8c5e-cb206e93d1bc} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:28.410365 [ 3 ] {57b345c8-88b5-42e4-8c5e-cb206e93d1bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:28.410663 [ 3 ] {57b345c8-88b5-42e4-8c5e-cb206e93d1bc} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.06.28 22:12:28.410967 [ 3 ] {57b345c8-88b5-42e4-8c5e-cb206e93d1bc} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:28.411117 [ 3 ] {57b345c8-88b5-42e4-8c5e-cb206e93d1bc} executeQuery: Read 2 rows, 143.00 B in 0.001239 sec., 1614.2050040355125 rows/sec., 112.71 KiB/sec. 2024.06.28 22:12:28.411273 [ 3 ] {57b345c8-88b5-42e4-8c5e-cb206e93d1bc} DynamicQueryHandler: Done processing query 2024.06.28 22:12:28.411296 [ 3 ] {57b345c8-88b5-42e4-8c5e-cb206e93d1bc} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:12:28.411312 [ 3 ] {} HTTP-Session: e84060e0-959e-47b9-bb9f-4e1d31b03879 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:28.411476 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:28.411522 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:28.411541 [ 3 ] {} HTTP-Session: 838b89cc-9e43-4540-bab9-8fbb1f00e3dc Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:28.411556 [ 3 ] {} HTTP-Session: 838b89cc-9e43-4540-bab9-8fbb1f00e3dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:28.411570 [ 3 ] {} HTTP-Session: 838b89cc-9e43-4540-bab9-8fbb1f00e3dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:28.411599 [ 3 ] {} HTTP-Session: 838b89cc-9e43-4540-bab9-8fbb1f00e3dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:28.411709 [ 3 ] {7144b8a8-b4f4-4db6-b4ba-c626d74f3db6} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:28.411750 [ 3 ] {7144b8a8-b4f4-4db6-b4ba-c626d74f3db6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:12:28.411872 [ 3 ] {7144b8a8-b4f4-4db6-b4ba-c626d74f3db6} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:28.412200 [ 3 ] {7144b8a8-b4f4-4db6-b4ba-c626d74f3db6} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:28.412236 [ 3 ] {7144b8a8-b4f4-4db6-b4ba-c626d74f3db6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:28.412541 [ 3 ] {7144b8a8-b4f4-4db6-b4ba-c626d74f3db6} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.06.28 22:12:28.412852 [ 3 ] {7144b8a8-b4f4-4db6-b4ba-c626d74f3db6} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:28.413009 [ 3 ] {7144b8a8-b4f4-4db6-b4ba-c626d74f3db6} executeQuery: Read 76 rows, 6.08 KiB in 0.001335 sec., 56928.83895131086 rows/sec., 4.45 MiB/sec. 2024.06.28 22:12:28.413167 [ 3 ] {7144b8a8-b4f4-4db6-b4ba-c626d74f3db6} DynamicQueryHandler: Done processing query 2024.06.28 22:12:28.413191 [ 3 ] {7144b8a8-b4f4-4db6-b4ba-c626d74f3db6} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:12:28.413206 [ 3 ] {} HTTP-Session: 838b89cc-9e43-4540-bab9-8fbb1f00e3dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:28.413385 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30853, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:28.413432 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:28.413450 [ 3 ] {} HTTP-Session: de85af49-0cfe-45e6-9941-243d0f6dc15e Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:28.413465 [ 3 ] {} HTTP-Session: de85af49-0cfe-45e6-9941-243d0f6dc15e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:28.413478 [ 3 ] {} HTTP-Session: de85af49-0cfe-45e6-9941-243d0f6dc15e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:28.413507 [ 3 ] {} HTTP-Session: de85af49-0cfe-45e6-9941-243d0f6dc15e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:28.413659 [ 3 ] {25cdea90-d064-490d-9eda-13ae2973699b} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:28.413705 [ 3 ] {25cdea90-d064-490d-9eda-13ae2973699b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:12:28.413850 [ 3 ] {25cdea90-d064-490d-9eda-13ae2973699b} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:28.414225 [ 3 ] {25cdea90-d064-490d-9eda-13ae2973699b} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:28.414260 [ 3 ] {25cdea90-d064-490d-9eda-13ae2973699b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:28.414658 [ 3 ] {25cdea90-d064-490d-9eda-13ae2973699b} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.06.28 22:12:28.415000 [ 3 ] {25cdea90-d064-490d-9eda-13ae2973699b} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:28.415166 [ 3 ] {25cdea90-d064-490d-9eda-13ae2973699b} executeQuery: Read 161 rows, 11.48 KiB in 0.001578 sec., 102027.8833967047 rows/sec., 7.11 MiB/sec. 2024.06.28 22:12:28.415481 [ 3 ] {25cdea90-d064-490d-9eda-13ae2973699b} DynamicQueryHandler: Done processing query 2024.06.28 22:12:28.415547 [ 3 ] {25cdea90-d064-490d-9eda-13ae2973699b} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:12:28.415612 [ 3 ] {} HTTP-Session: de85af49-0cfe-45e6-9941-243d0f6dc15e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:28.415785 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 16512, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:28.415835 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:28.415853 [ 3 ] {} HTTP-Session: bc1bce46-d974-4022-b467-e5e493dd2531 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:28.415869 [ 3 ] {} HTTP-Session: bc1bce46-d974-4022-b467-e5e493dd2531 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:28.415882 [ 3 ] {} HTTP-Session: bc1bce46-d974-4022-b467-e5e493dd2531 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:28.415914 [ 3 ] {} HTTP-Session: bc1bce46-d974-4022-b467-e5e493dd2531 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:28.416089 [ 3 ] {37ce5c28-8da4-49fc-a4da-2efbd071197b} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:28.416164 [ 3 ] {37ce5c28-8da4-49fc-a4da-2efbd071197b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 2024.06.28 22:12:28.416578 [ 3 ] {37ce5c28-8da4-49fc-a4da-2efbd071197b} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:28.417133 [ 3 ] {37ce5c28-8da4-49fc-a4da-2efbd071197b} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:28.417168 [ 3 ] {37ce5c28-8da4-49fc-a4da-2efbd071197b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:28.417757 [ 3 ] {37ce5c28-8da4-49fc-a4da-2efbd071197b} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.06.28 22:12:28.418145 [ 3 ] {37ce5c28-8da4-49fc-a4da-2efbd071197b} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:28.418346 [ 3 ] {37ce5c28-8da4-49fc-a4da-2efbd071197b} executeQuery: Read 10 rows, 18.35 KiB in 0.002383 sec., 4196.39110365086 rows/sec., 7.52 MiB/sec. 2024.06.28 22:12:28.418863 [ 3 ] {37ce5c28-8da4-49fc-a4da-2efbd071197b} DynamicQueryHandler: Done processing query 2024.06.28 22:12:28.418887 [ 3 ] {37ce5c28-8da4-49fc-a4da-2efbd071197b} MemoryTracker: Peak memory usage (for query): 4.42 MiB. 2024.06.28 22:12:28.418902 [ 3 ] {} HTTP-Session: bc1bce46-d974-4022-b467-e5e493dd2531 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:28.419016 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:28.419064 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:28.419082 [ 3 ] {} HTTP-Session: a622aa5d-2409-4a17-bce5-24127b7f1963 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:28.419098 [ 3 ] {} HTTP-Session: a622aa5d-2409-4a17-bce5-24127b7f1963 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:28.419112 [ 3 ] {} HTTP-Session: a622aa5d-2409-4a17-bce5-24127b7f1963 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:28.419141 [ 3 ] {} HTTP-Session: a622aa5d-2409-4a17-bce5-24127b7f1963 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:28.419261 [ 3 ] {33f990a4-3f8f-48c9-b267-4e0f8a43c089} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:28.419305 [ 3 ] {33f990a4-3f8f-48c9-b267-4e0f8a43c089} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:12:28.419441 [ 3 ] {33f990a4-3f8f-48c9-b267-4e0f8a43c089} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:28.419736 [ 3 ] {33f990a4-3f8f-48c9-b267-4e0f8a43c089} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:28.419771 [ 3 ] {33f990a4-3f8f-48c9-b267-4e0f8a43c089} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:28.420129 [ 3 ] {33f990a4-3f8f-48c9-b267-4e0f8a43c089} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.06.28 22:12:28.420446 [ 3 ] {33f990a4-3f8f-48c9-b267-4e0f8a43c089} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:28.420605 [ 3 ] {33f990a4-3f8f-48c9-b267-4e0f8a43c089} executeQuery: Read 60 rows, 4.14 KiB in 0.001386 sec., 43290.043290043286 rows/sec., 2.92 MiB/sec. 2024.06.28 22:12:28.420763 [ 3 ] {33f990a4-3f8f-48c9-b267-4e0f8a43c089} DynamicQueryHandler: Done processing query 2024.06.28 22:12:28.420786 [ 3 ] {33f990a4-3f8f-48c9-b267-4e0f8a43c089} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:12:28.420803 [ 3 ] {} HTTP-Session: a622aa5d-2409-4a17-bce5-24127b7f1963 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:32.721195 [ 29 ] {} DNSResolver: Updating DNS cache 2024.06.28 22:12:32.721255 [ 29 ] {} DNSResolver: Updated DNS cache 2024.06.28 22:12:33.402811 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:33.402952 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:33.402982 [ 3 ] {} HTTP-Session: d4e552f7-1c0e-48e7-b8f4-330b7eba798d Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:33.403010 [ 3 ] {} HTTP-Session: d4e552f7-1c0e-48e7-b8f4-330b7eba798d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:33.403028 [ 3 ] {} HTTP-Session: d4e552f7-1c0e-48e7-b8f4-330b7eba798d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:33.403087 [ 3 ] {} HTTP-Session: d4e552f7-1c0e-48e7-b8f4-330b7eba798d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:33.403281 [ 3 ] {6971ead4-026c-4b56-b053-273e817e1ad7} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:33.403356 [ 3 ] {6971ead4-026c-4b56-b053-273e817e1ad7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.28 22:12:33.403554 [ 3 ] {6971ead4-026c-4b56-b053-273e817e1ad7} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:33.403967 [ 3 ] {6971ead4-026c-4b56-b053-273e817e1ad7} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:33.404021 [ 3 ] {6971ead4-026c-4b56-b053-273e817e1ad7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:33.404444 [ 3 ] {6971ead4-026c-4b56-b053-273e817e1ad7} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.06.28 22:12:33.404786 [ 3 ] {6971ead4-026c-4b56-b053-273e817e1ad7} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:33.404951 [ 3 ] {6971ead4-026c-4b56-b053-273e817e1ad7} executeQuery: Read 2 rows, 167.00 B in 0.001722 sec., 1161.4401858304298 rows/sec., 94.71 KiB/sec. 2024.06.28 22:12:33.405153 [ 3 ] {6971ead4-026c-4b56-b053-273e817e1ad7} DynamicQueryHandler: Done processing query 2024.06.28 22:12:33.405180 [ 3 ] {6971ead4-026c-4b56-b053-273e817e1ad7} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:12:33.405197 [ 3 ] {} HTTP-Session: d4e552f7-1c0e-48e7-b8f4-330b7eba798d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:33.405324 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 7974, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:33.405374 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:33.405395 [ 3 ] {} HTTP-Session: 6042c524-07bd-44c9-a17b-db7abbc2646d Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:33.405412 [ 3 ] {} HTTP-Session: 6042c524-07bd-44c9-a17b-db7abbc2646d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:33.405427 [ 3 ] {} HTTP-Session: 6042c524-07bd-44c9-a17b-db7abbc2646d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:33.405459 [ 3 ] {} HTTP-Session: 6042c524-07bd-44c9-a17b-db7abbc2646d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:33.405571 [ 3 ] {4d528d75-31d0-4d6c-8d5f-feeae5c0ecd8} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:33.405615 [ 3 ] {4d528d75-31d0-4d6c-8d5f-feeae5c0ecd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:12:33.405745 [ 3 ] {4d528d75-31d0-4d6c-8d5f-feeae5c0ecd8} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:33.406073 [ 3 ] {4d528d75-31d0-4d6c-8d5f-feeae5c0ecd8} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:33.406111 [ 3 ] {4d528d75-31d0-4d6c-8d5f-feeae5c0ecd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:33.406420 [ 3 ] {4d528d75-31d0-4d6c-8d5f-feeae5c0ecd8} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.06.28 22:12:33.406732 [ 3 ] {4d528d75-31d0-4d6c-8d5f-feeae5c0ecd8} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:33.406894 [ 3 ] {4d528d75-31d0-4d6c-8d5f-feeae5c0ecd8} executeQuery: Read 57 rows, 4.48 KiB in 0.00135 sec., 42222.22222222222 rows/sec., 3.24 MiB/sec. 2024.06.28 22:12:33.406905 [ 29 ] {} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.06.28 22:12:33.407005 [ 29 ] {} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:33.407046 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:33.407126 [ 3 ] {4d528d75-31d0-4d6c-8d5f-feeae5c0ecd8} DynamicQueryHandler: Done processing query 2024.06.28 22:12:33.407182 [ 3 ] {4d528d75-31d0-4d6c-8d5f-feeae5c0ecd8} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.06.28 22:12:33.407251 [ 3 ] {} HTTP-Session: 6042c524-07bd-44c9-a17b-db7abbc2646d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:33.407326 [ 186 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::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.06.28 22:12:33.407476 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:33.407667 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:33.407770 [ 3 ] {} HTTP-Session: b8ab15a2-8e7b-46c7-8d58-6bacffbb3cee Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:33.407925 [ 3 ] {} HTTP-Session: b8ab15a2-8e7b-46c7-8d58-6bacffbb3cee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:33.408003 [ 3 ] {} HTTP-Session: b8ab15a2-8e7b-46c7-8d58-6bacffbb3cee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:33.408098 [ 186 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:12:33.408160 [ 3 ] {} HTTP-Session: b8ab15a2-8e7b-46c7-8d58-6bacffbb3cee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:33.408211 [ 186 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part 2024.06.28 22:12:33.408486 [ 3 ] {55b62e70-6449-47b1-affa-3bca2f05d471} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:33.408543 [ 186 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part 2024.06.28 22:12:33.408624 [ 3 ] {55b62e70-6449-47b1-affa-3bca2f05d471} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.28 22:12:33.408839 [ 186 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 89 rows starting from the beginning of the part 2024.06.28 22:12:33.409244 [ 186 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 93 rows starting from the beginning of the part 2024.06.28 22:12:33.409525 [ 186 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 87 rows starting from the beginning of the part 2024.06.28 22:12:33.409883 [ 186 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 57 rows starting from the beginning of the part 2024.06.28 22:12:33.409895 [ 3 ] {55b62e70-6449-47b1-affa-3bca2f05d471} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:33.410508 [ 3 ] {55b62e70-6449-47b1-affa-3bca2f05d471} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:33.410551 [ 3 ] {55b62e70-6449-47b1-affa-3bca2f05d471} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:33.411016 [ 3 ] {55b62e70-6449-47b1-affa-3bca2f05d471} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.06.28 22:12:33.411469 [ 3 ] {55b62e70-6449-47b1-affa-3bca2f05d471} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:33.411520 [ 188 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 508 rows, containing 4 columns (4 merged, 0 gathered) in 0.004347467 sec., 116849.65061264411 rows/sec., 9.23 MiB/sec. 2024.06.28 22:12:33.411760 [ 3 ] {55b62e70-6449-47b1-affa-3bca2f05d471} executeQuery: Read 2 rows, 143.00 B in 0.003406 sec., 587.1990604815032 rows/sec., 41.00 KiB/sec. 2024.06.28 22:12:33.412007 [ 187 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.06.28 22:12:33.412307 [ 3 ] {55b62e70-6449-47b1-affa-3bca2f05d471} DynamicQueryHandler: Done processing query 2024.06.28 22:12:33.412377 [ 3 ] {55b62e70-6449-47b1-affa-3bca2f05d471} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:12:33.412434 [ 3 ] {} HTTP-Session: b8ab15a2-8e7b-46c7-8d58-6bacffbb3cee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:33.412630 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 11231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:33.412730 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:33.412754 [ 3 ] {} HTTP-Session: 95c12adc-ff97-48c8-bc03-071884ee50be Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:33.412784 [ 3 ] {} HTTP-Session: 95c12adc-ff97-48c8-bc03-071884ee50be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:33.412809 [ 3 ] {} HTTP-Session: 95c12adc-ff97-48c8-bc03-071884ee50be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:33.412874 [ 187 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_26_5} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:33.412883 [ 3 ] {} HTTP-Session: 95c12adc-ff97-48c8-bc03-071884ee50be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:33.413065 [ 187 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_26_5} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.06.28 22:12:33.413120 [ 3 ] {69e7a105-2fe3-46f8-bb02-ee0148f03aa0} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:33.413229 [ 3 ] {69e7a105-2fe3-46f8-bb02-ee0148f03aa0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:12:33.413237 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.06.28 22:12:33.413424 [ 3 ] {69e7a105-2fe3-46f8-bb02-ee0148f03aa0} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:33.413760 [ 3 ] {69e7a105-2fe3-46f8-bb02-ee0148f03aa0} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:33.413797 [ 3 ] {69e7a105-2fe3-46f8-bb02-ee0148f03aa0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:33.414122 [ 3 ] {69e7a105-2fe3-46f8-bb02-ee0148f03aa0} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.06.28 22:12:33.414441 [ 3 ] {69e7a105-2fe3-46f8-bb02-ee0148f03aa0} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:33.414604 [ 29 ] {} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.06.28 22:12:33.414607 [ 3 ] {69e7a105-2fe3-46f8-bb02-ee0148f03aa0} executeQuery: Read 66 rows, 5.28 KiB in 0.001548 sec., 42635.65891472869 rows/sec., 3.33 MiB/sec. 2024.06.28 22:12:33.414657 [ 29 ] {} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:33.414732 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:33.414930 [ 188 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::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.06.28 22:12:33.414929 [ 3 ] {69e7a105-2fe3-46f8-bb02-ee0148f03aa0} DynamicQueryHandler: Done processing query 2024.06.28 22:12:33.414995 [ 3 ] {69e7a105-2fe3-46f8-bb02-ee0148f03aa0} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:12:33.415036 [ 3 ] {} HTTP-Session: 95c12adc-ff97-48c8-bc03-071884ee50be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:33.415144 [ 188 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:12:33.415191 [ 188 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 118 rows starting from the beginning of the part 2024.06.28 22:12:33.415220 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30853, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:33.415339 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:33.415444 [ 3 ] {} HTTP-Session: 2725b898-a80a-410c-a490-2285d49e8ef1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:33.415475 [ 188 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part 2024.06.28 22:12:33.415506 [ 3 ] {} HTTP-Session: 2725b898-a80a-410c-a490-2285d49e8ef1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:33.415574 [ 3 ] {} HTTP-Session: 2725b898-a80a-410c-a490-2285d49e8ef1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:33.415700 [ 3 ] {} HTTP-Session: 2725b898-a80a-410c-a490-2285d49e8ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:33.415771 [ 188 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 80 rows starting from the beginning of the part 2024.06.28 22:12:33.416043 [ 188 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 90 rows starting from the beginning of the part 2024.06.28 22:12:33.416094 [ 3 ] {95d2f29d-f72c-4fd2-9296-57f155e2551f} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:33.416284 [ 3 ] {95d2f29d-f72c-4fd2-9296-57f155e2551f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:12:33.416345 [ 188 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 76 rows starting from the beginning of the part 2024.06.28 22:12:33.416707 [ 188 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 66 rows starting from the beginning of the part 2024.06.28 22:12:33.417399 [ 3 ] {95d2f29d-f72c-4fd2-9296-57f155e2551f} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:33.418217 [ 3 ] {95d2f29d-f72c-4fd2-9296-57f155e2551f} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:33.418282 [ 3 ] {95d2f29d-f72c-4fd2-9296-57f155e2551f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:33.419326 [ 3 ] {95d2f29d-f72c-4fd2-9296-57f155e2551f} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.06.28 22:12:33.419473 [ 187 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 494 rows, containing 4 columns (4 merged, 0 gathered) in 0.00463441 sec., 106593.93536609838 rows/sec., 8.32 MiB/sec. 2024.06.28 22:12:33.419665 [ 186 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.06.28 22:12:33.419848 [ 3 ] {95d2f29d-f72c-4fd2-9296-57f155e2551f} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:33.420159 [ 29 ] {} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.06.28 22:12:33.420185 [ 3 ] {95d2f29d-f72c-4fd2-9296-57f155e2551f} executeQuery: Read 161 rows, 11.48 KiB in 0.004266 sec., 37740.27191748711 rows/sec., 2.63 MiB/sec. 2024.06.28 22:12:33.420283 [ 29 ] {} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:33.420442 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:33.420675 [ 186 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_26_5} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:33.420889 [ 3 ] {95d2f29d-f72c-4fd2-9296-57f155e2551f} DynamicQueryHandler: Done processing query 2024.06.28 22:12:33.421044 [ 187 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::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.06.28 22:12:33.421045 [ 3 ] {95d2f29d-f72c-4fd2-9296-57f155e2551f} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:12:33.421191 [ 3 ] {} HTTP-Session: 2725b898-a80a-410c-a490-2285d49e8ef1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:33.421298 [ 186 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_26_5} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.06.28 22:12:33.421719 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:33.421858 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.06.28 22:12:33.421980 [ 187 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:12:33.421990 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:33.422061 [ 3 ] {} HTTP-Session: c577d39c-e5ae-4fe9-b3bf-a643005b6fe2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:33.422065 [ 187 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3270 rows starting from the beginning of the part 2024.06.28 22:12:33.422102 [ 3 ] {} HTTP-Session: c577d39c-e5ae-4fe9-b3bf-a643005b6fe2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:33.422141 [ 3 ] {} HTTP-Session: c577d39c-e5ae-4fe9-b3bf-a643005b6fe2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:33.422249 [ 3 ] {} HTTP-Session: c577d39c-e5ae-4fe9-b3bf-a643005b6fe2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:33.422407 [ 187 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part 2024.06.28 22:12:33.422609 [ 3 ] {125b78ac-4ec7-42ef-ae6e-20f03fc5c1a1} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:33.422702 [ 187 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 163 rows starting from the beginning of the part 2024.06.28 22:12:33.422760 [ 3 ] {125b78ac-4ec7-42ef-ae6e-20f03fc5c1a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:12:33.423066 [ 187 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::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.06.28 22:12:33.423471 [ 187 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 161 rows starting from the beginning of the part 2024.06.28 22:12:33.423723 [ 3 ] {125b78ac-4ec7-42ef-ae6e-20f03fc5c1a1} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:33.423803 [ 187 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 161 rows starting from the beginning of the part 2024.06.28 22:12:33.424629 [ 3 ] {125b78ac-4ec7-42ef-ae6e-20f03fc5c1a1} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:33.424696 [ 3 ] {125b78ac-4ec7-42ef-ae6e-20f03fc5c1a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:33.425380 [ 3 ] {125b78ac-4ec7-42ef-ae6e-20f03fc5c1a1} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.06.28 22:12:33.426322 [ 3 ] {125b78ac-4ec7-42ef-ae6e-20f03fc5c1a1} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:33.426661 [ 29 ] {} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.06.28 22:12:33.426665 [ 3 ] {125b78ac-4ec7-42ef-ae6e-20f03fc5c1a1} executeQuery: Read 60 rows, 4.14 KiB in 0.004206 sec., 14265.335235378032 rows/sec., 984.46 KiB/sec. 2024.06.28 22:12:33.426762 [ 29 ] {} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:33.426854 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:33.427380 [ 3 ] {125b78ac-4ec7-42ef-ae6e-20f03fc5c1a1} DynamicQueryHandler: Done processing query 2024.06.28 22:12:33.427534 [ 3 ] {125b78ac-4ec7-42ef-ae6e-20f03fc5c1a1} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:12:33.427756 [ 3 ] {} HTTP-Session: c577d39c-e5ae-4fe9-b3bf-a643005b6fe2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:33.427927 [ 195 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:12:33.428859 [ 195 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:12:33.428917 [ 186 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 4112 rows, containing 5 columns (5 merged, 0 gathered) in 0.008270578 sec., 497184.1145806254 rows/sec., 34.67 MiB/sec. 2024.06.28 22:12:33.428918 [ 195 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1154 rows starting from the beginning of the part 2024.06.28 22:12:33.429066 [ 195 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:12:33.429248 [ 195 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:12:33.429361 [ 195 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:12:33.429564 [ 195 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:12:33.429682 [ 196 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.06.28 22:12:33.429712 [ 195 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:12:33.430982 [ 196 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_26_5} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:33.431187 [ 196 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_26_5} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.06.28 22:12:33.431373 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. 2024.06.28 22:12:33.431870 [ 186 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1454 rows, containing 4 columns (4 merged, 0 gathered) in 0.004763012 sec., 305269.0188477375 rows/sec., 20.55 MiB/sec. 2024.06.28 22:12:33.432093 [ 196 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.06.28 22:12:33.432474 [ 196 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_26_5} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:33.432553 [ 196 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_26_5} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.06.28 22:12:33.432635 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2024.06.28 22:12:38.403788 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 1488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:38.403914 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:38.403939 [ 3 ] {} HTTP-Session: 0346976b-96a3-4043-9e04-1450b5b920da Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:38.403964 [ 3 ] {} HTTP-Session: 0346976b-96a3-4043-9e04-1450b5b920da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:38.403978 [ 3 ] {} HTTP-Session: 0346976b-96a3-4043-9e04-1450b5b920da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:38.404030 [ 3 ] {} HTTP-Session: 0346976b-96a3-4043-9e04-1450b5b920da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:38.404210 [ 3 ] {d40b46a4-d426-4634-947e-3ca5819ebfb5} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:38.404278 [ 3 ] {d40b46a4-d426-4634-947e-3ca5819ebfb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.28 22:12:38.404473 [ 3 ] {d40b46a4-d426-4634-947e-3ca5819ebfb5} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:38.404873 [ 3 ] {d40b46a4-d426-4634-947e-3ca5819ebfb5} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:38.404913 [ 3 ] {d40b46a4-d426-4634-947e-3ca5819ebfb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:38.405295 [ 3 ] {d40b46a4-d426-4634-947e-3ca5819ebfb5} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.06.28 22:12:38.405633 [ 3 ] {d40b46a4-d426-4634-947e-3ca5819ebfb5} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:38.405814 [ 3 ] {d40b46a4-d426-4634-947e-3ca5819ebfb5} executeQuery: Read 10 rows, 830.00 B in 0.001655 sec., 6042.296072507553 rows/sec., 489.76 KiB/sec. 2024.06.28 22:12:38.406002 [ 3 ] {d40b46a4-d426-4634-947e-3ca5819ebfb5} DynamicQueryHandler: Done processing query 2024.06.28 22:12:38.406028 [ 3 ] {d40b46a4-d426-4634-947e-3ca5819ebfb5} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:12:38.406045 [ 3 ] {} HTTP-Session: 0346976b-96a3-4043-9e04-1450b5b920da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:38.406173 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:38.406221 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:38.406239 [ 3 ] {} HTTP-Session: 951214e0-c617-4557-9276-1fbf0a9408d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:38.406257 [ 3 ] {} HTTP-Session: 951214e0-c617-4557-9276-1fbf0a9408d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:38.406270 [ 3 ] {} HTTP-Session: 951214e0-c617-4557-9276-1fbf0a9408d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:38.406302 [ 3 ] {} HTTP-Session: 951214e0-c617-4557-9276-1fbf0a9408d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:38.406396 [ 3 ] {a93362e5-77e6-4fb4-be07-ef46b1877df9} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:38.406441 [ 3 ] {a93362e5-77e6-4fb4-be07-ef46b1877df9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.28 22:12:38.406572 [ 3 ] {a93362e5-77e6-4fb4-be07-ef46b1877df9} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:38.406862 [ 3 ] {a93362e5-77e6-4fb4-be07-ef46b1877df9} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:38.406899 [ 3 ] {a93362e5-77e6-4fb4-be07-ef46b1877df9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:38.407203 [ 3 ] {a93362e5-77e6-4fb4-be07-ef46b1877df9} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.06.28 22:12:38.407514 [ 3 ] {a93362e5-77e6-4fb4-be07-ef46b1877df9} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:38.407668 [ 3 ] {a93362e5-77e6-4fb4-be07-ef46b1877df9} executeQuery: Read 2 rows, 167.00 B in 0.001296 sec., 1543.2098765432097 rows/sec., 125.84 KiB/sec. 2024.06.28 22:12:38.407832 [ 3 ] {a93362e5-77e6-4fb4-be07-ef46b1877df9} DynamicQueryHandler: Done processing query 2024.06.28 22:12:38.407857 [ 3 ] {a93362e5-77e6-4fb4-be07-ef46b1877df9} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:12:38.407872 [ 3 ] {} HTTP-Session: 951214e0-c617-4557-9276-1fbf0a9408d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:38.408007 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12574, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:38.408054 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:38.408073 [ 3 ] {} HTTP-Session: fa6a9310-a490-4f6c-82a8-ebd15496a444 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:38.408089 [ 3 ] {} HTTP-Session: fa6a9310-a490-4f6c-82a8-ebd15496a444 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:38.408103 [ 3 ] {} HTTP-Session: fa6a9310-a490-4f6c-82a8-ebd15496a444 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:38.408135 [ 3 ] {} HTTP-Session: fa6a9310-a490-4f6c-82a8-ebd15496a444 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:38.408256 [ 3 ] {ff9d8dfc-6b7f-493c-b395-1f91d605772a} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:38.408298 [ 3 ] {ff9d8dfc-6b7f-493c-b395-1f91d605772a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:12:38.408425 [ 3 ] {ff9d8dfc-6b7f-493c-b395-1f91d605772a} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:38.408793 [ 3 ] {ff9d8dfc-6b7f-493c-b395-1f91d605772a} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:38.408829 [ 3 ] {ff9d8dfc-6b7f-493c-b395-1f91d605772a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:38.409140 [ 3 ] {ff9d8dfc-6b7f-493c-b395-1f91d605772a} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.06.28 22:12:38.409447 [ 3 ] {ff9d8dfc-6b7f-493c-b395-1f91d605772a} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:38.409600 [ 3 ] {ff9d8dfc-6b7f-493c-b395-1f91d605772a} executeQuery: Read 87 rows, 7.25 KiB in 0.001388 sec., 62680.11527377522 rows/sec., 5.10 MiB/sec. 2024.06.28 22:12:38.409769 [ 3 ] {ff9d8dfc-6b7f-493c-b395-1f91d605772a} DynamicQueryHandler: Done processing query 2024.06.28 22:12:38.409793 [ 3 ] {ff9d8dfc-6b7f-493c-b395-1f91d605772a} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:12:38.409809 [ 3 ] {} HTTP-Session: fa6a9310-a490-4f6c-82a8-ebd15496a444 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:38.409921 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:38.409970 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:38.409988 [ 3 ] {} HTTP-Session: ac719b15-32e3-44ba-b8c9-13f596e7b2c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:38.410004 [ 3 ] {} HTTP-Session: ac719b15-32e3-44ba-b8c9-13f596e7b2c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:38.410018 [ 3 ] {} HTTP-Session: ac719b15-32e3-44ba-b8c9-13f596e7b2c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:38.410049 [ 3 ] {} HTTP-Session: ac719b15-32e3-44ba-b8c9-13f596e7b2c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:38.410141 [ 3 ] {59e7fb71-431d-47bd-8792-d5f69c05d3ed} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:38.410183 [ 3 ] {59e7fb71-431d-47bd-8792-d5f69c05d3ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.28 22:12:38.410311 [ 3 ] {59e7fb71-431d-47bd-8792-d5f69c05d3ed} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:38.410568 [ 3 ] {59e7fb71-431d-47bd-8792-d5f69c05d3ed} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:38.410604 [ 3 ] {59e7fb71-431d-47bd-8792-d5f69c05d3ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:38.410910 [ 3 ] {59e7fb71-431d-47bd-8792-d5f69c05d3ed} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.06.28 22:12:38.411210 [ 3 ] {59e7fb71-431d-47bd-8792-d5f69c05d3ed} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:38.411359 [ 3 ] {59e7fb71-431d-47bd-8792-d5f69c05d3ed} executeQuery: Read 2 rows, 143.00 B in 0.00124 sec., 1612.9032258064517 rows/sec., 112.62 KiB/sec. 2024.06.28 22:12:38.411521 [ 3 ] {59e7fb71-431d-47bd-8792-d5f69c05d3ed} DynamicQueryHandler: Done processing query 2024.06.28 22:12:38.411545 [ 3 ] {59e7fb71-431d-47bd-8792-d5f69c05d3ed} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:12:38.411561 [ 3 ] {} HTTP-Session: ac719b15-32e3-44ba-b8c9-13f596e7b2c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:38.411674 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12930, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:38.411721 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:38.411739 [ 3 ] {} HTTP-Session: a92aab2e-8449-4390-b017-a148d2c830cb Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:38.411755 [ 3 ] {} HTTP-Session: a92aab2e-8449-4390-b017-a148d2c830cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:38.411769 [ 3 ] {} HTTP-Session: a92aab2e-8449-4390-b017-a148d2c830cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:38.411800 [ 3 ] {} HTTP-Session: a92aab2e-8449-4390-b017-a148d2c830cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:38.411915 [ 3 ] {8e45004b-a099-4d2a-b4e5-9980b966dcce} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:38.411957 [ 3 ] {8e45004b-a099-4d2a-b4e5-9980b966dcce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:12:38.412083 [ 3 ] {8e45004b-a099-4d2a-b4e5-9980b966dcce} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:38.412437 [ 3 ] {8e45004b-a099-4d2a-b4e5-9980b966dcce} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:38.412473 [ 3 ] {8e45004b-a099-4d2a-b4e5-9980b966dcce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:38.412774 [ 3 ] {8e45004b-a099-4d2a-b4e5-9980b966dcce} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.06.28 22:12:38.413071 [ 3 ] {8e45004b-a099-4d2a-b4e5-9980b966dcce} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:38.413234 [ 3 ] {8e45004b-a099-4d2a-b4e5-9980b966dcce} executeQuery: Read 76 rows, 6.08 KiB in 0.001352 sec., 56213.017751479296 rows/sec., 4.39 MiB/sec. 2024.06.28 22:12:38.413400 [ 3 ] {8e45004b-a099-4d2a-b4e5-9980b966dcce} DynamicQueryHandler: Done processing query 2024.06.28 22:12:38.413424 [ 3 ] {8e45004b-a099-4d2a-b4e5-9980b966dcce} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:12:38.413439 [ 3 ] {} HTTP-Session: a92aab2e-8449-4390-b017-a148d2c830cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:38.413586 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:38.413635 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:38.413653 [ 3 ] {} HTTP-Session: e0954a1c-adf8-46c6-a4c7-a34dd48d8783 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:38.413670 [ 3 ] {} HTTP-Session: e0954a1c-adf8-46c6-a4c7-a34dd48d8783 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:38.413683 [ 3 ] {} HTTP-Session: e0954a1c-adf8-46c6-a4c7-a34dd48d8783 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:38.413713 [ 3 ] {} HTTP-Session: e0954a1c-adf8-46c6-a4c7-a34dd48d8783 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:38.413860 [ 3 ] {a72f8d4a-b48c-42a1-b47c-f2a7941c53e9} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:38.413907 [ 3 ] {a72f8d4a-b48c-42a1-b47c-f2a7941c53e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:12:38.414052 [ 3 ] {a72f8d4a-b48c-42a1-b47c-f2a7941c53e9} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:38.414469 [ 3 ] {a72f8d4a-b48c-42a1-b47c-f2a7941c53e9} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:38.414505 [ 3 ] {a72f8d4a-b48c-42a1-b47c-f2a7941c53e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:38.414888 [ 3 ] {a72f8d4a-b48c-42a1-b47c-f2a7941c53e9} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.06.28 22:12:38.415223 [ 3 ] {a72f8d4a-b48c-42a1-b47c-f2a7941c53e9} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:38.415382 [ 3 ] {a72f8d4a-b48c-42a1-b47c-f2a7941c53e9} executeQuery: Read 161 rows, 11.48 KiB in 0.001592 sec., 101130.65326633165 rows/sec., 7.04 MiB/sec. 2024.06.28 22:12:38.415601 [ 3 ] {a72f8d4a-b48c-42a1-b47c-f2a7941c53e9} DynamicQueryHandler: Done processing query 2024.06.28 22:12:38.415625 [ 3 ] {a72f8d4a-b48c-42a1-b47c-f2a7941c53e9} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:12:38.415641 [ 3 ] {} HTTP-Session: e0954a1c-adf8-46c6-a4c7-a34dd48d8783 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:38.415773 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 16516, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:38.415822 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:38.415840 [ 3 ] {} HTTP-Session: 845b96fe-fdb7-4706-a4d0-be90574d5ced Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:38.415857 [ 3 ] {} HTTP-Session: 845b96fe-fdb7-4706-a4d0-be90574d5ced Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:38.415871 [ 3 ] {} HTTP-Session: 845b96fe-fdb7-4706-a4d0-be90574d5ced Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:38.415901 [ 3 ] {} HTTP-Session: 845b96fe-fdb7-4706-a4d0-be90574d5ced Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:38.416087 [ 3 ] {8aa7e8b4-69d8-4bc0-9333-3b943bff2e40} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:38.416151 [ 3 ] {8aa7e8b4-69d8-4bc0-9333-3b943bff2e40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 2024.06.28 22:12:38.416554 [ 3 ] {8aa7e8b4-69d8-4bc0-9333-3b943bff2e40} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:38.417103 [ 3 ] {8aa7e8b4-69d8-4bc0-9333-3b943bff2e40} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:38.417139 [ 3 ] {8aa7e8b4-69d8-4bc0-9333-3b943bff2e40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:38.417716 [ 3 ] {8aa7e8b4-69d8-4bc0-9333-3b943bff2e40} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.06.28 22:12:38.418114 [ 3 ] {8aa7e8b4-69d8-4bc0-9333-3b943bff2e40} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:38.418335 [ 3 ] {8aa7e8b4-69d8-4bc0-9333-3b943bff2e40} executeQuery: Read 10 rows, 18.35 KiB in 0.002341 sec., 4271.678769756514 rows/sec., 7.65 MiB/sec. 2024.06.28 22:12:38.418905 [ 3 ] {8aa7e8b4-69d8-4bc0-9333-3b943bff2e40} DynamicQueryHandler: Done processing query 2024.06.28 22:12:38.418930 [ 3 ] {8aa7e8b4-69d8-4bc0-9333-3b943bff2e40} MemoryTracker: Peak memory usage (for query): 4.42 MiB. 2024.06.28 22:12:38.418946 [ 3 ] {} HTTP-Session: 845b96fe-fdb7-4706-a4d0-be90574d5ced Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:38.419065 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:38.419114 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:38.419133 [ 3 ] {} HTTP-Session: d0bba843-6b2b-4444-8ac0-47f448149fb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:38.419149 [ 3 ] {} HTTP-Session: d0bba843-6b2b-4444-8ac0-47f448149fb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:38.419163 [ 3 ] {} HTTP-Session: d0bba843-6b2b-4444-8ac0-47f448149fb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:38.419193 [ 3 ] {} HTTP-Session: d0bba843-6b2b-4444-8ac0-47f448149fb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:38.419315 [ 3 ] {2c710373-7ba6-4b46-98e6-131c4cceb10c} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:38.419359 [ 3 ] {2c710373-7ba6-4b46-98e6-131c4cceb10c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:12:38.419502 [ 3 ] {2c710373-7ba6-4b46-98e6-131c4cceb10c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:38.419879 [ 3 ] {2c710373-7ba6-4b46-98e6-131c4cceb10c} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:38.419915 [ 3 ] {2c710373-7ba6-4b46-98e6-131c4cceb10c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:38.420267 [ 3 ] {2c710373-7ba6-4b46-98e6-131c4cceb10c} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.06.28 22:12:38.420568 [ 3 ] {2c710373-7ba6-4b46-98e6-131c4cceb10c} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:38.420709 [ 3 ] {2c710373-7ba6-4b46-98e6-131c4cceb10c} executeQuery: Read 60 rows, 4.14 KiB in 0.001478 sec., 40595.399188092015 rows/sec., 2.74 MiB/sec. 2024.06.28 22:12:38.420863 [ 3 ] {2c710373-7ba6-4b46-98e6-131c4cceb10c} DynamicQueryHandler: Done processing query 2024.06.28 22:12:38.420885 [ 3 ] {2c710373-7ba6-4b46-98e6-131c4cceb10c} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:12:38.420899 [ 3 ] {} HTTP-Session: d0bba843-6b2b-4444-8ac0-47f448149fb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:43.402774 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 7841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:43.402919 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:43.402950 [ 3 ] {} HTTP-Session: bf85def4-cc4d-4872-9b45-7a38dd4ab711 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:43.402979 [ 3 ] {} HTTP-Session: bf85def4-cc4d-4872-9b45-7a38dd4ab711 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:43.402998 [ 3 ] {} HTTP-Session: bf85def4-cc4d-4872-9b45-7a38dd4ab711 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:43.403058 [ 3 ] {} HTTP-Session: bf85def4-cc4d-4872-9b45-7a38dd4ab711 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:43.403270 [ 3 ] {6afe9f4b-4219-43a5-8ac9-ce2ad8482b54} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:43.403339 [ 3 ] {6afe9f4b-4219-43a5-8ac9-ce2ad8482b54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:12:43.403532 [ 3 ] {6afe9f4b-4219-43a5-8ac9-ce2ad8482b54} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:43.404065 [ 3 ] {6afe9f4b-4219-43a5-8ac9-ce2ad8482b54} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:43.404109 [ 3 ] {6afe9f4b-4219-43a5-8ac9-ce2ad8482b54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:43.404480 [ 3 ] {6afe9f4b-4219-43a5-8ac9-ce2ad8482b54} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.06.28 22:12:43.404822 [ 3 ] {6afe9f4b-4219-43a5-8ac9-ce2ad8482b54} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:43.405002 [ 3 ] {6afe9f4b-4219-43a5-8ac9-ce2ad8482b54} executeQuery: Read 56 rows, 4.41 KiB in 0.001794 sec., 31215.161649944257 rows/sec., 2.40 MiB/sec. 2024.06.28 22:12:43.405339 [ 3 ] {6afe9f4b-4219-43a5-8ac9-ce2ad8482b54} DynamicQueryHandler: Done processing query 2024.06.28 22:12:43.405366 [ 3 ] {6afe9f4b-4219-43a5-8ac9-ce2ad8482b54} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.06.28 22:12:43.405387 [ 3 ] {} HTTP-Session: bf85def4-cc4d-4872-9b45-7a38dd4ab711 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:43.405569 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:43.405618 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:43.405637 [ 3 ] {} HTTP-Session: 3c413958-c404-45d1-b99f-60cf73dc6471 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:43.405653 [ 3 ] {} HTTP-Session: 3c413958-c404-45d1-b99f-60cf73dc6471 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:43.405666 [ 3 ] {} HTTP-Session: 3c413958-c404-45d1-b99f-60cf73dc6471 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:43.405697 [ 3 ] {} HTTP-Session: 3c413958-c404-45d1-b99f-60cf73dc6471 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:43.405820 [ 3 ] {ff0afa19-c004-4479-9219-049ede3676c9} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:43.405863 [ 3 ] {ff0afa19-c004-4479-9219-049ede3676c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:12:43.406009 [ 3 ] {ff0afa19-c004-4479-9219-049ede3676c9} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:43.406335 [ 3 ] {ff0afa19-c004-4479-9219-049ede3676c9} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:43.406372 [ 3 ] {ff0afa19-c004-4479-9219-049ede3676c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:43.406683 [ 3 ] {ff0afa19-c004-4479-9219-049ede3676c9} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.06.28 22:12:43.406985 [ 3 ] {ff0afa19-c004-4479-9219-049ede3676c9} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:43.407138 [ 3 ] {ff0afa19-c004-4479-9219-049ede3676c9} executeQuery: Read 64 rows, 5.12 KiB in 0.001354 sec., 47267.35598227474 rows/sec., 3.69 MiB/sec. 2024.06.28 22:12:43.407305 [ 3 ] {ff0afa19-c004-4479-9219-049ede3676c9} DynamicQueryHandler: Done processing query 2024.06.28 22:12:43.407330 [ 3 ] {ff0afa19-c004-4479-9219-049ede3676c9} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:12:43.407345 [ 3 ] {} HTTP-Session: 3c413958-c404-45d1-b99f-60cf73dc6471 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:43.407495 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:43.407544 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:43.407564 [ 3 ] {} HTTP-Session: d4d2ec46-55ec-4e98-8c9f-06b6ffac6384 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:43.407580 [ 3 ] {} HTTP-Session: d4d2ec46-55ec-4e98-8c9f-06b6ffac6384 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:43.407594 [ 3 ] {} HTTP-Session: d4d2ec46-55ec-4e98-8c9f-06b6ffac6384 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:43.407625 [ 3 ] {} HTTP-Session: d4d2ec46-55ec-4e98-8c9f-06b6ffac6384 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:43.407765 [ 3 ] {49024d69-c32d-4795-bb56-678c07fd8e8b} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:43.407812 [ 3 ] {49024d69-c32d-4795-bb56-678c07fd8e8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:12:43.407960 [ 3 ] {49024d69-c32d-4795-bb56-678c07fd8e8b} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:43.408389 [ 3 ] {49024d69-c32d-4795-bb56-678c07fd8e8b} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:43.408425 [ 3 ] {49024d69-c32d-4795-bb56-678c07fd8e8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:43.408812 [ 3 ] {49024d69-c32d-4795-bb56-678c07fd8e8b} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.06.28 22:12:43.409142 [ 3 ] {49024d69-c32d-4795-bb56-678c07fd8e8b} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:43.409304 [ 3 ] {49024d69-c32d-4795-bb56-678c07fd8e8b} executeQuery: Read 160 rows, 11.41 KiB in 0.001595 sec., 100313.47962382445 rows/sec., 6.99 MiB/sec. 2024.06.28 22:12:43.409475 [ 3 ] {49024d69-c32d-4795-bb56-678c07fd8e8b} DynamicQueryHandler: Done processing query 2024.06.28 22:12:43.409500 [ 3 ] {49024d69-c32d-4795-bb56-678c07fd8e8b} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:12:43.409515 [ 3 ] {} HTTP-Session: d4d2ec46-55ec-4e98-8c9f-06b6ffac6384 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:43.409654 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:43.409704 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:43.409722 [ 3 ] {} HTTP-Session: a16e51f4-ff52-4836-ae9a-19606a91ff97 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:43.409739 [ 3 ] {} HTTP-Session: a16e51f4-ff52-4836-ae9a-19606a91ff97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:43.409753 [ 3 ] {} HTTP-Session: a16e51f4-ff52-4836-ae9a-19606a91ff97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:43.409784 [ 3 ] {} HTTP-Session: a16e51f4-ff52-4836-ae9a-19606a91ff97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:43.409908 [ 3 ] {c5b213b4-e312-417d-83e3-75d3b5b7c077} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:43.409952 [ 3 ] {c5b213b4-e312-417d-83e3-75d3b5b7c077} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:12:43.410081 [ 3 ] {c5b213b4-e312-417d-83e3-75d3b5b7c077} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:43.410394 [ 3 ] {c5b213b4-e312-417d-83e3-75d3b5b7c077} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:43.410431 [ 3 ] {c5b213b4-e312-417d-83e3-75d3b5b7c077} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:43.410778 [ 3 ] {c5b213b4-e312-417d-83e3-75d3b5b7c077} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.06.28 22:12:43.411104 [ 3 ] {c5b213b4-e312-417d-83e3-75d3b5b7c077} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:43.411268 [ 3 ] {c5b213b4-e312-417d-83e3-75d3b5b7c077} executeQuery: Read 60 rows, 4.14 KiB in 0.0014 sec., 42857.142857142855 rows/sec., 2.89 MiB/sec. 2024.06.28 22:12:43.411432 [ 3 ] {c5b213b4-e312-417d-83e3-75d3b5b7c077} DynamicQueryHandler: Done processing query 2024.06.28 22:12:43.411455 [ 3 ] {c5b213b4-e312-417d-83e3-75d3b5b7c077} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:12:43.411470 [ 3 ] {} HTTP-Session: a16e51f4-ff52-4836-ae9a-19606a91ff97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:47.721315 [ 94 ] {} DNSResolver: Updating DNS cache 2024.06.28 22:12:47.721397 [ 94 ] {} DNSResolver: Updated DNS cache 2024.06.28 22:12:48.403503 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 1488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:48.403706 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:48.403736 [ 3 ] {} HTTP-Session: 6820d939-7dae-41e8-9c4f-6a0a2874bf00 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:48.403765 [ 3 ] {} HTTP-Session: 6820d939-7dae-41e8-9c4f-6a0a2874bf00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:48.403783 [ 3 ] {} HTTP-Session: 6820d939-7dae-41e8-9c4f-6a0a2874bf00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:48.403841 [ 3 ] {} HTTP-Session: 6820d939-7dae-41e8-9c4f-6a0a2874bf00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:48.404039 [ 3 ] {8787ae69-5437-425e-af7c-814dd79b4c0b} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:48.404112 [ 3 ] {8787ae69-5437-425e-af7c-814dd79b4c0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.28 22:12:48.404335 [ 3 ] {8787ae69-5437-425e-af7c-814dd79b4c0b} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:48.404816 [ 3 ] {8787ae69-5437-425e-af7c-814dd79b4c0b} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:48.404856 [ 3 ] {8787ae69-5437-425e-af7c-814dd79b4c0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:48.405223 [ 3 ] {8787ae69-5437-425e-af7c-814dd79b4c0b} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.06.28 22:12:48.405561 [ 3 ] {8787ae69-5437-425e-af7c-814dd79b4c0b} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:48.405700 [ 94 ] {} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2024.06.28 22:12:48.405702 [ 3 ] {8787ae69-5437-425e-af7c-814dd79b4c0b} executeQuery: Read 10 rows, 830.00 B in 0.001726 sec., 5793.742757821552 rows/sec., 469.61 KiB/sec. 2024.06.28 22:12:48.405740 [ 94 ] {} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:48.405774 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:48.406020 [ 3 ] {8787ae69-5437-425e-af7c-814dd79b4c0b} DynamicQueryHandler: Done processing query 2024.06.28 22:12:48.406037 [ 195 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::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.06.28 22:12:48.406083 [ 3 ] {8787ae69-5437-425e-af7c-814dd79b4c0b} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:12:48.406141 [ 3 ] {} HTTP-Session: 6820d939-7dae-41e8-9c4f-6a0a2874bf00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:48.406275 [ 195 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:12:48.406331 [ 195 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::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.06.28 22:12:48.406359 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:48.406509 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:48.406542 [ 195 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 10 rows starting from the beginning of the part 2024.06.28 22:12:48.406591 [ 3 ] {} HTTP-Session: 4647c1e0-2a0a-444f-9a07-a95c6deda0ba Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:48.406682 [ 3 ] {} HTTP-Session: 4647c1e0-2a0a-444f-9a07-a95c6deda0ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:48.406790 [ 3 ] {} HTTP-Session: 4647c1e0-2a0a-444f-9a07-a95c6deda0ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:48.406909 [ 195 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part 2024.06.28 22:12:48.406916 [ 3 ] {} HTTP-Session: 4647c1e0-2a0a-444f-9a07-a95c6deda0ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:48.407167 [ 195 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 10 rows starting from the beginning of the part 2024.06.28 22:12:48.407265 [ 3 ] {daecba8a-3c26-4464-ac48-d3ac4644d09e} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:48.407410 [ 3 ] {daecba8a-3c26-4464-ac48-d3ac4644d09e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:12:48.407457 [ 195 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 10 rows starting from the beginning of the part 2024.06.28 22:12:48.408182 [ 3 ] {daecba8a-3c26-4464-ac48-d3ac4644d09e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:48.409036 [ 3 ] {daecba8a-3c26-4464-ac48-d3ac4644d09e} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:48.409108 [ 3 ] {daecba8a-3c26-4464-ac48-d3ac4644d09e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:12:48.409967 [ 195 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 4 columns (4 merged, 0 gathered) in 0.004108043 sec., 12171.2455298058 rows/sec., 986.54 KiB/sec. 2024.06.28 22:12:48.410004 [ 3 ] {daecba8a-3c26-4464-ac48-d3ac4644d09e} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.06.28 22:12:48.410148 [ 186 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2024.06.28 22:12:48.410488 [ 3 ] {daecba8a-3c26-4464-ac48-d3ac4644d09e} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:48.410675 [ 3 ] {daecba8a-3c26-4464-ac48-d3ac4644d09e} executeQuery: Read 86 rows, 7.18 KiB in 0.00356 sec., 24157.303370786518 rows/sec., 1.97 MiB/sec. 2024.06.28 22:12:48.410786 [ 186 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_9_2} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:48.411084 [ 186 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_9_2} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2024.06.28 22:12:48.411203 [ 3 ] {daecba8a-3c26-4464-ac48-d3ac4644d09e} DynamicQueryHandler: Done processing query 2024.06.28 22:12:48.411319 [ 3 ] {daecba8a-3c26-4464-ac48-d3ac4644d09e} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:12:48.411401 [ 3 ] {} HTTP-Session: 4647c1e0-2a0a-444f-9a07-a95c6deda0ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:48.411406 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.06.28 22:12:48.411598 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:48.411651 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:48.411671 [ 3 ] {} HTTP-Session: 52a8921d-245b-4226-8452-1496780e6f16 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:48.411688 [ 3 ] {} HTTP-Session: 52a8921d-245b-4226-8452-1496780e6f16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:48.411702 [ 3 ] {} HTTP-Session: 52a8921d-245b-4226-8452-1496780e6f16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:48.411735 [ 3 ] {} HTTP-Session: 52a8921d-245b-4226-8452-1496780e6f16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:48.411866 [ 3 ] {6901cf8f-30d5-4a50-a850-e6d1fea5be45} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:48.411912 [ 3 ] {6901cf8f-30d5-4a50-a850-e6d1fea5be45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:12:48.412056 [ 3 ] {6901cf8f-30d5-4a50-a850-e6d1fea5be45} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:48.412409 [ 3 ] {6901cf8f-30d5-4a50-a850-e6d1fea5be45} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:48.412445 [ 3 ] {6901cf8f-30d5-4a50-a850-e6d1fea5be45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:48.412763 [ 3 ] {6901cf8f-30d5-4a50-a850-e6d1fea5be45} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.06.28 22:12:48.413065 [ 3 ] {6901cf8f-30d5-4a50-a850-e6d1fea5be45} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:48.413189 [ 3 ] {6901cf8f-30d5-4a50-a850-e6d1fea5be45} executeQuery: Read 74 rows, 5.92 KiB in 0.001373 sec., 53896.5768390386 rows/sec., 4.21 MiB/sec. 2024.06.28 22:12:48.413521 [ 3 ] {6901cf8f-30d5-4a50-a850-e6d1fea5be45} DynamicQueryHandler: Done processing query 2024.06.28 22:12:48.413545 [ 3 ] {6901cf8f-30d5-4a50-a850-e6d1fea5be45} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:12:48.413561 [ 3 ] {} HTTP-Session: 52a8921d-245b-4226-8452-1496780e6f16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:48.413736 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:48.413784 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:48.413804 [ 3 ] {} HTTP-Session: 1a4f8fe6-ea36-4dc1-a8ca-0dda59288d86 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:48.413820 [ 3 ] {} HTTP-Session: 1a4f8fe6-ea36-4dc1-a8ca-0dda59288d86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:48.413833 [ 3 ] {} HTTP-Session: 1a4f8fe6-ea36-4dc1-a8ca-0dda59288d86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:48.413863 [ 3 ] {} HTTP-Session: 1a4f8fe6-ea36-4dc1-a8ca-0dda59288d86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:48.414012 [ 3 ] {ee79733d-da9d-4ae9-b14b-06452e53f010} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:48.414061 [ 3 ] {ee79733d-da9d-4ae9-b14b-06452e53f010} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:12:48.414226 [ 3 ] {ee79733d-da9d-4ae9-b14b-06452e53f010} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:48.414618 [ 3 ] {ee79733d-da9d-4ae9-b14b-06452e53f010} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:48.414654 [ 3 ] {ee79733d-da9d-4ae9-b14b-06452e53f010} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:48.415034 [ 3 ] {ee79733d-da9d-4ae9-b14b-06452e53f010} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.06.28 22:12:48.415361 [ 3 ] {ee79733d-da9d-4ae9-b14b-06452e53f010} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:48.415502 [ 3 ] {ee79733d-da9d-4ae9-b14b-06452e53f010} executeQuery: Read 160 rows, 11.41 KiB in 0.001558 sec., 102695.76379974326 rows/sec., 7.15 MiB/sec. 2024.06.28 22:12:48.415789 [ 3 ] {ee79733d-da9d-4ae9-b14b-06452e53f010} DynamicQueryHandler: Done processing query 2024.06.28 22:12:48.415835 [ 3 ] {ee79733d-da9d-4ae9-b14b-06452e53f010} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:12:48.415880 [ 3 ] {} HTTP-Session: 1a4f8fe6-ea36-4dc1-a8ca-0dda59288d86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:48.416018 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 16511, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:48.416068 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:48.416087 [ 3 ] {} HTTP-Session: 5100daf4-ee46-4fb7-b5bf-e07514bf3b74 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:48.416103 [ 3 ] {} HTTP-Session: 5100daf4-ee46-4fb7-b5bf-e07514bf3b74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:48.416117 [ 3 ] {} HTTP-Session: 5100daf4-ee46-4fb7-b5bf-e07514bf3b74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:48.416147 [ 3 ] {} HTTP-Session: 5100daf4-ee46-4fb7-b5bf-e07514bf3b74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:48.416340 [ 3 ] {eabe2126-5bc3-45f9-affe-5d419ce887f4} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:48.416411 [ 3 ] {eabe2126-5bc3-45f9-affe-5d419ce887f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 2024.06.28 22:12:48.416832 [ 3 ] {eabe2126-5bc3-45f9-affe-5d419ce887f4} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:48.417397 [ 3 ] {eabe2126-5bc3-45f9-affe-5d419ce887f4} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:48.417433 [ 3 ] {eabe2126-5bc3-45f9-affe-5d419ce887f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:48.418012 [ 3 ] {eabe2126-5bc3-45f9-affe-5d419ce887f4} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.06.28 22:12:48.418418 [ 3 ] {eabe2126-5bc3-45f9-affe-5d419ce887f4} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:48.418629 [ 3 ] {eabe2126-5bc3-45f9-affe-5d419ce887f4} executeQuery: Read 10 rows, 18.35 KiB in 0.002388 sec., 4187.604690117253 rows/sec., 7.50 MiB/sec. 2024.06.28 22:12:48.419142 [ 3 ] {eabe2126-5bc3-45f9-affe-5d419ce887f4} DynamicQueryHandler: Done processing query 2024.06.28 22:12:48.419166 [ 3 ] {eabe2126-5bc3-45f9-affe-5d419ce887f4} MemoryTracker: Peak memory usage (for query): 4.42 MiB. 2024.06.28 22:12:48.419181 [ 3 ] {} HTTP-Session: 5100daf4-ee46-4fb7-b5bf-e07514bf3b74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:48.419307 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:48.419355 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:48.419374 [ 3 ] {} HTTP-Session: c5bd15e3-d374-4cb6-a5c5-4c3247f4680a Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:48.419391 [ 3 ] {} HTTP-Session: c5bd15e3-d374-4cb6-a5c5-4c3247f4680a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:48.419405 [ 3 ] {} HTTP-Session: c5bd15e3-d374-4cb6-a5c5-4c3247f4680a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:48.419434 [ 3 ] {} HTTP-Session: c5bd15e3-d374-4cb6-a5c5-4c3247f4680a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:48.419552 [ 3 ] {51784c80-9b4a-45ca-a79a-538ee5b67257} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:48.419595 [ 3 ] {51784c80-9b4a-45ca-a79a-538ee5b67257} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:12:48.419736 [ 3 ] {51784c80-9b4a-45ca-a79a-538ee5b67257} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:48.420043 [ 3 ] {51784c80-9b4a-45ca-a79a-538ee5b67257} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:48.420079 [ 3 ] {51784c80-9b4a-45ca-a79a-538ee5b67257} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2024.06.28 22:12:48.420441 [ 3 ] {51784c80-9b4a-45ca-a79a-538ee5b67257} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.06.28 22:12:48.420776 [ 3 ] {51784c80-9b4a-45ca-a79a-538ee5b67257} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:48.420931 [ 3 ] {51784c80-9b4a-45ca-a79a-538ee5b67257} executeQuery: Read 60 rows, 4.14 KiB in 0.001415 sec., 42402.826855123676 rows/sec., 2.86 MiB/sec. 2024.06.28 22:12:48.421239 [ 3 ] {51784c80-9b4a-45ca-a79a-538ee5b67257} DynamicQueryHandler: Done processing query 2024.06.28 22:12:48.421291 [ 3 ] {51784c80-9b4a-45ca-a79a-538ee5b67257} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:12:48.421330 [ 3 ] {} HTTP-Session: c5bd15e3-d374-4cb6-a5c5-4c3247f4680a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:53.404871 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:53.405069 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:53.405115 [ 3 ] {} HTTP-Session: adc43ed6-7a9e-4901-bad0-ae5b5e4a3b2f Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:53.405158 [ 3 ] {} HTTP-Session: adc43ed6-7a9e-4901-bad0-ae5b5e4a3b2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:53.405186 [ 3 ] {} HTTP-Session: adc43ed6-7a9e-4901-bad0-ae5b5e4a3b2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:53.405267 [ 3 ] {} HTTP-Session: adc43ed6-7a9e-4901-bad0-ae5b5e4a3b2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:53.405594 [ 3 ] {2c837df4-88b8-42f3-9449-e77978cf7a16} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:53.405701 [ 3 ] {2c837df4-88b8-42f3-9449-e77978cf7a16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:12:53.405974 [ 3 ] {2c837df4-88b8-42f3-9449-e77978cf7a16} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:53.406428 [ 3 ] {2c837df4-88b8-42f3-9449-e77978cf7a16} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:53.406471 [ 3 ] {2c837df4-88b8-42f3-9449-e77978cf7a16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:12:53.406848 [ 3 ] {2c837df4-88b8-42f3-9449-e77978cf7a16} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.06.28 22:12:53.407182 [ 3 ] {2c837df4-88b8-42f3-9449-e77978cf7a16} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:53.407343 [ 3 ] {2c837df4-88b8-42f3-9449-e77978cf7a16} executeQuery: Read 92 rows, 7.22 KiB in 0.00187 sec., 49197.86096256685 rows/sec., 3.77 MiB/sec. 2024.06.28 22:12:53.407631 [ 3 ] {2c837df4-88b8-42f3-9449-e77978cf7a16} DynamicQueryHandler: Done processing query 2024.06.28 22:12:53.407677 [ 3 ] {2c837df4-88b8-42f3-9449-e77978cf7a16} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:12:53.407695 [ 3 ] {} HTTP-Session: adc43ed6-7a9e-4901-bad0-ae5b5e4a3b2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:53.407837 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 14928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:53.407889 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:53.407909 [ 3 ] {} HTTP-Session: 33e4c9df-a621-4263-a774-25bebad88e01 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:53.407926 [ 3 ] {} HTTP-Session: 33e4c9df-a621-4263-a774-25bebad88e01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:53.407940 [ 3 ] {} HTTP-Session: 33e4c9df-a621-4263-a774-25bebad88e01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:53.407971 [ 3 ] {} HTTP-Session: 33e4c9df-a621-4263-a774-25bebad88e01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:53.408091 [ 3 ] {50cf3acd-6697-4971-80a3-7c859beb6f03} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:53.408135 [ 3 ] {50cf3acd-6697-4971-80a3-7c859beb6f03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:12:53.408281 [ 3 ] {50cf3acd-6697-4971-80a3-7c859beb6f03} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:53.408635 [ 3 ] {50cf3acd-6697-4971-80a3-7c859beb6f03} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:53.408672 [ 3 ] {50cf3acd-6697-4971-80a3-7c859beb6f03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:12:53.408991 [ 3 ] {50cf3acd-6697-4971-80a3-7c859beb6f03} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.06.28 22:12:53.409298 [ 3 ] {50cf3acd-6697-4971-80a3-7c859beb6f03} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:53.409460 [ 3 ] {50cf3acd-6697-4971-80a3-7c859beb6f03} executeQuery: Read 88 rows, 7.01 KiB in 0.001401 sec., 62812.27694503926 rows/sec., 4.89 MiB/sec. 2024.06.28 22:12:53.409734 [ 3 ] {50cf3acd-6697-4971-80a3-7c859beb6f03} DynamicQueryHandler: Done processing query 2024.06.28 22:12:53.409763 [ 3 ] {50cf3acd-6697-4971-80a3-7c859beb6f03} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:12:53.409779 [ 3 ] {} HTTP-Session: 33e4c9df-a621-4263-a774-25bebad88e01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:53.410012 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 37590, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:53.410066 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:53.410085 [ 3 ] {} HTTP-Session: 95daa61f-76e5-45a1-b8f7-e8cafef4d32d Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:53.410102 [ 3 ] {} HTTP-Session: 95daa61f-76e5-45a1-b8f7-e8cafef4d32d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:53.410116 [ 3 ] {} HTTP-Session: 95daa61f-76e5-45a1-b8f7-e8cafef4d32d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:53.410147 [ 3 ] {} HTTP-Session: 95daa61f-76e5-45a1-b8f7-e8cafef4d32d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:53.410316 [ 3 ] {a410d275-fcea-4c9f-868a-7bc8e0de8b05} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:53.410365 [ 3 ] {a410d275-fcea-4c9f-868a-7bc8e0de8b05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:12:53.410528 [ 3 ] {a410d275-fcea-4c9f-868a-7bc8e0de8b05} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:53.410946 [ 3 ] {a410d275-fcea-4c9f-868a-7bc8e0de8b05} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:53.410984 [ 3 ] {a410d275-fcea-4c9f-868a-7bc8e0de8b05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:12:53.411382 [ 3 ] {a410d275-fcea-4c9f-868a-7bc8e0de8b05} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.06.28 22:12:53.411735 [ 3 ] {a410d275-fcea-4c9f-868a-7bc8e0de8b05} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:53.411896 [ 3 ] {a410d275-fcea-4c9f-868a-7bc8e0de8b05} executeQuery: Read 196 rows, 14.01 KiB in 0.001654 sec., 118500.6045949214 rows/sec., 8.27 MiB/sec. 2024.06.28 22:12:53.412214 [ 3 ] {a410d275-fcea-4c9f-868a-7bc8e0de8b05} DynamicQueryHandler: Done processing query 2024.06.28 22:12:53.412237 [ 3 ] {a410d275-fcea-4c9f-868a-7bc8e0de8b05} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.06.28 22:12:53.412254 [ 3 ] {} HTTP-Session: 95daa61f-76e5-45a1-b8f7-e8cafef4d32d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:53.412392 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:53.412439 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:53.412457 [ 3 ] {} HTTP-Session: 35fb494c-562b-42f7-bd48-45e4a035ee28 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:53.412473 [ 3 ] {} HTTP-Session: 35fb494c-562b-42f7-bd48-45e4a035ee28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:53.412488 [ 3 ] {} HTTP-Session: 35fb494c-562b-42f7-bd48-45e4a035ee28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:53.412518 [ 3 ] {} HTTP-Session: 35fb494c-562b-42f7-bd48-45e4a035ee28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:53.412632 [ 3 ] {c8b17cf8-9f90-4352-8e82-60bacfe811e6} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:53.412677 [ 3 ] {c8b17cf8-9f90-4352-8e82-60bacfe811e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:12:53.412822 [ 3 ] {c8b17cf8-9f90-4352-8e82-60bacfe811e6} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:53.413111 [ 3 ] {c8b17cf8-9f90-4352-8e82-60bacfe811e6} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:53.413148 [ 3 ] {c8b17cf8-9f90-4352-8e82-60bacfe811e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:12:53.413500 [ 3 ] {c8b17cf8-9f90-4352-8e82-60bacfe811e6} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.06.28 22:12:53.413818 [ 3 ] {c8b17cf8-9f90-4352-8e82-60bacfe811e6} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:53.413976 [ 3 ] {c8b17cf8-9f90-4352-8e82-60bacfe811e6} executeQuery: Read 60 rows, 4.14 KiB in 0.001378 sec., 43541.36429608127 rows/sec., 2.93 MiB/sec. 2024.06.28 22:12:53.414138 [ 3 ] {c8b17cf8-9f90-4352-8e82-60bacfe811e6} DynamicQueryHandler: Done processing query 2024.06.28 22:12:53.414161 [ 3 ] {c8b17cf8-9f90-4352-8e82-60bacfe811e6} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:12:53.414177 [ 3 ] {} HTTP-Session: 35fb494c-562b-42f7-bd48-45e4a035ee28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:58.403532 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 1488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:58.403663 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:58.403691 [ 3 ] {} HTTP-Session: 1feebf3a-cd9c-45b5-b21b-edfdb2392590 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:58.403719 [ 3 ] {} HTTP-Session: 1feebf3a-cd9c-45b5-b21b-edfdb2392590 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:58.403738 [ 3 ] {} HTTP-Session: 1feebf3a-cd9c-45b5-b21b-edfdb2392590 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:58.403793 [ 3 ] {} HTTP-Session: 1feebf3a-cd9c-45b5-b21b-edfdb2392590 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:58.403990 [ 3 ] {9b146c57-aa93-44ca-8ffa-653bcff5502d} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:58.404061 [ 3 ] {9b146c57-aa93-44ca-8ffa-653bcff5502d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.28 22:12:58.404266 [ 3 ] {9b146c57-aa93-44ca-8ffa-653bcff5502d} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:58.404688 [ 3 ] {9b146c57-aa93-44ca-8ffa-653bcff5502d} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:58.404729 [ 3 ] {9b146c57-aa93-44ca-8ffa-653bcff5502d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:12:58.405100 [ 3 ] {9b146c57-aa93-44ca-8ffa-653bcff5502d} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.06.28 22:12:58.405443 [ 3 ] {9b146c57-aa93-44ca-8ffa-653bcff5502d} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:58.405589 [ 3 ] {9b146c57-aa93-44ca-8ffa-653bcff5502d} executeQuery: Read 10 rows, 830.00 B in 0.00166 sec., 6024.096385542169 rows/sec., 488.28 KiB/sec. 2024.06.28 22:12:58.405921 [ 3 ] {9b146c57-aa93-44ca-8ffa-653bcff5502d} DynamicQueryHandler: Done processing query 2024.06.28 22:12:58.405955 [ 3 ] {9b146c57-aa93-44ca-8ffa-653bcff5502d} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:12:58.405971 [ 3 ] {} HTTP-Session: 1feebf3a-cd9c-45b5-b21b-edfdb2392590 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:58.406110 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:58.406162 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:58.406181 [ 3 ] {} HTTP-Session: 5957c387-f3ec-47a3-8df5-86c679d142c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:58.406198 [ 3 ] {} HTTP-Session: 5957c387-f3ec-47a3-8df5-86c679d142c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:58.406212 [ 3 ] {} HTTP-Session: 5957c387-f3ec-47a3-8df5-86c679d142c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:58.406246 [ 3 ] {} HTTP-Session: 5957c387-f3ec-47a3-8df5-86c679d142c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:58.406372 [ 3 ] {dd0e68ca-df13-4f7c-8a36-fdc9d3c536f5} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:58.406417 [ 3 ] {dd0e68ca-df13-4f7c-8a36-fdc9d3c536f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:12:58.406560 [ 3 ] {dd0e68ca-df13-4f7c-8a36-fdc9d3c536f5} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:58.406910 [ 3 ] {dd0e68ca-df13-4f7c-8a36-fdc9d3c536f5} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:58.406946 [ 3 ] {dd0e68ca-df13-4f7c-8a36-fdc9d3c536f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:12:58.407261 [ 3 ] {dd0e68ca-df13-4f7c-8a36-fdc9d3c536f5} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.06.28 22:12:58.407542 [ 3 ] {dd0e68ca-df13-4f7c-8a36-fdc9d3c536f5} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:58.407657 [ 154 ] {} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.06.28 22:12:58.407661 [ 3 ] {dd0e68ca-df13-4f7c-8a36-fdc9d3c536f5} executeQuery: Read 86 rows, 7.18 KiB in 0.001375 sec., 62545.45454545455 rows/sec., 5.10 MiB/sec. 2024.06.28 22:12:58.407690 [ 154 ] {} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:58.407724 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:12:58.407875 [ 3 ] {dd0e68ca-df13-4f7c-8a36-fdc9d3c536f5} DynamicQueryHandler: Done processing query 2024.06.28 22:12:58.407909 [ 3 ] {dd0e68ca-df13-4f7c-8a36-fdc9d3c536f5} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:12:58.407910 [ 200 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::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.06.28 22:12:58.407927 [ 3 ] {} HTTP-Session: 5957c387-f3ec-47a3-8df5-86c679d142c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:58.408177 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:58.408222 [ 200 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:12:58.408269 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:58.408284 [ 200 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 129 rows starting from the beginning of the part 2024.06.28 22:12:58.408312 [ 3 ] {} HTTP-Session: 16d62238-2c29-4f9d-899f-3debf5b7f716 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:58.408354 [ 3 ] {} HTTP-Session: 16d62238-2c29-4f9d-899f-3debf5b7f716 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:58.408396 [ 3 ] {} HTTP-Session: 16d62238-2c29-4f9d-899f-3debf5b7f716 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:58.408506 [ 200 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 87 rows starting from the beginning of the part 2024.06.28 22:12:58.408527 [ 3 ] {} HTTP-Session: 16d62238-2c29-4f9d-899f-3debf5b7f716 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:58.408813 [ 200 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 56 rows starting from the beginning of the part 2024.06.28 22:12:58.409038 [ 3 ] {b6a43343-b20f-402b-a9cc-8866941834e0} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:58.409147 [ 200 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 86 rows starting from the beginning of the part 2024.06.28 22:12:58.409192 [ 3 ] {b6a43343-b20f-402b-a9cc-8866941834e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:12:58.409441 [ 200 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 92 rows starting from the beginning of the part 2024.06.28 22:12:58.409725 [ 200 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 86 rows starting from the beginning of the part 2024.06.28 22:12:58.410355 [ 3 ] {b6a43343-b20f-402b-a9cc-8866941834e0} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:58.411144 [ 3 ] {b6a43343-b20f-402b-a9cc-8866941834e0} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:58.411206 [ 3 ] {b6a43343-b20f-402b-a9cc-8866941834e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:12:58.412147 [ 3 ] {b6a43343-b20f-402b-a9cc-8866941834e0} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.06.28 22:12:58.412858 [ 186 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 536 rows, containing 4 columns (4 merged, 0 gathered) in 0.005006275 sec., 107065.63263104804 rows/sec., 8.53 MiB/sec. 2024.06.28 22:12:58.413020 [ 3 ] {b6a43343-b20f-402b-a9cc-8866941834e0} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:58.413066 [ 186 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.06.28 22:12:58.413182 [ 154 ] {} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.06.28 22:12:58.413226 [ 3 ] {b6a43343-b20f-402b-a9cc-8866941834e0} executeQuery: Read 74 rows, 5.92 KiB in 0.004432 sec., 16696.750902527074 rows/sec., 1.30 MiB/sec. 2024.06.28 22:12:58.413243 [ 154 ] {} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:58.413277 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:12:58.413691 [ 3 ] {b6a43343-b20f-402b-a9cc-8866941834e0} DynamicQueryHandler: Done processing query 2024.06.28 22:12:58.413795 [ 3 ] {b6a43343-b20f-402b-a9cc-8866941834e0} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:12:58.413859 [ 200 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::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.06.28 22:12:58.413883 [ 3 ] {} HTTP-Session: 16d62238-2c29-4f9d-899f-3debf5b7f716 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:58.414160 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:58.414333 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:58.414376 [ 200 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:12:58.414393 [ 3 ] {} HTTP-Session: 61c63639-0406-4167-a46d-2112a838269d Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:58.414440 [ 186 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_31_6} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:58.414479 [ 3 ] {} HTTP-Session: 61c63639-0406-4167-a46d-2112a838269d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:58.414488 [ 200 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 124 rows starting from the beginning of the part 2024.06.28 22:12:58.414521 [ 3 ] {} HTTP-Session: 61c63639-0406-4167-a46d-2112a838269d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:58.414643 [ 3 ] {} HTTP-Session: 61c63639-0406-4167-a46d-2112a838269d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:58.414719 [ 186 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_31_6} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.06.28 22:12:58.414877 [ 200 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 76 rows starting from the beginning of the part 2024.06.28 22:12:58.415104 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2024.06.28 22:12:58.415244 [ 200 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 64 rows starting from the beginning of the part 2024.06.28 22:12:58.415405 [ 3 ] {24a94e45-c302-4af0-bb74-e35b60216bfa} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:58.415521 [ 200 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 74 rows starting from the beginning of the part 2024.06.28 22:12:58.415687 [ 3 ] {24a94e45-c302-4af0-bb74-e35b60216bfa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:12:58.415805 [ 200 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 88 rows starting from the beginning of the part 2024.06.28 22:12:58.416099 [ 200 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 74 rows starting from the beginning of the part 2024.06.28 22:12:58.416791 [ 3 ] {24a94e45-c302-4af0-bb74-e35b60216bfa} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:58.417774 [ 3 ] {24a94e45-c302-4af0-bb74-e35b60216bfa} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:58.417841 [ 3 ] {24a94e45-c302-4af0-bb74-e35b60216bfa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:12:58.418901 [ 200 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 500 rows, containing 4 columns (4 merged, 0 gathered) in 0.005510772 sec., 90731.3893588775 rows/sec., 7.08 MiB/sec. 2024.06.28 22:12:58.418962 [ 3 ] {24a94e45-c302-4af0-bb74-e35b60216bfa} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.06.28 22:12:58.419131 [ 200 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.06.28 22:12:58.419819 [ 3 ] {24a94e45-c302-4af0-bb74-e35b60216bfa} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:58.420078 [ 154 ] {} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.06.28 22:12:58.420166 [ 154 ] {} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:58.420162 [ 3 ] {24a94e45-c302-4af0-bb74-e35b60216bfa} executeQuery: Read 160 rows, 11.41 KiB in 0.005143 sec., 31110.246937585067 rows/sec., 2.17 MiB/sec. 2024.06.28 22:12:58.420207 [ 200 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_31_6} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:58.420228 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:12:58.420622 [ 200 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_31_6} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.06.28 22:12:58.420865 [ 199 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::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.06.28 22:12:58.421023 [ 3 ] {24a94e45-c302-4af0-bb74-e35b60216bfa} DynamicQueryHandler: Done processing query 2024.06.28 22:12:58.421047 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.06.28 22:12:58.421103 [ 3 ] {24a94e45-c302-4af0-bb74-e35b60216bfa} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:12:58.421230 [ 3 ] {} HTTP-Session: 61c63639-0406-4167-a46d-2112a838269d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:58.421509 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 16506, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:58.421662 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:58.421715 [ 3 ] {} HTTP-Session: aec07285-d077-4309-88d8-d02dbd5799c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:58.421716 [ 199 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:12:58.421740 [ 3 ] {} HTTP-Session: aec07285-d077-4309-88d8-d02dbd5799c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:58.421775 [ 3 ] {} HTTP-Session: aec07285-d077-4309-88d8-d02dbd5799c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:58.421808 [ 199 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 4112 rows starting from the beginning of the part 2024.06.28 22:12:58.421835 [ 3 ] {} HTTP-Session: aec07285-d077-4309-88d8-d02dbd5799c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:58.422114 [ 199 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::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.06.28 22:12:58.422225 [ 199 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::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.06.28 22:12:58.422404 [ 3 ] {41b41301-f591-401f-9e14-044a72bb9df8} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:58.422465 [ 199 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::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.06.28 22:12:58.422792 [ 3 ] {41b41301-f591-401f-9e14-044a72bb9df8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 2024.06.28 22:12:58.422812 [ 199 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 196 rows starting from the beginning of the part 2024.06.28 22:12:58.423210 [ 199 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::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.06.28 22:12:58.425049 [ 3 ] {41b41301-f591-401f-9e14-044a72bb9df8} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:58.426511 [ 3 ] {41b41301-f591-401f-9e14-044a72bb9df8} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:58.426585 [ 3 ] {41b41301-f591-401f-9e14-044a72bb9df8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:12:58.428232 [ 3 ] {41b41301-f591-401f-9e14-044a72bb9df8} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.06.28 22:12:58.428683 [ 3 ] {41b41301-f591-401f-9e14-044a72bb9df8} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:58.429153 [ 3 ] {41b41301-f591-401f-9e14-044a72bb9df8} executeQuery: Read 10 rows, 18.35 KiB in 0.007109 sec., 1406.6676044450696 rows/sec., 2.52 MiB/sec. 2024.06.28 22:12:58.429359 [ 194 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 4949 rows, containing 5 columns (5 merged, 0 gathered) in 0.008926867 sec., 554393.8315648704 rows/sec., 38.65 MiB/sec. 2024.06.28 22:12:58.429528 [ 3 ] {41b41301-f591-401f-9e14-044a72bb9df8} DynamicQueryHandler: Done processing query 2024.06.28 22:12:58.429552 [ 3 ] {41b41301-f591-401f-9e14-044a72bb9df8} MemoryTracker: Peak memory usage (for query): 4.42 MiB. 2024.06.28 22:12:58.429568 [ 3 ] {} HTTP-Session: aec07285-d077-4309-88d8-d02dbd5799c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:58.429687 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:12:58.429733 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:12:58.429745 [ 194 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.06.28 22:12:58.429754 [ 3 ] {} HTTP-Session: d08c09d9-06c1-470b-9632-fac7dd412876 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:12:58.429784 [ 3 ] {} HTTP-Session: d08c09d9-06c1-470b-9632-fac7dd412876 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:58.429809 [ 3 ] {} HTTP-Session: d08c09d9-06c1-470b-9632-fac7dd412876 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:58.429847 [ 3 ] {} HTTP-Session: d08c09d9-06c1-470b-9632-fac7dd412876 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:12:58.429998 [ 3 ] {81020d39-a4f0-4e6f-9a4a-7a3ef4a11702} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:12:58.430064 [ 3 ] {81020d39-a4f0-4e6f-9a4a-7a3ef4a11702} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:12:58.430262 [ 3 ] {81020d39-a4f0-4e6f-9a4a-7a3ef4a11702} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:12:58.430301 [ 194 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_31_6} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:58.430413 [ 194 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_31_6} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.06.28 22:12:58.430550 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. 2024.06.28 22:12:58.430693 [ 3 ] {81020d39-a4f0-4e6f-9a4a-7a3ef4a11702} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:58.430728 [ 3 ] {81020d39-a4f0-4e6f-9a4a-7a3ef4a11702} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:12:58.431093 [ 3 ] {81020d39-a4f0-4e6f-9a4a-7a3ef4a11702} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.06.28 22:12:58.431416 [ 3 ] {81020d39-a4f0-4e6f-9a4a-7a3ef4a11702} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:58.431536 [ 154 ] {} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.06.28 22:12:58.431541 [ 3 ] {81020d39-a4f0-4e6f-9a4a-7a3ef4a11702} executeQuery: Read 60 rows, 4.14 KiB in 0.001615 sec., 37151.70278637771 rows/sec., 2.50 MiB/sec. 2024.06.28 22:12:58.431583 [ 154 ] {} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:12:58.431631 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:12:58.431788 [ 3 ] {81020d39-a4f0-4e6f-9a4a-7a3ef4a11702} DynamicQueryHandler: Done processing query 2024.06.28 22:12:58.431797 [ 199 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:12:58.431822 [ 3 ] {81020d39-a4f0-4e6f-9a4a-7a3ef4a11702} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:12:58.431870 [ 3 ] {} HTTP-Session: d08c09d9-06c1-470b-9632-fac7dd412876 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:12:58.431987 [ 199 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:12:58.432022 [ 199 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1454 rows starting from the beginning of the part 2024.06.28 22:12:58.432098 [ 199 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:12:58.432180 [ 199 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:12:58.432424 [ 199 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:12:58.432531 [ 199 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:12:58.432726 [ 199 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:12:58.433879 [ 200 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1754 rows, containing 4 columns (4 merged, 0 gathered) in 0.002167408 sec., 809261.5695798852 rows/sec., 54.49 MiB/sec. 2024.06.28 22:12:58.434235 [ 200 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.06.28 22:12:58.434623 [ 200 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_31_6} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:12:58.434706 [ 200 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_31_6} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.06.28 22:12:58.434791 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2024.06.28 22:12:59.000255 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 182.73 MiB, peak 192.21 MiB, free memory in arenas 0.00 B, will set to 183.84 MiB (RSS), difference: 1.11 MiB 2024.06.28 22:13:02.721628 [ 151 ] {} DNSResolver: Updating DNS cache 2024.06.28 22:13:02.721679 [ 151 ] {} DNSResolver: Updated DNS cache 2024.06.28 22:13:03.403375 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 7841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:03.403562 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:03.403604 [ 3 ] {} HTTP-Session: 75acd1a3-0d60-469f-8107-40734e1c7ab6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:03.403633 [ 3 ] {} HTTP-Session: 75acd1a3-0d60-469f-8107-40734e1c7ab6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:03.403651 [ 3 ] {} HTTP-Session: 75acd1a3-0d60-469f-8107-40734e1c7ab6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:03.403709 [ 3 ] {} HTTP-Session: 75acd1a3-0d60-469f-8107-40734e1c7ab6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:03.403922 [ 3 ] {c56412e7-2c45-434d-84e2-c12443b0cd58} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:03.403996 [ 3 ] {c56412e7-2c45-434d-84e2-c12443b0cd58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:13:03.404213 [ 3 ] {c56412e7-2c45-434d-84e2-c12443b0cd58} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:03.404681 [ 3 ] {c56412e7-2c45-434d-84e2-c12443b0cd58} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:03.404721 [ 3 ] {c56412e7-2c45-434d-84e2-c12443b0cd58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:03.405095 [ 3 ] {c56412e7-2c45-434d-84e2-c12443b0cd58} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.06.28 22:13:03.405456 [ 3 ] {c56412e7-2c45-434d-84e2-c12443b0cd58} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:03.405629 [ 3 ] {c56412e7-2c45-434d-84e2-c12443b0cd58} executeQuery: Read 56 rows, 4.41 KiB in 0.001777 sec., 31513.78728193585 rows/sec., 2.42 MiB/sec. 2024.06.28 22:13:03.405810 [ 3 ] {c56412e7-2c45-434d-84e2-c12443b0cd58} DynamicQueryHandler: Done processing query 2024.06.28 22:13:03.405835 [ 3 ] {c56412e7-2c45-434d-84e2-c12443b0cd58} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.06.28 22:13:03.405852 [ 3 ] {} HTTP-Session: 75acd1a3-0d60-469f-8107-40734e1c7ab6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:03.406007 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:03.406055 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:03.406074 [ 3 ] {} HTTP-Session: 4a44f1b6-90c3-4aae-baaa-5b59dfc916ee Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:03.406092 [ 3 ] {} HTTP-Session: 4a44f1b6-90c3-4aae-baaa-5b59dfc916ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:03.406106 [ 3 ] {} HTTP-Session: 4a44f1b6-90c3-4aae-baaa-5b59dfc916ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:03.406136 [ 3 ] {} HTTP-Session: 4a44f1b6-90c3-4aae-baaa-5b59dfc916ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:03.406254 [ 3 ] {bb73866b-7d6e-44a3-83a4-3ad3e3b10ae1} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:03.406297 [ 3 ] {bb73866b-7d6e-44a3-83a4-3ad3e3b10ae1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:13:03.406424 [ 3 ] {bb73866b-7d6e-44a3-83a4-3ad3e3b10ae1} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:03.406793 [ 3 ] {bb73866b-7d6e-44a3-83a4-3ad3e3b10ae1} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:03.406830 [ 3 ] {bb73866b-7d6e-44a3-83a4-3ad3e3b10ae1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:03.407143 [ 3 ] {bb73866b-7d6e-44a3-83a4-3ad3e3b10ae1} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.06.28 22:13:03.407457 [ 3 ] {bb73866b-7d6e-44a3-83a4-3ad3e3b10ae1} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:03.407606 [ 3 ] {bb73866b-7d6e-44a3-83a4-3ad3e3b10ae1} executeQuery: Read 64 rows, 5.12 KiB in 0.00139 sec., 46043.1654676259 rows/sec., 3.59 MiB/sec. 2024.06.28 22:13:03.407771 [ 3 ] {bb73866b-7d6e-44a3-83a4-3ad3e3b10ae1} DynamicQueryHandler: Done processing query 2024.06.28 22:13:03.407797 [ 3 ] {bb73866b-7d6e-44a3-83a4-3ad3e3b10ae1} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:13:03.407813 [ 3 ] {} HTTP-Session: 4a44f1b6-90c3-4aae-baaa-5b59dfc916ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:03.408005 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:03.408053 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:03.408072 [ 3 ] {} HTTP-Session: ae8b9d98-c6d4-4299-8a0d-92772819ac3f Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:03.408089 [ 3 ] {} HTTP-Session: ae8b9d98-c6d4-4299-8a0d-92772819ac3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:03.408102 [ 3 ] {} HTTP-Session: ae8b9d98-c6d4-4299-8a0d-92772819ac3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:03.408133 [ 3 ] {} HTTP-Session: ae8b9d98-c6d4-4299-8a0d-92772819ac3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:03.408276 [ 3 ] {44bab57e-a1d3-4010-94bc-b14803c10f1d} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:03.408323 [ 3 ] {44bab57e-a1d3-4010-94bc-b14803c10f1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:13:03.408469 [ 3 ] {44bab57e-a1d3-4010-94bc-b14803c10f1d} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:03.408827 [ 3 ] {44bab57e-a1d3-4010-94bc-b14803c10f1d} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:03.408863 [ 3 ] {44bab57e-a1d3-4010-94bc-b14803c10f1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:03.409255 [ 3 ] {44bab57e-a1d3-4010-94bc-b14803c10f1d} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.06.28 22:13:03.409595 [ 3 ] {44bab57e-a1d3-4010-94bc-b14803c10f1d} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:03.409755 [ 3 ] {44bab57e-a1d3-4010-94bc-b14803c10f1d} executeQuery: Read 160 rows, 11.41 KiB in 0.001544 sec., 103626.94300518134 rows/sec., 7.22 MiB/sec. 2024.06.28 22:13:03.409910 [ 3 ] {44bab57e-a1d3-4010-94bc-b14803c10f1d} DynamicQueryHandler: Done processing query 2024.06.28 22:13:03.409934 [ 3 ] {44bab57e-a1d3-4010-94bc-b14803c10f1d} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:13:03.409949 [ 3 ] {} HTTP-Session: ae8b9d98-c6d4-4299-8a0d-92772819ac3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:03.410072 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:03.410118 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:03.410137 [ 3 ] {} HTTP-Session: a9fa7f07-0d40-4bef-972f-1440c0cf77e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:03.410154 [ 3 ] {} HTTP-Session: a9fa7f07-0d40-4bef-972f-1440c0cf77e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:03.410168 [ 3 ] {} HTTP-Session: a9fa7f07-0d40-4bef-972f-1440c0cf77e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:03.410199 [ 3 ] {} HTTP-Session: a9fa7f07-0d40-4bef-972f-1440c0cf77e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:03.410315 [ 3 ] {7b1b88a4-165d-4a2e-bff2-f904fb3d52e7} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:03.410358 [ 3 ] {7b1b88a4-165d-4a2e-bff2-f904fb3d52e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:13:03.410483 [ 3 ] {7b1b88a4-165d-4a2e-bff2-f904fb3d52e7} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:03.410837 [ 3 ] {7b1b88a4-165d-4a2e-bff2-f904fb3d52e7} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:03.410873 [ 3 ] {7b1b88a4-165d-4a2e-bff2-f904fb3d52e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:03.411227 [ 3 ] {7b1b88a4-165d-4a2e-bff2-f904fb3d52e7} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.06.28 22:13:03.411555 [ 3 ] {7b1b88a4-165d-4a2e-bff2-f904fb3d52e7} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:03.411709 [ 3 ] {7b1b88a4-165d-4a2e-bff2-f904fb3d52e7} executeQuery: Read 60 rows, 4.14 KiB in 0.001436 sec., 41782.72980501393 rows/sec., 2.82 MiB/sec. 2024.06.28 22:13:03.411891 [ 3 ] {7b1b88a4-165d-4a2e-bff2-f904fb3d52e7} DynamicQueryHandler: Done processing query 2024.06.28 22:13:03.411922 [ 3 ] {7b1b88a4-165d-4a2e-bff2-f904fb3d52e7} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:13:03.411939 [ 3 ] {} HTTP-Session: a9fa7f07-0d40-4bef-972f-1440c0cf77e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:08.404486 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 1488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:08.404673 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:08.404717 [ 3 ] {} HTTP-Session: e5824783-f940-4bf8-8e7a-15a57a1f13fd Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:08.404758 [ 3 ] {} HTTP-Session: e5824783-f940-4bf8-8e7a-15a57a1f13fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:08.404786 [ 3 ] {} HTTP-Session: e5824783-f940-4bf8-8e7a-15a57a1f13fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:08.404866 [ 3 ] {} HTTP-Session: e5824783-f940-4bf8-8e7a-15a57a1f13fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:08.405079 [ 3 ] {06ef1532-ee4e-4619-a900-fca8c95a8818} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:08.405147 [ 3 ] {06ef1532-ee4e-4619-a900-fca8c95a8818} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.28 22:13:08.405338 [ 3 ] {06ef1532-ee4e-4619-a900-fca8c95a8818} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:08.405745 [ 3 ] {06ef1532-ee4e-4619-a900-fca8c95a8818} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:08.405787 [ 3 ] {06ef1532-ee4e-4619-a900-fca8c95a8818} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:08.406152 [ 3 ] {06ef1532-ee4e-4619-a900-fca8c95a8818} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.06.28 22:13:08.406484 [ 3 ] {06ef1532-ee4e-4619-a900-fca8c95a8818} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:08.406663 [ 3 ] {06ef1532-ee4e-4619-a900-fca8c95a8818} executeQuery: Read 10 rows, 830.00 B in 0.001632 sec., 6127.450980392157 rows/sec., 496.66 KiB/sec. 2024.06.28 22:13:08.406850 [ 3 ] {06ef1532-ee4e-4619-a900-fca8c95a8818} DynamicQueryHandler: Done processing query 2024.06.28 22:13:08.406875 [ 3 ] {06ef1532-ee4e-4619-a900-fca8c95a8818} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:13:08.406890 [ 3 ] {} HTTP-Session: e5824783-f940-4bf8-8e7a-15a57a1f13fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:08.407051 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:08.407098 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:08.407116 [ 3 ] {} HTTP-Session: f97e35d5-1ec6-44ec-b18d-4d986fa45962 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:08.407133 [ 3 ] {} HTTP-Session: f97e35d5-1ec6-44ec-b18d-4d986fa45962 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:08.407146 [ 3 ] {} HTTP-Session: f97e35d5-1ec6-44ec-b18d-4d986fa45962 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:08.407176 [ 3 ] {} HTTP-Session: f97e35d5-1ec6-44ec-b18d-4d986fa45962 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:08.407293 [ 3 ] {43572f63-fed5-4c6a-9580-d1667a647c8c} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:08.407336 [ 3 ] {43572f63-fed5-4c6a-9580-d1667a647c8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:13:08.407461 [ 3 ] {43572f63-fed5-4c6a-9580-d1667a647c8c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:08.407821 [ 3 ] {43572f63-fed5-4c6a-9580-d1667a647c8c} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:08.407858 [ 3 ] {43572f63-fed5-4c6a-9580-d1667a647c8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:08.408167 [ 3 ] {43572f63-fed5-4c6a-9580-d1667a647c8c} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.06.28 22:13:08.408471 [ 3 ] {43572f63-fed5-4c6a-9580-d1667a647c8c} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:08.408628 [ 3 ] {43572f63-fed5-4c6a-9580-d1667a647c8c} executeQuery: Read 86 rows, 7.18 KiB in 0.001372 sec., 62682.21574344023 rows/sec., 5.11 MiB/sec. 2024.06.28 22:13:08.408891 [ 3 ] {43572f63-fed5-4c6a-9580-d1667a647c8c} DynamicQueryHandler: Done processing query 2024.06.28 22:13:08.408940 [ 3 ] {43572f63-fed5-4c6a-9580-d1667a647c8c} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:13:08.408976 [ 3 ] {} HTTP-Session: f97e35d5-1ec6-44ec-b18d-4d986fa45962 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:08.409118 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:08.409166 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:08.409185 [ 3 ] {} HTTP-Session: 3883476f-d6cf-49e1-a8c4-e2dc0b7e641f Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:08.409201 [ 3 ] {} HTTP-Session: 3883476f-d6cf-49e1-a8c4-e2dc0b7e641f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:08.409214 [ 3 ] {} HTTP-Session: 3883476f-d6cf-49e1-a8c4-e2dc0b7e641f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:08.409244 [ 3 ] {} HTTP-Session: 3883476f-d6cf-49e1-a8c4-e2dc0b7e641f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:08.409366 [ 3 ] {df4245b8-7111-407c-a913-b483d8db5629} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:08.409408 [ 3 ] {df4245b8-7111-407c-a913-b483d8db5629} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:13:08.409553 [ 3 ] {df4245b8-7111-407c-a913-b483d8db5629} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:08.409896 [ 3 ] {df4245b8-7111-407c-a913-b483d8db5629} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:08.409932 [ 3 ] {df4245b8-7111-407c-a913-b483d8db5629} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:08.410240 [ 3 ] {df4245b8-7111-407c-a913-b483d8db5629} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.06.28 22:13:08.410551 [ 3 ] {df4245b8-7111-407c-a913-b483d8db5629} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:08.410699 [ 3 ] {df4245b8-7111-407c-a913-b483d8db5629} executeQuery: Read 74 rows, 5.92 KiB in 0.00138 sec., 53623.188405797104 rows/sec., 4.19 MiB/sec. 2024.06.28 22:13:08.410967 [ 3 ] {df4245b8-7111-407c-a913-b483d8db5629} DynamicQueryHandler: Done processing query 2024.06.28 22:13:08.411009 [ 3 ] {df4245b8-7111-407c-a913-b483d8db5629} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:13:08.411043 [ 3 ] {} HTTP-Session: 3883476f-d6cf-49e1-a8c4-e2dc0b7e641f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:08.411201 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:08.411246 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:08.411263 [ 3 ] {} HTTP-Session: 8e7a2e56-dd78-43f8-87a7-aaaa19b83818 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:08.411279 [ 3 ] {} HTTP-Session: 8e7a2e56-dd78-43f8-87a7-aaaa19b83818 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:08.411291 [ 3 ] {} HTTP-Session: 8e7a2e56-dd78-43f8-87a7-aaaa19b83818 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:08.411318 [ 3 ] {} HTTP-Session: 8e7a2e56-dd78-43f8-87a7-aaaa19b83818 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:08.411461 [ 3 ] {6548b65d-8a5f-4adb-ac47-692c0f20cea9} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:08.411569 [ 3 ] {6548b65d-8a5f-4adb-ac47-692c0f20cea9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:13:08.411732 [ 3 ] {6548b65d-8a5f-4adb-ac47-692c0f20cea9} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:08.412112 [ 3 ] {6548b65d-8a5f-4adb-ac47-692c0f20cea9} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:08.412147 [ 3 ] {6548b65d-8a5f-4adb-ac47-692c0f20cea9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:08.412528 [ 3 ] {6548b65d-8a5f-4adb-ac47-692c0f20cea9} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.06.28 22:13:08.412857 [ 3 ] {6548b65d-8a5f-4adb-ac47-692c0f20cea9} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:08.413017 [ 3 ] {6548b65d-8a5f-4adb-ac47-692c0f20cea9} executeQuery: Read 160 rows, 11.41 KiB in 0.001562 sec., 102432.77848911652 rows/sec., 7.13 MiB/sec. 2024.06.28 22:13:08.413354 [ 3 ] {6548b65d-8a5f-4adb-ac47-692c0f20cea9} DynamicQueryHandler: Done processing query 2024.06.28 22:13:08.413402 [ 3 ] {6548b65d-8a5f-4adb-ac47-692c0f20cea9} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:13:08.413418 [ 3 ] {} HTTP-Session: 8e7a2e56-dd78-43f8-87a7-aaaa19b83818 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:08.413555 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 16485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:08.413603 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:08.413621 [ 3 ] {} HTTP-Session: b9ad8194-743d-4257-aca8-cbe32b5c267b Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:08.413637 [ 3 ] {} HTTP-Session: b9ad8194-743d-4257-aca8-cbe32b5c267b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:08.413650 [ 3 ] {} HTTP-Session: b9ad8194-743d-4257-aca8-cbe32b5c267b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:08.413679 [ 3 ] {} HTTP-Session: b9ad8194-743d-4257-aca8-cbe32b5c267b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:08.413855 [ 3 ] {d96bafbd-f2cc-4ad2-9b3a-6d30db4f7dad} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:08.413926 [ 3 ] {d96bafbd-f2cc-4ad2-9b3a-6d30db4f7dad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 2024.06.28 22:13:08.414353 [ 3 ] {d96bafbd-f2cc-4ad2-9b3a-6d30db4f7dad} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:08.414861 [ 3 ] {d96bafbd-f2cc-4ad2-9b3a-6d30db4f7dad} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:08.414896 [ 3 ] {d96bafbd-f2cc-4ad2-9b3a-6d30db4f7dad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:08.415480 [ 3 ] {d96bafbd-f2cc-4ad2-9b3a-6d30db4f7dad} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.06.28 22:13:08.415879 [ 3 ] {d96bafbd-f2cc-4ad2-9b3a-6d30db4f7dad} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:08.416065 [ 149 ] {} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.06.28 22:13:08.416075 [ 3 ] {d96bafbd-f2cc-4ad2-9b3a-6d30db4f7dad} executeQuery: Read 10 rows, 18.35 KiB in 0.002311 sec., 4327.131112072696 rows/sec., 7.75 MiB/sec. 2024.06.28 22:13:08.416143 [ 149 ] {} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:08.416223 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:08.416735 [ 190 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::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.06.28 22:13:08.416791 [ 3 ] {d96bafbd-f2cc-4ad2-9b3a-6d30db4f7dad} DynamicQueryHandler: Done processing query 2024.06.28 22:13:08.416860 [ 3 ] {d96bafbd-f2cc-4ad2-9b3a-6d30db4f7dad} MemoryTracker: Peak memory usage (for query): 4.42 MiB. 2024.06.28 22:13:08.416885 [ 3 ] {} HTTP-Session: b9ad8194-743d-4257-aca8-cbe32b5c267b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:08.417027 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:08.417097 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:08.417131 [ 3 ] {} HTTP-Session: b44ad4b6-23f5-4b88-8976-e872a6319d59 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:08.417158 [ 3 ] {} HTTP-Session: b44ad4b6-23f5-4b88-8976-e872a6319d59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:08.417182 [ 3 ] {} HTTP-Session: b44ad4b6-23f5-4b88-8976-e872a6319d59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:08.417196 [ 190 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:13:08.417225 [ 3 ] {} HTTP-Session: b44ad4b6-23f5-4b88-8976-e872a6319d59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:08.417273 [ 190 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 60 rows starting from the beginning of the part 2024.06.28 22:13:08.417402 [ 3 ] {03dc809a-b78d-4465-b122-5011ecfefe06} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:08.417599 [ 3 ] {03dc809a-b78d-4465-b122-5011ecfefe06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:13:08.418065 [ 190 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part 2024.06.28 22:13:08.419258 [ 3 ] {03dc809a-b78d-4465-b122-5011ecfefe06} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:08.419316 [ 190 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 10 rows starting from the beginning of the part 2024.06.28 22:13:08.419820 [ 190 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 10 rows starting from the beginning of the part 2024.06.28 22:13:08.420018 [ 3 ] {03dc809a-b78d-4465-b122-5011ecfefe06} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:08.420097 [ 3 ] {03dc809a-b78d-4465-b122-5011ecfefe06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:08.420165 [ 190 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 10 rows starting from the beginning of the part 2024.06.28 22:13:08.420521 [ 190 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 10 rows starting from the beginning of the part 2024.06.28 22:13:08.420945 [ 3 ] {03dc809a-b78d-4465-b122-5011ecfefe06} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.06.28 22:13:08.421398 [ 3 ] {03dc809a-b78d-4465-b122-5011ecfefe06} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:08.421622 [ 3 ] {03dc809a-b78d-4465-b122-5011ecfefe06} executeQuery: Read 60 rows, 4.14 KiB in 0.004306 sec., 13934.045517882025 rows/sec., 961.59 KiB/sec. 2024.06.28 22:13:08.421840 [ 3 ] {03dc809a-b78d-4465-b122-5011ecfefe06} DynamicQueryHandler: Done processing query 2024.06.28 22:13:08.421886 [ 3 ] {03dc809a-b78d-4465-b122-5011ecfefe06} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:13:08.421907 [ 3 ] {} HTTP-Session: b44ad4b6-23f5-4b88-8976-e872a6319d59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:08.423388 [ 200 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 110 rows, containing 19 columns (19 merged, 0 gathered) in 0.007017712 sec., 15674.624435998514 rows/sec., 28.09 MiB/sec. 2024.06.28 22:13:08.423713 [ 190 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.06.28 22:13:08.424237 [ 190 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_11_2} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:08.424312 [ 190 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_11_2} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.06.28 22:13:08.424407 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. 2024.06.28 22:13:13.403905 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 7841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:13.404045 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:13.404075 [ 3 ] {} HTTP-Session: 471ff606-7a85-4c0b-87bc-dadd237d3029 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:13.404103 [ 3 ] {} HTTP-Session: 471ff606-7a85-4c0b-87bc-dadd237d3029 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:13.404122 [ 3 ] {} HTTP-Session: 471ff606-7a85-4c0b-87bc-dadd237d3029 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:13.404177 [ 3 ] {} HTTP-Session: 471ff606-7a85-4c0b-87bc-dadd237d3029 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:13.404377 [ 3 ] {abf6047b-aff0-457c-8ee6-afb38fa231fb} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:13.404443 [ 3 ] {abf6047b-aff0-457c-8ee6-afb38fa231fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:13:13.404629 [ 3 ] {abf6047b-aff0-457c-8ee6-afb38fa231fb} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:13.405084 [ 3 ] {abf6047b-aff0-457c-8ee6-afb38fa231fb} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:13.405124 [ 3 ] {abf6047b-aff0-457c-8ee6-afb38fa231fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:13.405492 [ 3 ] {abf6047b-aff0-457c-8ee6-afb38fa231fb} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.06.28 22:13:13.405828 [ 3 ] {abf6047b-aff0-457c-8ee6-afb38fa231fb} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:13.406000 [ 3 ] {abf6047b-aff0-457c-8ee6-afb38fa231fb} executeQuery: Read 56 rows, 4.41 KiB in 0.001685 sec., 33234.42136498516 rows/sec., 2.55 MiB/sec. 2024.06.28 22:13:13.406327 [ 3 ] {abf6047b-aff0-457c-8ee6-afb38fa231fb} DynamicQueryHandler: Done processing query 2024.06.28 22:13:13.406353 [ 3 ] {abf6047b-aff0-457c-8ee6-afb38fa231fb} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.06.28 22:13:13.406371 [ 3 ] {} HTTP-Session: 471ff606-7a85-4c0b-87bc-dadd237d3029 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:13.406505 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:13.406556 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:13.406576 [ 3 ] {} HTTP-Session: 098598aa-cd4b-48a4-bf01-b88b36dbc735 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:13.406593 [ 3 ] {} HTTP-Session: 098598aa-cd4b-48a4-bf01-b88b36dbc735 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:13.406607 [ 3 ] {} HTTP-Session: 098598aa-cd4b-48a4-bf01-b88b36dbc735 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:13.406638 [ 3 ] {} HTTP-Session: 098598aa-cd4b-48a4-bf01-b88b36dbc735 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:13.406760 [ 3 ] {e933e637-b145-44f8-89a7-36afd7204ad7} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:13.406809 [ 3 ] {e933e637-b145-44f8-89a7-36afd7204ad7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:13:13.406955 [ 3 ] {e933e637-b145-44f8-89a7-36afd7204ad7} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:13.407281 [ 3 ] {e933e637-b145-44f8-89a7-36afd7204ad7} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:13.407319 [ 3 ] {e933e637-b145-44f8-89a7-36afd7204ad7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:13.407634 [ 3 ] {e933e637-b145-44f8-89a7-36afd7204ad7} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.06.28 22:13:13.407943 [ 3 ] {e933e637-b145-44f8-89a7-36afd7204ad7} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:13.408069 [ 3 ] {e933e637-b145-44f8-89a7-36afd7204ad7} executeQuery: Read 64 rows, 5.12 KiB in 0.00135 sec., 47407.4074074074 rows/sec., 3.70 MiB/sec. 2024.06.28 22:13:13.408355 [ 3 ] {e933e637-b145-44f8-89a7-36afd7204ad7} DynamicQueryHandler: Done processing query 2024.06.28 22:13:13.408421 [ 3 ] {e933e637-b145-44f8-89a7-36afd7204ad7} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:13:13.408478 [ 3 ] {} HTTP-Session: 098598aa-cd4b-48a4-bf01-b88b36dbc735 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:13.408783 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:13.408837 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:13.408856 [ 3 ] {} HTTP-Session: c549a073-fe5e-42d9-a315-b7ff27fee3fb Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:13.408873 [ 3 ] {} HTTP-Session: c549a073-fe5e-42d9-a315-b7ff27fee3fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:13.408887 [ 3 ] {} HTTP-Session: c549a073-fe5e-42d9-a315-b7ff27fee3fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:13.408919 [ 3 ] {} HTTP-Session: c549a073-fe5e-42d9-a315-b7ff27fee3fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:13.409077 [ 3 ] {990964bd-c5a6-4cf0-98a8-7b38afda8527} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:13.409127 [ 3 ] {990964bd-c5a6-4cf0-98a8-7b38afda8527} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:13:13.409291 [ 3 ] {990964bd-c5a6-4cf0-98a8-7b38afda8527} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:13.409683 [ 3 ] {990964bd-c5a6-4cf0-98a8-7b38afda8527} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:13.409719 [ 3 ] {990964bd-c5a6-4cf0-98a8-7b38afda8527} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:13.410109 [ 3 ] {990964bd-c5a6-4cf0-98a8-7b38afda8527} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.06.28 22:13:13.410443 [ 3 ] {990964bd-c5a6-4cf0-98a8-7b38afda8527} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:13.410568 [ 3 ] {990964bd-c5a6-4cf0-98a8-7b38afda8527} executeQuery: Read 160 rows, 11.41 KiB in 0.001559 sec., 102629.89095574086 rows/sec., 7.15 MiB/sec. 2024.06.28 22:13:13.410900 [ 3 ] {990964bd-c5a6-4cf0-98a8-7b38afda8527} DynamicQueryHandler: Done processing query 2024.06.28 22:13:13.410931 [ 3 ] {990964bd-c5a6-4cf0-98a8-7b38afda8527} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:13:13.410948 [ 3 ] {} HTTP-Session: c549a073-fe5e-42d9-a315-b7ff27fee3fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:13.411085 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:13.411134 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:13.411153 [ 3 ] {} HTTP-Session: 297dbcf5-48e6-4c00-9653-239f87e86180 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:13.411170 [ 3 ] {} HTTP-Session: 297dbcf5-48e6-4c00-9653-239f87e86180 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:13.411184 [ 3 ] {} HTTP-Session: 297dbcf5-48e6-4c00-9653-239f87e86180 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:13.411214 [ 3 ] {} HTTP-Session: 297dbcf5-48e6-4c00-9653-239f87e86180 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:13.411343 [ 3 ] {7462bbf3-45a1-472d-a618-9eeef1cb5765} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:13.411388 [ 3 ] {7462bbf3-45a1-472d-a618-9eeef1cb5765} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:13:13.411536 [ 3 ] {7462bbf3-45a1-472d-a618-9eeef1cb5765} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:13.411826 [ 3 ] {7462bbf3-45a1-472d-a618-9eeef1cb5765} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:13.411862 [ 3 ] {7462bbf3-45a1-472d-a618-9eeef1cb5765} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:13.412219 [ 3 ] {7462bbf3-45a1-472d-a618-9eeef1cb5765} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.06.28 22:13:13.412537 [ 3 ] {7462bbf3-45a1-472d-a618-9eeef1cb5765} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:13.412665 [ 3 ] {7462bbf3-45a1-472d-a618-9eeef1cb5765} executeQuery: Read 60 rows, 4.14 KiB in 0.001376 sec., 43604.651162790695 rows/sec., 2.94 MiB/sec. 2024.06.28 22:13:13.412829 [ 3 ] {7462bbf3-45a1-472d-a618-9eeef1cb5765} DynamicQueryHandler: Done processing query 2024.06.28 22:13:13.412853 [ 3 ] {7462bbf3-45a1-472d-a618-9eeef1cb5765} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:13:13.412869 [ 3 ] {} HTTP-Session: 297dbcf5-48e6-4c00-9653-239f87e86180 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:17.721750 [ 139 ] {} DNSResolver: Updating DNS cache 2024.06.28 22:13:17.721803 [ 139 ] {} DNSResolver: Updated DNS cache 2024.06.28 22:13:18.404641 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 1488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:18.404776 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:18.404804 [ 3 ] {} HTTP-Session: f42b2510-4f2c-4e87-97f3-4a618d4624eb Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:18.404832 [ 3 ] {} HTTP-Session: f42b2510-4f2c-4e87-97f3-4a618d4624eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:18.404850 [ 3 ] {} HTTP-Session: f42b2510-4f2c-4e87-97f3-4a618d4624eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:18.404905 [ 3 ] {} HTTP-Session: f42b2510-4f2c-4e87-97f3-4a618d4624eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:18.405115 [ 3 ] {4589c8d7-ae48-42bc-aacd-3ea6d8ca1b67} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:18.405189 [ 3 ] {4589c8d7-ae48-42bc-aacd-3ea6d8ca1b67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.28 22:13:18.405404 [ 3 ] {4589c8d7-ae48-42bc-aacd-3ea6d8ca1b67} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:18.405885 [ 3 ] {4589c8d7-ae48-42bc-aacd-3ea6d8ca1b67} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:18.405925 [ 3 ] {4589c8d7-ae48-42bc-aacd-3ea6d8ca1b67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:18.406288 [ 3 ] {4589c8d7-ae48-42bc-aacd-3ea6d8ca1b67} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.06.28 22:13:18.406643 [ 3 ] {4589c8d7-ae48-42bc-aacd-3ea6d8ca1b67} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:18.406821 [ 3 ] {4589c8d7-ae48-42bc-aacd-3ea6d8ca1b67} executeQuery: Read 10 rows, 830.00 B in 0.001767 sec., 5659.309564233164 rows/sec., 458.71 KiB/sec. 2024.06.28 22:13:18.407052 [ 3 ] {4589c8d7-ae48-42bc-aacd-3ea6d8ca1b67} DynamicQueryHandler: Done processing query 2024.06.28 22:13:18.407077 [ 3 ] {4589c8d7-ae48-42bc-aacd-3ea6d8ca1b67} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:13:18.407093 [ 3 ] {} HTTP-Session: f42b2510-4f2c-4e87-97f3-4a618d4624eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:18.407218 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:18.407267 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:18.407286 [ 3 ] {} HTTP-Session: 767fe024-3f84-4f7d-8fa3-363b8596b3f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:18.407302 [ 3 ] {} HTTP-Session: 767fe024-3f84-4f7d-8fa3-363b8596b3f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:18.407316 [ 3 ] {} HTTP-Session: 767fe024-3f84-4f7d-8fa3-363b8596b3f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:18.407346 [ 3 ] {} HTTP-Session: 767fe024-3f84-4f7d-8fa3-363b8596b3f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:18.407443 [ 3 ] {c360e140-927b-4719-8b40-ae781b7439ef} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:18.407486 [ 3 ] {c360e140-927b-4719-8b40-ae781b7439ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.28 22:13:18.407612 [ 3 ] {c360e140-927b-4719-8b40-ae781b7439ef} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:18.407904 [ 3 ] {c360e140-927b-4719-8b40-ae781b7439ef} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:18.407941 [ 3 ] {c360e140-927b-4719-8b40-ae781b7439ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:18.408249 [ 3 ] {c360e140-927b-4719-8b40-ae781b7439ef} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.06.28 22:13:18.408561 [ 3 ] {c360e140-927b-4719-8b40-ae781b7439ef} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:18.408721 [ 3 ] {c360e140-927b-4719-8b40-ae781b7439ef} executeQuery: Read 6 rows, 501.00 B in 0.001304 sec., 4601.226993865031 rows/sec., 375.20 KiB/sec. 2024.06.28 22:13:18.408887 [ 3 ] {c360e140-927b-4719-8b40-ae781b7439ef} DynamicQueryHandler: Done processing query 2024.06.28 22:13:18.408909 [ 3 ] {c360e140-927b-4719-8b40-ae781b7439ef} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:13:18.408924 [ 3 ] {} HTTP-Session: 767fe024-3f84-4f7d-8fa3-363b8596b3f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:18.409090 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:18.409136 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:18.409155 [ 3 ] {} HTTP-Session: c13e9ce1-dfd9-4003-a66a-5a807e4dc5be Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:18.409171 [ 3 ] {} HTTP-Session: c13e9ce1-dfd9-4003-a66a-5a807e4dc5be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:18.409184 [ 3 ] {} HTTP-Session: c13e9ce1-dfd9-4003-a66a-5a807e4dc5be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:18.409215 [ 3 ] {} HTTP-Session: c13e9ce1-dfd9-4003-a66a-5a807e4dc5be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:18.409331 [ 3 ] {c21cfb08-ceeb-46f3-9254-f05597b5069e} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:18.409373 [ 3 ] {c21cfb08-ceeb-46f3-9254-f05597b5069e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:13:18.409497 [ 3 ] {c21cfb08-ceeb-46f3-9254-f05597b5069e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:18.409836 [ 3 ] {c21cfb08-ceeb-46f3-9254-f05597b5069e} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:18.409873 [ 3 ] {c21cfb08-ceeb-46f3-9254-f05597b5069e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:18.410181 [ 3 ] {c21cfb08-ceeb-46f3-9254-f05597b5069e} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.06.28 22:13:18.410480 [ 3 ] {c21cfb08-ceeb-46f3-9254-f05597b5069e} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:18.410638 [ 3 ] {c21cfb08-ceeb-46f3-9254-f05597b5069e} executeQuery: Read 89 rows, 7.40 KiB in 0.001347 sec., 66072.75426874535 rows/sec., 5.36 MiB/sec. 2024.06.28 22:13:18.410926 [ 3 ] {c21cfb08-ceeb-46f3-9254-f05597b5069e} DynamicQueryHandler: Done processing query 2024.06.28 22:13:18.410964 [ 3 ] {c21cfb08-ceeb-46f3-9254-f05597b5069e} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:13:18.410981 [ 3 ] {} HTTP-Session: c13e9ce1-dfd9-4003-a66a-5a807e4dc5be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:18.411110 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 892, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:18.411157 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:18.411176 [ 3 ] {} HTTP-Session: 93f99791-d86b-4512-a44d-6fb75de28b68 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:18.411192 [ 3 ] {} HTTP-Session: 93f99791-d86b-4512-a44d-6fb75de28b68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:18.411205 [ 3 ] {} HTTP-Session: 93f99791-d86b-4512-a44d-6fb75de28b68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:18.411236 [ 3 ] {} HTTP-Session: 93f99791-d86b-4512-a44d-6fb75de28b68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:18.411332 [ 3 ] {6f39cb74-2d67-40a8-814a-b44320680afe} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:18.411375 [ 3 ] {6f39cb74-2d67-40a8-814a-b44320680afe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.28 22:13:18.411514 [ 3 ] {6f39cb74-2d67-40a8-814a-b44320680afe} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:18.411788 [ 3 ] {6f39cb74-2d67-40a8-814a-b44320680afe} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:18.411824 [ 3 ] {6f39cb74-2d67-40a8-814a-b44320680afe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:18.412119 [ 3 ] {6f39cb74-2d67-40a8-814a-b44320680afe} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.06.28 22:13:18.412433 [ 3 ] {6f39cb74-2d67-40a8-814a-b44320680afe} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:18.412584 [ 3 ] {6f39cb74-2d67-40a8-814a-b44320680afe} executeQuery: Read 6 rows, 429.00 B in 0.001275 sec., 4705.882352941177 rows/sec., 328.58 KiB/sec. 2024.06.28 22:13:18.412746 [ 3 ] {6f39cb74-2d67-40a8-814a-b44320680afe} DynamicQueryHandler: Done processing query 2024.06.28 22:13:18.412771 [ 3 ] {6f39cb74-2d67-40a8-814a-b44320680afe} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:13:18.412786 [ 3 ] {} HTTP-Session: 93f99791-d86b-4512-a44d-6fb75de28b68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:18.412919 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 13614, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:18.412966 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:18.412985 [ 3 ] {} HTTP-Session: b727e58a-f8b6-4aab-8197-15008443821f Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:18.413000 [ 3 ] {} HTTP-Session: b727e58a-f8b6-4aab-8197-15008443821f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:18.413014 [ 3 ] {} HTTP-Session: b727e58a-f8b6-4aab-8197-15008443821f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:18.413045 [ 3 ] {} HTTP-Session: b727e58a-f8b6-4aab-8197-15008443821f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:18.413158 [ 3 ] {210940aa-d93e-4f67-a803-c0d4f25e92ae} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:18.413198 [ 3 ] {210940aa-d93e-4f67-a803-c0d4f25e92ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:13:18.413322 [ 3 ] {210940aa-d93e-4f67-a803-c0d4f25e92ae} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:18.413654 [ 3 ] {210940aa-d93e-4f67-a803-c0d4f25e92ae} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:18.413691 [ 3 ] {210940aa-d93e-4f67-a803-c0d4f25e92ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:18.414000 [ 3 ] {210940aa-d93e-4f67-a803-c0d4f25e92ae} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.06.28 22:13:18.414303 [ 3 ] {210940aa-d93e-4f67-a803-c0d4f25e92ae} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:18.414464 [ 3 ] {210940aa-d93e-4f67-a803-c0d4f25e92ae} executeQuery: Read 80 rows, 6.41 KiB in 0.001343 sec., 59568.13104988831 rows/sec., 4.66 MiB/sec. 2024.06.28 22:13:18.414627 [ 3 ] {210940aa-d93e-4f67-a803-c0d4f25e92ae} DynamicQueryHandler: Done processing query 2024.06.28 22:13:18.414652 [ 3 ] {210940aa-d93e-4f67-a803-c0d4f25e92ae} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:13:18.414667 [ 3 ] {} HTTP-Session: b727e58a-f8b6-4aab-8197-15008443821f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:18.414885 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 31234, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:18.414932 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:18.414950 [ 3 ] {} HTTP-Session: 09f2baab-bec2-4d91-bc5a-357339995ef1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:18.414966 [ 3 ] {} HTTP-Session: 09f2baab-bec2-4d91-bc5a-357339995ef1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:18.414979 [ 3 ] {} HTTP-Session: 09f2baab-bec2-4d91-bc5a-357339995ef1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:18.415009 [ 3 ] {} HTTP-Session: 09f2baab-bec2-4d91-bc5a-357339995ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:18.415143 [ 3 ] {583c4729-131c-4cda-a755-4d84d6abbe1f} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:18.415186 [ 3 ] {583c4729-131c-4cda-a755-4d84d6abbe1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:13:18.415322 [ 3 ] {583c4729-131c-4cda-a755-4d84d6abbe1f} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:18.415665 [ 3 ] {583c4729-131c-4cda-a755-4d84d6abbe1f} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:18.415697 [ 3 ] {583c4729-131c-4cda-a755-4d84d6abbe1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:18.416132 [ 3 ] {583c4729-131c-4cda-a755-4d84d6abbe1f} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.06.28 22:13:18.416457 [ 3 ] {583c4729-131c-4cda-a755-4d84d6abbe1f} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:18.416614 [ 3 ] {583c4729-131c-4cda-a755-4d84d6abbe1f} executeQuery: Read 163 rows, 11.62 KiB in 0.00152 sec., 107236.84210526315 rows/sec., 7.47 MiB/sec. 2024.06.28 22:13:18.416777 [ 3 ] {583c4729-131c-4cda-a755-4d84d6abbe1f} DynamicQueryHandler: Done processing query 2024.06.28 22:13:18.416800 [ 3 ] {583c4729-131c-4cda-a755-4d84d6abbe1f} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:13:18.416815 [ 3 ] {} HTTP-Session: 09f2baab-bec2-4d91-bc5a-357339995ef1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:18.416948 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 16487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:18.416994 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:18.417012 [ 3 ] {} HTTP-Session: f425a0de-ae7c-40e6-8234-31175d88753e Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:18.417029 [ 3 ] {} HTTP-Session: f425a0de-ae7c-40e6-8234-31175d88753e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:18.417043 [ 3 ] {} HTTP-Session: f425a0de-ae7c-40e6-8234-31175d88753e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:18.417072 [ 3 ] {} HTTP-Session: f425a0de-ae7c-40e6-8234-31175d88753e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:18.417247 [ 3 ] {8a6c9fdc-2264-4736-b63c-1cb78b63595d} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:18.417310 [ 3 ] {8a6c9fdc-2264-4736-b63c-1cb78b63595d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 2024.06.28 22:13:18.417704 [ 3 ] {8a6c9fdc-2264-4736-b63c-1cb78b63595d} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:18.418214 [ 3 ] {8a6c9fdc-2264-4736-b63c-1cb78b63595d} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:18.418249 [ 3 ] {8a6c9fdc-2264-4736-b63c-1cb78b63595d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:18.418833 [ 3 ] {8a6c9fdc-2264-4736-b63c-1cb78b63595d} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.06.28 22:13:18.419241 [ 3 ] {8a6c9fdc-2264-4736-b63c-1cb78b63595d} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:18.419417 [ 3 ] {8a6c9fdc-2264-4736-b63c-1cb78b63595d} executeQuery: Read 10 rows, 18.35 KiB in 0.002272 sec., 4401.408450704225 rows/sec., 7.89 MiB/sec. 2024.06.28 22:13:18.419651 [ 3 ] {8a6c9fdc-2264-4736-b63c-1cb78b63595d} DynamicQueryHandler: Done processing query 2024.06.28 22:13:18.419677 [ 3 ] {8a6c9fdc-2264-4736-b63c-1cb78b63595d} MemoryTracker: Peak memory usage (for query): 4.42 MiB. 2024.06.28 22:13:18.419692 [ 3 ] {} HTTP-Session: f425a0de-ae7c-40e6-8234-31175d88753e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:18.419816 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:18.419863 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:18.419882 [ 3 ] {} HTTP-Session: c10084ae-e488-4a21-aef5-8f4a73923bd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:18.419898 [ 3 ] {} HTTP-Session: c10084ae-e488-4a21-aef5-8f4a73923bd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:18.419911 [ 3 ] {} HTTP-Session: c10084ae-e488-4a21-aef5-8f4a73923bd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:18.419941 [ 3 ] {} HTTP-Session: c10084ae-e488-4a21-aef5-8f4a73923bd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:18.420053 [ 3 ] {b77dd397-748f-4980-b3a6-8a80ee60da7d} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:18.420097 [ 3 ] {b77dd397-748f-4980-b3a6-8a80ee60da7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:13:18.420220 [ 3 ] {b77dd397-748f-4980-b3a6-8a80ee60da7d} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:18.420600 [ 3 ] {b77dd397-748f-4980-b3a6-8a80ee60da7d} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:18.420634 [ 3 ] {b77dd397-748f-4980-b3a6-8a80ee60da7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:18.420983 [ 3 ] {b77dd397-748f-4980-b3a6-8a80ee60da7d} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.06.28 22:13:18.421298 [ 3 ] {b77dd397-748f-4980-b3a6-8a80ee60da7d} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:18.421456 [ 3 ] {b77dd397-748f-4980-b3a6-8a80ee60da7d} executeQuery: Read 60 rows, 4.14 KiB in 0.001431 sec., 41928.7211740042 rows/sec., 2.83 MiB/sec. 2024.06.28 22:13:18.421663 [ 3 ] {b77dd397-748f-4980-b3a6-8a80ee60da7d} DynamicQueryHandler: Done processing query 2024.06.28 22:13:18.421695 [ 3 ] {b77dd397-748f-4980-b3a6-8a80ee60da7d} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:13:18.421715 [ 3 ] {} HTTP-Session: c10084ae-e488-4a21-aef5-8f4a73923bd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:23.406180 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:23.406317 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:23.406345 [ 3 ] {} HTTP-Session: a66181f9-14c0-4f4b-90f7-8ff450f39b44 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:23.406372 [ 3 ] {} HTTP-Session: a66181f9-14c0-4f4b-90f7-8ff450f39b44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:23.406390 [ 3 ] {} HTTP-Session: a66181f9-14c0-4f4b-90f7-8ff450f39b44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:23.406442 [ 3 ] {} HTTP-Session: a66181f9-14c0-4f4b-90f7-8ff450f39b44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:23.406619 [ 3 ] {0fa576dc-acf8-4389-9e3d-ebec27b89a6e} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:23.406687 [ 3 ] {0fa576dc-acf8-4389-9e3d-ebec27b89a6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.28 22:13:23.406888 [ 3 ] {0fa576dc-acf8-4389-9e3d-ebec27b89a6e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:23.407311 [ 3 ] {0fa576dc-acf8-4389-9e3d-ebec27b89a6e} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:23.407350 [ 3 ] {0fa576dc-acf8-4389-9e3d-ebec27b89a6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:23.407705 [ 3 ] {0fa576dc-acf8-4389-9e3d-ebec27b89a6e} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.06.28 22:13:23.408033 [ 3 ] {0fa576dc-acf8-4389-9e3d-ebec27b89a6e} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:23.408174 [ 3 ] {0fa576dc-acf8-4389-9e3d-ebec27b89a6e} executeQuery: Read 2 rows, 167.00 B in 0.001587 sec., 1260.2394454946439 rows/sec., 102.76 KiB/sec. 2024.06.28 22:13:23.408178 [ 134 ] {} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.06.28 22:13:23.408243 [ 134 ] {} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:23.408275 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:23.408398 [ 3 ] {0fa576dc-acf8-4389-9e3d-ebec27b89a6e} DynamicQueryHandler: Done processing query 2024.06.28 22:13:23.408444 [ 3 ] {0fa576dc-acf8-4389-9e3d-ebec27b89a6e} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:13:23.408463 [ 199 ] {cd0f8d00-f70d-452a-9fba-d4805e9291d4::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.06.28 22:13:23.408474 [ 3 ] {} HTTP-Session: a66181f9-14c0-4f4b-90f7-8ff450f39b44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:23.408696 [ 199 ] {cd0f8d00-f70d-452a-9fba-d4805e9291d4::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:13:23.408714 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12951, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:23.408767 [ 199 ] {cd0f8d00-f70d-452a-9fba-d4805e9291d4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 14 rows starting from the beginning of the part 2024.06.28 22:13:23.408813 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:23.408884 [ 3 ] {} HTTP-Session: 041d86c6-1c8a-4168-a949-5dd8411925ff Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:23.408959 [ 3 ] {} HTTP-Session: 041d86c6-1c8a-4168-a949-5dd8411925ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:23.409028 [ 3 ] {} HTTP-Session: 041d86c6-1c8a-4168-a949-5dd8411925ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:23.409053 [ 199 ] {cd0f8d00-f70d-452a-9fba-d4805e9291d4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part 2024.06.28 22:13:23.409118 [ 3 ] {} HTTP-Session: 041d86c6-1c8a-4168-a949-5dd8411925ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:23.409325 [ 199 ] {cd0f8d00-f70d-452a-9fba-d4805e9291d4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part 2024.06.28 22:13:23.409410 [ 3 ] {f530e831-267d-4ba9-971f-5419ae6d9f23} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:23.409552 [ 3 ] {f530e831-267d-4ba9-971f-5419ae6d9f23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:13:23.409556 [ 199 ] {cd0f8d00-f70d-452a-9fba-d4805e9291d4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part 2024.06.28 22:13:23.409881 [ 199 ] {cd0f8d00-f70d-452a-9fba-d4805e9291d4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part 2024.06.28 22:13:23.410241 [ 199 ] {cd0f8d00-f70d-452a-9fba-d4805e9291d4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part 2024.06.28 22:13:23.410642 [ 3 ] {f530e831-267d-4ba9-971f-5419ae6d9f23} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:23.411527 [ 3 ] {f530e831-267d-4ba9-971f-5419ae6d9f23} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:23.411587 [ 3 ] {f530e831-267d-4ba9-971f-5419ae6d9f23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:23.412502 [ 3 ] {f530e831-267d-4ba9-971f-5419ae6d9f23} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.06.28 22:13:23.413076 [ 199 ] {cd0f8d00-f70d-452a-9fba-d4805e9291d4::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.004720102 sec., 5932.075196680072 rows/sec., 483.72 KiB/sec. 2024.06.28 22:13:23.413248 [ 199 ] {cd0f8d00-f70d-452a-9fba-d4805e9291d4::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.06.28 22:13:23.413417 [ 3 ] {f530e831-267d-4ba9-971f-5419ae6d9f23} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:23.413711 [ 134 ] {} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.06.28 22:13:23.413822 [ 134 ] {} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:23.413817 [ 3 ] {f530e831-267d-4ba9-971f-5419ae6d9f23} executeQuery: Read 93 rows, 7.29 KiB in 0.004491 sec., 20708.08283233133 rows/sec., 1.59 MiB/sec. 2024.06.28 22:13:23.413916 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:23.414346 [ 190 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::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.06.28 22:13:23.414486 [ 3 ] {f530e831-267d-4ba9-971f-5419ae6d9f23} DynamicQueryHandler: Done processing query 2024.06.28 22:13:23.414537 [ 3 ] {f530e831-267d-4ba9-971f-5419ae6d9f23} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:13:23.414611 [ 3 ] {} HTTP-Session: 041d86c6-1c8a-4168-a949-5dd8411925ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:23.414709 [ 190 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:13:23.414768 [ 199 ] {cd0f8d00-f70d-452a-9fba-d4805e9291d4::all_1_11_2} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:23.414795 [ 190 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 129 rows starting from the beginning of the part 2024.06.28 22:13:23.414803 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:23.415005 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:23.415129 [ 3 ] {} HTTP-Session: bdec3db8-2ad6-4fce-a71f-fadf21272ff0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:23.415160 [ 190 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 56 rows starting from the beginning of the part 2024.06.28 22:13:23.415206 [ 199 ] {cd0f8d00-f70d-452a-9fba-d4805e9291d4::all_1_11_2} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.06.28 22:13:23.415227 [ 3 ] {} HTTP-Session: bdec3db8-2ad6-4fce-a71f-fadf21272ff0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:23.415392 [ 3 ] {} HTTP-Session: bdec3db8-2ad6-4fce-a71f-fadf21272ff0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:23.415537 [ 190 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 86 rows starting from the beginning of the part 2024.06.28 22:13:23.415598 [ 3 ] {} HTTP-Session: bdec3db8-2ad6-4fce-a71f-fadf21272ff0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:23.415641 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.06.28 22:13:23.415921 [ 190 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 56 rows starting from the beginning of the part 2024.06.28 22:13:23.415983 [ 3 ] {4ae3c26c-6a63-4a32-9bb2-100d3818d1b4} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:23.416200 [ 3 ] {4ae3c26c-6a63-4a32-9bb2-100d3818d1b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.28 22:13:23.416240 [ 190 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 89 rows starting from the beginning of the part 2024.06.28 22:13:23.416564 [ 190 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 93 rows starting from the beginning of the part 2024.06.28 22:13:23.417255 [ 3 ] {4ae3c26c-6a63-4a32-9bb2-100d3818d1b4} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:23.417669 [ 3 ] {4ae3c26c-6a63-4a32-9bb2-100d3818d1b4} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:23.417719 [ 3 ] {4ae3c26c-6a63-4a32-9bb2-100d3818d1b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:23.418237 [ 3 ] {4ae3c26c-6a63-4a32-9bb2-100d3818d1b4} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.06.28 22:13:23.418691 [ 197 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 509 rows, containing 4 columns (4 merged, 0 gathered) in 0.004622551 sec., 110112.36003669836 rows/sec., 8.70 MiB/sec. 2024.06.28 22:13:23.418868 [ 3 ] {4ae3c26c-6a63-4a32-9bb2-100d3818d1b4} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:23.418952 [ 197 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.06.28 22:13:23.419077 [ 134 ] {} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.06.28 22:13:23.419197 [ 3 ] {4ae3c26c-6a63-4a32-9bb2-100d3818d1b4} executeQuery: Read 2 rows, 143.00 B in 0.003288 sec., 608.272506082725 rows/sec., 42.47 KiB/sec. 2024.06.28 22:13:23.419199 [ 134 ] {} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:23.419263 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:23.419880 [ 199 ] {357cf06e-d66b-4e79-8b91-417d03d96948::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.06.28 22:13:23.420310 [ 3 ] {4ae3c26c-6a63-4a32-9bb2-100d3818d1b4} DynamicQueryHandler: Done processing query 2024.06.28 22:13:23.420416 [ 3 ] {4ae3c26c-6a63-4a32-9bb2-100d3818d1b4} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:13:23.420503 [ 199 ] {357cf06e-d66b-4e79-8b91-417d03d96948::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:13:23.420509 [ 3 ] {} HTTP-Session: bdec3db8-2ad6-4fce-a71f-fadf21272ff0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:23.420594 [ 199 ] {357cf06e-d66b-4e79-8b91-417d03d96948::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 14 rows starting from the beginning of the part 2024.06.28 22:13:23.420842 [ 197 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_36_7} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:23.420949 [ 199 ] {357cf06e-d66b-4e79-8b91-417d03d96948::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part 2024.06.28 22:13:23.420989 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 15269, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:23.421315 [ 199 ] {357cf06e-d66b-4e79-8b91-417d03d96948::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part 2024.06.28 22:13:23.421355 [ 197 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_36_7} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.06.28 22:13:23.421457 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:23.421741 [ 199 ] {357cf06e-d66b-4e79-8b91-417d03d96948::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part 2024.06.28 22:13:23.421769 [ 3 ] {} HTTP-Session: 1395684d-6244-44a1-abd0-aa29e8bee7dc Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:23.421823 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2024.06.28 22:13:23.421978 [ 3 ] {} HTTP-Session: 1395684d-6244-44a1-abd0-aa29e8bee7dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:23.422080 [ 3 ] {} HTTP-Session: 1395684d-6244-44a1-abd0-aa29e8bee7dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:23.422117 [ 199 ] {357cf06e-d66b-4e79-8b91-417d03d96948::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part 2024.06.28 22:13:23.422198 [ 3 ] {} HTTP-Session: 1395684d-6244-44a1-abd0-aa29e8bee7dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:23.422355 [ 199 ] {357cf06e-d66b-4e79-8b91-417d03d96948::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part 2024.06.28 22:13:23.422712 [ 3 ] {5a6ae34a-47a0-4e15-8405-3ab97f4b33a6} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:23.422833 [ 3 ] {5a6ae34a-47a0-4e15-8405-3ab97f4b33a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:13:23.423275 [ 3 ] {5a6ae34a-47a0-4e15-8405-3ab97f4b33a6} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:23.424294 [ 3 ] {5a6ae34a-47a0-4e15-8405-3ab97f4b33a6} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:23.424353 [ 3 ] {5a6ae34a-47a0-4e15-8405-3ab97f4b33a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:23.425111 [ 199 ] {357cf06e-d66b-4e79-8b91-417d03d96948::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.005690455 sec., 4920.52041532707 rows/sec., 343.57 KiB/sec. 2024.06.28 22:13:23.425235 [ 3 ] {5a6ae34a-47a0-4e15-8405-3ab97f4b33a6} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.06.28 22:13:23.425318 [ 197 ] {357cf06e-d66b-4e79-8b91-417d03d96948::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.06.28 22:13:23.426038 [ 3 ] {5a6ae34a-47a0-4e15-8405-3ab97f4b33a6} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:23.426327 [ 134 ] {} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.06.28 22:13:23.426356 [ 3 ] {5a6ae34a-47a0-4e15-8405-3ab97f4b33a6} executeQuery: Read 90 rows, 7.18 KiB in 0.003892 sec., 23124.357656731758 rows/sec., 1.80 MiB/sec. 2024.06.28 22:13:23.426373 [ 197 ] {357cf06e-d66b-4e79-8b91-417d03d96948::all_1_11_2} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:23.426410 [ 134 ] {} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:23.426523 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:23.426747 [ 197 ] {357cf06e-d66b-4e79-8b91-417d03d96948::all_1_11_2} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.06.28 22:13:23.427047 [ 199 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::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.06.28 22:13:23.427130 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.06.28 22:13:23.427177 [ 3 ] {5a6ae34a-47a0-4e15-8405-3ab97f4b33a6} DynamicQueryHandler: Done processing query 2024.06.28 22:13:23.427333 [ 3 ] {5a6ae34a-47a0-4e15-8405-3ab97f4b33a6} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:13:23.427407 [ 3 ] {} HTTP-Session: 1395684d-6244-44a1-abd0-aa29e8bee7dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:23.427592 [ 199 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:13:23.427670 [ 199 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 124 rows starting from the beginning of the part 2024.06.28 22:13:23.427698 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 37783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:23.427853 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:23.427866 [ 199 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 64 rows starting from the beginning of the part 2024.06.28 22:13:23.427928 [ 3 ] {} HTTP-Session: 82ea1426-1408-4dd0-9c9b-d481c24418d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:23.428032 [ 3 ] {} HTTP-Session: 82ea1426-1408-4dd0-9c9b-d481c24418d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:23.428136 [ 199 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 74 rows starting from the beginning of the part 2024.06.28 22:13:23.428127 [ 3 ] {} HTTP-Session: 82ea1426-1408-4dd0-9c9b-d481c24418d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:23.428372 [ 3 ] {} HTTP-Session: 82ea1426-1408-4dd0-9c9b-d481c24418d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:23.428500 [ 199 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 64 rows starting from the beginning of the part 2024.06.28 22:13:23.428719 [ 199 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 80 rows starting from the beginning of the part 2024.06.28 22:13:23.428865 [ 199 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 90 rows starting from the beginning of the part 2024.06.28 22:13:23.429151 [ 3 ] {53d0879e-aa3d-4e09-a9fd-64b56aa08f07} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:23.429325 [ 3 ] {53d0879e-aa3d-4e09-a9fd-64b56aa08f07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:13:23.429875 [ 3 ] {53d0879e-aa3d-4e09-a9fd-64b56aa08f07} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:23.430975 [ 3 ] {53d0879e-aa3d-4e09-a9fd-64b56aa08f07} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:23.431041 [ 3 ] {53d0879e-aa3d-4e09-a9fd-64b56aa08f07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:23.431598 [ 193 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 496 rows, containing 4 columns (4 merged, 0 gathered) in 0.004896834 sec., 101289.93549709873 rows/sec., 7.91 MiB/sec. 2024.06.28 22:13:23.431848 [ 193 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.06.28 22:13:23.431948 [ 3 ] {53d0879e-aa3d-4e09-a9fd-64b56aa08f07} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.06.28 22:13:23.432699 [ 193 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_36_7} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:23.432838 [ 3 ] {53d0879e-aa3d-4e09-a9fd-64b56aa08f07} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:23.432928 [ 193 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_36_7} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.06.28 22:13:23.433116 [ 134 ] {} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.06.28 22:13:23.433135 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.06.28 22:13:23.433194 [ 3 ] {53d0879e-aa3d-4e09-a9fd-64b56aa08f07} executeQuery: Read 197 rows, 14.08 KiB in 0.00454 sec., 43392.0704845815 rows/sec., 3.03 MiB/sec. 2024.06.28 22:13:23.433198 [ 134 ] {} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:23.433259 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:23.433570 [ 189 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::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.06.28 22:13:23.433589 [ 3 ] {53d0879e-aa3d-4e09-a9fd-64b56aa08f07} DynamicQueryHandler: Done processing query 2024.06.28 22:13:23.433671 [ 3 ] {53d0879e-aa3d-4e09-a9fd-64b56aa08f07} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.06.28 22:13:23.433767 [ 3 ] {} HTTP-Session: 82ea1426-1408-4dd0-9c9b-d481c24418d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:23.434119 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:23.434184 [ 189 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:13:23.434238 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:23.434262 [ 189 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 4949 rows starting from the beginning of the part 2024.06.28 22:13:23.434279 [ 3 ] {} HTTP-Session: df54cfd8-5099-455c-a733-d87bc5b3b5ba Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:23.434328 [ 3 ] {} HTTP-Session: df54cfd8-5099-455c-a733-d87bc5b3b5ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:23.434388 [ 3 ] {} HTTP-Session: df54cfd8-5099-455c-a733-d87bc5b3b5ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:23.434527 [ 189 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::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.06.28 22:13:23.434595 [ 3 ] {} HTTP-Session: df54cfd8-5099-455c-a733-d87bc5b3b5ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:23.434809 [ 189 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part 2024.06.28 22:13:23.435087 [ 189 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part 2024.06.28 22:13:23.435182 [ 3 ] {d3c1193f-723d-4aa4-a40c-6a55c2e8e7a8} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:23.435312 [ 189 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 163 rows starting from the beginning of the part 2024.06.28 22:13:23.435419 [ 3 ] {d3c1193f-723d-4aa4-a40c-6a55c2e8e7a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:13:23.435588 [ 189 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::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.06.28 22:13:23.436348 [ 3 ] {d3c1193f-723d-4aa4-a40c-6a55c2e8e7a8} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:23.436919 [ 3 ] {d3c1193f-723d-4aa4-a40c-6a55c2e8e7a8} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:23.436962 [ 3 ] {d3c1193f-723d-4aa4-a40c-6a55c2e8e7a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:23.437623 [ 3 ] {d3c1193f-723d-4aa4-a40c-6a55c2e8e7a8} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.06.28 22:13:23.438514 [ 3 ] {d3c1193f-723d-4aa4-a40c-6a55c2e8e7a8} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:23.438717 [ 3 ] {d3c1193f-723d-4aa4-a40c-6a55c2e8e7a8} executeQuery: Read 60 rows, 4.14 KiB in 0.003831 sec., 15661.70712607674 rows/sec., 1.06 MiB/sec. 2024.06.28 22:13:23.438722 [ 134 ] {} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.06.28 22:13:23.438789 [ 134 ] {} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:23.438832 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:23.439032 [ 3 ] {d3c1193f-723d-4aa4-a40c-6a55c2e8e7a8} DynamicQueryHandler: Done processing query 2024.06.28 22:13:23.439098 [ 3 ] {d3c1193f-723d-4aa4-a40c-6a55c2e8e7a8} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:13:23.439111 [ 193 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:13:23.439181 [ 3 ] {} HTTP-Session: df54cfd8-5099-455c-a733-d87bc5b3b5ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:23.439390 [ 193 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:13:23.439428 [ 193 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1754 rows starting from the beginning of the part 2024.06.28 22:13:23.439537 [ 193 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:13:23.439899 [ 193 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:13:23.440129 [ 193 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:13:23.440181 [ 189 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 5789 rows, containing 5 columns (5 merged, 0 gathered) in 0.006771439 sec., 854914.2951741868 rows/sec., 59.60 MiB/sec. 2024.06.28 22:13:23.440241 [ 193 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:13:23.440306 [ 193 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:13:23.440675 [ 189 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.06.28 22:13:23.441184 [ 189 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_36_7} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:23.441302 [ 189 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_36_7} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.06.28 22:13:23.441405 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.30 MiB. 2024.06.28 22:13:23.441801 [ 188 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2054 rows, containing 4 columns (4 merged, 0 gathered) in 0.002810177 sec., 730914.8142625891 rows/sec., 49.22 MiB/sec. 2024.06.28 22:13:23.442115 [ 188 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.06.28 22:13:23.442576 [ 188 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_36_7} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:23.442667 [ 188 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_36_7} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.06.28 22:13:23.442773 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2024.06.28 22:13:28.404546 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 1488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:28.404688 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:28.404717 [ 3 ] {} HTTP-Session: a1d665ac-3cdb-4d5a-8a04-7c58afa2d774 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:28.404746 [ 3 ] {} HTTP-Session: a1d665ac-3cdb-4d5a-8a04-7c58afa2d774 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:28.404763 [ 3 ] {} HTTP-Session: a1d665ac-3cdb-4d5a-8a04-7c58afa2d774 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:28.404819 [ 3 ] {} HTTP-Session: a1d665ac-3cdb-4d5a-8a04-7c58afa2d774 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:28.405023 [ 3 ] {57eda203-5af0-4fc0-90b4-514e12ec29f6} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:28.405100 [ 3 ] {57eda203-5af0-4fc0-90b4-514e12ec29f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.28 22:13:28.405319 [ 3 ] {57eda203-5af0-4fc0-90b4-514e12ec29f6} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:28.405786 [ 3 ] {57eda203-5af0-4fc0-90b4-514e12ec29f6} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:28.405827 [ 3 ] {57eda203-5af0-4fc0-90b4-514e12ec29f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:28.406190 [ 3 ] {57eda203-5af0-4fc0-90b4-514e12ec29f6} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.06.28 22:13:28.406543 [ 3 ] {57eda203-5af0-4fc0-90b4-514e12ec29f6} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:28.406726 [ 3 ] {57eda203-5af0-4fc0-90b4-514e12ec29f6} executeQuery: Read 10 rows, 830.00 B in 0.001757 sec., 5691.519635742743 rows/sec., 461.32 KiB/sec. 2024.06.28 22:13:28.406725 [ 128 ] {} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2024.06.28 22:13:28.406841 [ 128 ] {} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:28.406884 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:28.407006 [ 3 ] {57eda203-5af0-4fc0-90b4-514e12ec29f6} DynamicQueryHandler: Done processing query 2024.06.28 22:13:28.407059 [ 3 ] {57eda203-5af0-4fc0-90b4-514e12ec29f6} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:13:28.407073 [ 189 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2024.06.28 22:13:28.407086 [ 3 ] {} HTTP-Session: a1d665ac-3cdb-4d5a-8a04-7c58afa2d774 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:28.407328 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:28.407354 [ 189 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:13:28.407425 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:28.407432 [ 189 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 10 rows starting from the beginning of the part 2024.06.28 22:13:28.407463 [ 3 ] {} HTTP-Session: 7b9ad9ab-c54c-4069-b521-eaa6b5183030 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:28.407502 [ 3 ] {} HTTP-Session: 7b9ad9ab-c54c-4069-b521-eaa6b5183030 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:28.407551 [ 3 ] {} HTTP-Session: 7b9ad9ab-c54c-4069-b521-eaa6b5183030 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:28.407692 [ 189 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 10 rows starting from the beginning of the part 2024.06.28 22:13:28.407737 [ 3 ] {} HTTP-Session: 7b9ad9ab-c54c-4069-b521-eaa6b5183030 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:28.407964 [ 189 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 10 rows starting from the beginning of the part 2024.06.28 22:13:28.408309 [ 189 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 10 rows starting from the beginning of the part 2024.06.28 22:13:28.408324 [ 3 ] {2532a11a-d50d-42ff-b63e-3f687d202cd4} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:28.408556 [ 3 ] {2532a11a-d50d-42ff-b63e-3f687d202cd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.28 22:13:28.408589 [ 189 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part 2024.06.28 22:13:28.409298 [ 3 ] {2532a11a-d50d-42ff-b63e-3f687d202cd4} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:28.410082 [ 3 ] {2532a11a-d50d-42ff-b63e-3f687d202cd4} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:28.410160 [ 3 ] {2532a11a-d50d-42ff-b63e-3f687d202cd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:28.411011 [ 3 ] {2532a11a-d50d-42ff-b63e-3f687d202cd4} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.06.28 22:13:28.411020 [ 189 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 4 columns (4 merged, 0 gathered) in 0.004052463 sec., 12338.175573718994 rows/sec., 1000.07 KiB/sec. 2024.06.28 22:13:28.411260 [ 193 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2024.06.28 22:13:28.411627 [ 3 ] {2532a11a-d50d-42ff-b63e-3f687d202cd4} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:28.412043 [ 3 ] {2532a11a-d50d-42ff-b63e-3f687d202cd4} executeQuery: Read 2 rows, 167.00 B in 0.003994 sec., 500.75112669003505 rows/sec., 40.83 KiB/sec. 2024.06.28 22:13:28.412312 [ 193 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_13_3} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:28.412353 [ 3 ] {2532a11a-d50d-42ff-b63e-3f687d202cd4} DynamicQueryHandler: Done processing query 2024.06.28 22:13:28.412407 [ 3 ] {2532a11a-d50d-42ff-b63e-3f687d202cd4} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:13:28.412442 [ 3 ] {} HTTP-Session: 7b9ad9ab-c54c-4069-b521-eaa6b5183030 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:28.412482 [ 193 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_13_3} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2024.06.28 22:13:28.412583 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2024.06.28 22:13:28.412602 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12573, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:28.412668 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:28.412687 [ 3 ] {} HTTP-Session: 6c8caa2c-5d35-4751-86c6-b5ae301a0f53 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:28.412703 [ 3 ] {} HTTP-Session: 6c8caa2c-5d35-4751-86c6-b5ae301a0f53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:28.412716 [ 3 ] {} HTTP-Session: 6c8caa2c-5d35-4751-86c6-b5ae301a0f53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:28.412748 [ 3 ] {} HTTP-Session: 6c8caa2c-5d35-4751-86c6-b5ae301a0f53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:28.412884 [ 3 ] {0a01e3d6-ed55-45b0-a2fa-72d36f560077} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:28.412928 [ 3 ] {0a01e3d6-ed55-45b0-a2fa-72d36f560077} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:13:28.413075 [ 3 ] {0a01e3d6-ed55-45b0-a2fa-72d36f560077} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:28.413480 [ 3 ] {0a01e3d6-ed55-45b0-a2fa-72d36f560077} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:28.413518 [ 3 ] {0a01e3d6-ed55-45b0-a2fa-72d36f560077} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:28.413844 [ 3 ] {0a01e3d6-ed55-45b0-a2fa-72d36f560077} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.06.28 22:13:28.414163 [ 3 ] {0a01e3d6-ed55-45b0-a2fa-72d36f560077} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:28.414324 [ 3 ] {0a01e3d6-ed55-45b0-a2fa-72d36f560077} executeQuery: Read 87 rows, 7.25 KiB in 0.001487 sec., 58507.06119704102 rows/sec., 4.76 MiB/sec. 2024.06.28 22:13:28.414585 [ 3 ] {0a01e3d6-ed55-45b0-a2fa-72d36f560077} DynamicQueryHandler: Done processing query 2024.06.28 22:13:28.414635 [ 3 ] {0a01e3d6-ed55-45b0-a2fa-72d36f560077} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:13:28.414671 [ 3 ] {} HTTP-Session: 6c8caa2c-5d35-4751-86c6-b5ae301a0f53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:28.414801 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:28.414851 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:28.414869 [ 3 ] {} HTTP-Session: 5836acf4-bdda-499e-8bb0-135e128b1dc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:28.414886 [ 3 ] {} HTTP-Session: 5836acf4-bdda-499e-8bb0-135e128b1dc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:28.414898 [ 3 ] {} HTTP-Session: 5836acf4-bdda-499e-8bb0-135e128b1dc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:28.414930 [ 3 ] {} HTTP-Session: 5836acf4-bdda-499e-8bb0-135e128b1dc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:28.415025 [ 3 ] {bfb6084b-7a6d-4e00-87d4-5870eb958714} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:28.415067 [ 3 ] {bfb6084b-7a6d-4e00-87d4-5870eb958714} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.28 22:13:28.415215 [ 3 ] {bfb6084b-7a6d-4e00-87d4-5870eb958714} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:28.415495 [ 3 ] {bfb6084b-7a6d-4e00-87d4-5870eb958714} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:28.415531 [ 3 ] {bfb6084b-7a6d-4e00-87d4-5870eb958714} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:28.415828 [ 3 ] {bfb6084b-7a6d-4e00-87d4-5870eb958714} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.06.28 22:13:28.416143 [ 3 ] {bfb6084b-7a6d-4e00-87d4-5870eb958714} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:28.416293 [ 3 ] {bfb6084b-7a6d-4e00-87d4-5870eb958714} executeQuery: Read 2 rows, 143.00 B in 0.001291 sec., 1549.1866769945777 rows/sec., 108.17 KiB/sec. 2024.06.28 22:13:28.416459 [ 3 ] {bfb6084b-7a6d-4e00-87d4-5870eb958714} DynamicQueryHandler: Done processing query 2024.06.28 22:13:28.416482 [ 3 ] {bfb6084b-7a6d-4e00-87d4-5870eb958714} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:13:28.416499 [ 3 ] {} HTTP-Session: 5836acf4-bdda-499e-8bb0-135e128b1dc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:28.416616 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:28.416663 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:28.416682 [ 3 ] {} HTTP-Session: 6ea94e97-759b-4e0b-ad53-4ba5fdc864de Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:28.416698 [ 3 ] {} HTTP-Session: 6ea94e97-759b-4e0b-ad53-4ba5fdc864de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:28.416711 [ 3 ] {} HTTP-Session: 6ea94e97-759b-4e0b-ad53-4ba5fdc864de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:28.416742 [ 3 ] {} HTTP-Session: 6ea94e97-759b-4e0b-ad53-4ba5fdc864de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:28.416859 [ 3 ] {6f79c29d-f97f-4aac-bf7e-232a19c1e91d} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:28.416902 [ 3 ] {6f79c29d-f97f-4aac-bf7e-232a19c1e91d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:13:28.417029 [ 3 ] {6f79c29d-f97f-4aac-bf7e-232a19c1e91d} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:28.417364 [ 3 ] {6f79c29d-f97f-4aac-bf7e-232a19c1e91d} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:28.417400 [ 3 ] {6f79c29d-f97f-4aac-bf7e-232a19c1e91d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:28.417715 [ 3 ] {6f79c29d-f97f-4aac-bf7e-232a19c1e91d} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.06.28 22:13:28.418018 [ 3 ] {6f79c29d-f97f-4aac-bf7e-232a19c1e91d} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:28.418172 [ 3 ] {6f79c29d-f97f-4aac-bf7e-232a19c1e91d} executeQuery: Read 76 rows, 6.08 KiB in 0.001352 sec., 56213.017751479296 rows/sec., 4.39 MiB/sec. 2024.06.28 22:13:28.418451 [ 3 ] {6f79c29d-f97f-4aac-bf7e-232a19c1e91d} DynamicQueryHandler: Done processing query 2024.06.28 22:13:28.418497 [ 3 ] {6f79c29d-f97f-4aac-bf7e-232a19c1e91d} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:13:28.418527 [ 3 ] {} HTTP-Session: 6ea94e97-759b-4e0b-ad53-4ba5fdc864de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:28.418722 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30853, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:28.418767 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:28.418784 [ 3 ] {} HTTP-Session: 0869389b-d3cf-4da6-8e8d-0e31abdd78b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:28.418799 [ 3 ] {} HTTP-Session: 0869389b-d3cf-4da6-8e8d-0e31abdd78b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:28.418812 [ 3 ] {} HTTP-Session: 0869389b-d3cf-4da6-8e8d-0e31abdd78b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:28.418840 [ 3 ] {} HTTP-Session: 0869389b-d3cf-4da6-8e8d-0e31abdd78b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:28.418986 [ 3 ] {3eeff1c8-c778-4ec0-9f1a-22fb5452e205} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:28.419031 [ 3 ] {3eeff1c8-c778-4ec0-9f1a-22fb5452e205} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:13:28.419184 [ 3 ] {3eeff1c8-c778-4ec0-9f1a-22fb5452e205} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:28.419613 [ 3 ] {3eeff1c8-c778-4ec0-9f1a-22fb5452e205} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:28.419648 [ 3 ] {3eeff1c8-c778-4ec0-9f1a-22fb5452e205} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:28.420032 [ 3 ] {3eeff1c8-c778-4ec0-9f1a-22fb5452e205} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.06.28 22:13:28.420368 [ 3 ] {3eeff1c8-c778-4ec0-9f1a-22fb5452e205} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:28.420534 [ 3 ] {3eeff1c8-c778-4ec0-9f1a-22fb5452e205} executeQuery: Read 161 rows, 11.48 KiB in 0.001581 sec., 101834.28209993675 rows/sec., 7.09 MiB/sec. 2024.06.28 22:13:28.420703 [ 3 ] {3eeff1c8-c778-4ec0-9f1a-22fb5452e205} DynamicQueryHandler: Done processing query 2024.06.28 22:13:28.420727 [ 3 ] {3eeff1c8-c778-4ec0-9f1a-22fb5452e205} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:13:28.420742 [ 3 ] {} HTTP-Session: 0869389b-d3cf-4da6-8e8d-0e31abdd78b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:28.420863 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 16650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:28.420909 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:28.420927 [ 3 ] {} HTTP-Session: 0ff06418-baca-4d80-b38b-dfcdfe3040b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:28.420943 [ 3 ] {} HTTP-Session: 0ff06418-baca-4d80-b38b-dfcdfe3040b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:28.420956 [ 3 ] {} HTTP-Session: 0ff06418-baca-4d80-b38b-dfcdfe3040b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:28.420986 [ 3 ] {} HTTP-Session: 0ff06418-baca-4d80-b38b-dfcdfe3040b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:28.421162 [ 3 ] {6ecd25ff-bd03-447c-8a20-35fa24c3426d} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:28.421224 [ 3 ] {6ecd25ff-bd03-447c-8a20-35fa24c3426d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 2024.06.28 22:13:28.421631 [ 3 ] {6ecd25ff-bd03-447c-8a20-35fa24c3426d} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:28.422171 [ 3 ] {6ecd25ff-bd03-447c-8a20-35fa24c3426d} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:28.422206 [ 3 ] {6ecd25ff-bd03-447c-8a20-35fa24c3426d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:28.422779 [ 3 ] {6ecd25ff-bd03-447c-8a20-35fa24c3426d} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.06.28 22:13:28.423180 [ 3 ] {6ecd25ff-bd03-447c-8a20-35fa24c3426d} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:28.423382 [ 3 ] {6ecd25ff-bd03-447c-8a20-35fa24c3426d} executeQuery: Read 10 rows, 18.35 KiB in 0.002322 sec., 4306.632213608958 rows/sec., 7.72 MiB/sec. 2024.06.28 22:13:28.423599 [ 3 ] {6ecd25ff-bd03-447c-8a20-35fa24c3426d} DynamicQueryHandler: Done processing query 2024.06.28 22:13:28.423623 [ 3 ] {6ecd25ff-bd03-447c-8a20-35fa24c3426d} MemoryTracker: Peak memory usage (for query): 4.42 MiB. 2024.06.28 22:13:28.423638 [ 3 ] {} HTTP-Session: 0ff06418-baca-4d80-b38b-dfcdfe3040b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:28.423748 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:28.423796 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:28.423815 [ 3 ] {} HTTP-Session: a1617a0e-302d-4331-ad71-813ccc11b630 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:28.423830 [ 3 ] {} HTTP-Session: a1617a0e-302d-4331-ad71-813ccc11b630 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:28.423844 [ 3 ] {} HTTP-Session: a1617a0e-302d-4331-ad71-813ccc11b630 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:28.423874 [ 3 ] {} HTTP-Session: a1617a0e-302d-4331-ad71-813ccc11b630 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:28.423998 [ 3 ] {909ea726-a873-4228-8d5e-c88cabc6ad7e} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:28.424041 [ 3 ] {909ea726-a873-4228-8d5e-c88cabc6ad7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:13:28.424166 [ 3 ] {909ea726-a873-4228-8d5e-c88cabc6ad7e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:28.424489 [ 3 ] {909ea726-a873-4228-8d5e-c88cabc6ad7e} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:28.424526 [ 3 ] {909ea726-a873-4228-8d5e-c88cabc6ad7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:28.424897 [ 3 ] {909ea726-a873-4228-8d5e-c88cabc6ad7e} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.06.28 22:13:28.425206 [ 3 ] {909ea726-a873-4228-8d5e-c88cabc6ad7e} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:28.425356 [ 3 ] {909ea726-a873-4228-8d5e-c88cabc6ad7e} executeQuery: Read 60 rows, 4.14 KiB in 0.0014 sec., 42857.142857142855 rows/sec., 2.89 MiB/sec. 2024.06.28 22:13:28.425516 [ 3 ] {909ea726-a873-4228-8d5e-c88cabc6ad7e} DynamicQueryHandler: Done processing query 2024.06.28 22:13:28.425540 [ 3 ] {909ea726-a873-4228-8d5e-c88cabc6ad7e} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:13:28.425556 [ 3 ] {} HTTP-Session: a1617a0e-302d-4331-ad71-813ccc11b630 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:32.722059 [ 124 ] {} DNSResolver: Updating DNS cache 2024.06.28 22:13:32.722144 [ 124 ] {} DNSResolver: Updated DNS cache 2024.06.28 22:13:33.404376 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:33.404522 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:33.404554 [ 3 ] {} HTTP-Session: ec8338d3-253b-4eb9-a389-12c35b32ba76 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:33.404582 [ 3 ] {} HTTP-Session: ec8338d3-253b-4eb9-a389-12c35b32ba76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:33.404600 [ 3 ] {} HTTP-Session: ec8338d3-253b-4eb9-a389-12c35b32ba76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:33.404657 [ 3 ] {} HTTP-Session: ec8338d3-253b-4eb9-a389-12c35b32ba76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:33.404840 [ 3 ] {56abae90-3468-458b-b893-b889a4f63ebc} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:33.404909 [ 3 ] {56abae90-3468-458b-b893-b889a4f63ebc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.28 22:13:33.405105 [ 3 ] {56abae90-3468-458b-b893-b889a4f63ebc} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:33.405601 [ 3 ] {56abae90-3468-458b-b893-b889a4f63ebc} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:33.405642 [ 3 ] {56abae90-3468-458b-b893-b889a4f63ebc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:33.405994 [ 3 ] {56abae90-3468-458b-b893-b889a4f63ebc} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.06.28 22:13:33.406330 [ 3 ] {56abae90-3468-458b-b893-b889a4f63ebc} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:33.406505 [ 3 ] {56abae90-3468-458b-b893-b889a4f63ebc} executeQuery: Read 2 rows, 167.00 B in 0.001716 sec., 1165.5011655011654 rows/sec., 95.04 KiB/sec. 2024.06.28 22:13:33.406813 [ 3 ] {56abae90-3468-458b-b893-b889a4f63ebc} DynamicQueryHandler: Done processing query 2024.06.28 22:13:33.406839 [ 3 ] {56abae90-3468-458b-b893-b889a4f63ebc} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:13:33.406855 [ 3 ] {} HTTP-Session: ec8338d3-253b-4eb9-a389-12c35b32ba76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:33.406983 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 7974, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:33.407030 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:33.407048 [ 3 ] {} HTTP-Session: 88fc5c80-a3b1-4509-8631-cf2631c99524 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:33.407064 [ 3 ] {} HTTP-Session: 88fc5c80-a3b1-4509-8631-cf2631c99524 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:33.407078 [ 3 ] {} HTTP-Session: 88fc5c80-a3b1-4509-8631-cf2631c99524 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:33.407109 [ 3 ] {} HTTP-Session: 88fc5c80-a3b1-4509-8631-cf2631c99524 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:33.407219 [ 3 ] {128ba8d0-b232-49ff-861a-421e8358deb5} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:33.407262 [ 3 ] {128ba8d0-b232-49ff-861a-421e8358deb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:13:33.407407 [ 3 ] {128ba8d0-b232-49ff-861a-421e8358deb5} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:33.407749 [ 3 ] {128ba8d0-b232-49ff-861a-421e8358deb5} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:33.407785 [ 3 ] {128ba8d0-b232-49ff-861a-421e8358deb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:33.408102 [ 3 ] {128ba8d0-b232-49ff-861a-421e8358deb5} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.06.28 22:13:33.408400 [ 3 ] {128ba8d0-b232-49ff-861a-421e8358deb5} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:33.408561 [ 3 ] {128ba8d0-b232-49ff-861a-421e8358deb5} executeQuery: Read 57 rows, 4.48 KiB in 0.001369 sec., 41636.23082542002 rows/sec., 3.19 MiB/sec. 2024.06.28 22:13:33.408823 [ 3 ] {128ba8d0-b232-49ff-861a-421e8358deb5} DynamicQueryHandler: Done processing query 2024.06.28 22:13:33.408878 [ 3 ] {128ba8d0-b232-49ff-861a-421e8358deb5} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.06.28 22:13:33.408930 [ 3 ] {} HTTP-Session: 88fc5c80-a3b1-4509-8631-cf2631c99524 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:33.409062 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:33.409112 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:33.409131 [ 3 ] {} HTTP-Session: 00b75433-b6c3-45f6-83b3-1aa733f5acdd Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:33.409148 [ 3 ] {} HTTP-Session: 00b75433-b6c3-45f6-83b3-1aa733f5acdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:33.409161 [ 3 ] {} HTTP-Session: 00b75433-b6c3-45f6-83b3-1aa733f5acdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:33.409192 [ 3 ] {} HTTP-Session: 00b75433-b6c3-45f6-83b3-1aa733f5acdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:33.409288 [ 3 ] {f1d82d60-4885-454e-966a-48263a186ca8} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:33.409331 [ 3 ] {f1d82d60-4885-454e-966a-48263a186ca8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.28 22:13:33.409478 [ 3 ] {f1d82d60-4885-454e-966a-48263a186ca8} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:33.410172 [ 3 ] {f1d82d60-4885-454e-966a-48263a186ca8} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:33.410228 [ 3 ] {f1d82d60-4885-454e-966a-48263a186ca8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:33.410519 [ 3 ] {f1d82d60-4885-454e-966a-48263a186ca8} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.06.28 22:13:33.410873 [ 3 ] {f1d82d60-4885-454e-966a-48263a186ca8} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:33.411027 [ 3 ] {f1d82d60-4885-454e-966a-48263a186ca8} executeQuery: Read 2 rows, 143.00 B in 0.001762 sec., 1135.0737797956867 rows/sec., 79.26 KiB/sec. 2024.06.28 22:13:33.411192 [ 3 ] {f1d82d60-4885-454e-966a-48263a186ca8} DynamicQueryHandler: Done processing query 2024.06.28 22:13:33.411215 [ 3 ] {f1d82d60-4885-454e-966a-48263a186ca8} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:13:33.411231 [ 3 ] {} HTTP-Session: 00b75433-b6c3-45f6-83b3-1aa733f5acdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:33.411346 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 11231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:33.411392 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:33.411412 [ 3 ] {} HTTP-Session: 812dbb0b-2b1d-47a9-bca1-4db6d40f6eb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:33.411428 [ 3 ] {} HTTP-Session: 812dbb0b-2b1d-47a9-bca1-4db6d40f6eb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:33.411442 [ 3 ] {} HTTP-Session: 812dbb0b-2b1d-47a9-bca1-4db6d40f6eb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:33.411473 [ 3 ] {} HTTP-Session: 812dbb0b-2b1d-47a9-bca1-4db6d40f6eb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:33.411588 [ 3 ] {5c349e3c-a8fe-49ef-9061-74ec1ac145ea} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:33.411631 [ 3 ] {5c349e3c-a8fe-49ef-9061-74ec1ac145ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:13:33.411759 [ 3 ] {5c349e3c-a8fe-49ef-9061-74ec1ac145ea} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:33.412135 [ 3 ] {5c349e3c-a8fe-49ef-9061-74ec1ac145ea} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:33.412172 [ 3 ] {5c349e3c-a8fe-49ef-9061-74ec1ac145ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:33.412479 [ 3 ] {5c349e3c-a8fe-49ef-9061-74ec1ac145ea} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.06.28 22:13:33.412784 [ 3 ] {5c349e3c-a8fe-49ef-9061-74ec1ac145ea} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:33.412948 [ 3 ] {5c349e3c-a8fe-49ef-9061-74ec1ac145ea} executeQuery: Read 66 rows, 5.28 KiB in 0.001401 sec., 47109.207708779446 rows/sec., 3.68 MiB/sec. 2024.06.28 22:13:33.413112 [ 3 ] {5c349e3c-a8fe-49ef-9061-74ec1ac145ea} DynamicQueryHandler: Done processing query 2024.06.28 22:13:33.413137 [ 3 ] {5c349e3c-a8fe-49ef-9061-74ec1ac145ea} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:13:33.413152 [ 3 ] {} HTTP-Session: 812dbb0b-2b1d-47a9-bca1-4db6d40f6eb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:33.413297 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30853, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:33.413345 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:33.413365 [ 3 ] {} HTTP-Session: f6c91347-1695-4c56-8d65-3020cec110c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:33.413380 [ 3 ] {} HTTP-Session: f6c91347-1695-4c56-8d65-3020cec110c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:33.413394 [ 3 ] {} HTTP-Session: f6c91347-1695-4c56-8d65-3020cec110c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:33.413425 [ 3 ] {} HTTP-Session: f6c91347-1695-4c56-8d65-3020cec110c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:33.413569 [ 3 ] {fb3bafaf-a2b6-46bd-b572-e21ca76539b4} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:33.413616 [ 3 ] {fb3bafaf-a2b6-46bd-b572-e21ca76539b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:13:33.413763 [ 3 ] {fb3bafaf-a2b6-46bd-b572-e21ca76539b4} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:33.414161 [ 3 ] {fb3bafaf-a2b6-46bd-b572-e21ca76539b4} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:33.414197 [ 3 ] {fb3bafaf-a2b6-46bd-b572-e21ca76539b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:33.414592 [ 3 ] {fb3bafaf-a2b6-46bd-b572-e21ca76539b4} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.06.28 22:13:33.414927 [ 3 ] {fb3bafaf-a2b6-46bd-b572-e21ca76539b4} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:33.415088 [ 3 ] {fb3bafaf-a2b6-46bd-b572-e21ca76539b4} executeQuery: Read 161 rows, 11.48 KiB in 0.001584 sec., 101641.41414141415 rows/sec., 7.08 MiB/sec. 2024.06.28 22:13:33.415254 [ 3 ] {fb3bafaf-a2b6-46bd-b572-e21ca76539b4} DynamicQueryHandler: Done processing query 2024.06.28 22:13:33.415277 [ 3 ] {fb3bafaf-a2b6-46bd-b572-e21ca76539b4} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:13:33.415293 [ 3 ] {} HTTP-Session: f6c91347-1695-4c56-8d65-3020cec110c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:33.415402 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:33.415448 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:33.415467 [ 3 ] {} HTTP-Session: 5272e9f6-a8ec-4fc0-852c-e5bf8b0e12b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:33.415483 [ 3 ] {} HTTP-Session: 5272e9f6-a8ec-4fc0-852c-e5bf8b0e12b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:33.415497 [ 3 ] {} HTTP-Session: 5272e9f6-a8ec-4fc0-852c-e5bf8b0e12b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:33.415528 [ 3 ] {} HTTP-Session: 5272e9f6-a8ec-4fc0-852c-e5bf8b0e12b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:33.415651 [ 3 ] {5d9bc376-8286-4d0f-a965-81f639d57d55} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:33.415695 [ 3 ] {5d9bc376-8286-4d0f-a965-81f639d57d55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:13:33.415820 [ 3 ] {5d9bc376-8286-4d0f-a965-81f639d57d55} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:33.416122 [ 3 ] {5d9bc376-8286-4d0f-a965-81f639d57d55} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:33.416158 [ 3 ] {5d9bc376-8286-4d0f-a965-81f639d57d55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2024.06.28 22:13:33.416513 [ 3 ] {5d9bc376-8286-4d0f-a965-81f639d57d55} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.06.28 22:13:33.416823 [ 3 ] {5d9bc376-8286-4d0f-a965-81f639d57d55} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:33.416991 [ 3 ] {5d9bc376-8286-4d0f-a965-81f639d57d55} executeQuery: Read 60 rows, 4.14 KiB in 0.001376 sec., 43604.651162790695 rows/sec., 2.94 MiB/sec. 2024.06.28 22:13:33.417153 [ 3 ] {5d9bc376-8286-4d0f-a965-81f639d57d55} DynamicQueryHandler: Done processing query 2024.06.28 22:13:33.417176 [ 3 ] {5d9bc376-8286-4d0f-a965-81f639d57d55} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:13:33.417192 [ 3 ] {} HTTP-Session: 5272e9f6-a8ec-4fc0-852c-e5bf8b0e12b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:38.405145 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 1488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:38.405283 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:38.405312 [ 3 ] {} HTTP-Session: d934d885-a0ee-4ca4-80d9-eb305a5db808 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:38.405339 [ 3 ] {} HTTP-Session: d934d885-a0ee-4ca4-80d9-eb305a5db808 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:38.405357 [ 3 ] {} HTTP-Session: d934d885-a0ee-4ca4-80d9-eb305a5db808 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:38.405413 [ 3 ] {} HTTP-Session: d934d885-a0ee-4ca4-80d9-eb305a5db808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:38.405608 [ 3 ] {f4f6cc03-7f8c-4dd3-983f-663a8778f5ac} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:38.405681 [ 3 ] {f4f6cc03-7f8c-4dd3-983f-663a8778f5ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.28 22:13:38.405901 [ 3 ] {f4f6cc03-7f8c-4dd3-983f-663a8778f5ac} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:38.406341 [ 3 ] {f4f6cc03-7f8c-4dd3-983f-663a8778f5ac} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:38.406381 [ 3 ] {f4f6cc03-7f8c-4dd3-983f-663a8778f5ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:13:38.406742 [ 3 ] {f4f6cc03-7f8c-4dd3-983f-663a8778f5ac} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.06.28 22:13:38.407090 [ 3 ] {f4f6cc03-7f8c-4dd3-983f-663a8778f5ac} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:38.407263 [ 3 ] {f4f6cc03-7f8c-4dd3-983f-663a8778f5ac} executeQuery: Read 10 rows, 830.00 B in 0.001719 sec., 5817.335660267598 rows/sec., 471.52 KiB/sec. 2024.06.28 22:13:38.407453 [ 3 ] {f4f6cc03-7f8c-4dd3-983f-663a8778f5ac} DynamicQueryHandler: Done processing query 2024.06.28 22:13:38.407477 [ 3 ] {f4f6cc03-7f8c-4dd3-983f-663a8778f5ac} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:13:38.407494 [ 3 ] {} HTTP-Session: d934d885-a0ee-4ca4-80d9-eb305a5db808 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:38.407643 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:38.407691 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:38.407709 [ 3 ] {} HTTP-Session: f5241197-d8a0-4384-a99f-e32846f6c517 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:38.407725 [ 3 ] {} HTTP-Session: f5241197-d8a0-4384-a99f-e32846f6c517 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:38.407739 [ 3 ] {} HTTP-Session: f5241197-d8a0-4384-a99f-e32846f6c517 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:38.407769 [ 3 ] {} HTTP-Session: f5241197-d8a0-4384-a99f-e32846f6c517 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:38.407862 [ 3 ] {ef528c39-5286-40e9-a97a-916332b0095c} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:38.407906 [ 3 ] {ef528c39-5286-40e9-a97a-916332b0095c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.28 22:13:38.408037 [ 3 ] {ef528c39-5286-40e9-a97a-916332b0095c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:38.408341 [ 3 ] {ef528c39-5286-40e9-a97a-916332b0095c} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:38.408377 [ 3 ] {ef528c39-5286-40e9-a97a-916332b0095c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:13:38.408674 [ 3 ] {ef528c39-5286-40e9-a97a-916332b0095c} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.06.28 22:13:38.408978 [ 3 ] {ef528c39-5286-40e9-a97a-916332b0095c} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:38.409129 [ 3 ] {ef528c39-5286-40e9-a97a-916332b0095c} executeQuery: Read 2 rows, 167.00 B in 0.001288 sec., 1552.7950310559006 rows/sec., 126.62 KiB/sec. 2024.06.28 22:13:38.409290 [ 3 ] {ef528c39-5286-40e9-a97a-916332b0095c} DynamicQueryHandler: Done processing query 2024.06.28 22:13:38.409314 [ 3 ] {ef528c39-5286-40e9-a97a-916332b0095c} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:13:38.409329 [ 3 ] {} HTTP-Session: f5241197-d8a0-4384-a99f-e32846f6c517 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:38.409447 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12574, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:38.409495 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:38.409513 [ 3 ] {} HTTP-Session: 7ad23f4e-bdc7-4bd3-8040-6d774ad38982 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:38.409529 [ 3 ] {} HTTP-Session: 7ad23f4e-bdc7-4bd3-8040-6d774ad38982 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:38.409543 [ 3 ] {} HTTP-Session: 7ad23f4e-bdc7-4bd3-8040-6d774ad38982 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:38.409573 [ 3 ] {} HTTP-Session: 7ad23f4e-bdc7-4bd3-8040-6d774ad38982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:38.409690 [ 3 ] {24205071-385e-45bc-be71-f0d3218bf43e} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:38.409732 [ 3 ] {24205071-385e-45bc-be71-f0d3218bf43e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:13:38.409857 [ 3 ] {24205071-385e-45bc-be71-f0d3218bf43e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:38.410195 [ 3 ] {24205071-385e-45bc-be71-f0d3218bf43e} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:38.410233 [ 3 ] {24205071-385e-45bc-be71-f0d3218bf43e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:13:38.410539 [ 3 ] {24205071-385e-45bc-be71-f0d3218bf43e} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.06.28 22:13:38.410836 [ 3 ] {24205071-385e-45bc-be71-f0d3218bf43e} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:38.410988 [ 3 ] {24205071-385e-45bc-be71-f0d3218bf43e} executeQuery: Read 87 rows, 7.25 KiB in 0.001334 sec., 65217.39130434783 rows/sec., 5.31 MiB/sec. 2024.06.28 22:13:38.411272 [ 3 ] {24205071-385e-45bc-be71-f0d3218bf43e} DynamicQueryHandler: Done processing query 2024.06.28 22:13:38.411320 [ 3 ] {24205071-385e-45bc-be71-f0d3218bf43e} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:13:38.411345 [ 3 ] {} HTTP-Session: 7ad23f4e-bdc7-4bd3-8040-6d774ad38982 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:38.411462 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:38.411511 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:38.411529 [ 3 ] {} HTTP-Session: 7bd4bf1e-ff24-4fb7-9492-19f52f02f749 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:38.411546 [ 3 ] {} HTTP-Session: 7bd4bf1e-ff24-4fb7-9492-19f52f02f749 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:38.411560 [ 3 ] {} HTTP-Session: 7bd4bf1e-ff24-4fb7-9492-19f52f02f749 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:38.411590 [ 3 ] {} HTTP-Session: 7bd4bf1e-ff24-4fb7-9492-19f52f02f749 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:38.411684 [ 3 ] {7660882b-e485-4648-a1b4-40fa183377b8} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:38.411726 [ 3 ] {7660882b-e485-4648-a1b4-40fa183377b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.28 22:13:38.411867 [ 3 ] {7660882b-e485-4648-a1b4-40fa183377b8} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:38.412162 [ 3 ] {7660882b-e485-4648-a1b4-40fa183377b8} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:38.412198 [ 3 ] {7660882b-e485-4648-a1b4-40fa183377b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:13:38.412489 [ 3 ] {7660882b-e485-4648-a1b4-40fa183377b8} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.06.28 22:13:38.412796 [ 3 ] {7660882b-e485-4648-a1b4-40fa183377b8} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:38.412954 [ 3 ] {7660882b-e485-4648-a1b4-40fa183377b8} executeQuery: Read 2 rows, 143.00 B in 0.001292 sec., 1547.9876160990711 rows/sec., 108.09 KiB/sec. 2024.06.28 22:13:38.413104 [ 3 ] {7660882b-e485-4648-a1b4-40fa183377b8} DynamicQueryHandler: Done processing query 2024.06.28 22:13:38.413128 [ 3 ] {7660882b-e485-4648-a1b4-40fa183377b8} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:13:38.413143 [ 3 ] {} HTTP-Session: 7bd4bf1e-ff24-4fb7-9492-19f52f02f749 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:38.413260 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12930, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:38.413306 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:38.413324 [ 3 ] {} HTTP-Session: 188bc5a3-6d42-47eb-b199-a691e3899bcb Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:38.413340 [ 3 ] {} HTTP-Session: 188bc5a3-6d42-47eb-b199-a691e3899bcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:38.413353 [ 3 ] {} HTTP-Session: 188bc5a3-6d42-47eb-b199-a691e3899bcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:38.413383 [ 3 ] {} HTTP-Session: 188bc5a3-6d42-47eb-b199-a691e3899bcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:38.413495 [ 3 ] {e058f373-ca02-4bfa-82ea-9ee427c4a9b6} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:38.413536 [ 3 ] {e058f373-ca02-4bfa-82ea-9ee427c4a9b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:13:38.413659 [ 3 ] {e058f373-ca02-4bfa-82ea-9ee427c4a9b6} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:38.414076 [ 3 ] {e058f373-ca02-4bfa-82ea-9ee427c4a9b6} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:38.414112 [ 3 ] {e058f373-ca02-4bfa-82ea-9ee427c4a9b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:13:38.414425 [ 3 ] {e058f373-ca02-4bfa-82ea-9ee427c4a9b6} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.06.28 22:13:38.414723 [ 3 ] {e058f373-ca02-4bfa-82ea-9ee427c4a9b6} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:38.414867 [ 3 ] {e058f373-ca02-4bfa-82ea-9ee427c4a9b6} executeQuery: Read 76 rows, 6.08 KiB in 0.001407 sec., 54015.63610518834 rows/sec., 4.22 MiB/sec. 2024.06.28 22:13:38.415191 [ 3 ] {e058f373-ca02-4bfa-82ea-9ee427c4a9b6} DynamicQueryHandler: Done processing query 2024.06.28 22:13:38.415228 [ 3 ] {e058f373-ca02-4bfa-82ea-9ee427c4a9b6} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:13:38.415244 [ 3 ] {} HTTP-Session: 188bc5a3-6d42-47eb-b199-a691e3899bcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:38.415416 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:38.415465 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:38.415483 [ 3 ] {} HTTP-Session: 71cbb5b5-2c4b-456e-8cee-2664ab461166 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:38.415499 [ 3 ] {} HTTP-Session: 71cbb5b5-2c4b-456e-8cee-2664ab461166 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:38.415513 [ 3 ] {} HTTP-Session: 71cbb5b5-2c4b-456e-8cee-2664ab461166 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:38.415542 [ 3 ] {} HTTP-Session: 71cbb5b5-2c4b-456e-8cee-2664ab461166 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:38.415692 [ 3 ] {d130dfe3-6bf4-4fff-8174-c3bd8ab561bb} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:38.415740 [ 3 ] {d130dfe3-6bf4-4fff-8174-c3bd8ab561bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:13:38.415898 [ 3 ] {d130dfe3-6bf4-4fff-8174-c3bd8ab561bb} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:38.416319 [ 3 ] {d130dfe3-6bf4-4fff-8174-c3bd8ab561bb} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:38.416355 [ 3 ] {d130dfe3-6bf4-4fff-8174-c3bd8ab561bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:13:38.416738 [ 3 ] {d130dfe3-6bf4-4fff-8174-c3bd8ab561bb} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.06.28 22:13:38.417066 [ 3 ] {d130dfe3-6bf4-4fff-8174-c3bd8ab561bb} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:38.417234 [ 3 ] {d130dfe3-6bf4-4fff-8174-c3bd8ab561bb} executeQuery: Read 161 rows, 11.48 KiB in 0.001607 sec., 100186.6832607343 rows/sec., 6.98 MiB/sec. 2024.06.28 22:13:38.417558 [ 3 ] {d130dfe3-6bf4-4fff-8174-c3bd8ab561bb} DynamicQueryHandler: Done processing query 2024.06.28 22:13:38.417603 [ 3 ] {d130dfe3-6bf4-4fff-8174-c3bd8ab561bb} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:13:38.417619 [ 3 ] {} HTTP-Session: 71cbb5b5-2c4b-456e-8cee-2664ab461166 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:38.417741 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 16650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:38.417788 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:38.417806 [ 3 ] {} HTTP-Session: 7337a426-1047-4b08-9d5b-382f728e49ad Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:38.417822 [ 3 ] {} HTTP-Session: 7337a426-1047-4b08-9d5b-382f728e49ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:38.417835 [ 3 ] {} HTTP-Session: 7337a426-1047-4b08-9d5b-382f728e49ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:38.417865 [ 3 ] {} HTTP-Session: 7337a426-1047-4b08-9d5b-382f728e49ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:38.418044 [ 3 ] {4b920665-23df-4bc2-9f50-689a1f98fbf5} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:38.418118 [ 3 ] {4b920665-23df-4bc2-9f50-689a1f98fbf5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 2024.06.28 22:13:38.418533 [ 3 ] {4b920665-23df-4bc2-9f50-689a1f98fbf5} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:38.419015 [ 3 ] {4b920665-23df-4bc2-9f50-689a1f98fbf5} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:38.419050 [ 3 ] {4b920665-23df-4bc2-9f50-689a1f98fbf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:13:38.419602 [ 3 ] {4b920665-23df-4bc2-9f50-689a1f98fbf5} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.06.28 22:13:38.419997 [ 3 ] {4b920665-23df-4bc2-9f50-689a1f98fbf5} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:38.420178 [ 3 ] {4b920665-23df-4bc2-9f50-689a1f98fbf5} executeQuery: Read 10 rows, 18.35 KiB in 0.002239 sec., 4466.279589102278 rows/sec., 8.00 MiB/sec. 2024.06.28 22:13:38.420368 [ 3 ] {4b920665-23df-4bc2-9f50-689a1f98fbf5} DynamicQueryHandler: Done processing query 2024.06.28 22:13:38.420391 [ 3 ] {4b920665-23df-4bc2-9f50-689a1f98fbf5} MemoryTracker: Peak memory usage (for query): 4.42 MiB. 2024.06.28 22:13:38.420406 [ 3 ] {} HTTP-Session: 7337a426-1047-4b08-9d5b-382f728e49ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:38.420529 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:38.420576 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:38.420595 [ 3 ] {} HTTP-Session: 04257502-9b67-44c3-91af-c87aa0b8df5c Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:38.420611 [ 3 ] {} HTTP-Session: 04257502-9b67-44c3-91af-c87aa0b8df5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:38.420624 [ 3 ] {} HTTP-Session: 04257502-9b67-44c3-91af-c87aa0b8df5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:38.420654 [ 3 ] {} HTTP-Session: 04257502-9b67-44c3-91af-c87aa0b8df5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:38.420763 [ 3 ] {5bb5ddf3-ca72-4e48-8ef7-60fb0438925b} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:38.420806 [ 3 ] {5bb5ddf3-ca72-4e48-8ef7-60fb0438925b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:13:38.420928 [ 3 ] {5bb5ddf3-ca72-4e48-8ef7-60fb0438925b} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:38.421219 [ 3 ] {5bb5ddf3-ca72-4e48-8ef7-60fb0438925b} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:38.421254 [ 3 ] {5bb5ddf3-ca72-4e48-8ef7-60fb0438925b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:13:38.421605 [ 3 ] {5bb5ddf3-ca72-4e48-8ef7-60fb0438925b} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.06.28 22:13:38.421922 [ 3 ] {5bb5ddf3-ca72-4e48-8ef7-60fb0438925b} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:38.422078 [ 3 ] {5bb5ddf3-ca72-4e48-8ef7-60fb0438925b} executeQuery: Read 60 rows, 4.14 KiB in 0.001342 sec., 44709.38897168405 rows/sec., 3.01 MiB/sec. 2024.06.28 22:13:38.422364 [ 3 ] {5bb5ddf3-ca72-4e48-8ef7-60fb0438925b} DynamicQueryHandler: Done processing query 2024.06.28 22:13:38.422423 [ 3 ] {5bb5ddf3-ca72-4e48-8ef7-60fb0438925b} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:13:38.422489 [ 3 ] {} HTTP-Session: 04257502-9b67-44c3-91af-c87aa0b8df5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:43.404752 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 7841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:43.404930 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:43.404976 [ 3 ] {} HTTP-Session: acfeecad-7a80-45a3-b83e-cf74d5d356e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:43.405021 [ 3 ] {} HTTP-Session: acfeecad-7a80-45a3-b83e-cf74d5d356e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:43.405052 [ 3 ] {} HTTP-Session: acfeecad-7a80-45a3-b83e-cf74d5d356e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:43.405132 [ 3 ] {} HTTP-Session: acfeecad-7a80-45a3-b83e-cf74d5d356e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:43.405379 [ 3 ] {626515d5-40eb-4fde-8d0e-ec000ba5f7eb} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:43.405446 [ 3 ] {626515d5-40eb-4fde-8d0e-ec000ba5f7eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:13:43.405639 [ 3 ] {626515d5-40eb-4fde-8d0e-ec000ba5f7eb} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:43.406085 [ 3 ] {626515d5-40eb-4fde-8d0e-ec000ba5f7eb} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:43.406126 [ 3 ] {626515d5-40eb-4fde-8d0e-ec000ba5f7eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:13:43.406495 [ 3 ] {626515d5-40eb-4fde-8d0e-ec000ba5f7eb} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.06.28 22:13:43.406827 [ 3 ] {626515d5-40eb-4fde-8d0e-ec000ba5f7eb} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:43.407007 [ 3 ] {626515d5-40eb-4fde-8d0e-ec000ba5f7eb} executeQuery: Read 56 rows, 4.41 KiB in 0.001685 sec., 33234.42136498516 rows/sec., 2.55 MiB/sec. 2024.06.28 22:13:43.407307 [ 3 ] {626515d5-40eb-4fde-8d0e-ec000ba5f7eb} DynamicQueryHandler: Done processing query 2024.06.28 22:13:43.407358 [ 3 ] {626515d5-40eb-4fde-8d0e-ec000ba5f7eb} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.06.28 22:13:43.407377 [ 3 ] {} HTTP-Session: acfeecad-7a80-45a3-b83e-cf74d5d356e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:43.407532 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:43.407582 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:43.407601 [ 3 ] {} HTTP-Session: 5e29d264-7643-4a2f-a9e6-61c6fa55d3bb Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:43.407618 [ 3 ] {} HTTP-Session: 5e29d264-7643-4a2f-a9e6-61c6fa55d3bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:43.407632 [ 3 ] {} HTTP-Session: 5e29d264-7643-4a2f-a9e6-61c6fa55d3bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:43.407663 [ 3 ] {} HTTP-Session: 5e29d264-7643-4a2f-a9e6-61c6fa55d3bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:43.407782 [ 3 ] {e1a98eec-de30-4b97-8b9f-4a5cff359843} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:43.407825 [ 3 ] {e1a98eec-de30-4b97-8b9f-4a5cff359843} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:13:43.407973 [ 3 ] {e1a98eec-de30-4b97-8b9f-4a5cff359843} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:43.408317 [ 3 ] {e1a98eec-de30-4b97-8b9f-4a5cff359843} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:43.408354 [ 3 ] {e1a98eec-de30-4b97-8b9f-4a5cff359843} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:13:43.408681 [ 3 ] {e1a98eec-de30-4b97-8b9f-4a5cff359843} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.06.28 22:13:43.408996 [ 3 ] {e1a98eec-de30-4b97-8b9f-4a5cff359843} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:43.409146 [ 3 ] {e1a98eec-de30-4b97-8b9f-4a5cff359843} executeQuery: Read 64 rows, 5.12 KiB in 0.0014 sec., 45714.28571428572 rows/sec., 3.57 MiB/sec. 2024.06.28 22:13:43.409314 [ 3 ] {e1a98eec-de30-4b97-8b9f-4a5cff359843} DynamicQueryHandler: Done processing query 2024.06.28 22:13:43.409338 [ 3 ] {e1a98eec-de30-4b97-8b9f-4a5cff359843} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:13:43.409354 [ 3 ] {} HTTP-Session: 5e29d264-7643-4a2f-a9e6-61c6fa55d3bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:43.409534 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:43.409583 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:43.409602 [ 3 ] {} HTTP-Session: 3490aba5-a8d5-4b55-9ae0-7318589d402f Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:43.409619 [ 3 ] {} HTTP-Session: 3490aba5-a8d5-4b55-9ae0-7318589d402f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:43.409633 [ 3 ] {} HTTP-Session: 3490aba5-a8d5-4b55-9ae0-7318589d402f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:43.409663 [ 3 ] {} HTTP-Session: 3490aba5-a8d5-4b55-9ae0-7318589d402f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:43.409804 [ 3 ] {a88a6aba-2142-4a97-b249-7b6baa7a61ea} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:43.409850 [ 3 ] {a88a6aba-2142-4a97-b249-7b6baa7a61ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:13:43.409994 [ 3 ] {a88a6aba-2142-4a97-b249-7b6baa7a61ea} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:43.410351 [ 3 ] {a88a6aba-2142-4a97-b249-7b6baa7a61ea} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:43.410387 [ 3 ] {a88a6aba-2142-4a97-b249-7b6baa7a61ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:13:43.410776 [ 3 ] {a88a6aba-2142-4a97-b249-7b6baa7a61ea} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.06.28 22:13:43.411113 [ 3 ] {a88a6aba-2142-4a97-b249-7b6baa7a61ea} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:43.411276 [ 3 ] {a88a6aba-2142-4a97-b249-7b6baa7a61ea} executeQuery: Read 160 rows, 11.41 KiB in 0.001532 sec., 104438.64229765013 rows/sec., 7.27 MiB/sec. 2024.06.28 22:13:43.411429 [ 3 ] {a88a6aba-2142-4a97-b249-7b6baa7a61ea} DynamicQueryHandler: Done processing query 2024.06.28 22:13:43.411453 [ 3 ] {a88a6aba-2142-4a97-b249-7b6baa7a61ea} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:13:43.411469 [ 3 ] {} HTTP-Session: 3490aba5-a8d5-4b55-9ae0-7318589d402f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:43.411592 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:43.411638 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:43.411657 [ 3 ] {} HTTP-Session: 5880d0fb-c05f-40f9-947d-162571fdd23c Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:43.411673 [ 3 ] {} HTTP-Session: 5880d0fb-c05f-40f9-947d-162571fdd23c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:43.411687 [ 3 ] {} HTTP-Session: 5880d0fb-c05f-40f9-947d-162571fdd23c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:43.411718 [ 3 ] {} HTTP-Session: 5880d0fb-c05f-40f9-947d-162571fdd23c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:43.411837 [ 3 ] {c81c0a25-dfa8-475c-9b85-e3e80be2a238} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:43.411881 [ 3 ] {c81c0a25-dfa8-475c-9b85-e3e80be2a238} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:13:43.412005 [ 3 ] {c81c0a25-dfa8-475c-9b85-e3e80be2a238} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:43.412300 [ 3 ] {c81c0a25-dfa8-475c-9b85-e3e80be2a238} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:43.412335 [ 3 ] {c81c0a25-dfa8-475c-9b85-e3e80be2a238} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:13:43.412688 [ 3 ] {c81c0a25-dfa8-475c-9b85-e3e80be2a238} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.06.28 22:13:43.413008 [ 3 ] {c81c0a25-dfa8-475c-9b85-e3e80be2a238} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:43.413167 [ 3 ] {c81c0a25-dfa8-475c-9b85-e3e80be2a238} executeQuery: Read 60 rows, 4.14 KiB in 0.001369 sec., 43827.61139517897 rows/sec., 2.95 MiB/sec. 2024.06.28 22:13:43.413338 [ 3 ] {c81c0a25-dfa8-475c-9b85-e3e80be2a238} DynamicQueryHandler: Done processing query 2024.06.28 22:13:43.413362 [ 3 ] {c81c0a25-dfa8-475c-9b85-e3e80be2a238} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:13:43.413378 [ 3 ] {} HTTP-Session: 5880d0fb-c05f-40f9-947d-162571fdd23c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:47.722199 [ 114 ] {} DNSResolver: Updating DNS cache 2024.06.28 22:13:47.722278 [ 114 ] {} DNSResolver: Updated DNS cache 2024.06.28 22:13:48.405273 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 1488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:48.405389 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:48.405414 [ 3 ] {} HTTP-Session: 7cdecea9-2b62-4a55-ab40-96cd3f823533 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:48.405438 [ 3 ] {} HTTP-Session: 7cdecea9-2b62-4a55-ab40-96cd3f823533 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:48.405453 [ 3 ] {} HTTP-Session: 7cdecea9-2b62-4a55-ab40-96cd3f823533 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:48.405501 [ 3 ] {} HTTP-Session: 7cdecea9-2b62-4a55-ab40-96cd3f823533 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:48.405679 [ 3 ] {b28b8a56-ed6a-4e9e-bc55-3d03631254c2} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:48.405741 [ 3 ] {b28b8a56-ed6a-4e9e-bc55-3d03631254c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.28 22:13:48.405929 [ 3 ] {b28b8a56-ed6a-4e9e-bc55-3d03631254c2} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:48.406311 [ 3 ] {b28b8a56-ed6a-4e9e-bc55-3d03631254c2} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:48.406350 [ 3 ] {b28b8a56-ed6a-4e9e-bc55-3d03631254c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:13:48.406720 [ 3 ] {b28b8a56-ed6a-4e9e-bc55-3d03631254c2} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.06.28 22:13:48.407047 [ 3 ] {b28b8a56-ed6a-4e9e-bc55-3d03631254c2} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:48.407190 [ 3 ] {b28b8a56-ed6a-4e9e-bc55-3d03631254c2} executeQuery: Read 10 rows, 830.00 B in 0.001567 sec., 6381.620931716656 rows/sec., 517.26 KiB/sec. 2024.06.28 22:13:48.407474 [ 3 ] {b28b8a56-ed6a-4e9e-bc55-3d03631254c2} DynamicQueryHandler: Done processing query 2024.06.28 22:13:48.407502 [ 3 ] {b28b8a56-ed6a-4e9e-bc55-3d03631254c2} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:13:48.407517 [ 3 ] {} HTTP-Session: 7cdecea9-2b62-4a55-ab40-96cd3f823533 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:48.407688 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:48.407736 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:48.407754 [ 3 ] {} HTTP-Session: 796b3d82-d207-441d-ada9-b61aa08b2579 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:48.407771 [ 3 ] {} HTTP-Session: 796b3d82-d207-441d-ada9-b61aa08b2579 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:48.407785 [ 3 ] {} HTTP-Session: 796b3d82-d207-441d-ada9-b61aa08b2579 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:48.407816 [ 3 ] {} HTTP-Session: 796b3d82-d207-441d-ada9-b61aa08b2579 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:48.407938 [ 3 ] {48ccd622-616b-4d3e-9390-c37d3b34c146} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:48.407982 [ 3 ] {48ccd622-616b-4d3e-9390-c37d3b34c146} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:13:48.408122 [ 3 ] {48ccd622-616b-4d3e-9390-c37d3b34c146} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:48.408476 [ 3 ] {48ccd622-616b-4d3e-9390-c37d3b34c146} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:48.408511 [ 3 ] {48ccd622-616b-4d3e-9390-c37d3b34c146} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:13:48.408821 [ 3 ] {48ccd622-616b-4d3e-9390-c37d3b34c146} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.06.28 22:13:48.409115 [ 3 ] {48ccd622-616b-4d3e-9390-c37d3b34c146} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:48.409234 [ 114 ] {} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.06.28 22:13:48.409239 [ 3 ] {48ccd622-616b-4d3e-9390-c37d3b34c146} executeQuery: Read 86 rows, 7.18 KiB in 0.001348 sec., 63798.219584569735 rows/sec., 5.20 MiB/sec. 2024.06.28 22:13:48.409272 [ 114 ] {} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:48.409305 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:13:48.409490 [ 3 ] {48ccd622-616b-4d3e-9390-c37d3b34c146} DynamicQueryHandler: Done processing query 2024.06.28 22:13:48.409586 [ 3 ] {48ccd622-616b-4d3e-9390-c37d3b34c146} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:13:48.409623 [ 187 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::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.06.28 22:13:48.409655 [ 3 ] {} HTTP-Session: 796b3d82-d207-441d-ada9-b61aa08b2579 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:48.410094 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:48.410250 [ 187 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:13:48.410316 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:48.410360 [ 187 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 129 rows starting from the beginning of the part 2024.06.28 22:13:48.410384 [ 3 ] {} HTTP-Session: 17e661e3-65c3-4420-9309-6d0ae7516390 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:48.410430 [ 3 ] {} HTTP-Session: 17e661e3-65c3-4420-9309-6d0ae7516390 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:48.410478 [ 3 ] {} HTTP-Session: 17e661e3-65c3-4420-9309-6d0ae7516390 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:48.410592 [ 3 ] {} HTTP-Session: 17e661e3-65c3-4420-9309-6d0ae7516390 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:48.410667 [ 187 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 87 rows starting from the beginning of the part 2024.06.28 22:13:48.410976 [ 3 ] {b36caf7d-fd9f-446b-a7a9-d8d28cf26a48} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:48.410985 [ 187 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 57 rows starting from the beginning of the part 2024.06.28 22:13:48.411086 [ 3 ] {b36caf7d-fd9f-446b-a7a9-d8d28cf26a48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:13:48.411285 [ 187 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 87 rows starting from the beginning of the part 2024.06.28 22:13:48.411606 [ 187 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 56 rows starting from the beginning of the part 2024.06.28 22:13:48.411937 [ 187 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 86 rows starting from the beginning of the part 2024.06.28 22:13:48.412182 [ 3 ] {b36caf7d-fd9f-446b-a7a9-d8d28cf26a48} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:48.413021 [ 3 ] {b36caf7d-fd9f-446b-a7a9-d8d28cf26a48} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:48.413079 [ 3 ] {b36caf7d-fd9f-446b-a7a9-d8d28cf26a48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:13:48.413954 [ 3 ] {b36caf7d-fd9f-446b-a7a9-d8d28cf26a48} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.06.28 22:13:48.414667 [ 187 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 502 rows, containing 4 columns (4 merged, 0 gathered) in 0.005255859 sec., 95512.45571846582 rows/sec., 7.63 MiB/sec. 2024.06.28 22:13:48.414680 [ 3 ] {b36caf7d-fd9f-446b-a7a9-d8d28cf26a48} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:48.414942 [ 114 ] {} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.06.28 22:13:48.414981 [ 3 ] {b36caf7d-fd9f-446b-a7a9-d8d28cf26a48} executeQuery: Read 74 rows, 5.92 KiB in 0.004196 sec., 17635.84366062917 rows/sec., 1.38 MiB/sec. 2024.06.28 22:13:48.414996 [ 114 ] {} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:48.415056 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:13:48.415230 [ 196 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.06.28 22:13:48.415451 [ 195 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::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.06.28 22:13:48.415469 [ 3 ] {b36caf7d-fd9f-446b-a7a9-d8d28cf26a48} DynamicQueryHandler: Done processing query 2024.06.28 22:13:48.415570 [ 3 ] {b36caf7d-fd9f-446b-a7a9-d8d28cf26a48} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:13:48.415634 [ 3 ] {} HTTP-Session: 17e661e3-65c3-4420-9309-6d0ae7516390 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:48.415984 [ 195 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:13:48.416117 [ 195 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 124 rows starting from the beginning of the part 2024.06.28 22:13:48.416118 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:48.416351 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:48.416514 [ 3 ] {} HTTP-Session: 74c6cc75-eef5-4601-9c4d-ddc3abe934df Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:48.416518 [ 195 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 76 rows starting from the beginning of the part 2024.06.28 22:13:48.416591 [ 3 ] {} HTTP-Session: 74c6cc75-eef5-4601-9c4d-ddc3abe934df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:48.416706 [ 3 ] {} HTTP-Session: 74c6cc75-eef5-4601-9c4d-ddc3abe934df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:48.416904 [ 195 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 66 rows starting from the beginning of the part 2024.06.28 22:13:48.417043 [ 3 ] {} HTTP-Session: 74c6cc75-eef5-4601-9c4d-ddc3abe934df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:48.417301 [ 195 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 76 rows starting from the beginning of the part 2024.06.28 22:13:48.417318 [ 196 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_41_8} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:48.417799 [ 195 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 64 rows starting from the beginning of the part 2024.06.28 22:13:48.417902 [ 3 ] {617e3202-2106-4551-ba30-5c2034eb412b} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:48.417937 [ 196 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_41_8} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.06.28 22:13:48.418169 [ 195 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 74 rows starting from the beginning of the part 2024.06.28 22:13:48.418395 [ 3 ] {617e3202-2106-4551-ba30-5c2034eb412b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:13:48.418465 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.06.28 22:13:48.419202 [ 3 ] {617e3202-2106-4551-ba30-5c2034eb412b} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:48.420130 [ 3 ] {617e3202-2106-4551-ba30-5c2034eb412b} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:48.420192 [ 3 ] {617e3202-2106-4551-ba30-5c2034eb412b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:13:48.421229 [ 196 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 480 rows, containing 4 columns (4 merged, 0 gathered) in 0.005999488 sec., 80006.82724925861 rows/sec., 6.25 MiB/sec. 2024.06.28 22:13:48.421282 [ 3 ] {617e3202-2106-4551-ba30-5c2034eb412b} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.06.28 22:13:48.421402 [ 198 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.06.28 22:13:48.421823 [ 3 ] {617e3202-2106-4551-ba30-5c2034eb412b} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:48.421933 [ 198 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_41_8} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:48.421988 [ 114 ] {} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.06.28 22:13:48.422020 [ 3 ] {617e3202-2106-4551-ba30-5c2034eb412b} executeQuery: Read 160 rows, 11.41 KiB in 0.004578 sec., 34949.759720401926 rows/sec., 2.43 MiB/sec. 2024.06.28 22:13:48.422042 [ 114 ] {} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:48.422100 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:13:48.422106 [ 198 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_41_8} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.06.28 22:13:48.422444 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.06.28 22:13:48.422473 [ 3 ] {617e3202-2106-4551-ba30-5c2034eb412b} DynamicQueryHandler: Done processing query 2024.06.28 22:13:48.422514 [ 3 ] {617e3202-2106-4551-ba30-5c2034eb412b} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:13:48.422512 [ 195 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::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.06.28 22:13:48.422543 [ 3 ] {} HTTP-Session: 74c6cc75-eef5-4601-9c4d-ddc3abe934df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:48.422732 [ 195 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:13:48.422747 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 16654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:48.422793 [ 195 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 5789 rows starting from the beginning of the part 2024.06.28 22:13:48.422857 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:48.422935 [ 3 ] {} HTTP-Session: 794eedb5-86bd-489d-887c-1f2f970bfb96 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:48.423020 [ 3 ] {} HTTP-Session: 794eedb5-86bd-489d-887c-1f2f970bfb96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:48.423068 [ 195 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 161 rows starting from the beginning of the part 2024.06.28 22:13:48.423089 [ 3 ] {} HTTP-Session: 794eedb5-86bd-489d-887c-1f2f970bfb96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:48.423211 [ 3 ] {} HTTP-Session: 794eedb5-86bd-489d-887c-1f2f970bfb96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:48.423368 [ 195 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 161 rows starting from the beginning of the part 2024.06.28 22:13:48.423579 [ 195 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::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.06.28 22:13:48.423704 [ 3 ] {5e4ad599-baa1-497c-8890-76df79a9f818} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:48.423899 [ 195 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::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.06.28 22:13:48.424225 [ 3 ] {5e4ad599-baa1-497c-8890-76df79a9f818} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 2024.06.28 22:13:48.424269 [ 195 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::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.06.28 22:13:48.426133 [ 3 ] {5e4ad599-baa1-497c-8890-76df79a9f818} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:48.427427 [ 3 ] {5e4ad599-baa1-497c-8890-76df79a9f818} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:48.427495 [ 3 ] {5e4ad599-baa1-497c-8890-76df79a9f818} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:13:48.429050 [ 3 ] {5e4ad599-baa1-497c-8890-76df79a9f818} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.06.28 22:13:48.429718 [ 3 ] {5e4ad599-baa1-497c-8890-76df79a9f818} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:48.429891 [ 3 ] {5e4ad599-baa1-497c-8890-76df79a9f818} executeQuery: Read 10 rows, 18.35 KiB in 0.006478 sec., 1543.6863229391788 rows/sec., 2.77 MiB/sec. 2024.06.28 22:13:48.430607 [ 196 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 6592 rows, containing 5 columns (5 merged, 0 gathered) in 0.008386149 sec., 786058.0583531249 rows/sec., 54.79 MiB/sec. 2024.06.28 22:13:48.430633 [ 3 ] {5e4ad599-baa1-497c-8890-76df79a9f818} DynamicQueryHandler: Done processing query 2024.06.28 22:13:48.430685 [ 3 ] {5e4ad599-baa1-497c-8890-76df79a9f818} MemoryTracker: Peak memory usage (for query): 4.42 MiB. 2024.06.28 22:13:48.430708 [ 3 ] {} HTTP-Session: 794eedb5-86bd-489d-887c-1f2f970bfb96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:48.430849 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:48.430900 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:48.430919 [ 3 ] {} HTTP-Session: a944d9cd-61b6-4d69-a730-52168f700e39 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:48.430935 [ 3 ] {} HTTP-Session: a944d9cd-61b6-4d69-a730-52168f700e39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:48.430949 [ 3 ] {} HTTP-Session: a944d9cd-61b6-4d69-a730-52168f700e39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:48.430985 [ 3 ] {} HTTP-Session: a944d9cd-61b6-4d69-a730-52168f700e39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:48.431115 [ 3 ] {4e885e9d-865a-4b82-9d05-630261230840} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:48.431160 [ 3 ] {4e885e9d-865a-4b82-9d05-630261230840} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:13:48.431383 [ 3 ] {4e885e9d-865a-4b82-9d05-630261230840} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:48.431511 [ 196 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.06.28 22:13:48.432013 [ 3 ] {4e885e9d-865a-4b82-9d05-630261230840} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:48.432114 [ 3 ] {4e885e9d-865a-4b82-9d05-630261230840} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:13:48.432499 [ 196 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_41_8} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:48.432658 [ 196 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_41_8} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.06.28 22:13:48.432840 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.37 MiB. 2024.06.28 22:13:48.432949 [ 3 ] {4e885e9d-865a-4b82-9d05-630261230840} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.06.28 22:13:48.433296 [ 3 ] {4e885e9d-865a-4b82-9d05-630261230840} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:48.433423 [ 114 ] {} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.06.28 22:13:48.433429 [ 3 ] {4e885e9d-865a-4b82-9d05-630261230840} executeQuery: Read 60 rows, 4.14 KiB in 0.002364 sec., 25380.710659898476 rows/sec., 1.71 MiB/sec. 2024.06.28 22:13:48.433458 [ 114 ] {} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:48.433505 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:13:48.433623 [ 186 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:13:48.433641 [ 3 ] {4e885e9d-865a-4b82-9d05-630261230840} DynamicQueryHandler: Done processing query 2024.06.28 22:13:48.433670 [ 3 ] {4e885e9d-865a-4b82-9d05-630261230840} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:13:48.433690 [ 3 ] {} HTTP-Session: a944d9cd-61b6-4d69-a730-52168f700e39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:48.433755 [ 186 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:13:48.433786 [ 186 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2054 rows starting from the beginning of the part 2024.06.28 22:13:48.433850 [ 186 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:13:48.434026 [ 186 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:13:48.434350 [ 186 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:13:48.434541 [ 186 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:13:48.434601 [ 186 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:13:48.435986 [ 201 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2354 rows, containing 4 columns (4 merged, 0 gathered) in 0.002458652 sec., 957435.2124660179 rows/sec., 64.48 MiB/sec. 2024.06.28 22:13:48.436253 [ 186 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.06.28 22:13:48.436605 [ 186 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_41_8} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:48.436676 [ 186 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_41_8} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.06.28 22:13:48.436739 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2024.06.28 22:13:49.000255 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 185.13 MiB, peak 194.75 MiB, free memory in arenas 0.00 B, will set to 186.16 MiB (RSS), difference: 1.03 MiB 2024.06.28 22:13:53.406955 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:53.407141 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:53.407185 [ 3 ] {} HTTP-Session: 95e10628-ec96-4aa2-b538-c202e9b57a82 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:53.407227 [ 3 ] {} HTTP-Session: 95e10628-ec96-4aa2-b538-c202e9b57a82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:53.407257 [ 3 ] {} HTTP-Session: 95e10628-ec96-4aa2-b538-c202e9b57a82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:53.407337 [ 3 ] {} HTTP-Session: 95e10628-ec96-4aa2-b538-c202e9b57a82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:53.407656 [ 3 ] {6d310d34-c621-4e14-a552-eab63c1a7685} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:53.407764 [ 3 ] {6d310d34-c621-4e14-a552-eab63c1a7685} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:13:53.407964 [ 3 ] {6d310d34-c621-4e14-a552-eab63c1a7685} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:53.408437 [ 3 ] {6d310d34-c621-4e14-a552-eab63c1a7685} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:53.408478 [ 3 ] {6d310d34-c621-4e14-a552-eab63c1a7685} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:13:53.408843 [ 3 ] {6d310d34-c621-4e14-a552-eab63c1a7685} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.06.28 22:13:53.409189 [ 3 ] {6d310d34-c621-4e14-a552-eab63c1a7685} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:53.409368 [ 3 ] {6d310d34-c621-4e14-a552-eab63c1a7685} executeQuery: Read 92 rows, 7.22 KiB in 0.001832 sec., 50218.34061135371 rows/sec., 3.85 MiB/sec. 2024.06.28 22:13:53.409556 [ 3 ] {6d310d34-c621-4e14-a552-eab63c1a7685} DynamicQueryHandler: Done processing query 2024.06.28 22:13:53.409582 [ 3 ] {6d310d34-c621-4e14-a552-eab63c1a7685} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:13:53.409599 [ 3 ] {} HTTP-Session: 95e10628-ec96-4aa2-b538-c202e9b57a82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:53.409761 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 14928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:53.409810 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:53.409830 [ 3 ] {} HTTP-Session: 356244a3-6ed8-4e6f-a292-2419638234d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:53.409846 [ 3 ] {} HTTP-Session: 356244a3-6ed8-4e6f-a292-2419638234d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:53.409860 [ 3 ] {} HTTP-Session: 356244a3-6ed8-4e6f-a292-2419638234d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:53.409892 [ 3 ] {} HTTP-Session: 356244a3-6ed8-4e6f-a292-2419638234d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:53.410009 [ 3 ] {818dae79-ea57-438c-b05c-5fa3ec0e0c26} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:53.410051 [ 3 ] {818dae79-ea57-438c-b05c-5fa3ec0e0c26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:13:53.410177 [ 3 ] {818dae79-ea57-438c-b05c-5fa3ec0e0c26} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:53.410546 [ 3 ] {818dae79-ea57-438c-b05c-5fa3ec0e0c26} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:53.410582 [ 3 ] {818dae79-ea57-438c-b05c-5fa3ec0e0c26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:13:53.410892 [ 3 ] {818dae79-ea57-438c-b05c-5fa3ec0e0c26} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.06.28 22:13:53.411202 [ 3 ] {818dae79-ea57-438c-b05c-5fa3ec0e0c26} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:53.411358 [ 3 ] {818dae79-ea57-438c-b05c-5fa3ec0e0c26} executeQuery: Read 88 rows, 7.01 KiB in 0.001386 sec., 63492.06349206349 rows/sec., 4.94 MiB/sec. 2024.06.28 22:13:53.411523 [ 3 ] {818dae79-ea57-438c-b05c-5fa3ec0e0c26} DynamicQueryHandler: Done processing query 2024.06.28 22:13:53.411548 [ 3 ] {818dae79-ea57-438c-b05c-5fa3ec0e0c26} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:13:53.411564 [ 3 ] {} HTTP-Session: 356244a3-6ed8-4e6f-a292-2419638234d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:53.411835 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 37595, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:53.411884 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:53.411903 [ 3 ] {} HTTP-Session: c14220ef-7d7f-4e59-95fb-6f4734d239fe Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:53.411920 [ 3 ] {} HTTP-Session: c14220ef-7d7f-4e59-95fb-6f4734d239fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:53.411934 [ 3 ] {} HTTP-Session: c14220ef-7d7f-4e59-95fb-6f4734d239fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:53.411964 [ 3 ] {} HTTP-Session: c14220ef-7d7f-4e59-95fb-6f4734d239fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:53.412133 [ 3 ] {8ee6d4b5-8383-47a6-9138-6396ee124c07} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:53.412180 [ 3 ] {8ee6d4b5-8383-47a6-9138-6396ee124c07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:13:53.412329 [ 3 ] {8ee6d4b5-8383-47a6-9138-6396ee124c07} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:53.412828 [ 3 ] {8ee6d4b5-8383-47a6-9138-6396ee124c07} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:53.412865 [ 3 ] {8ee6d4b5-8383-47a6-9138-6396ee124c07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:13:53.413263 [ 3 ] {8ee6d4b5-8383-47a6-9138-6396ee124c07} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.06.28 22:13:53.413621 [ 3 ] {8ee6d4b5-8383-47a6-9138-6396ee124c07} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:53.413780 [ 3 ] {8ee6d4b5-8383-47a6-9138-6396ee124c07} executeQuery: Read 196 rows, 14.01 KiB in 0.001722 sec., 113821.13821138212 rows/sec., 7.95 MiB/sec. 2024.06.28 22:13:53.414071 [ 3 ] {8ee6d4b5-8383-47a6-9138-6396ee124c07} DynamicQueryHandler: Done processing query 2024.06.28 22:13:53.414109 [ 3 ] {8ee6d4b5-8383-47a6-9138-6396ee124c07} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.06.28 22:13:53.414135 [ 3 ] {} HTTP-Session: c14220ef-7d7f-4e59-95fb-6f4734d239fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:53.414259 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:53.414310 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:53.414329 [ 3 ] {} HTTP-Session: c1677108-8384-4803-a82c-ab6bfc8fe29d Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:53.414346 [ 3 ] {} HTTP-Session: c1677108-8384-4803-a82c-ab6bfc8fe29d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:53.414361 [ 3 ] {} HTTP-Session: c1677108-8384-4803-a82c-ab6bfc8fe29d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:53.414392 [ 3 ] {} HTTP-Session: c1677108-8384-4803-a82c-ab6bfc8fe29d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:53.414521 [ 3 ] {25d05b84-f14d-48d1-97a3-f886b211aea2} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:53.414566 [ 3 ] {25d05b84-f14d-48d1-97a3-f886b211aea2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:13:53.414710 [ 3 ] {25d05b84-f14d-48d1-97a3-f886b211aea2} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:53.415036 [ 3 ] {25d05b84-f14d-48d1-97a3-f886b211aea2} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:53.415072 [ 3 ] {25d05b84-f14d-48d1-97a3-f886b211aea2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:13:53.415434 [ 3 ] {25d05b84-f14d-48d1-97a3-f886b211aea2} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.06.28 22:13:53.415757 [ 3 ] {25d05b84-f14d-48d1-97a3-f886b211aea2} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:53.415911 [ 3 ] {25d05b84-f14d-48d1-97a3-f886b211aea2} executeQuery: Read 60 rows, 4.14 KiB in 0.001436 sec., 41782.72980501393 rows/sec., 2.82 MiB/sec. 2024.06.28 22:13:53.416075 [ 3 ] {25d05b84-f14d-48d1-97a3-f886b211aea2} DynamicQueryHandler: Done processing query 2024.06.28 22:13:53.416100 [ 3 ] {25d05b84-f14d-48d1-97a3-f886b211aea2} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:13:53.416117 [ 3 ] {} HTTP-Session: c1677108-8384-4803-a82c-ab6bfc8fe29d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:58.405707 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 1488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:58.405851 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:58.405881 [ 3 ] {} HTTP-Session: a76f727a-e0d4-4829-b7ef-1f62be428d2d Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:58.405909 [ 3 ] {} HTTP-Session: a76f727a-e0d4-4829-b7ef-1f62be428d2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:58.405927 [ 3 ] {} HTTP-Session: a76f727a-e0d4-4829-b7ef-1f62be428d2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:58.405984 [ 3 ] {} HTTP-Session: a76f727a-e0d4-4829-b7ef-1f62be428d2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:58.406173 [ 3 ] {739b06da-c947-4c9c-a948-67ce4a14ab5a} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:58.406240 [ 3 ] {739b06da-c947-4c9c-a948-67ce4a14ab5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.28 22:13:58.406433 [ 3 ] {739b06da-c947-4c9c-a948-67ce4a14ab5a} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:58.406863 [ 3 ] {739b06da-c947-4c9c-a948-67ce4a14ab5a} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:58.406906 [ 3 ] {739b06da-c947-4c9c-a948-67ce4a14ab5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:13:58.407278 [ 3 ] {739b06da-c947-4c9c-a948-67ce4a14ab5a} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.06.28 22:13:58.407622 [ 3 ] {739b06da-c947-4c9c-a948-67ce4a14ab5a} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:58.407797 [ 3 ] {739b06da-c947-4c9c-a948-67ce4a14ab5a} executeQuery: Read 10 rows, 830.00 B in 0.001677 sec., 5963.029218843172 rows/sec., 483.33 KiB/sec. 2024.06.28 22:13:58.408124 [ 3 ] {739b06da-c947-4c9c-a948-67ce4a14ab5a} DynamicQueryHandler: Done processing query 2024.06.28 22:13:58.408151 [ 3 ] {739b06da-c947-4c9c-a948-67ce4a14ab5a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:13:58.408167 [ 3 ] {} HTTP-Session: a76f727a-e0d4-4829-b7ef-1f62be428d2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:58.408300 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:58.408352 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:58.408370 [ 3 ] {} HTTP-Session: 8c24162f-31e8-465f-b4a2-be741de4c7ce Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:58.408387 [ 3 ] {} HTTP-Session: 8c24162f-31e8-465f-b4a2-be741de4c7ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:58.408400 [ 3 ] {} HTTP-Session: 8c24162f-31e8-465f-b4a2-be741de4c7ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:58.408431 [ 3 ] {} HTTP-Session: 8c24162f-31e8-465f-b4a2-be741de4c7ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:58.408551 [ 3 ] {e0674187-277a-4d49-bf7c-dc01829e89e3} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:58.408597 [ 3 ] {e0674187-277a-4d49-bf7c-dc01829e89e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:13:58.408742 [ 3 ] {e0674187-277a-4d49-bf7c-dc01829e89e3} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:58.409109 [ 3 ] {e0674187-277a-4d49-bf7c-dc01829e89e3} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:58.409146 [ 3 ] {e0674187-277a-4d49-bf7c-dc01829e89e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:13:58.409477 [ 3 ] {e0674187-277a-4d49-bf7c-dc01829e89e3} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.06.28 22:13:58.409784 [ 3 ] {e0674187-277a-4d49-bf7c-dc01829e89e3} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:58.409965 [ 3 ] {e0674187-277a-4d49-bf7c-dc01829e89e3} executeQuery: Read 86 rows, 7.18 KiB in 0.001456 sec., 59065.93406593407 rows/sec., 4.81 MiB/sec. 2024.06.28 22:13:58.410131 [ 3 ] {e0674187-277a-4d49-bf7c-dc01829e89e3} DynamicQueryHandler: Done processing query 2024.06.28 22:13:58.410154 [ 3 ] {e0674187-277a-4d49-bf7c-dc01829e89e3} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:13:58.410169 [ 3 ] {} HTTP-Session: 8c24162f-31e8-465f-b4a2-be741de4c7ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:58.410289 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:58.410336 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:58.410355 [ 3 ] {} HTTP-Session: 2325c483-e819-4a53-a7d3-32518d7a3d77 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:58.410371 [ 3 ] {} HTTP-Session: 2325c483-e819-4a53-a7d3-32518d7a3d77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:58.410384 [ 3 ] {} HTTP-Session: 2325c483-e819-4a53-a7d3-32518d7a3d77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:58.410414 [ 3 ] {} HTTP-Session: 2325c483-e819-4a53-a7d3-32518d7a3d77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:58.410531 [ 3 ] {36de4724-f66f-4961-9b5a-b8e4c41068a4} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:58.410598 [ 3 ] {36de4724-f66f-4961-9b5a-b8e4c41068a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:13:58.410734 [ 3 ] {36de4724-f66f-4961-9b5a-b8e4c41068a4} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:58.411061 [ 3 ] {36de4724-f66f-4961-9b5a-b8e4c41068a4} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:58.411097 [ 3 ] {36de4724-f66f-4961-9b5a-b8e4c41068a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:13:58.411410 [ 3 ] {36de4724-f66f-4961-9b5a-b8e4c41068a4} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.06.28 22:13:58.411703 [ 3 ] {36de4724-f66f-4961-9b5a-b8e4c41068a4} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:58.411849 [ 3 ] {36de4724-f66f-4961-9b5a-b8e4c41068a4} executeQuery: Read 74 rows, 5.92 KiB in 0.001383 sec., 53506.86912509039 rows/sec., 4.18 MiB/sec. 2024.06.28 22:13:58.411998 [ 3 ] {36de4724-f66f-4961-9b5a-b8e4c41068a4} DynamicQueryHandler: Done processing query 2024.06.28 22:13:58.412020 [ 3 ] {36de4724-f66f-4961-9b5a-b8e4c41068a4} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:13:58.412035 [ 3 ] {} HTTP-Session: 2325c483-e819-4a53-a7d3-32518d7a3d77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:58.412172 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:58.412215 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:58.412232 [ 3 ] {} HTTP-Session: fe9ebe83-9e75-4ed3-bc5a-e23fa2b12c76 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:58.412247 [ 3 ] {} HTTP-Session: fe9ebe83-9e75-4ed3-bc5a-e23fa2b12c76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:58.412259 [ 3 ] {} HTTP-Session: fe9ebe83-9e75-4ed3-bc5a-e23fa2b12c76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:58.412286 [ 3 ] {} HTTP-Session: fe9ebe83-9e75-4ed3-bc5a-e23fa2b12c76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:58.412417 [ 3 ] {ba5ce4b5-f1a2-42f6-a52d-50f73d256b29} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:58.412526 [ 3 ] {ba5ce4b5-f1a2-42f6-a52d-50f73d256b29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:13:58.412670 [ 3 ] {ba5ce4b5-f1a2-42f6-a52d-50f73d256b29} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:58.413041 [ 3 ] {ba5ce4b5-f1a2-42f6-a52d-50f73d256b29} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:58.413076 [ 3 ] {ba5ce4b5-f1a2-42f6-a52d-50f73d256b29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:13:58.413460 [ 3 ] {ba5ce4b5-f1a2-42f6-a52d-50f73d256b29} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.06.28 22:13:58.413798 [ 3 ] {ba5ce4b5-f1a2-42f6-a52d-50f73d256b29} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:58.413947 [ 3 ] {ba5ce4b5-f1a2-42f6-a52d-50f73d256b29} executeQuery: Read 160 rows, 11.41 KiB in 0.001532 sec., 104438.64229765013 rows/sec., 7.27 MiB/sec. 2024.06.28 22:13:58.414113 [ 3 ] {ba5ce4b5-f1a2-42f6-a52d-50f73d256b29} DynamicQueryHandler: Done processing query 2024.06.28 22:13:58.414136 [ 3 ] {ba5ce4b5-f1a2-42f6-a52d-50f73d256b29} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:13:58.414151 [ 3 ] {} HTTP-Session: fe9ebe83-9e75-4ed3-bc5a-e23fa2b12c76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:58.414271 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 16679, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:58.414318 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:58.414336 [ 3 ] {} HTTP-Session: 5811f4b4-3801-43b0-9f81-e14a41fad8af Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:58.414352 [ 3 ] {} HTTP-Session: 5811f4b4-3801-43b0-9f81-e14a41fad8af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:58.414366 [ 3 ] {} HTTP-Session: 5811f4b4-3801-43b0-9f81-e14a41fad8af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:58.414395 [ 3 ] {} HTTP-Session: 5811f4b4-3801-43b0-9f81-e14a41fad8af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:58.414573 [ 3 ] {20bb7ef6-f684-42c6-a12a-76784b977391} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:58.414634 [ 3 ] {20bb7ef6-f684-42c6-a12a-76784b977391} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 2024.06.28 22:13:58.415038 [ 3 ] {20bb7ef6-f684-42c6-a12a-76784b977391} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:58.415584 [ 3 ] {20bb7ef6-f684-42c6-a12a-76784b977391} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:58.415620 [ 3 ] {20bb7ef6-f684-42c6-a12a-76784b977391} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:13:58.416210 [ 3 ] {20bb7ef6-f684-42c6-a12a-76784b977391} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.06.28 22:13:58.416612 [ 3 ] {20bb7ef6-f684-42c6-a12a-76784b977391} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:58.416787 [ 109 ] {} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.06.28 22:13:58.416816 [ 3 ] {20bb7ef6-f684-42c6-a12a-76784b977391} executeQuery: Read 10 rows, 18.35 KiB in 0.002349 sec., 4257.130693912303 rows/sec., 7.63 MiB/sec. 2024.06.28 22:13:58.416886 [ 109 ] {} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:58.416978 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:13:58.417208 [ 194 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::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.06.28 22:13:58.417261 [ 3 ] {20bb7ef6-f684-42c6-a12a-76784b977391} DynamicQueryHandler: Done processing query 2024.06.28 22:13:58.417293 [ 3 ] {20bb7ef6-f684-42c6-a12a-76784b977391} MemoryTracker: Peak memory usage (for query): 4.42 MiB. 2024.06.28 22:13:58.417315 [ 3 ] {} HTTP-Session: 5811f4b4-3801-43b0-9f81-e14a41fad8af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:58.417440 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:13:58.417513 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:13:58.417547 [ 3 ] {} HTTP-Session: c0241252-5919-4aad-92ff-1555b3fad54a Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:13:58.417576 [ 3 ] {} HTTP-Session: c0241252-5919-4aad-92ff-1555b3fad54a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:58.417603 [ 3 ] {} HTTP-Session: c0241252-5919-4aad-92ff-1555b3fad54a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:58.417653 [ 3 ] {} HTTP-Session: c0241252-5919-4aad-92ff-1555b3fad54a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:13:58.417672 [ 194 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:13:58.417762 [ 194 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 110 rows starting from the beginning of the part 2024.06.28 22:13:58.417803 [ 3 ] {60f813d1-d357-4337-bbb9-d5ab19131c01} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:13:58.417860 [ 3 ] {60f813d1-d357-4337-bbb9-d5ab19131c01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:13:58.418509 [ 194 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 10 rows starting from the beginning of the part 2024.06.28 22:13:58.418552 [ 3 ] {60f813d1-d357-4337-bbb9-d5ab19131c01} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:13:58.419057 [ 194 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part 2024.06.28 22:13:58.419605 [ 3 ] {60f813d1-d357-4337-bbb9-d5ab19131c01} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:13:58.419636 [ 194 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 10 rows starting from the beginning of the part 2024.06.28 22:13:58.419649 [ 3 ] {60f813d1-d357-4337-bbb9-d5ab19131c01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:13:58.420074 [ 194 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 10 rows starting from the beginning of the part 2024.06.28 22:13:58.420600 [ 194 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 10 rows starting from the beginning of the part 2024.06.28 22:13:58.420692 [ 3 ] {60f813d1-d357-4337-bbb9-d5ab19131c01} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.06.28 22:13:58.421367 [ 3 ] {60f813d1-d357-4337-bbb9-d5ab19131c01} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:58.421608 [ 3 ] {60f813d1-d357-4337-bbb9-d5ab19131c01} executeQuery: Read 60 rows, 4.14 KiB in 0.003853 sec., 15572.281339216195 rows/sec., 1.05 MiB/sec. 2024.06.28 22:13:58.422163 [ 3 ] {60f813d1-d357-4337-bbb9-d5ab19131c01} DynamicQueryHandler: Done processing query 2024.06.28 22:13:58.422249 [ 3 ] {60f813d1-d357-4337-bbb9-d5ab19131c01} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:13:58.422350 [ 3 ] {} HTTP-Session: c0241252-5919-4aad-92ff-1555b3fad54a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:13:58.424743 [ 186 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 160 rows, containing 19 columns (19 merged, 0 gathered) in 0.00765095 sec., 20912.43571059803 rows/sec., 37.47 MiB/sec. 2024.06.28 22:13:58.425000 [ 194 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.06.28 22:13:58.425536 [ 194 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_16_3} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:13:58.425609 [ 194 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_16_3} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.06.28 22:13:58.425705 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. 2024.06.28 22:14:02.722341 [ 105 ] {} DNSResolver: Updating DNS cache 2024.06.28 22:14:02.722420 [ 105 ] {} DNSResolver: Updated DNS cache 2024.06.28 22:14:03.406324 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 7841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:03.406464 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:03.406494 [ 3 ] {} HTTP-Session: ac0b7d2c-8433-4914-b298-62839105fc6d Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:03.406522 [ 3 ] {} HTTP-Session: ac0b7d2c-8433-4914-b298-62839105fc6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:03.406540 [ 3 ] {} HTTP-Session: ac0b7d2c-8433-4914-b298-62839105fc6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:03.406596 [ 3 ] {} HTTP-Session: ac0b7d2c-8433-4914-b298-62839105fc6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:03.406811 [ 3 ] {b5e1b9a1-b678-4e20-9fa9-bd6c535d8390} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:03.406886 [ 3 ] {b5e1b9a1-b678-4e20-9fa9-bd6c535d8390} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:14:03.407101 [ 3 ] {b5e1b9a1-b678-4e20-9fa9-bd6c535d8390} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:03.407588 [ 3 ] {b5e1b9a1-b678-4e20-9fa9-bd6c535d8390} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:03.407629 [ 3 ] {b5e1b9a1-b678-4e20-9fa9-bd6c535d8390} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:14:03.407998 [ 3 ] {b5e1b9a1-b678-4e20-9fa9-bd6c535d8390} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.06.28 22:14:03.408344 [ 3 ] {b5e1b9a1-b678-4e20-9fa9-bd6c535d8390} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:03.408515 [ 3 ] {b5e1b9a1-b678-4e20-9fa9-bd6c535d8390} executeQuery: Read 56 rows, 4.41 KiB in 0.001775 sec., 31549.295774647886 rows/sec., 2.42 MiB/sec. 2024.06.28 22:14:03.408823 [ 3 ] {b5e1b9a1-b678-4e20-9fa9-bd6c535d8390} DynamicQueryHandler: Done processing query 2024.06.28 22:14:03.408880 [ 3 ] {b5e1b9a1-b678-4e20-9fa9-bd6c535d8390} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.06.28 22:14:03.408914 [ 3 ] {} HTTP-Session: ac0b7d2c-8433-4914-b298-62839105fc6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:03.409052 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:03.409102 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:03.409121 [ 3 ] {} HTTP-Session: 754c3ece-862a-4a6a-8442-521b39d70afb Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:03.409138 [ 3 ] {} HTTP-Session: 754c3ece-862a-4a6a-8442-521b39d70afb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:03.409152 [ 3 ] {} HTTP-Session: 754c3ece-862a-4a6a-8442-521b39d70afb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:03.409183 [ 3 ] {} HTTP-Session: 754c3ece-862a-4a6a-8442-521b39d70afb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:03.409300 [ 3 ] {74a7edba-e80f-4f85-a28c-2cd4199fde06} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:03.409343 [ 3 ] {74a7edba-e80f-4f85-a28c-2cd4199fde06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:14:03.409487 [ 3 ] {74a7edba-e80f-4f85-a28c-2cd4199fde06} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:03.409850 [ 3 ] {74a7edba-e80f-4f85-a28c-2cd4199fde06} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:03.409887 [ 3 ] {74a7edba-e80f-4f85-a28c-2cd4199fde06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:14:03.410195 [ 3 ] {74a7edba-e80f-4f85-a28c-2cd4199fde06} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.06.28 22:14:03.410502 [ 3 ] {74a7edba-e80f-4f85-a28c-2cd4199fde06} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:03.410663 [ 3 ] {74a7edba-e80f-4f85-a28c-2cd4199fde06} executeQuery: Read 64 rows, 5.12 KiB in 0.001392 sec., 45977.011494252874 rows/sec., 3.59 MiB/sec. 2024.06.28 22:14:03.410944 [ 3 ] {74a7edba-e80f-4f85-a28c-2cd4199fde06} DynamicQueryHandler: Done processing query 2024.06.28 22:14:03.410992 [ 3 ] {74a7edba-e80f-4f85-a28c-2cd4199fde06} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:14:03.411024 [ 3 ] {} HTTP-Session: 754c3ece-862a-4a6a-8442-521b39d70afb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:03.411173 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:03.411221 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:03.411240 [ 3 ] {} HTTP-Session: 0b99de6f-07a1-4d1b-9310-86b2f4e639b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:03.411256 [ 3 ] {} HTTP-Session: 0b99de6f-07a1-4d1b-9310-86b2f4e639b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:03.411271 [ 3 ] {} HTTP-Session: 0b99de6f-07a1-4d1b-9310-86b2f4e639b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:03.411302 [ 3 ] {} HTTP-Session: 0b99de6f-07a1-4d1b-9310-86b2f4e639b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:03.411451 [ 3 ] {c4e0b0ec-4094-4551-a113-f8a37829cb6f} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:03.411499 [ 3 ] {c4e0b0ec-4094-4551-a113-f8a37829cb6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:14:03.411662 [ 3 ] {c4e0b0ec-4094-4551-a113-f8a37829cb6f} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:03.412094 [ 3 ] {c4e0b0ec-4094-4551-a113-f8a37829cb6f} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:03.412131 [ 3 ] {c4e0b0ec-4094-4551-a113-f8a37829cb6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:14:03.412519 [ 3 ] {c4e0b0ec-4094-4551-a113-f8a37829cb6f} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.06.28 22:14:03.412847 [ 3 ] {c4e0b0ec-4094-4551-a113-f8a37829cb6f} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:03.413009 [ 3 ] {c4e0b0ec-4094-4551-a113-f8a37829cb6f} executeQuery: Read 160 rows, 11.41 KiB in 0.001628 sec., 98280.09828009827 rows/sec., 6.85 MiB/sec. 2024.06.28 22:14:03.413177 [ 3 ] {c4e0b0ec-4094-4551-a113-f8a37829cb6f} DynamicQueryHandler: Done processing query 2024.06.28 22:14:03.413201 [ 3 ] {c4e0b0ec-4094-4551-a113-f8a37829cb6f} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:14:03.413217 [ 3 ] {} HTTP-Session: 0b99de6f-07a1-4d1b-9310-86b2f4e639b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:03.413331 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:03.413377 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:03.413396 [ 3 ] {} HTTP-Session: b60213df-ca67-42ed-b1d0-b14abb6706ea Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:03.413412 [ 3 ] {} HTTP-Session: b60213df-ca67-42ed-b1d0-b14abb6706ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:03.413426 [ 3 ] {} HTTP-Session: b60213df-ca67-42ed-b1d0-b14abb6706ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:03.413457 [ 3 ] {} HTTP-Session: b60213df-ca67-42ed-b1d0-b14abb6706ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:03.413584 [ 3 ] {edeeb2d5-77f5-4ff4-9b87-d5c2b4b91e2f} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:03.413629 [ 3 ] {edeeb2d5-77f5-4ff4-9b87-d5c2b4b91e2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:14:03.413754 [ 3 ] {edeeb2d5-77f5-4ff4-9b87-d5c2b4b91e2f} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:03.414056 [ 3 ] {edeeb2d5-77f5-4ff4-9b87-d5c2b4b91e2f} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:03.414093 [ 3 ] {edeeb2d5-77f5-4ff4-9b87-d5c2b4b91e2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:14:03.414440 [ 3 ] {edeeb2d5-77f5-4ff4-9b87-d5c2b4b91e2f} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.06.28 22:14:03.414765 [ 3 ] {edeeb2d5-77f5-4ff4-9b87-d5c2b4b91e2f} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:03.414924 [ 3 ] {edeeb2d5-77f5-4ff4-9b87-d5c2b4b91e2f} executeQuery: Read 60 rows, 4.14 KiB in 0.001384 sec., 43352.601156069366 rows/sec., 2.92 MiB/sec. 2024.06.28 22:14:03.415207 [ 3 ] {edeeb2d5-77f5-4ff4-9b87-d5c2b4b91e2f} DynamicQueryHandler: Done processing query 2024.06.28 22:14:03.415272 [ 3 ] {edeeb2d5-77f5-4ff4-9b87-d5c2b4b91e2f} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:14:03.415319 [ 3 ] {} HTTP-Session: b60213df-ca67-42ed-b1d0-b14abb6706ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:08.406917 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 1488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:08.407051 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:08.407079 [ 3 ] {} HTTP-Session: b8e857e1-b87c-4afd-9606-c2265407507f Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:08.407106 [ 3 ] {} HTTP-Session: b8e857e1-b87c-4afd-9606-c2265407507f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:08.407124 [ 3 ] {} HTTP-Session: b8e857e1-b87c-4afd-9606-c2265407507f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:08.407179 [ 3 ] {} HTTP-Session: b8e857e1-b87c-4afd-9606-c2265407507f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:08.407370 [ 3 ] {dfa35e3d-8b9b-4be8-9d34-dc4e4db1f035} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:08.407441 [ 3 ] {dfa35e3d-8b9b-4be8-9d34-dc4e4db1f035} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.28 22:14:08.407638 [ 3 ] {dfa35e3d-8b9b-4be8-9d34-dc4e4db1f035} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:08.408114 [ 3 ] {dfa35e3d-8b9b-4be8-9d34-dc4e4db1f035} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:08.408153 [ 3 ] {dfa35e3d-8b9b-4be8-9d34-dc4e4db1f035} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:14:08.408512 [ 3 ] {dfa35e3d-8b9b-4be8-9d34-dc4e4db1f035} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.06.28 22:14:08.408847 [ 3 ] {dfa35e3d-8b9b-4be8-9d34-dc4e4db1f035} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:08.408988 [ 3 ] {dfa35e3d-8b9b-4be8-9d34-dc4e4db1f035} executeQuery: Read 10 rows, 830.00 B in 0.001679 sec., 5955.926146515783 rows/sec., 482.76 KiB/sec. 2024.06.28 22:14:08.408993 [ 102 ] {} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2024.06.28 22:14:08.409056 [ 102 ] {} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:08.409089 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:14:08.409261 [ 3 ] {dfa35e3d-8b9b-4be8-9d34-dc4e4db1f035} DynamicQueryHandler: Done processing query 2024.06.28 22:14:08.409339 [ 3 ] {dfa35e3d-8b9b-4be8-9d34-dc4e4db1f035} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:14:08.409348 [ 200 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2024.06.28 22:14:08.409403 [ 3 ] {} HTTP-Session: b8e857e1-b87c-4afd-9606-c2265407507f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:08.409662 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:08.409680 [ 200 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:14:08.409755 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:08.409760 [ 200 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 10 rows starting from the beginning of the part 2024.06.28 22:14:08.409806 [ 3 ] {} HTTP-Session: 3499281d-a5cf-42d1-864e-e4d848c6f3fd Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:08.409847 [ 3 ] {} HTTP-Session: 3499281d-a5cf-42d1-864e-e4d848c6f3fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:08.409896 [ 3 ] {} HTTP-Session: 3499281d-a5cf-42d1-864e-e4d848c6f3fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:08.410009 [ 200 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 10 rows starting from the beginning of the part 2024.06.28 22:14:08.410100 [ 3 ] {} HTTP-Session: 3499281d-a5cf-42d1-864e-e4d848c6f3fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:08.410291 [ 200 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 10 rows starting from the beginning of the part 2024.06.28 22:14:08.410558 [ 200 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 10 rows starting from the beginning of the part 2024.06.28 22:14:08.410604 [ 3 ] {2447a842-3164-46dd-8ef4-8e75250dbad3} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:08.410801 [ 3 ] {2447a842-3164-46dd-8ef4-8e75250dbad3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:14:08.410849 [ 200 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 10 rows starting from the beginning of the part 2024.06.28 22:14:08.411514 [ 3 ] {2447a842-3164-46dd-8ef4-8e75250dbad3} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:08.412482 [ 3 ] {2447a842-3164-46dd-8ef4-8e75250dbad3} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:08.412555 [ 3 ] {2447a842-3164-46dd-8ef4-8e75250dbad3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:14:08.413207 [ 194 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 4 columns (4 merged, 0 gathered) in 0.004030923 sec., 12404.106950194782 rows/sec., 1005.41 KiB/sec. 2024.06.28 22:14:08.413327 [ 3 ] {2447a842-3164-46dd-8ef4-8e75250dbad3} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.06.28 22:14:08.413340 [ 194 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2024.06.28 22:14:08.413855 [ 3 ] {2447a842-3164-46dd-8ef4-8e75250dbad3} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:08.413896 [ 194 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_17_4} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:08.414013 [ 194 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_17_4} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2024.06.28 22:14:08.414051 [ 3 ] {2447a842-3164-46dd-8ef4-8e75250dbad3} executeQuery: Read 86 rows, 7.18 KiB in 0.00371 sec., 23180.592991913745 rows/sec., 1.89 MiB/sec. 2024.06.28 22:14:08.414138 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.06.28 22:14:08.414286 [ 3 ] {2447a842-3164-46dd-8ef4-8e75250dbad3} DynamicQueryHandler: Done processing query 2024.06.28 22:14:08.414312 [ 3 ] {2447a842-3164-46dd-8ef4-8e75250dbad3} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:14:08.414329 [ 3 ] {} HTTP-Session: 3499281d-a5cf-42d1-864e-e4d848c6f3fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:08.414446 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:08.414496 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:08.414516 [ 3 ] {} HTTP-Session: 6c7fd636-025d-4ac7-8e28-f213a8c3ff3a Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:08.414533 [ 3 ] {} HTTP-Session: 6c7fd636-025d-4ac7-8e28-f213a8c3ff3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:08.414547 [ 3 ] {} HTTP-Session: 6c7fd636-025d-4ac7-8e28-f213a8c3ff3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:08.414577 [ 3 ] {} HTTP-Session: 6c7fd636-025d-4ac7-8e28-f213a8c3ff3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:08.414706 [ 3 ] {d25039f6-c14b-4d3b-9a30-124d21add4a6} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:08.414759 [ 3 ] {d25039f6-c14b-4d3b-9a30-124d21add4a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:14:08.414891 [ 3 ] {d25039f6-c14b-4d3b-9a30-124d21add4a6} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:08.415264 [ 3 ] {d25039f6-c14b-4d3b-9a30-124d21add4a6} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:08.415301 [ 3 ] {d25039f6-c14b-4d3b-9a30-124d21add4a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:14:08.415618 [ 3 ] {d25039f6-c14b-4d3b-9a30-124d21add4a6} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.06.28 22:14:08.415934 [ 3 ] {d25039f6-c14b-4d3b-9a30-124d21add4a6} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:08.416077 [ 3 ] {d25039f6-c14b-4d3b-9a30-124d21add4a6} executeQuery: Read 74 rows, 5.92 KiB in 0.001424 sec., 51966.29213483146 rows/sec., 4.06 MiB/sec. 2024.06.28 22:14:08.416259 [ 3 ] {d25039f6-c14b-4d3b-9a30-124d21add4a6} DynamicQueryHandler: Done processing query 2024.06.28 22:14:08.416283 [ 3 ] {d25039f6-c14b-4d3b-9a30-124d21add4a6} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:14:08.416299 [ 3 ] {} HTTP-Session: 6c7fd636-025d-4ac7-8e28-f213a8c3ff3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:08.416439 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:08.416487 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:08.416506 [ 3 ] {} HTTP-Session: d1035b72-19f9-46ca-b303-df8c7a9a74d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:08.416522 [ 3 ] {} HTTP-Session: d1035b72-19f9-46ca-b303-df8c7a9a74d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:08.416536 [ 3 ] {} HTTP-Session: d1035b72-19f9-46ca-b303-df8c7a9a74d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:08.416566 [ 3 ] {} HTTP-Session: d1035b72-19f9-46ca-b303-df8c7a9a74d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:08.416717 [ 3 ] {c8505538-f74d-4245-a3c9-d4dadd311420} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:08.416762 [ 3 ] {c8505538-f74d-4245-a3c9-d4dadd311420} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:14:08.416910 [ 3 ] {c8505538-f74d-4245-a3c9-d4dadd311420} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:08.417297 [ 3 ] {c8505538-f74d-4245-a3c9-d4dadd311420} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:08.417334 [ 3 ] {c8505538-f74d-4245-a3c9-d4dadd311420} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:14:08.417735 [ 3 ] {c8505538-f74d-4245-a3c9-d4dadd311420} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.06.28 22:14:08.418075 [ 3 ] {c8505538-f74d-4245-a3c9-d4dadd311420} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:08.418248 [ 3 ] {c8505538-f74d-4245-a3c9-d4dadd311420} executeQuery: Read 160 rows, 11.41 KiB in 0.001598 sec., 100125.15644555695 rows/sec., 6.97 MiB/sec. 2024.06.28 22:14:08.418424 [ 3 ] {c8505538-f74d-4245-a3c9-d4dadd311420} DynamicQueryHandler: Done processing query 2024.06.28 22:14:08.418448 [ 3 ] {c8505538-f74d-4245-a3c9-d4dadd311420} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:14:08.418465 [ 3 ] {} HTTP-Session: d1035b72-19f9-46ca-b303-df8c7a9a74d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:08.418582 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 16683, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:08.418631 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:08.418650 [ 3 ] {} HTTP-Session: 975457f0-9ac0-485c-b92c-2600528adada Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:08.418666 [ 3 ] {} HTTP-Session: 975457f0-9ac0-485c-b92c-2600528adada Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:08.418680 [ 3 ] {} HTTP-Session: 975457f0-9ac0-485c-b92c-2600528adada Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:08.418709 [ 3 ] {} HTTP-Session: 975457f0-9ac0-485c-b92c-2600528adada Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:08.418916 [ 3 ] {5883baaf-49a3-45c7-a9c9-f8482098bc4f} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:08.418981 [ 3 ] {5883baaf-49a3-45c7-a9c9-f8482098bc4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 2024.06.28 22:14:08.419382 [ 3 ] {5883baaf-49a3-45c7-a9c9-f8482098bc4f} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:08.419869 [ 3 ] {5883baaf-49a3-45c7-a9c9-f8482098bc4f} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:08.419905 [ 3 ] {5883baaf-49a3-45c7-a9c9-f8482098bc4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:14:08.420484 [ 3 ] {5883baaf-49a3-45c7-a9c9-f8482098bc4f} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.06.28 22:14:08.420876 [ 3 ] {5883baaf-49a3-45c7-a9c9-f8482098bc4f} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:08.421068 [ 3 ] {5883baaf-49a3-45c7-a9c9-f8482098bc4f} executeQuery: Read 10 rows, 18.35 KiB in 0.002283 sec., 4380.2014892685065 rows/sec., 7.85 MiB/sec. 2024.06.28 22:14:08.421396 [ 3 ] {5883baaf-49a3-45c7-a9c9-f8482098bc4f} DynamicQueryHandler: Done processing query 2024.06.28 22:14:08.421419 [ 3 ] {5883baaf-49a3-45c7-a9c9-f8482098bc4f} MemoryTracker: Peak memory usage (for query): 4.42 MiB. 2024.06.28 22:14:08.421435 [ 3 ] {} HTTP-Session: 975457f0-9ac0-485c-b92c-2600528adada Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:08.421545 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:08.421591 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:08.421610 [ 3 ] {} HTTP-Session: 098a3f3d-dd2a-4bef-bdec-492057b01772 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:08.421626 [ 3 ] {} HTTP-Session: 098a3f3d-dd2a-4bef-bdec-492057b01772 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:08.421639 [ 3 ] {} HTTP-Session: 098a3f3d-dd2a-4bef-bdec-492057b01772 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:08.421669 [ 3 ] {} HTTP-Session: 098a3f3d-dd2a-4bef-bdec-492057b01772 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:08.421790 [ 3 ] {7c25c5ea-32e7-4998-9149-f2bc0f699e4b} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:08.421833 [ 3 ] {7c25c5ea-32e7-4998-9149-f2bc0f699e4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:14:08.421958 [ 3 ] {7c25c5ea-32e7-4998-9149-f2bc0f699e4b} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:08.422262 [ 3 ] {7c25c5ea-32e7-4998-9149-f2bc0f699e4b} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:08.422297 [ 3 ] {7c25c5ea-32e7-4998-9149-f2bc0f699e4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2024.06.28 22:14:08.422646 [ 3 ] {7c25c5ea-32e7-4998-9149-f2bc0f699e4b} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.06.28 22:14:08.422963 [ 3 ] {7c25c5ea-32e7-4998-9149-f2bc0f699e4b} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:08.423130 [ 3 ] {7c25c5ea-32e7-4998-9149-f2bc0f699e4b} executeQuery: Read 60 rows, 4.14 KiB in 0.001379 sec., 43509.789702683105 rows/sec., 2.93 MiB/sec. 2024.06.28 22:14:08.423293 [ 3 ] {7c25c5ea-32e7-4998-9149-f2bc0f699e4b} DynamicQueryHandler: Done processing query 2024.06.28 22:14:08.423318 [ 3 ] {7c25c5ea-32e7-4998-9149-f2bc0f699e4b} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:14:08.423333 [ 3 ] {} HTTP-Session: 098a3f3d-dd2a-4bef-bdec-492057b01772 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:13.405019 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 7841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:13.405166 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:13.405196 [ 3 ] {} HTTP-Session: 85e74035-5daf-4eec-aee3-93c9459f0f1b Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:13.405226 [ 3 ] {} HTTP-Session: 85e74035-5daf-4eec-aee3-93c9459f0f1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:13.405244 [ 3 ] {} HTTP-Session: 85e74035-5daf-4eec-aee3-93c9459f0f1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:13.405302 [ 3 ] {} HTTP-Session: 85e74035-5daf-4eec-aee3-93c9459f0f1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:13.405520 [ 3 ] {ac26b6e0-777c-43f6-9c99-0f34e2fbf671} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:13.405597 [ 3 ] {ac26b6e0-777c-43f6-9c99-0f34e2fbf671} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:14:13.405817 [ 3 ] {ac26b6e0-777c-43f6-9c99-0f34e2fbf671} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:13.406256 [ 3 ] {ac26b6e0-777c-43f6-9c99-0f34e2fbf671} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:13.406300 [ 3 ] {ac26b6e0-777c-43f6-9c99-0f34e2fbf671} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:13.406667 [ 3 ] {ac26b6e0-777c-43f6-9c99-0f34e2fbf671} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.06.28 22:14:13.407004 [ 3 ] {ac26b6e0-777c-43f6-9c99-0f34e2fbf671} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:13.407185 [ 3 ] {ac26b6e0-777c-43f6-9c99-0f34e2fbf671} executeQuery: Read 56 rows, 4.41 KiB in 0.001731 sec., 32351.242056614676 rows/sec., 2.49 MiB/sec. 2024.06.28 22:14:13.407188 [ 97 ] {} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.06.28 22:14:13.407290 [ 97 ] {} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:13.407337 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:13.407480 [ 3 ] {ac26b6e0-777c-43f6-9c99-0f34e2fbf671} DynamicQueryHandler: Done processing query 2024.06.28 22:14:13.407555 [ 3 ] {ac26b6e0-777c-43f6-9c99-0f34e2fbf671} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.06.28 22:14:13.407588 [ 3 ] {} HTTP-Session: 85e74035-5daf-4eec-aee3-93c9459f0f1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:13.407605 [ 186 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::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.06.28 22:14:13.407809 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:13.407963 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:13.408058 [ 3 ] {} HTTP-Session: cd8ffa09-492d-4c66-bc32-08358794c78c Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:13.408149 [ 3 ] {} HTTP-Session: cd8ffa09-492d-4c66-bc32-08358794c78c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:13.408176 [ 186 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:14:13.408217 [ 3 ] {} HTTP-Session: cd8ffa09-492d-4c66-bc32-08358794c78c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:13.408300 [ 186 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 129 rows starting from the beginning of the part 2024.06.28 22:14:13.408361 [ 3 ] {} HTTP-Session: cd8ffa09-492d-4c66-bc32-08358794c78c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:13.408769 [ 186 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 92 rows starting from the beginning of the part 2024.06.28 22:14:13.408872 [ 3 ] {57775935-f139-482b-a83b-217247ccfcf8} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:13.409100 [ 3 ] {57775935-f139-482b-a83b-217247ccfcf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:14:13.409163 [ 186 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 86 rows starting from the beginning of the part 2024.06.28 22:14:13.409526 [ 186 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 56 rows starting from the beginning of the part 2024.06.28 22:14:13.409857 [ 186 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 86 rows starting from the beginning of the part 2024.06.28 22:14:13.410166 [ 186 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 56 rows starting from the beginning of the part 2024.06.28 22:14:13.410214 [ 3 ] {57775935-f139-482b-a83b-217247ccfcf8} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:13.410905 [ 3 ] {57775935-f139-482b-a83b-217247ccfcf8} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:13.410950 [ 3 ] {57775935-f139-482b-a83b-217247ccfcf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:13.411461 [ 3 ] {57775935-f139-482b-a83b-217247ccfcf8} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.06.28 22:14:13.411826 [ 186 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 505 rows, containing 4 columns (4 merged, 0 gathered) in 0.004406247 sec., 114610.00711035944 rows/sec., 9.06 MiB/sec. 2024.06.28 22:14:13.411977 [ 186 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.06.28 22:14:13.412035 [ 3 ] {57775935-f139-482b-a83b-217247ccfcf8} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:13.412292 [ 97 ] {} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.06.28 22:14:13.412354 [ 3 ] {57775935-f139-482b-a83b-217247ccfcf8} executeQuery: Read 64 rows, 5.12 KiB in 0.003696 sec., 17316.017316017314 rows/sec., 1.35 MiB/sec. 2024.06.28 22:14:13.412421 [ 97 ] {} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:13.412535 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:13.412949 [ 3 ] {57775935-f139-482b-a83b-217247ccfcf8} DynamicQueryHandler: Done processing query 2024.06.28 22:14:13.413061 [ 3 ] {57775935-f139-482b-a83b-217247ccfcf8} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:14:13.413081 [ 190 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::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.06.28 22:14:13.413119 [ 3 ] {} HTTP-Session: cd8ffa09-492d-4c66-bc32-08358794c78c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:13.413517 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:13.413519 [ 202 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_46_9} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:13.413741 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:13.413889 [ 3 ] {} HTTP-Session: 00bb70d4-d2a6-43cd-a7bb-4e8856949bdd Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:13.414015 [ 3 ] {} HTTP-Session: 00bb70d4-d2a6-43cd-a7bb-4e8856949bdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:13.414101 [ 3 ] {} HTTP-Session: 00bb70d4-d2a6-43cd-a7bb-4e8856949bdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:13.414165 [ 202 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_46_9} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.06.28 22:14:13.414275 [ 3 ] {} HTTP-Session: 00bb70d4-d2a6-43cd-a7bb-4e8856949bdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:13.414308 [ 190 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:14:13.414502 [ 190 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 124 rows starting from the beginning of the part 2024.06.28 22:14:13.414605 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.06.28 22:14:13.414840 [ 3 ] {48c171da-9f94-4030-aea1-47b08efb2ac7} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:13.415101 [ 190 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 88 rows starting from the beginning of the part 2024.06.28 22:14:13.415117 [ 3 ] {48c171da-9f94-4030-aea1-47b08efb2ac7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:14:13.415414 [ 190 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 74 rows starting from the beginning of the part 2024.06.28 22:14:13.415780 [ 190 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 64 rows starting from the beginning of the part 2024.06.28 22:14:13.416043 [ 190 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 74 rows starting from the beginning of the part 2024.06.28 22:14:13.416357 [ 190 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 64 rows starting from the beginning of the part 2024.06.28 22:14:13.416451 [ 3 ] {48c171da-9f94-4030-aea1-47b08efb2ac7} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:13.417228 [ 3 ] {48c171da-9f94-4030-aea1-47b08efb2ac7} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:13.417287 [ 3 ] {48c171da-9f94-4030-aea1-47b08efb2ac7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:13.417907 [ 192 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 488 rows, containing 4 columns (4 merged, 0 gathered) in 0.005143757 sec., 94872.28887367736 rows/sec., 7.40 MiB/sec. 2024.06.28 22:14:13.418065 [ 3 ] {48c171da-9f94-4030-aea1-47b08efb2ac7} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.06.28 22:14:13.418318 [ 192 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.06.28 22:14:13.418769 [ 3 ] {48c171da-9f94-4030-aea1-47b08efb2ac7} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:13.419158 [ 97 ] {} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.06.28 22:14:13.419262 [ 97 ] {} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:13.419304 [ 3 ] {48c171da-9f94-4030-aea1-47b08efb2ac7} executeQuery: Read 160 rows, 11.41 KiB in 0.004695 sec., 34078.80724174654 rows/sec., 2.37 MiB/sec. 2024.06.28 22:14:13.419332 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:13.419683 [ 192 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_46_9} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:13.419946 [ 199 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::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.06.28 22:14:13.420162 [ 192 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_46_9} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.06.28 22:14:13.420547 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.06.28 22:14:13.420897 [ 199 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:14:13.421015 [ 199 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 6592 rows starting from the beginning of the part 2024.06.28 22:14:13.421098 [ 3 ] {48c171da-9f94-4030-aea1-47b08efb2ac7} DynamicQueryHandler: Done processing query 2024.06.28 22:14:13.421196 [ 3 ] {48c171da-9f94-4030-aea1-47b08efb2ac7} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:14:13.421273 [ 3 ] {} HTTP-Session: 00bb70d4-d2a6-43cd-a7bb-4e8856949bdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:13.421312 [ 199 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 196 rows starting from the beginning of the part 2024.06.28 22:14:13.421516 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:13.421537 [ 199 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::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.06.28 22:14:13.421634 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:13.421728 [ 3 ] {} HTTP-Session: 25aa4e8c-b4da-4a21-a9a3-57c08cb277d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:13.421806 [ 3 ] {} HTTP-Session: 25aa4e8c-b4da-4a21-a9a3-57c08cb277d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:13.421840 [ 199 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::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.06.28 22:14:13.421862 [ 3 ] {} HTTP-Session: 25aa4e8c-b4da-4a21-a9a3-57c08cb277d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:13.421967 [ 3 ] {} HTTP-Session: 25aa4e8c-b4da-4a21-a9a3-57c08cb277d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:13.422124 [ 199 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part 2024.06.28 22:14:13.422459 [ 199 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part 2024.06.28 22:14:13.422464 [ 3 ] {9622a140-5544-4e8b-95a6-235b5a111687} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:13.422690 [ 3 ] {9622a140-5544-4e8b-95a6-235b5a111687} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:14:13.423297 [ 3 ] {9622a140-5544-4e8b-95a6-235b5a111687} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:13.423878 [ 3 ] {9622a140-5544-4e8b-95a6-235b5a111687} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:13.423919 [ 3 ] {9622a140-5544-4e8b-95a6-235b5a111687} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:13.424378 [ 3 ] {9622a140-5544-4e8b-95a6-235b5a111687} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.06.28 22:14:13.425318 [ 3 ] {9622a140-5544-4e8b-95a6-235b5a111687} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:13.425629 [ 97 ] {} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.06.28 22:14:13.425709 [ 97 ] {} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:13.425803 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:13.425818 [ 3 ] {9622a140-5544-4e8b-95a6-235b5a111687} executeQuery: Read 60 rows, 4.14 KiB in 0.003542 sec., 16939.58215697346 rows/sec., 1.14 MiB/sec. 2024.06.28 22:14:13.426496 [ 197 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:14:13.426787 [ 3 ] {9622a140-5544-4e8b-95a6-235b5a111687} DynamicQueryHandler: Done processing query 2024.06.28 22:14:13.427118 [ 3 ] {9622a140-5544-4e8b-95a6-235b5a111687} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:14:13.427208 [ 3 ] {} HTTP-Session: 25aa4e8c-b4da-4a21-a9a3-57c08cb277d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:13.427381 [ 197 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:14:13.427442 [ 197 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2354 rows starting from the beginning of the part 2024.06.28 22:14:13.427546 [ 197 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:14:13.427811 [ 197 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:14:13.428288 [ 197 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:14:13.428430 [ 199 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 7428 rows, containing 5 columns (5 merged, 0 gathered) in 0.008929087 sec., 831887.9634614378 rows/sec., 57.99 MiB/sec. 2024.06.28 22:14:13.428598 [ 197 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:14:13.428714 [ 197 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:14:13.429093 [ 199 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.06.28 22:14:13.429953 [ 199 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_46_9} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:13.430148 [ 199 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_46_9} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.06.28 22:14:13.430338 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB. 2024.06.28 22:14:13.431052 [ 188 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2654 rows, containing 4 columns (4 merged, 0 gathered) in 0.005095996 sec., 520801.0367355076 rows/sec., 35.08 MiB/sec. 2024.06.28 22:14:13.431337 [ 193 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.06.28 22:14:13.431703 [ 193 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_46_9} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:13.431779 [ 193 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_46_9} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.06.28 22:14:13.431919 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2024.06.28 22:14:14.000169 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 186.98 MiB, peak 195.36 MiB, free memory in arenas 0.00 B, will set to 188.19 MiB (RSS), difference: 1.21 MiB 2024.06.28 22:14:17.722477 [ 89 ] {} DNSResolver: Updating DNS cache 2024.06.28 22:14:17.722554 [ 89 ] {} DNSResolver: Updated DNS cache 2024.06.28 22:14:18.406228 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 1488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:18.406350 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:18.406374 [ 3 ] {} HTTP-Session: 59580d0f-9083-41d9-b908-160872728cbd Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:18.406399 [ 3 ] {} HTTP-Session: 59580d0f-9083-41d9-b908-160872728cbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:18.406414 [ 3 ] {} HTTP-Session: 59580d0f-9083-41d9-b908-160872728cbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:18.406463 [ 3 ] {} HTTP-Session: 59580d0f-9083-41d9-b908-160872728cbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:18.406649 [ 3 ] {64215b97-675b-46a1-81de-570b9f815526} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:18.406713 [ 3 ] {64215b97-675b-46a1-81de-570b9f815526} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.28 22:14:18.406904 [ 3 ] {64215b97-675b-46a1-81de-570b9f815526} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:18.407328 [ 3 ] {64215b97-675b-46a1-81de-570b9f815526} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:18.407368 [ 3 ] {64215b97-675b-46a1-81de-570b9f815526} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:18.407727 [ 3 ] {64215b97-675b-46a1-81de-570b9f815526} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.06.28 22:14:18.408063 [ 3 ] {64215b97-675b-46a1-81de-570b9f815526} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:18.408243 [ 3 ] {64215b97-675b-46a1-81de-570b9f815526} executeQuery: Read 10 rows, 830.00 B in 0.001645 sec., 6079.0273556231 rows/sec., 492.73 KiB/sec. 2024.06.28 22:14:18.408435 [ 3 ] {64215b97-675b-46a1-81de-570b9f815526} DynamicQueryHandler: Done processing query 2024.06.28 22:14:18.408461 [ 3 ] {64215b97-675b-46a1-81de-570b9f815526} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:14:18.408477 [ 3 ] {} HTTP-Session: 59580d0f-9083-41d9-b908-160872728cbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:18.408595 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:18.408643 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:18.408661 [ 3 ] {} HTTP-Session: fe39d89b-f7b8-417d-9c27-4031cdd690ee Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:18.408677 [ 3 ] {} HTTP-Session: fe39d89b-f7b8-417d-9c27-4031cdd690ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:18.408690 [ 3 ] {} HTTP-Session: fe39d89b-f7b8-417d-9c27-4031cdd690ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:18.408720 [ 3 ] {} HTTP-Session: fe39d89b-f7b8-417d-9c27-4031cdd690ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:18.408813 [ 3 ] {65182cfe-8c1a-4a62-88f8-0b9bc522becf} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:18.408856 [ 3 ] {65182cfe-8c1a-4a62-88f8-0b9bc522becf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.28 22:14:18.408986 [ 3 ] {65182cfe-8c1a-4a62-88f8-0b9bc522becf} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:18.409273 [ 3 ] {65182cfe-8c1a-4a62-88f8-0b9bc522becf} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:18.409310 [ 3 ] {65182cfe-8c1a-4a62-88f8-0b9bc522becf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:18.409603 [ 3 ] {65182cfe-8c1a-4a62-88f8-0b9bc522becf} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.06.28 22:14:18.409905 [ 3 ] {65182cfe-8c1a-4a62-88f8-0b9bc522becf} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:18.410067 [ 3 ] {65182cfe-8c1a-4a62-88f8-0b9bc522becf} executeQuery: Read 6 rows, 501.00 B in 0.001267 sec., 4735.59589581689 rows/sec., 386.15 KiB/sec. 2024.06.28 22:14:18.410267 [ 3 ] {65182cfe-8c1a-4a62-88f8-0b9bc522becf} DynamicQueryHandler: Done processing query 2024.06.28 22:14:18.410291 [ 3 ] {65182cfe-8c1a-4a62-88f8-0b9bc522becf} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:14:18.410307 [ 3 ] {} HTTP-Session: fe39d89b-f7b8-417d-9c27-4031cdd690ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:18.410422 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:18.410469 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:18.410487 [ 3 ] {} HTTP-Session: 2d285f8b-3aa2-4d5d-9878-aa526f9698b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:18.410503 [ 3 ] {} HTTP-Session: 2d285f8b-3aa2-4d5d-9878-aa526f9698b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:18.410517 [ 3 ] {} HTTP-Session: 2d285f8b-3aa2-4d5d-9878-aa526f9698b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:18.410546 [ 3 ] {} HTTP-Session: 2d285f8b-3aa2-4d5d-9878-aa526f9698b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:18.410660 [ 3 ] {af0aeb13-2572-4310-92b9-44780b438b39} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:18.410704 [ 3 ] {af0aeb13-2572-4310-92b9-44780b438b39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:14:18.410832 [ 3 ] {af0aeb13-2572-4310-92b9-44780b438b39} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:18.411245 [ 3 ] {af0aeb13-2572-4310-92b9-44780b438b39} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:18.411282 [ 3 ] {af0aeb13-2572-4310-92b9-44780b438b39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:18.411592 [ 3 ] {af0aeb13-2572-4310-92b9-44780b438b39} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.06.28 22:14:18.411903 [ 3 ] {af0aeb13-2572-4310-92b9-44780b438b39} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:18.412069 [ 3 ] {af0aeb13-2572-4310-92b9-44780b438b39} executeQuery: Read 89 rows, 7.40 KiB in 0.001444 sec., 61634.34903047091 rows/sec., 5.00 MiB/sec. 2024.06.28 22:14:18.412368 [ 3 ] {af0aeb13-2572-4310-92b9-44780b438b39} DynamicQueryHandler: Done processing query 2024.06.28 22:14:18.412430 [ 3 ] {af0aeb13-2572-4310-92b9-44780b438b39} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:14:18.412488 [ 3 ] {} HTTP-Session: 2d285f8b-3aa2-4d5d-9878-aa526f9698b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:18.412672 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 892, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:18.412750 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:18.412770 [ 3 ] {} HTTP-Session: 0249be5c-b521-4ea9-a203-f5d865c29957 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:18.412786 [ 3 ] {} HTTP-Session: 0249be5c-b521-4ea9-a203-f5d865c29957 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:18.412800 [ 3 ] {} HTTP-Session: 0249be5c-b521-4ea9-a203-f5d865c29957 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:18.412831 [ 3 ] {} HTTP-Session: 0249be5c-b521-4ea9-a203-f5d865c29957 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:18.412929 [ 3 ] {d4dec5c1-dd22-4e49-8922-452b88e70532} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:18.412973 [ 3 ] {d4dec5c1-dd22-4e49-8922-452b88e70532} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.28 22:14:18.413124 [ 3 ] {d4dec5c1-dd22-4e49-8922-452b88e70532} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:18.413397 [ 3 ] {d4dec5c1-dd22-4e49-8922-452b88e70532} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:18.413433 [ 3 ] {d4dec5c1-dd22-4e49-8922-452b88e70532} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:18.413724 [ 3 ] {d4dec5c1-dd22-4e49-8922-452b88e70532} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.06.28 22:14:18.414030 [ 3 ] {d4dec5c1-dd22-4e49-8922-452b88e70532} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:18.414203 [ 3 ] {d4dec5c1-dd22-4e49-8922-452b88e70532} executeQuery: Read 6 rows, 429.00 B in 0.001286 sec., 4665.629860031104 rows/sec., 325.77 KiB/sec. 2024.06.28 22:14:18.414400 [ 3 ] {d4dec5c1-dd22-4e49-8922-452b88e70532} DynamicQueryHandler: Done processing query 2024.06.28 22:14:18.414424 [ 3 ] {d4dec5c1-dd22-4e49-8922-452b88e70532} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:14:18.414439 [ 3 ] {} HTTP-Session: 0249be5c-b521-4ea9-a203-f5d865c29957 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:18.414548 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 13614, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:18.414595 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:18.414613 [ 3 ] {} HTTP-Session: 260401aa-b5c6-4990-a00d-dd43ab31a459 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:18.414629 [ 3 ] {} HTTP-Session: 260401aa-b5c6-4990-a00d-dd43ab31a459 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:18.414642 [ 3 ] {} HTTP-Session: 260401aa-b5c6-4990-a00d-dd43ab31a459 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:18.414671 [ 3 ] {} HTTP-Session: 260401aa-b5c6-4990-a00d-dd43ab31a459 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:18.414780 [ 3 ] {4bf04571-e001-4e3f-aeaf-a6224eaeb0ad} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:18.414822 [ 3 ] {4bf04571-e001-4e3f-aeaf-a6224eaeb0ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:14:18.414950 [ 3 ] {4bf04571-e001-4e3f-aeaf-a6224eaeb0ad} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:18.415292 [ 3 ] {4bf04571-e001-4e3f-aeaf-a6224eaeb0ad} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:18.415327 [ 3 ] {4bf04571-e001-4e3f-aeaf-a6224eaeb0ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:18.415635 [ 3 ] {4bf04571-e001-4e3f-aeaf-a6224eaeb0ad} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.06.28 22:14:18.415942 [ 3 ] {4bf04571-e001-4e3f-aeaf-a6224eaeb0ad} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:18.416099 [ 3 ] {4bf04571-e001-4e3f-aeaf-a6224eaeb0ad} executeQuery: Read 80 rows, 6.41 KiB in 0.001348 sec., 59347.18100890207 rows/sec., 4.64 MiB/sec. 2024.06.28 22:14:18.416263 [ 3 ] {4bf04571-e001-4e3f-aeaf-a6224eaeb0ad} DynamicQueryHandler: Done processing query 2024.06.28 22:14:18.416287 [ 3 ] {4bf04571-e001-4e3f-aeaf-a6224eaeb0ad} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:14:18.416303 [ 3 ] {} HTTP-Session: 260401aa-b5c6-4990-a00d-dd43ab31a459 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:18.416448 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 31234, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:18.416496 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:18.416514 [ 3 ] {} HTTP-Session: 6786858e-8bcf-4a4c-a202-327cea37576b Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:18.416530 [ 3 ] {} HTTP-Session: 6786858e-8bcf-4a4c-a202-327cea37576b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:18.416543 [ 3 ] {} HTTP-Session: 6786858e-8bcf-4a4c-a202-327cea37576b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:18.416573 [ 3 ] {} HTTP-Session: 6786858e-8bcf-4a4c-a202-327cea37576b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:18.416715 [ 3 ] {05e93925-08ab-491d-af6e-af9aba6236cf} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:18.416761 [ 3 ] {05e93925-08ab-491d-af6e-af9aba6236cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:14:18.416908 [ 3 ] {05e93925-08ab-491d-af6e-af9aba6236cf} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:18.417324 [ 3 ] {05e93925-08ab-491d-af6e-af9aba6236cf} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:18.417360 [ 3 ] {05e93925-08ab-491d-af6e-af9aba6236cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:18.417739 [ 3 ] {05e93925-08ab-491d-af6e-af9aba6236cf} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.06.28 22:14:18.418081 [ 3 ] {05e93925-08ab-491d-af6e-af9aba6236cf} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:18.418218 [ 3 ] {05e93925-08ab-491d-af6e-af9aba6236cf} executeQuery: Read 163 rows, 11.62 KiB in 0.001561 sec., 104420.24343369633 rows/sec., 7.27 MiB/sec. 2024.06.28 22:14:18.418428 [ 3 ] {05e93925-08ab-491d-af6e-af9aba6236cf} DynamicQueryHandler: Done processing query 2024.06.28 22:14:18.418451 [ 3 ] {05e93925-08ab-491d-af6e-af9aba6236cf} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:14:18.418467 [ 3 ] {} HTTP-Session: 6786858e-8bcf-4a4c-a202-327cea37576b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:18.418587 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 16674, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:18.418635 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:18.418652 [ 3 ] {} HTTP-Session: 7e9ff714-6a87-46f2-ad92-7c261b69f569 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:18.418668 [ 3 ] {} HTTP-Session: 7e9ff714-6a87-46f2-ad92-7c261b69f569 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:18.418682 [ 3 ] {} HTTP-Session: 7e9ff714-6a87-46f2-ad92-7c261b69f569 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:18.418712 [ 3 ] {} HTTP-Session: 7e9ff714-6a87-46f2-ad92-7c261b69f569 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:18.418892 [ 3 ] {4c6580e5-938d-4b71-8733-063052e1a977} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:18.418960 [ 3 ] {4c6580e5-938d-4b71-8733-063052e1a977} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 2024.06.28 22:14:18.419381 [ 3 ] {4c6580e5-938d-4b71-8733-063052e1a977} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:18.419944 [ 3 ] {4c6580e5-938d-4b71-8733-063052e1a977} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:18.419979 [ 3 ] {4c6580e5-938d-4b71-8733-063052e1a977} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:18.420567 [ 3 ] {4c6580e5-938d-4b71-8733-063052e1a977} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.06.28 22:14:18.420963 [ 3 ] {4c6580e5-938d-4b71-8733-063052e1a977} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:18.421157 [ 3 ] {4c6580e5-938d-4b71-8733-063052e1a977} executeQuery: Read 10 rows, 18.35 KiB in 0.002357 sec., 4242.681374628765 rows/sec., 7.60 MiB/sec. 2024.06.28 22:14:18.421705 [ 3 ] {4c6580e5-938d-4b71-8733-063052e1a977} DynamicQueryHandler: Done processing query 2024.06.28 22:14:18.421730 [ 3 ] {4c6580e5-938d-4b71-8733-063052e1a977} MemoryTracker: Peak memory usage (for query): 4.42 MiB. 2024.06.28 22:14:18.421746 [ 3 ] {} HTTP-Session: 7e9ff714-6a87-46f2-ad92-7c261b69f569 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:18.421856 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:18.421904 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:18.421923 [ 3 ] {} HTTP-Session: 7da5074d-c086-4b0e-ba46-6701480c5855 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:18.421938 [ 3 ] {} HTTP-Session: 7da5074d-c086-4b0e-ba46-6701480c5855 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:18.421952 [ 3 ] {} HTTP-Session: 7da5074d-c086-4b0e-ba46-6701480c5855 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:18.421983 [ 3 ] {} HTTP-Session: 7da5074d-c086-4b0e-ba46-6701480c5855 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:18.422107 [ 3 ] {af9b7808-6b75-4932-a371-efcef3bb9621} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:18.422153 [ 3 ] {af9b7808-6b75-4932-a371-efcef3bb9621} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:14:18.422304 [ 3 ] {af9b7808-6b75-4932-a371-efcef3bb9621} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:18.422601 [ 3 ] {af9b7808-6b75-4932-a371-efcef3bb9621} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:18.422637 [ 3 ] {af9b7808-6b75-4932-a371-efcef3bb9621} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:18.422995 [ 3 ] {af9b7808-6b75-4932-a371-efcef3bb9621} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.06.28 22:14:18.423312 [ 3 ] {af9b7808-6b75-4932-a371-efcef3bb9621} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:18.423463 [ 3 ] {af9b7808-6b75-4932-a371-efcef3bb9621} executeQuery: Read 60 rows, 4.14 KiB in 0.001401 sec., 42826.55246252677 rows/sec., 2.89 MiB/sec. 2024.06.28 22:14:18.423625 [ 3 ] {af9b7808-6b75-4932-a371-efcef3bb9621} DynamicQueryHandler: Done processing query 2024.06.28 22:14:18.423649 [ 3 ] {af9b7808-6b75-4932-a371-efcef3bb9621} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:14:18.423665 [ 3 ] {} HTTP-Session: 7da5074d-c086-4b0e-ba46-6701480c5855 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:19.001210 [ 243 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000837041 sec. 2024.06.28 22:14:23.407306 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:23.407428 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:23.407455 [ 3 ] {} HTTP-Session: 1baa42f6-3c75-4ded-b801-f34ad5706ebf Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:23.407481 [ 3 ] {} HTTP-Session: 1baa42f6-3c75-4ded-b801-f34ad5706ebf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:23.407498 [ 3 ] {} HTTP-Session: 1baa42f6-3c75-4ded-b801-f34ad5706ebf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:23.407550 [ 3 ] {} HTTP-Session: 1baa42f6-3c75-4ded-b801-f34ad5706ebf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:23.407727 [ 3 ] {0b6cd1c3-587b-4acb-9e62-577de959866e} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:23.407797 [ 3 ] {0b6cd1c3-587b-4acb-9e62-577de959866e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.28 22:14:23.408004 [ 3 ] {0b6cd1c3-587b-4acb-9e62-577de959866e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:23.408498 [ 3 ] {0b6cd1c3-587b-4acb-9e62-577de959866e} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:23.408536 [ 3 ] {0b6cd1c3-587b-4acb-9e62-577de959866e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:23.408888 [ 3 ] {0b6cd1c3-587b-4acb-9e62-577de959866e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.06.28 22:14:23.409238 [ 3 ] {0b6cd1c3-587b-4acb-9e62-577de959866e} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:23.409378 [ 3 ] {0b6cd1c3-587b-4acb-9e62-577de959866e} executeQuery: Read 2 rows, 167.00 B in 0.001674 sec., 1194.7431302270013 rows/sec., 97.42 KiB/sec. 2024.06.28 22:14:23.409384 [ 86 ] {} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.06.28 22:14:23.409445 [ 86 ] {} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:23.409482 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:23.409607 [ 3 ] {0b6cd1c3-587b-4acb-9e62-577de959866e} DynamicQueryHandler: Done processing query 2024.06.28 22:14:23.409650 [ 3 ] {0b6cd1c3-587b-4acb-9e62-577de959866e} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:14:23.409678 [ 3 ] {} HTTP-Session: 1baa42f6-3c75-4ded-b801-f34ad5706ebf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:23.409673 [ 189 ] {cd0f8d00-f70d-452a-9fba-d4805e9291d4::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.06.28 22:14:23.409845 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12951, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:23.409974 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:23.409978 [ 189 ] {cd0f8d00-f70d-452a-9fba-d4805e9291d4::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:14:23.410010 [ 3 ] {} HTTP-Session: 4d160aaf-756a-4765-8cc6-d945c054fb18 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:23.410061 [ 3 ] {} HTTP-Session: 4d160aaf-756a-4765-8cc6-d945c054fb18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:23.410067 [ 189 ] {cd0f8d00-f70d-452a-9fba-d4805e9291d4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 14 rows starting from the beginning of the part 2024.06.28 22:14:23.410083 [ 3 ] {} HTTP-Session: 4d160aaf-756a-4765-8cc6-d945c054fb18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:23.410152 [ 3 ] {} HTTP-Session: 4d160aaf-756a-4765-8cc6-d945c054fb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:23.410302 [ 189 ] {cd0f8d00-f70d-452a-9fba-d4805e9291d4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part 2024.06.28 22:14:23.410604 [ 189 ] {cd0f8d00-f70d-452a-9fba-d4805e9291d4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part 2024.06.28 22:14:23.410628 [ 3 ] {4c3c7ddb-3873-47a4-8d6a-52657b5c85be} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:23.410801 [ 3 ] {4c3c7ddb-3873-47a4-8d6a-52657b5c85be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:14:23.410850 [ 189 ] {cd0f8d00-f70d-452a-9fba-d4805e9291d4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part 2024.06.28 22:14:23.411270 [ 189 ] {cd0f8d00-f70d-452a-9fba-d4805e9291d4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part 2024.06.28 22:14:23.411591 [ 189 ] {cd0f8d00-f70d-452a-9fba-d4805e9291d4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part 2024.06.28 22:14:23.412080 [ 3 ] {4c3c7ddb-3873-47a4-8d6a-52657b5c85be} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:23.412953 [ 3 ] {4c3c7ddb-3873-47a4-8d6a-52657b5c85be} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:23.413019 [ 3 ] {4c3c7ddb-3873-47a4-8d6a-52657b5c85be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:23.413992 [ 3 ] {4c3c7ddb-3873-47a4-8d6a-52657b5c85be} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.06.28 22:14:23.414239 [ 188 ] {cd0f8d00-f70d-452a-9fba-d4805e9291d4::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.004658132 sec., 6010.993247937156 rows/sec., 490.15 KiB/sec. 2024.06.28 22:14:23.414509 [ 188 ] {cd0f8d00-f70d-452a-9fba-d4805e9291d4::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.06.28 22:14:23.414668 [ 3 ] {4c3c7ddb-3873-47a4-8d6a-52657b5c85be} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:23.414979 [ 3 ] {4c3c7ddb-3873-47a4-8d6a-52657b5c85be} executeQuery: Read 93 rows, 7.29 KiB in 0.004489 sec., 20717.308977500557 rows/sec., 1.59 MiB/sec. 2024.06.28 22:14:23.415408 [ 3 ] {4c3c7ddb-3873-47a4-8d6a-52657b5c85be} DynamicQueryHandler: Done processing query 2024.06.28 22:14:23.415451 [ 3 ] {4c3c7ddb-3873-47a4-8d6a-52657b5c85be} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:14:23.415479 [ 3 ] {} HTTP-Session: 4d160aaf-756a-4765-8cc6-d945c054fb18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:23.415553 [ 188 ] {cd0f8d00-f70d-452a-9fba-d4805e9291d4::all_1_16_3} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:23.415651 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:23.415695 [ 188 ] {cd0f8d00-f70d-452a-9fba-d4805e9291d4::all_1_16_3} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.06.28 22:14:23.415727 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:23.415768 [ 3 ] {} HTTP-Session: 6ff824c9-5ee3-439d-956b-323fb16ea1c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:23.415825 [ 3 ] {} HTTP-Session: 6ff824c9-5ee3-439d-956b-323fb16ea1c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:23.415853 [ 3 ] {} HTTP-Session: 6ff824c9-5ee3-439d-956b-323fb16ea1c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:23.415860 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.06.28 22:14:23.415915 [ 3 ] {} HTTP-Session: 6ff824c9-5ee3-439d-956b-323fb16ea1c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:23.416028 [ 3 ] {de554ad7-c911-4f04-b26a-1132fdae6b3a} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:23.416072 [ 3 ] {de554ad7-c911-4f04-b26a-1132fdae6b3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.28 22:14:23.416223 [ 3 ] {de554ad7-c911-4f04-b26a-1132fdae6b3a} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:23.416526 [ 3 ] {de554ad7-c911-4f04-b26a-1132fdae6b3a} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:23.416564 [ 3 ] {de554ad7-c911-4f04-b26a-1132fdae6b3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:23.416873 [ 3 ] {de554ad7-c911-4f04-b26a-1132fdae6b3a} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.06.28 22:14:23.417192 [ 3 ] {de554ad7-c911-4f04-b26a-1132fdae6b3a} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:23.417312 [ 86 ] {} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.06.28 22:14:23.417321 [ 3 ] {de554ad7-c911-4f04-b26a-1132fdae6b3a} executeQuery: Read 2 rows, 143.00 B in 0.001318 sec., 1517.4506828528074 rows/sec., 105.95 KiB/sec. 2024.06.28 22:14:23.417348 [ 86 ] {} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:23.417387 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:23.417518 [ 198 ] {357cf06e-d66b-4e79-8b91-417d03d96948::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.06.28 22:14:23.417521 [ 3 ] {de554ad7-c911-4f04-b26a-1132fdae6b3a} DynamicQueryHandler: Done processing query 2024.06.28 22:14:23.417580 [ 3 ] {de554ad7-c911-4f04-b26a-1132fdae6b3a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:14:23.417599 [ 3 ] {} HTTP-Session: 6ff824c9-5ee3-439d-956b-323fb16ea1c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:23.417672 [ 198 ] {357cf06e-d66b-4e79-8b91-417d03d96948::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:14:23.417708 [ 198 ] {357cf06e-d66b-4e79-8b91-417d03d96948::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 14 rows starting from the beginning of the part 2024.06.28 22:14:23.417738 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 15269, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:23.417814 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:23.417879 [ 198 ] {357cf06e-d66b-4e79-8b91-417d03d96948::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part 2024.06.28 22:14:23.417882 [ 3 ] {} HTTP-Session: 5f5385dd-3c1b-48cd-a69c-31ef5e959a83 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:23.417945 [ 3 ] {} HTTP-Session: 5f5385dd-3c1b-48cd-a69c-31ef5e959a83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:23.417978 [ 3 ] {} HTTP-Session: 5f5385dd-3c1b-48cd-a69c-31ef5e959a83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:23.418106 [ 3 ] {} HTTP-Session: 5f5385dd-3c1b-48cd-a69c-31ef5e959a83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:23.418112 [ 198 ] {357cf06e-d66b-4e79-8b91-417d03d96948::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part 2024.06.28 22:14:23.418346 [ 198 ] {357cf06e-d66b-4e79-8b91-417d03d96948::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part 2024.06.28 22:14:23.418509 [ 3 ] {c69763ec-3ed8-49b1-815c-204185c20f2b} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:23.418576 [ 198 ] {357cf06e-d66b-4e79-8b91-417d03d96948::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part 2024.06.28 22:14:23.418605 [ 3 ] {c69763ec-3ed8-49b1-815c-204185c20f2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:14:23.418773 [ 198 ] {357cf06e-d66b-4e79-8b91-417d03d96948::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part 2024.06.28 22:14:23.419191 [ 3 ] {c69763ec-3ed8-49b1-815c-204185c20f2b} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:23.419767 [ 3 ] {c69763ec-3ed8-49b1-815c-204185c20f2b} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:23.419808 [ 3 ] {c69763ec-3ed8-49b1-815c-204185c20f2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:23.420402 [ 196 ] {357cf06e-d66b-4e79-8b91-417d03d96948::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002946628 sec., 9502.387135396799 rows/sec., 663.50 KiB/sec. 2024.06.28 22:14:23.420420 [ 3 ] {c69763ec-3ed8-49b1-815c-204185c20f2b} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.06.28 22:14:23.420548 [ 198 ] {357cf06e-d66b-4e79-8b91-417d03d96948::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.06.28 22:14:23.420911 [ 3 ] {c69763ec-3ed8-49b1-815c-204185c20f2b} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:23.421047 [ 198 ] {357cf06e-d66b-4e79-8b91-417d03d96948::all_1_16_3} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:23.421098 [ 3 ] {c69763ec-3ed8-49b1-815c-204185c20f2b} executeQuery: Read 90 rows, 7.18 KiB in 0.002768 sec., 32514.450867052023 rows/sec., 2.53 MiB/sec. 2024.06.28 22:14:23.421300 [ 198 ] {357cf06e-d66b-4e79-8b91-417d03d96948::all_1_16_3} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.06.28 22:14:23.421584 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.06.28 22:14:23.421651 [ 3 ] {c69763ec-3ed8-49b1-815c-204185c20f2b} DynamicQueryHandler: Done processing query 2024.06.28 22:14:23.421714 [ 3 ] {c69763ec-3ed8-49b1-815c-204185c20f2b} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:14:23.421772 [ 3 ] {} HTTP-Session: 5f5385dd-3c1b-48cd-a69c-31ef5e959a83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:23.422035 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 37784, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:23.422089 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:23.422111 [ 3 ] {} HTTP-Session: ede2b07f-5681-4870-86e6-c1133afb6a6b Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:23.422128 [ 3 ] {} HTTP-Session: ede2b07f-5681-4870-86e6-c1133afb6a6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:23.422143 [ 3 ] {} HTTP-Session: ede2b07f-5681-4870-86e6-c1133afb6a6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:23.422176 [ 3 ] {} HTTP-Session: ede2b07f-5681-4870-86e6-c1133afb6a6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:23.422459 [ 3 ] {d44ff05e-9827-4d4c-abcf-5b5300561275} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:23.422512 [ 3 ] {d44ff05e-9827-4d4c-abcf-5b5300561275} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:14:23.422683 [ 3 ] {d44ff05e-9827-4d4c-abcf-5b5300561275} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:23.423085 [ 3 ] {d44ff05e-9827-4d4c-abcf-5b5300561275} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:23.423123 [ 3 ] {d44ff05e-9827-4d4c-abcf-5b5300561275} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:23.423524 [ 3 ] {d44ff05e-9827-4d4c-abcf-5b5300561275} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.06.28 22:14:23.423861 [ 3 ] {d44ff05e-9827-4d4c-abcf-5b5300561275} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:23.423990 [ 3 ] {d44ff05e-9827-4d4c-abcf-5b5300561275} executeQuery: Read 197 rows, 14.08 KiB in 0.001727 sec., 114070.64273306311 rows/sec., 7.96 MiB/sec. 2024.06.28 22:14:23.424156 [ 3 ] {d44ff05e-9827-4d4c-abcf-5b5300561275} DynamicQueryHandler: Done processing query 2024.06.28 22:14:23.424180 [ 3 ] {d44ff05e-9827-4d4c-abcf-5b5300561275} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.06.28 22:14:23.424219 [ 3 ] {} HTTP-Session: ede2b07f-5681-4870-86e6-c1133afb6a6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:23.424345 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:23.424396 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:23.424415 [ 3 ] {} HTTP-Session: 94db8492-64db-49c8-ba41-2002bb873c56 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:23.424433 [ 3 ] {} HTTP-Session: 94db8492-64db-49c8-ba41-2002bb873c56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:23.424447 [ 3 ] {} HTTP-Session: 94db8492-64db-49c8-ba41-2002bb873c56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:23.424477 [ 3 ] {} HTTP-Session: 94db8492-64db-49c8-ba41-2002bb873c56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:23.424607 [ 3 ] {e382aa76-60d8-4115-9196-6591166ef461} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:23.424652 [ 3 ] {e382aa76-60d8-4115-9196-6591166ef461} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:14:23.424783 [ 3 ] {e382aa76-60d8-4115-9196-6591166ef461} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:23.425069 [ 3 ] {e382aa76-60d8-4115-9196-6591166ef461} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:23.425105 [ 3 ] {e382aa76-60d8-4115-9196-6591166ef461} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:23.425467 [ 3 ] {e382aa76-60d8-4115-9196-6591166ef461} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.06.28 22:14:23.425786 [ 3 ] {e382aa76-60d8-4115-9196-6591166ef461} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:23.425909 [ 3 ] {e382aa76-60d8-4115-9196-6591166ef461} executeQuery: Read 60 rows, 4.14 KiB in 0.001359 sec., 44150.11037527594 rows/sec., 2.98 MiB/sec. 2024.06.28 22:14:23.426067 [ 3 ] {e382aa76-60d8-4115-9196-6591166ef461} DynamicQueryHandler: Done processing query 2024.06.28 22:14:23.426092 [ 3 ] {e382aa76-60d8-4115-9196-6591166ef461} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:14:23.426108 [ 3 ] {} HTTP-Session: 94db8492-64db-49c8-ba41-2002bb873c56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:28.406621 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 1488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:28.406758 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:28.406788 [ 3 ] {} HTTP-Session: 555024bb-6d0c-4ddc-9231-25a35f25930f Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:28.406816 [ 3 ] {} HTTP-Session: 555024bb-6d0c-4ddc-9231-25a35f25930f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:28.406834 [ 3 ] {} HTTP-Session: 555024bb-6d0c-4ddc-9231-25a35f25930f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:28.406890 [ 3 ] {} HTTP-Session: 555024bb-6d0c-4ddc-9231-25a35f25930f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:28.407090 [ 3 ] {63896431-ae84-461b-9d03-7c2edeb0c5ce} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:28.407164 [ 3 ] {63896431-ae84-461b-9d03-7c2edeb0c5ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.28 22:14:28.407382 [ 3 ] {63896431-ae84-461b-9d03-7c2edeb0c5ce} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:28.407814 [ 3 ] {63896431-ae84-461b-9d03-7c2edeb0c5ce} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:28.407853 [ 3 ] {63896431-ae84-461b-9d03-7c2edeb0c5ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:28.408213 [ 3 ] {63896431-ae84-461b-9d03-7c2edeb0c5ce} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.06.28 22:14:28.408548 [ 3 ] {63896431-ae84-461b-9d03-7c2edeb0c5ce} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:28.408705 [ 3 ] {63896431-ae84-461b-9d03-7c2edeb0c5ce} executeQuery: Read 10 rows, 830.00 B in 0.001677 sec., 5963.029218843172 rows/sec., 483.33 KiB/sec. 2024.06.28 22:14:28.408998 [ 3 ] {63896431-ae84-461b-9d03-7c2edeb0c5ce} DynamicQueryHandler: Done processing query 2024.06.28 22:14:28.409025 [ 3 ] {63896431-ae84-461b-9d03-7c2edeb0c5ce} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:14:28.409041 [ 3 ] {} HTTP-Session: 555024bb-6d0c-4ddc-9231-25a35f25930f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:28.409154 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:28.409202 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:28.409220 [ 3 ] {} HTTP-Session: c9c1e928-96c2-40b3-b0a7-fdf1c2bb16d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:28.409237 [ 3 ] {} HTTP-Session: c9c1e928-96c2-40b3-b0a7-fdf1c2bb16d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:28.409252 [ 3 ] {} HTTP-Session: c9c1e928-96c2-40b3-b0a7-fdf1c2bb16d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:28.409282 [ 3 ] {} HTTP-Session: c9c1e928-96c2-40b3-b0a7-fdf1c2bb16d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:28.409377 [ 3 ] {60ee745b-ea21-46fc-9880-d33aa6db8ab1} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:28.409422 [ 3 ] {60ee745b-ea21-46fc-9880-d33aa6db8ab1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.28 22:14:28.409573 [ 3 ] {60ee745b-ea21-46fc-9880-d33aa6db8ab1} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:28.409851 [ 3 ] {60ee745b-ea21-46fc-9880-d33aa6db8ab1} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:28.409887 [ 3 ] {60ee745b-ea21-46fc-9880-d33aa6db8ab1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:28.410175 [ 3 ] {60ee745b-ea21-46fc-9880-d33aa6db8ab1} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.06.28 22:14:28.410480 [ 3 ] {60ee745b-ea21-46fc-9880-d33aa6db8ab1} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:28.410629 [ 3 ] {60ee745b-ea21-46fc-9880-d33aa6db8ab1} executeQuery: Read 2 rows, 167.00 B in 0.001266 sec., 1579.778830963665 rows/sec., 128.82 KiB/sec. 2024.06.28 22:14:28.410813 [ 3 ] {60ee745b-ea21-46fc-9880-d33aa6db8ab1} DynamicQueryHandler: Done processing query 2024.06.28 22:14:28.410837 [ 3 ] {60ee745b-ea21-46fc-9880-d33aa6db8ab1} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:14:28.410852 [ 3 ] {} HTTP-Session: c9c1e928-96c2-40b3-b0a7-fdf1c2bb16d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:28.410973 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12573, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:28.411020 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:28.411039 [ 3 ] {} HTTP-Session: 07274282-9b3f-49d0-b28f-d34d2a445777 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:28.411055 [ 3 ] {} HTTP-Session: 07274282-9b3f-49d0-b28f-d34d2a445777 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:28.411068 [ 3 ] {} HTTP-Session: 07274282-9b3f-49d0-b28f-d34d2a445777 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:28.411098 [ 3 ] {} HTTP-Session: 07274282-9b3f-49d0-b28f-d34d2a445777 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:28.411216 [ 3 ] {a2e706f8-9b2c-41c3-94cd-f80451eaa2d0} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:28.411283 [ 3 ] {a2e706f8-9b2c-41c3-94cd-f80451eaa2d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:14:28.411407 [ 3 ] {a2e706f8-9b2c-41c3-94cd-f80451eaa2d0} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:28.411738 [ 3 ] {a2e706f8-9b2c-41c3-94cd-f80451eaa2d0} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:28.411774 [ 3 ] {a2e706f8-9b2c-41c3-94cd-f80451eaa2d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:28.412078 [ 3 ] {a2e706f8-9b2c-41c3-94cd-f80451eaa2d0} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.06.28 22:14:28.412369 [ 3 ] {a2e706f8-9b2c-41c3-94cd-f80451eaa2d0} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:28.412520 [ 3 ] {a2e706f8-9b2c-41c3-94cd-f80451eaa2d0} executeQuery: Read 87 rows, 7.25 KiB in 0.001345 sec., 64684.01486988847 rows/sec., 5.26 MiB/sec. 2024.06.28 22:14:28.412676 [ 3 ] {a2e706f8-9b2c-41c3-94cd-f80451eaa2d0} DynamicQueryHandler: Done processing query 2024.06.28 22:14:28.412700 [ 3 ] {a2e706f8-9b2c-41c3-94cd-f80451eaa2d0} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:14:28.412715 [ 3 ] {} HTTP-Session: 07274282-9b3f-49d0-b28f-d34d2a445777 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:28.412820 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:28.412867 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:28.412885 [ 3 ] {} HTTP-Session: 0c5d7a66-6575-4152-aa93-c99d1a477da9 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:28.412902 [ 3 ] {} HTTP-Session: 0c5d7a66-6575-4152-aa93-c99d1a477da9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:28.412915 [ 3 ] {} HTTP-Session: 0c5d7a66-6575-4152-aa93-c99d1a477da9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:28.412944 [ 3 ] {} HTTP-Session: 0c5d7a66-6575-4152-aa93-c99d1a477da9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:28.413042 [ 3 ] {4825ae9b-97af-4df0-9ea5-46975f1b2f44} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:28.413084 [ 3 ] {4825ae9b-97af-4df0-9ea5-46975f1b2f44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.28 22:14:28.413211 [ 3 ] {4825ae9b-97af-4df0-9ea5-46975f1b2f44} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:28.413461 [ 3 ] {4825ae9b-97af-4df0-9ea5-46975f1b2f44} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:28.413494 [ 3 ] {4825ae9b-97af-4df0-9ea5-46975f1b2f44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:28.413763 [ 3 ] {4825ae9b-97af-4df0-9ea5-46975f1b2f44} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.06.28 22:14:28.414041 [ 3 ] {4825ae9b-97af-4df0-9ea5-46975f1b2f44} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:28.414181 [ 3 ] {4825ae9b-97af-4df0-9ea5-46975f1b2f44} executeQuery: Read 2 rows, 143.00 B in 0.001219 sec., 1640.6890894175554 rows/sec., 114.56 KiB/sec. 2024.06.28 22:14:28.414395 [ 3 ] {4825ae9b-97af-4df0-9ea5-46975f1b2f44} DynamicQueryHandler: Done processing query 2024.06.28 22:14:28.414419 [ 3 ] {4825ae9b-97af-4df0-9ea5-46975f1b2f44} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:14:28.414434 [ 3 ] {} HTTP-Session: 0c5d7a66-6575-4152-aa93-c99d1a477da9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:28.414544 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:28.414591 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:28.414610 [ 3 ] {} HTTP-Session: 7a6dbdfc-8fe2-45df-b47a-bfedfeed3fcc Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:28.414625 [ 3 ] {} HTTP-Session: 7a6dbdfc-8fe2-45df-b47a-bfedfeed3fcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:28.414639 [ 3 ] {} HTTP-Session: 7a6dbdfc-8fe2-45df-b47a-bfedfeed3fcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:28.414668 [ 3 ] {} HTTP-Session: 7a6dbdfc-8fe2-45df-b47a-bfedfeed3fcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:28.414781 [ 3 ] {a88fb4a3-cea3-4011-a56d-84861281da6e} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:28.414822 [ 3 ] {a88fb4a3-cea3-4011-a56d-84861281da6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:14:28.414951 [ 3 ] {a88fb4a3-cea3-4011-a56d-84861281da6e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:28.415332 [ 3 ] {a88fb4a3-cea3-4011-a56d-84861281da6e} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:28.415368 [ 3 ] {a88fb4a3-cea3-4011-a56d-84861281da6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:28.415663 [ 3 ] {a88fb4a3-cea3-4011-a56d-84861281da6e} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.06.28 22:14:28.415963 [ 3 ] {a88fb4a3-cea3-4011-a56d-84861281da6e} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:28.416107 [ 3 ] {a88fb4a3-cea3-4011-a56d-84861281da6e} executeQuery: Read 76 rows, 6.08 KiB in 0.001365 sec., 55677.65567765568 rows/sec., 4.35 MiB/sec. 2024.06.28 22:14:28.416253 [ 3 ] {a88fb4a3-cea3-4011-a56d-84861281da6e} DynamicQueryHandler: Done processing query 2024.06.28 22:14:28.416276 [ 3 ] {a88fb4a3-cea3-4011-a56d-84861281da6e} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:14:28.416292 [ 3 ] {} HTTP-Session: 7a6dbdfc-8fe2-45df-b47a-bfedfeed3fcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:28.416430 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30853, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:28.416476 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:28.416494 [ 3 ] {} HTTP-Session: 9746d0d6-0d3b-4089-9db5-0a30a81063a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:28.416510 [ 3 ] {} HTTP-Session: 9746d0d6-0d3b-4089-9db5-0a30a81063a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:28.416523 [ 3 ] {} HTTP-Session: 9746d0d6-0d3b-4089-9db5-0a30a81063a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:28.416553 [ 3 ] {} HTTP-Session: 9746d0d6-0d3b-4089-9db5-0a30a81063a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:28.416694 [ 3 ] {b88a27ec-193b-427f-84d9-d95dbd8fe161} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:28.416740 [ 3 ] {b88a27ec-193b-427f-84d9-d95dbd8fe161} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:14:28.416884 [ 3 ] {b88a27ec-193b-427f-84d9-d95dbd8fe161} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:28.417287 [ 3 ] {b88a27ec-193b-427f-84d9-d95dbd8fe161} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:28.417323 [ 3 ] {b88a27ec-193b-427f-84d9-d95dbd8fe161} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:28.417699 [ 3 ] {b88a27ec-193b-427f-84d9-d95dbd8fe161} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.06.28 22:14:28.418033 [ 3 ] {b88a27ec-193b-427f-84d9-d95dbd8fe161} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:28.418189 [ 3 ] {b88a27ec-193b-427f-84d9-d95dbd8fe161} executeQuery: Read 161 rows, 11.48 KiB in 0.001553 sec., 103670.31551835158 rows/sec., 7.22 MiB/sec. 2024.06.28 22:14:28.418355 [ 3 ] {b88a27ec-193b-427f-84d9-d95dbd8fe161} DynamicQueryHandler: Done processing query 2024.06.28 22:14:28.418379 [ 3 ] {b88a27ec-193b-427f-84d9-d95dbd8fe161} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:14:28.418394 [ 3 ] {} HTTP-Session: 9746d0d6-0d3b-4089-9db5-0a30a81063a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:28.418543 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 16696, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:28.418590 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:28.418608 [ 3 ] {} HTTP-Session: 6d06f4b3-084e-42f7-8bfd-06299aeda94c Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:28.418624 [ 3 ] {} HTTP-Session: 6d06f4b3-084e-42f7-8bfd-06299aeda94c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:28.418638 [ 3 ] {} HTTP-Session: 6d06f4b3-084e-42f7-8bfd-06299aeda94c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:28.418667 [ 3 ] {} HTTP-Session: 6d06f4b3-084e-42f7-8bfd-06299aeda94c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:28.418915 [ 3 ] {1f23593a-dbf3-4e3d-863d-7337dd0c2733} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:28.418978 [ 3 ] {1f23593a-dbf3-4e3d-863d-7337dd0c2733} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 2024.06.28 22:14:28.419372 [ 3 ] {1f23593a-dbf3-4e3d-863d-7337dd0c2733} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:28.419856 [ 3 ] {1f23593a-dbf3-4e3d-863d-7337dd0c2733} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:28.419891 [ 3 ] {1f23593a-dbf3-4e3d-863d-7337dd0c2733} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:28.420470 [ 3 ] {1f23593a-dbf3-4e3d-863d-7337dd0c2733} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.06.28 22:14:28.420866 [ 3 ] {1f23593a-dbf3-4e3d-863d-7337dd0c2733} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:28.421049 [ 3 ] {1f23593a-dbf3-4e3d-863d-7337dd0c2733} executeQuery: Read 10 rows, 18.35 KiB in 0.00231 sec., 4329.004329004329 rows/sec., 7.76 MiB/sec. 2024.06.28 22:14:28.421241 [ 3 ] {1f23593a-dbf3-4e3d-863d-7337dd0c2733} DynamicQueryHandler: Done processing query 2024.06.28 22:14:28.421265 [ 3 ] {1f23593a-dbf3-4e3d-863d-7337dd0c2733} MemoryTracker: Peak memory usage (for query): 4.42 MiB. 2024.06.28 22:14:28.421280 [ 3 ] {} HTTP-Session: 6d06f4b3-084e-42f7-8bfd-06299aeda94c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:28.421391 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:28.421437 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:28.421456 [ 3 ] {} HTTP-Session: d733d9fb-0148-4466-9518-e5aeae15bd48 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:28.421471 [ 3 ] {} HTTP-Session: d733d9fb-0148-4466-9518-e5aeae15bd48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:28.421484 [ 3 ] {} HTTP-Session: d733d9fb-0148-4466-9518-e5aeae15bd48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:28.421513 [ 3 ] {} HTTP-Session: d733d9fb-0148-4466-9518-e5aeae15bd48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:28.421628 [ 3 ] {461c5d73-ed82-45cd-8154-9dec04abf44f} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:28.421672 [ 3 ] {461c5d73-ed82-45cd-8154-9dec04abf44f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:14:28.421798 [ 3 ] {461c5d73-ed82-45cd-8154-9dec04abf44f} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:28.422092 [ 3 ] {461c5d73-ed82-45cd-8154-9dec04abf44f} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:28.422126 [ 3 ] {461c5d73-ed82-45cd-8154-9dec04abf44f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:28.422475 [ 3 ] {461c5d73-ed82-45cd-8154-9dec04abf44f} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.06.28 22:14:28.422794 [ 3 ] {461c5d73-ed82-45cd-8154-9dec04abf44f} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:28.422944 [ 3 ] {461c5d73-ed82-45cd-8154-9dec04abf44f} executeQuery: Read 60 rows, 4.14 KiB in 0.00135 sec., 44444.444444444445 rows/sec., 3.00 MiB/sec. 2024.06.28 22:14:28.423102 [ 3 ] {461c5d73-ed82-45cd-8154-9dec04abf44f} DynamicQueryHandler: Done processing query 2024.06.28 22:14:28.423126 [ 3 ] {461c5d73-ed82-45cd-8154-9dec04abf44f} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:14:28.423141 [ 3 ] {} HTTP-Session: d733d9fb-0148-4466-9518-e5aeae15bd48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:32.722601 [ 75 ] {} DNSResolver: Updating DNS cache 2024.06.28 22:14:32.722672 [ 75 ] {} DNSResolver: Updated DNS cache 2024.06.28 22:14:33.406197 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:33.406336 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:33.406366 [ 3 ] {} HTTP-Session: 24aaec0f-0f05-4ae5-86e8-ce22cfd13df6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:33.406395 [ 3 ] {} HTTP-Session: 24aaec0f-0f05-4ae5-86e8-ce22cfd13df6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:33.406414 [ 3 ] {} HTTP-Session: 24aaec0f-0f05-4ae5-86e8-ce22cfd13df6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:33.406471 [ 3 ] {} HTTP-Session: 24aaec0f-0f05-4ae5-86e8-ce22cfd13df6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:33.406668 [ 3 ] {cc4b92c6-175e-49ff-9c45-1985738b200f} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:33.406746 [ 3 ] {cc4b92c6-175e-49ff-9c45-1985738b200f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.28 22:14:33.406947 [ 3 ] {cc4b92c6-175e-49ff-9c45-1985738b200f} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:33.407346 [ 3 ] {cc4b92c6-175e-49ff-9c45-1985738b200f} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:33.407388 [ 3 ] {cc4b92c6-175e-49ff-9c45-1985738b200f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:33.407747 [ 3 ] {cc4b92c6-175e-49ff-9c45-1985738b200f} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.06.28 22:14:33.408087 [ 3 ] {cc4b92c6-175e-49ff-9c45-1985738b200f} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:33.408256 [ 3 ] {cc4b92c6-175e-49ff-9c45-1985738b200f} executeQuery: Read 2 rows, 167.00 B in 0.001644 sec., 1216.54501216545 rows/sec., 99.20 KiB/sec. 2024.06.28 22:14:33.408571 [ 3 ] {cc4b92c6-175e-49ff-9c45-1985738b200f} DynamicQueryHandler: Done processing query 2024.06.28 22:14:33.408645 [ 3 ] {cc4b92c6-175e-49ff-9c45-1985738b200f} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:14:33.408708 [ 3 ] {} HTTP-Session: 24aaec0f-0f05-4ae5-86e8-ce22cfd13df6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:33.408862 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 7974, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:33.408916 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:33.408937 [ 3 ] {} HTTP-Session: 171f37f9-19e4-4415-90ec-4f64c8768ba5 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:33.408954 [ 3 ] {} HTTP-Session: 171f37f9-19e4-4415-90ec-4f64c8768ba5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:33.408969 [ 3 ] {} HTTP-Session: 171f37f9-19e4-4415-90ec-4f64c8768ba5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:33.409003 [ 3 ] {} HTTP-Session: 171f37f9-19e4-4415-90ec-4f64c8768ba5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:33.409117 [ 3 ] {da4209e2-308e-4f16-b4ed-fb693032cc7f} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:33.409164 [ 3 ] {da4209e2-308e-4f16-b4ed-fb693032cc7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:14:33.409312 [ 3 ] {da4209e2-308e-4f16-b4ed-fb693032cc7f} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:33.409675 [ 3 ] {da4209e2-308e-4f16-b4ed-fb693032cc7f} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:33.409713 [ 3 ] {da4209e2-308e-4f16-b4ed-fb693032cc7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:33.410028 [ 3 ] {da4209e2-308e-4f16-b4ed-fb693032cc7f} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.06.28 22:14:33.410331 [ 3 ] {da4209e2-308e-4f16-b4ed-fb693032cc7f} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:33.410493 [ 3 ] {da4209e2-308e-4f16-b4ed-fb693032cc7f} executeQuery: Read 57 rows, 4.48 KiB in 0.001403 sec., 40627.227369921595 rows/sec., 3.12 MiB/sec. 2024.06.28 22:14:33.410674 [ 3 ] {da4209e2-308e-4f16-b4ed-fb693032cc7f} DynamicQueryHandler: Done processing query 2024.06.28 22:14:33.410705 [ 3 ] {da4209e2-308e-4f16-b4ed-fb693032cc7f} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.06.28 22:14:33.410726 [ 3 ] {} HTTP-Session: 171f37f9-19e4-4415-90ec-4f64c8768ba5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:33.410841 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:33.410888 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:33.410908 [ 3 ] {} HTTP-Session: ae8a272b-1c39-4fd7-bfeb-7f4600ca871e Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:33.410925 [ 3 ] {} HTTP-Session: ae8a272b-1c39-4fd7-bfeb-7f4600ca871e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:33.410938 [ 3 ] {} HTTP-Session: ae8a272b-1c39-4fd7-bfeb-7f4600ca871e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:33.410968 [ 3 ] {} HTTP-Session: ae8a272b-1c39-4fd7-bfeb-7f4600ca871e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:33.411060 [ 3 ] {6fc9b988-f2b4-46da-8431-c5cae9af6dc3} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:33.411102 [ 3 ] {6fc9b988-f2b4-46da-8431-c5cae9af6dc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.28 22:14:33.411229 [ 3 ] {6fc9b988-f2b4-46da-8431-c5cae9af6dc3} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:33.411494 [ 3 ] {6fc9b988-f2b4-46da-8431-c5cae9af6dc3} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:33.411530 [ 3 ] {6fc9b988-f2b4-46da-8431-c5cae9af6dc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:33.411817 [ 3 ] {6fc9b988-f2b4-46da-8431-c5cae9af6dc3} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.06.28 22:14:33.412115 [ 3 ] {6fc9b988-f2b4-46da-8431-c5cae9af6dc3} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:33.412271 [ 3 ] {6fc9b988-f2b4-46da-8431-c5cae9af6dc3} executeQuery: Read 2 rows, 143.00 B in 0.001228 sec., 1628.6644951140065 rows/sec., 113.72 KiB/sec. 2024.06.28 22:14:33.412419 [ 3 ] {6fc9b988-f2b4-46da-8431-c5cae9af6dc3} DynamicQueryHandler: Done processing query 2024.06.28 22:14:33.412444 [ 3 ] {6fc9b988-f2b4-46da-8431-c5cae9af6dc3} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:14:33.412460 [ 3 ] {} HTTP-Session: ae8a272b-1c39-4fd7-bfeb-7f4600ca871e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:33.412578 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 11231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:33.412624 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:33.412643 [ 3 ] {} HTTP-Session: 44c5fb43-c586-4ac2-956c-78d3097f2448 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:33.412660 [ 3 ] {} HTTP-Session: 44c5fb43-c586-4ac2-956c-78d3097f2448 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:33.412674 [ 3 ] {} HTTP-Session: 44c5fb43-c586-4ac2-956c-78d3097f2448 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:33.412704 [ 3 ] {} HTTP-Session: 44c5fb43-c586-4ac2-956c-78d3097f2448 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:33.412819 [ 3 ] {7f9c7cff-494b-4349-8b78-fe81a7f9455e} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:33.412862 [ 3 ] {7f9c7cff-494b-4349-8b78-fe81a7f9455e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:14:33.412987 [ 3 ] {7f9c7cff-494b-4349-8b78-fe81a7f9455e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:33.413322 [ 3 ] {7f9c7cff-494b-4349-8b78-fe81a7f9455e} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:33.413358 [ 3 ] {7f9c7cff-494b-4349-8b78-fe81a7f9455e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:33.413660 [ 3 ] {7f9c7cff-494b-4349-8b78-fe81a7f9455e} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.06.28 22:14:33.413976 [ 3 ] {7f9c7cff-494b-4349-8b78-fe81a7f9455e} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:33.414138 [ 3 ] {7f9c7cff-494b-4349-8b78-fe81a7f9455e} executeQuery: Read 66 rows, 5.28 KiB in 0.00135 sec., 48888.88888888888 rows/sec., 3.82 MiB/sec. 2024.06.28 22:14:33.414297 [ 3 ] {7f9c7cff-494b-4349-8b78-fe81a7f9455e} DynamicQueryHandler: Done processing query 2024.06.28 22:14:33.414321 [ 3 ] {7f9c7cff-494b-4349-8b78-fe81a7f9455e} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:14:33.414337 [ 3 ] {} HTTP-Session: 44c5fb43-c586-4ac2-956c-78d3097f2448 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:33.414458 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30853, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:33.414504 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:33.414524 [ 3 ] {} HTTP-Session: 14920339-2c6f-425a-b457-4b878a08b4e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:33.414540 [ 3 ] {} HTTP-Session: 14920339-2c6f-425a-b457-4b878a08b4e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:33.414554 [ 3 ] {} HTTP-Session: 14920339-2c6f-425a-b457-4b878a08b4e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:33.414584 [ 3 ] {} HTTP-Session: 14920339-2c6f-425a-b457-4b878a08b4e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:33.414770 [ 3 ] {236d8ec1-8d78-4ae3-8d53-18093d924f3f} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:33.414818 [ 3 ] {236d8ec1-8d78-4ae3-8d53-18093d924f3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:14:33.414964 [ 3 ] {236d8ec1-8d78-4ae3-8d53-18093d924f3f} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:33.415444 [ 3 ] {236d8ec1-8d78-4ae3-8d53-18093d924f3f} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:33.415482 [ 3 ] {236d8ec1-8d78-4ae3-8d53-18093d924f3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:33.415866 [ 3 ] {236d8ec1-8d78-4ae3-8d53-18093d924f3f} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.06.28 22:14:33.416204 [ 3 ] {236d8ec1-8d78-4ae3-8d53-18093d924f3f} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:33.416367 [ 3 ] {236d8ec1-8d78-4ae3-8d53-18093d924f3f} executeQuery: Read 161 rows, 11.48 KiB in 0.001694 sec., 95041.32231404958 rows/sec., 6.62 MiB/sec. 2024.06.28 22:14:33.416712 [ 3 ] {236d8ec1-8d78-4ae3-8d53-18093d924f3f} DynamicQueryHandler: Done processing query 2024.06.28 22:14:33.416753 [ 3 ] {236d8ec1-8d78-4ae3-8d53-18093d924f3f} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:14:33.416770 [ 3 ] {} HTTP-Session: 14920339-2c6f-425a-b457-4b878a08b4e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:33.416888 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:33.416939 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:33.416959 [ 3 ] {} HTTP-Session: 12086b0f-5827-491a-9314-da62a76c66ff Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:33.416976 [ 3 ] {} HTTP-Session: 12086b0f-5827-491a-9314-da62a76c66ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:33.416990 [ 3 ] {} HTTP-Session: 12086b0f-5827-491a-9314-da62a76c66ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:33.417021 [ 3 ] {} HTTP-Session: 12086b0f-5827-491a-9314-da62a76c66ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:33.417160 [ 3 ] {87dd4fd7-336f-434d-864d-ade4a0de187e} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:33.417209 [ 3 ] {87dd4fd7-336f-434d-864d-ade4a0de187e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:14:33.417373 [ 3 ] {87dd4fd7-336f-434d-864d-ade4a0de187e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:33.417715 [ 3 ] {87dd4fd7-336f-434d-864d-ade4a0de187e} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:33.417751 [ 3 ] {87dd4fd7-336f-434d-864d-ade4a0de187e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:33.418130 [ 3 ] {87dd4fd7-336f-434d-864d-ade4a0de187e} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.06.28 22:14:33.418460 [ 3 ] {87dd4fd7-336f-434d-864d-ade4a0de187e} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:33.418583 [ 3 ] {87dd4fd7-336f-434d-864d-ade4a0de187e} executeQuery: Read 60 rows, 4.14 KiB in 0.00148 sec., 40540.54054054054 rows/sec., 2.73 MiB/sec. 2024.06.28 22:14:33.418749 [ 3 ] {87dd4fd7-336f-434d-864d-ade4a0de187e} DynamicQueryHandler: Done processing query 2024.06.28 22:14:33.418774 [ 3 ] {87dd4fd7-336f-434d-864d-ade4a0de187e} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:14:33.418789 [ 3 ] {} HTTP-Session: 12086b0f-5827-491a-9314-da62a76c66ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:38.407119 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 1488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:38.407259 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:38.407288 [ 3 ] {} HTTP-Session: 11c2ffb2-7bd6-45a5-9724-97629f625bae Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:38.407316 [ 3 ] {} HTTP-Session: 11c2ffb2-7bd6-45a5-9724-97629f625bae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:38.407334 [ 3 ] {} HTTP-Session: 11c2ffb2-7bd6-45a5-9724-97629f625bae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:38.407389 [ 3 ] {} HTTP-Session: 11c2ffb2-7bd6-45a5-9724-97629f625bae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:38.407588 [ 3 ] {6a00672c-7088-4937-8004-0715cd51763b} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:38.407665 [ 3 ] {6a00672c-7088-4937-8004-0715cd51763b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.28 22:14:38.407886 [ 3 ] {6a00672c-7088-4937-8004-0715cd51763b} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:38.408346 [ 3 ] {6a00672c-7088-4937-8004-0715cd51763b} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:38.408388 [ 3 ] {6a00672c-7088-4937-8004-0715cd51763b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:38.408748 [ 3 ] {6a00672c-7088-4937-8004-0715cd51763b} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.06.28 22:14:38.409082 [ 3 ] {6a00672c-7088-4937-8004-0715cd51763b} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:38.409250 [ 3 ] {6a00672c-7088-4937-8004-0715cd51763b} executeQuery: Read 10 rows, 830.00 B in 0.001721 sec., 5810.575246949447 rows/sec., 470.97 KiB/sec. 2024.06.28 22:14:38.409455 [ 3 ] {6a00672c-7088-4937-8004-0715cd51763b} DynamicQueryHandler: Done processing query 2024.06.28 22:14:38.409480 [ 3 ] {6a00672c-7088-4937-8004-0715cd51763b} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:14:38.409497 [ 3 ] {} HTTP-Session: 11c2ffb2-7bd6-45a5-9724-97629f625bae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:38.409609 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:38.409658 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:38.409677 [ 3 ] {} HTTP-Session: e9820b3a-6f8e-443a-984e-a5d720513d88 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:38.409693 [ 3 ] {} HTTP-Session: e9820b3a-6f8e-443a-984e-a5d720513d88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:38.409707 [ 3 ] {} HTTP-Session: e9820b3a-6f8e-443a-984e-a5d720513d88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:38.409737 [ 3 ] {} HTTP-Session: e9820b3a-6f8e-443a-984e-a5d720513d88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:38.409829 [ 3 ] {039201a6-d470-4b3d-895e-83cb2d705918} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:38.409872 [ 3 ] {039201a6-d470-4b3d-895e-83cb2d705918} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.06.28 22:14:38.410002 [ 3 ] {039201a6-d470-4b3d-895e-83cb2d705918} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:38.410307 [ 3 ] {039201a6-d470-4b3d-895e-83cb2d705918} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:38.410343 [ 3 ] {039201a6-d470-4b3d-895e-83cb2d705918} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:38.410642 [ 3 ] {039201a6-d470-4b3d-895e-83cb2d705918} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.06.28 22:14:38.410960 [ 3 ] {039201a6-d470-4b3d-895e-83cb2d705918} oximeter.fields_ipaddr (cd0f8d00-f70d-452a-9fba-d4805e9291d4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:38.411117 [ 3 ] {039201a6-d470-4b3d-895e-83cb2d705918} executeQuery: Read 2 rows, 167.00 B in 0.001302 sec., 1536.0983102918588 rows/sec., 125.26 KiB/sec. 2024.06.28 22:14:38.411279 [ 3 ] {039201a6-d470-4b3d-895e-83cb2d705918} DynamicQueryHandler: Done processing query 2024.06.28 22:14:38.411303 [ 3 ] {039201a6-d470-4b3d-895e-83cb2d705918} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:14:38.411318 [ 3 ] {} HTTP-Session: e9820b3a-6f8e-443a-984e-a5d720513d88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:38.411440 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12574, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:38.411489 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:38.411509 [ 3 ] {} HTTP-Session: e578045f-f29e-463a-acbe-9f25bf3b06e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:38.411526 [ 3 ] {} HTTP-Session: e578045f-f29e-463a-acbe-9f25bf3b06e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:38.411539 [ 3 ] {} HTTP-Session: e578045f-f29e-463a-acbe-9f25bf3b06e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:38.411569 [ 3 ] {} HTTP-Session: e578045f-f29e-463a-acbe-9f25bf3b06e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:38.411687 [ 3 ] {70908071-2b25-4484-8ffb-e3555c9f2acb} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:38.411728 [ 3 ] {70908071-2b25-4484-8ffb-e3555c9f2acb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:14:38.411857 [ 3 ] {70908071-2b25-4484-8ffb-e3555c9f2acb} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:38.412217 [ 3 ] {70908071-2b25-4484-8ffb-e3555c9f2acb} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:38.412253 [ 3 ] {70908071-2b25-4484-8ffb-e3555c9f2acb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:38.412596 [ 3 ] {70908071-2b25-4484-8ffb-e3555c9f2acb} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.06.28 22:14:38.412913 [ 3 ] {70908071-2b25-4484-8ffb-e3555c9f2acb} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:38.413072 [ 71 ] {} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.06.28 22:14:38.413074 [ 3 ] {70908071-2b25-4484-8ffb-e3555c9f2acb} executeQuery: Read 87 rows, 7.25 KiB in 0.00142 sec., 61267.605633802814 rows/sec., 4.99 MiB/sec. 2024.06.28 22:14:38.413163 [ 71 ] {} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:38.413234 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:38.413440 [ 3 ] {70908071-2b25-4484-8ffb-e3555c9f2acb} DynamicQueryHandler: Done processing query 2024.06.28 22:14:38.413501 [ 3 ] {70908071-2b25-4484-8ffb-e3555c9f2acb} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:14:38.413520 [ 189 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::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.06.28 22:14:38.413586 [ 3 ] {} HTTP-Session: e578045f-f29e-463a-acbe-9f25bf3b06e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:38.413929 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:38.414129 [ 189 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:14:38.414141 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:38.414228 [ 189 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 129 rows starting from the beginning of the part 2024.06.28 22:14:38.414247 [ 3 ] {} HTTP-Session: c0e11a74-f894-4841-868b-52b962d1f5c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:38.414329 [ 3 ] {} HTTP-Session: c0e11a74-f894-4841-868b-52b962d1f5c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:38.414375 [ 3 ] {} HTTP-Session: c0e11a74-f894-4841-868b-52b962d1f5c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:38.414529 [ 3 ] {} HTTP-Session: c0e11a74-f894-4841-868b-52b962d1f5c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:38.414514 [ 189 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 89 rows starting from the beginning of the part 2024.06.28 22:14:38.414834 [ 189 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 93 rows starting from the beginning of the part 2024.06.28 22:14:38.414849 [ 3 ] {576df140-f458-4741-aa8b-5fbf35f15884} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:38.414988 [ 3 ] {576df140-f458-4741-aa8b-5fbf35f15884} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.06.28 22:14:38.415181 [ 189 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 87 rows starting from the beginning of the part 2024.06.28 22:14:38.415487 [ 189 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 57 rows starting from the beginning of the part 2024.06.28 22:14:38.415848 [ 189 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 87 rows starting from the beginning of the part 2024.06.28 22:14:38.415976 [ 3 ] {576df140-f458-4741-aa8b-5fbf35f15884} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:38.416826 [ 3 ] {576df140-f458-4741-aa8b-5fbf35f15884} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:38.416888 [ 3 ] {576df140-f458-4741-aa8b-5fbf35f15884} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:38.417798 [ 3 ] {576df140-f458-4741-aa8b-5fbf35f15884} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.06.28 22:14:38.418758 [ 3 ] {576df140-f458-4741-aa8b-5fbf35f15884} oximeter.fields_u16 (357cf06e-d66b-4e79-8b91-417d03d96948): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:38.419011 [ 198 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 542 rows, containing 4 columns (4 merged, 0 gathered) in 0.005665105 sec., 95673.42529397072 rows/sec., 7.61 MiB/sec. 2024.06.28 22:14:38.419131 [ 3 ] {576df140-f458-4741-aa8b-5fbf35f15884} executeQuery: Read 2 rows, 143.00 B in 0.004418 sec., 452.6935264825713 rows/sec., 31.61 KiB/sec. 2024.06.28 22:14:38.419354 [ 198 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.06.28 22:14:38.419620 [ 3 ] {576df140-f458-4741-aa8b-5fbf35f15884} DynamicQueryHandler: Done processing query 2024.06.28 22:14:38.419669 [ 3 ] {576df140-f458-4741-aa8b-5fbf35f15884} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:14:38.419730 [ 3 ] {} HTTP-Session: c0e11a74-f894-4841-868b-52b962d1f5c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:38.419898 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12930, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:38.419954 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:38.419982 [ 3 ] {} HTTP-Session: 61826457-2111-44c2-990a-d9951c1359c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:38.420001 [ 3 ] {} HTTP-Session: 61826457-2111-44c2-990a-d9951c1359c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:38.420024 [ 3 ] {} HTTP-Session: 61826457-2111-44c2-990a-d9951c1359c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:38.420072 [ 3 ] {} HTTP-Session: 61826457-2111-44c2-990a-d9951c1359c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:38.420097 [ 198 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_51_10} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:38.420206 [ 198 ] {19e845ae-0d20-44b5-81b2-aec01ddf3b9b::all_1_51_10} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.06.28 22:14:38.420225 [ 3 ] {869933f0-9413-456d-9cfc-101511b17239} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:38.420288 [ 3 ] {869933f0-9413-456d-9cfc-101511b17239} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:14:38.420303 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.06.28 22:14:38.420437 [ 3 ] {869933f0-9413-456d-9cfc-101511b17239} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:38.420789 [ 3 ] {869933f0-9413-456d-9cfc-101511b17239} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:38.420827 [ 3 ] {869933f0-9413-456d-9cfc-101511b17239} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:38.421146 [ 3 ] {869933f0-9413-456d-9cfc-101511b17239} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.06.28 22:14:38.421455 [ 3 ] {869933f0-9413-456d-9cfc-101511b17239} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:38.421620 [ 71 ] {} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.06.28 22:14:38.421628 [ 3 ] {869933f0-9413-456d-9cfc-101511b17239} executeQuery: Read 76 rows, 6.08 KiB in 0.001453 sec., 52305.57467309015 rows/sec., 4.09 MiB/sec. 2024.06.28 22:14:38.421669 [ 71 ] {} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:38.421735 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:38.422040 [ 195 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::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.06.28 22:14:38.422061 [ 3 ] {869933f0-9413-456d-9cfc-101511b17239} DynamicQueryHandler: Done processing query 2024.06.28 22:14:38.422166 [ 3 ] {869933f0-9413-456d-9cfc-101511b17239} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:14:38.422321 [ 3 ] {} HTTP-Session: 61826457-2111-44c2-990a-d9951c1359c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:38.422625 [ 195 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:14:38.422697 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:38.422740 [ 195 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 124 rows starting from the beginning of the part 2024.06.28 22:14:38.422946 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:38.423109 [ 3 ] {} HTTP-Session: 720b7529-2fdd-491d-af4e-a0af56e64a47 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:38.423129 [ 195 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 80 rows starting from the beginning of the part 2024.06.28 22:14:38.423217 [ 3 ] {} HTTP-Session: 720b7529-2fdd-491d-af4e-a0af56e64a47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:38.423372 [ 3 ] {} HTTP-Session: 720b7529-2fdd-491d-af4e-a0af56e64a47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:38.423471 [ 195 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 90 rows starting from the beginning of the part 2024.06.28 22:14:38.423570 [ 3 ] {} HTTP-Session: 720b7529-2fdd-491d-af4e-a0af56e64a47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:38.423727 [ 195 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 76 rows starting from the beginning of the part 2024.06.28 22:14:38.423993 [ 195 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 66 rows starting from the beginning of the part 2024.06.28 22:14:38.424014 [ 3 ] {3d6ec8d6-cb55-49a4-bf2e-f32812777738} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:38.424183 [ 3 ] {3d6ec8d6-cb55-49a4-bf2e-f32812777738} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:14:38.424314 [ 195 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 76 rows starting from the beginning of the part 2024.06.28 22:14:38.425021 [ 3 ] {3d6ec8d6-cb55-49a4-bf2e-f32812777738} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:38.425982 [ 3 ] {3d6ec8d6-cb55-49a4-bf2e-f32812777738} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:38.426053 [ 3 ] {3d6ec8d6-cb55-49a4-bf2e-f32812777738} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:38.427110 [ 195 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 512 rows, containing 4 columns (4 merged, 0 gathered) in 0.00532289 sec., 96188.34881051458 rows/sec., 7.51 MiB/sec. 2024.06.28 22:14:38.427149 [ 3 ] {3d6ec8d6-cb55-49a4-bf2e-f32812777738} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.06.28 22:14:38.427306 [ 195 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.06.28 22:14:38.428120 [ 3 ] {3d6ec8d6-cb55-49a4-bf2e-f32812777738} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:38.428243 [ 195 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_51_10} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:38.428376 [ 71 ] {} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.06.28 22:14:38.428477 [ 71 ] {} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:38.428487 [ 3 ] {3d6ec8d6-cb55-49a4-bf2e-f32812777738} executeQuery: Read 161 rows, 11.48 KiB in 0.004657 sec., 34571.61262615418 rows/sec., 2.41 MiB/sec. 2024.06.28 22:14:38.428525 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:38.428574 [ 195 ] {a8ff5949-bd35-4fbc-82ce-12caba8e05f8::all_1_51_10} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.06.28 22:14:38.428960 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.06.28 22:14:38.429015 [ 198 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::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.06.28 22:14:38.429058 [ 3 ] {3d6ec8d6-cb55-49a4-bf2e-f32812777738} DynamicQueryHandler: Done processing query 2024.06.28 22:14:38.429087 [ 3 ] {3d6ec8d6-cb55-49a4-bf2e-f32812777738} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:14:38.429113 [ 3 ] {} HTTP-Session: 720b7529-2fdd-491d-af4e-a0af56e64a47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:38.429173 [ 198 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:14:38.429204 [ 198 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 7428 rows starting from the beginning of the part 2024.06.28 22:14:38.429243 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 16697, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:38.429374 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:38.429385 [ 198 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 163 rows starting from the beginning of the part 2024.06.28 22:14:38.429418 [ 3 ] {} HTTP-Session: 47958e7a-1f67-4d2a-8752-05a368947c46 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:38.429476 [ 3 ] {} HTTP-Session: 47958e7a-1f67-4d2a-8752-05a368947c46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:38.429587 [ 3 ] {} HTTP-Session: 47958e7a-1f67-4d2a-8752-05a368947c46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:38.429757 [ 198 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::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.06.28 22:14:38.429762 [ 3 ] {} HTTP-Session: 47958e7a-1f67-4d2a-8752-05a368947c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:38.430018 [ 198 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 161 rows starting from the beginning of the part 2024.06.28 22:14:38.430244 [ 3 ] {4c2089b1-a358-4420-96a2-41813ccc0372} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:38.430325 [ 198 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 161 rows starting from the beginning of the part 2024.06.28 22:14:38.430575 [ 3 ] {4c2089b1-a358-4420-96a2-41813ccc0372} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 2024.06.28 22:14:38.430653 [ 198 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::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.06.28 22:14:38.431854 [ 3 ] {4c2089b1-a358-4420-96a2-41813ccc0372} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:38.432732 [ 3 ] {4c2089b1-a358-4420-96a2-41813ccc0372} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:38.432781 [ 3 ] {4c2089b1-a358-4420-96a2-41813ccc0372} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:38.433864 [ 3 ] {4c2089b1-a358-4420-96a2-41813ccc0372} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.06.28 22:14:38.434809 [ 3 ] {4c2089b1-a358-4420-96a2-41813ccc0372} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:38.435047 [ 3 ] {4c2089b1-a358-4420-96a2-41813ccc0372} executeQuery: Read 10 rows, 18.35 KiB in 0.00508 sec., 1968.503937007874 rows/sec., 3.53 MiB/sec. 2024.06.28 22:14:38.435829 [ 3 ] {4c2089b1-a358-4420-96a2-41813ccc0372} DynamicQueryHandler: Done processing query 2024.06.28 22:14:38.435866 [ 3 ] {4c2089b1-a358-4420-96a2-41813ccc0372} MemoryTracker: Peak memory usage (for query): 4.42 MiB. 2024.06.28 22:14:38.435888 [ 3 ] {} HTTP-Session: 47958e7a-1f67-4d2a-8752-05a368947c46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:38.435891 [ 198 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 8271 rows, containing 5 columns (5 merged, 0 gathered) in 0.007193635 sec., 1149766.425458061 rows/sec., 80.14 MiB/sec. 2024.06.28 22:14:38.436012 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:38.436018 [ 198 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.06.28 22:14:38.436076 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:38.436104 [ 3 ] {} HTTP-Session: f69b8764-560e-4394-a8b7-24ab93e33d14 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:38.436121 [ 3 ] {} HTTP-Session: f69b8764-560e-4394-a8b7-24ab93e33d14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:38.436136 [ 3 ] {} HTTP-Session: f69b8764-560e-4394-a8b7-24ab93e33d14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:38.436172 [ 3 ] {} HTTP-Session: f69b8764-560e-4394-a8b7-24ab93e33d14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:38.436323 [ 3 ] {09f7fddc-1580-44d8-aa7a-4fa36299622b} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:38.436380 [ 3 ] {09f7fddc-1580-44d8-aa7a-4fa36299622b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:14:38.436483 [ 198 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_51_10} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:38.436595 [ 3 ] {09f7fddc-1580-44d8-aa7a-4fa36299622b} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:38.436601 [ 198 ] {caa42d2f-6eb3-4a21-b29a-60258950f870::all_1_51_10} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.06.28 22:14:38.436705 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB. 2024.06.28 22:14:38.436938 [ 3 ] {09f7fddc-1580-44d8-aa7a-4fa36299622b} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:38.436976 [ 3 ] {09f7fddc-1580-44d8-aa7a-4fa36299622b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:38.437342 [ 3 ] {09f7fddc-1580-44d8-aa7a-4fa36299622b} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.06.28 22:14:38.437676 [ 3 ] {09f7fddc-1580-44d8-aa7a-4fa36299622b} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:38.437834 [ 71 ] {} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.06.28 22:14:38.437842 [ 3 ] {09f7fddc-1580-44d8-aa7a-4fa36299622b} executeQuery: Read 60 rows, 4.14 KiB in 0.001555 sec., 38585.20900321544 rows/sec., 2.60 MiB/sec. 2024.06.28 22:14:38.437884 [ 71 ] {} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:38.437954 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2024.06.28 22:14:38.438145 [ 201 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:14:38.438162 [ 3 ] {09f7fddc-1580-44d8-aa7a-4fa36299622b} DynamicQueryHandler: Done processing query 2024.06.28 22:14:38.438208 [ 3 ] {09f7fddc-1580-44d8-aa7a-4fa36299622b} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:14:38.438249 [ 3 ] {} HTTP-Session: f69b8764-560e-4394-a8b7-24ab93e33d14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:38.438367 [ 201 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:14:38.438402 [ 201 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2654 rows starting from the beginning of the part 2024.06.28 22:14:38.438518 [ 201 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:14:38.438692 [ 201 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:14:38.438825 [ 201 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:14:38.439010 [ 201 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:14:38.439197 [ 201 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::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.06.28 22:14:38.440794 [ 194 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2954 rows, containing 4 columns (4 merged, 0 gathered) in 0.002726296 sec., 1083521.3784563378 rows/sec., 72.98 MiB/sec. 2024.06.28 22:14:38.441094 [ 194 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.06.28 22:14:38.441572 [ 194 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_51_10} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:38.441670 [ 194 ] {f0b55ced-22cf-4ab5-af57-216d3bad6486::all_1_51_10} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.06.28 22:14:38.441764 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2024.06.28 22:14:39.000230 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 189.30 MiB, peak 198.97 MiB, free memory in arenas 0.00 B, will set to 190.76 MiB (RSS), difference: 1.46 MiB 2024.06.28 22:14:43.406984 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 7841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:43.407112 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:43.407138 [ 3 ] {} HTTP-Session: f36928cc-f7a9-45e8-b28c-29dda4d95a5c Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:43.407164 [ 3 ] {} HTTP-Session: f36928cc-f7a9-45e8-b28c-29dda4d95a5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:43.407180 [ 3 ] {} HTTP-Session: f36928cc-f7a9-45e8-b28c-29dda4d95a5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:43.407232 [ 3 ] {} HTTP-Session: f36928cc-f7a9-45e8-b28c-29dda4d95a5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:43.407432 [ 3 ] {5fc3321c-9c75-4b58-bfac-e136e1f60299} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:43.407502 [ 3 ] {5fc3321c-9c75-4b58-bfac-e136e1f60299} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:14:43.407699 [ 3 ] {5fc3321c-9c75-4b58-bfac-e136e1f60299} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:43.408150 [ 3 ] {5fc3321c-9c75-4b58-bfac-e136e1f60299} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:43.408194 [ 3 ] {5fc3321c-9c75-4b58-bfac-e136e1f60299} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2024.06.28 22:14:43.408566 [ 3 ] {5fc3321c-9c75-4b58-bfac-e136e1f60299} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.06.28 22:14:43.408912 [ 3 ] {5fc3321c-9c75-4b58-bfac-e136e1f60299} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:43.409094 [ 3 ] {5fc3321c-9c75-4b58-bfac-e136e1f60299} executeQuery: Read 56 rows, 4.41 KiB in 0.001727 sec., 32426.17255356109 rows/sec., 2.49 MiB/sec. 2024.06.28 22:14:43.409285 [ 3 ] {5fc3321c-9c75-4b58-bfac-e136e1f60299} DynamicQueryHandler: Done processing query 2024.06.28 22:14:43.409312 [ 3 ] {5fc3321c-9c75-4b58-bfac-e136e1f60299} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.06.28 22:14:43.409329 [ 3 ] {} HTTP-Session: f36928cc-f7a9-45e8-b28c-29dda4d95a5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:43.409464 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:43.409512 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:43.409533 [ 3 ] {} HTTP-Session: f151ec3e-3e21-4a1c-8baf-37a351b8eba7 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:43.409550 [ 3 ] {} HTTP-Session: f151ec3e-3e21-4a1c-8baf-37a351b8eba7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:43.409564 [ 3 ] {} HTTP-Session: f151ec3e-3e21-4a1c-8baf-37a351b8eba7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:43.409596 [ 3 ] {} HTTP-Session: f151ec3e-3e21-4a1c-8baf-37a351b8eba7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:43.409718 [ 3 ] {67f707e2-5b8a-4a65-a9c3-658c925a7c56} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:43.409762 [ 3 ] {67f707e2-5b8a-4a65-a9c3-658c925a7c56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:14:43.409891 [ 3 ] {67f707e2-5b8a-4a65-a9c3-658c925a7c56} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:43.410231 [ 3 ] {67f707e2-5b8a-4a65-a9c3-658c925a7c56} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:43.410269 [ 3 ] {67f707e2-5b8a-4a65-a9c3-658c925a7c56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2024.06.28 22:14:43.410584 [ 3 ] {67f707e2-5b8a-4a65-a9c3-658c925a7c56} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.06.28 22:14:43.410890 [ 3 ] {67f707e2-5b8a-4a65-a9c3-658c925a7c56} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:43.411031 [ 3 ] {67f707e2-5b8a-4a65-a9c3-658c925a7c56} executeQuery: Read 64 rows, 5.12 KiB in 0.001372 sec., 46647.23032069971 rows/sec., 3.64 MiB/sec. 2024.06.28 22:14:43.411187 [ 3 ] {67f707e2-5b8a-4a65-a9c3-658c925a7c56} DynamicQueryHandler: Done processing query 2024.06.28 22:14:43.411210 [ 3 ] {67f707e2-5b8a-4a65-a9c3-658c925a7c56} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:14:43.411226 [ 3 ] {} HTTP-Session: f151ec3e-3e21-4a1c-8baf-37a351b8eba7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:43.411374 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:43.411420 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:43.411439 [ 3 ] {} HTTP-Session: e0c9a3b1-be39-4de7-8358-23bffe8e9a8b Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:43.411456 [ 3 ] {} HTTP-Session: e0c9a3b1-be39-4de7-8358-23bffe8e9a8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:43.411469 [ 3 ] {} HTTP-Session: e0c9a3b1-be39-4de7-8358-23bffe8e9a8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:43.411498 [ 3 ] {} HTTP-Session: e0c9a3b1-be39-4de7-8358-23bffe8e9a8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:43.411632 [ 3 ] {923f735f-b1da-481e-abbc-51b1f8c24d46} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:43.411745 [ 3 ] {923f735f-b1da-481e-abbc-51b1f8c24d46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:14:43.411894 [ 3 ] {923f735f-b1da-481e-abbc-51b1f8c24d46} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:43.412248 [ 3 ] {923f735f-b1da-481e-abbc-51b1f8c24d46} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:43.412285 [ 3 ] {923f735f-b1da-481e-abbc-51b1f8c24d46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2024.06.28 22:14:43.412681 [ 3 ] {923f735f-b1da-481e-abbc-51b1f8c24d46} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.06.28 22:14:43.413023 [ 3 ] {923f735f-b1da-481e-abbc-51b1f8c24d46} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:43.413159 [ 3 ] {923f735f-b1da-481e-abbc-51b1f8c24d46} executeQuery: Read 160 rows, 11.41 KiB in 0.00153 sec., 104575.16339869282 rows/sec., 7.28 MiB/sec. 2024.06.28 22:14:43.413331 [ 3 ] {923f735f-b1da-481e-abbc-51b1f8c24d46} DynamicQueryHandler: Done processing query 2024.06.28 22:14:43.413356 [ 3 ] {923f735f-b1da-481e-abbc-51b1f8c24d46} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:14:43.413372 [ 3 ] {} HTTP-Session: e0c9a3b1-be39-4de7-8358-23bffe8e9a8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:43.413488 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:43.413536 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:43.413555 [ 3 ] {} HTTP-Session: 8871d8b5-599f-4564-a2a1-86bcde9d9b1d Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:43.413571 [ 3 ] {} HTTP-Session: 8871d8b5-599f-4564-a2a1-86bcde9d9b1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:43.413585 [ 3 ] {} HTTP-Session: 8871d8b5-599f-4564-a2a1-86bcde9d9b1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:43.413617 [ 3 ] {} HTTP-Session: 8871d8b5-599f-4564-a2a1-86bcde9d9b1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:43.413732 [ 3 ] {8f3499a4-57d0-46ea-ab99-32f66387fe93} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:43.413778 [ 3 ] {8f3499a4-57d0-46ea-ab99-32f66387fe93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:14:43.413909 [ 3 ] {8f3499a4-57d0-46ea-ab99-32f66387fe93} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:43.414195 [ 3 ] {8f3499a4-57d0-46ea-ab99-32f66387fe93} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:43.414232 [ 3 ] {8f3499a4-57d0-46ea-ab99-32f66387fe93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2024.06.28 22:14:43.414589 [ 3 ] {8f3499a4-57d0-46ea-ab99-32f66387fe93} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.06.28 22:14:43.414909 [ 3 ] {8f3499a4-57d0-46ea-ab99-32f66387fe93} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:43.415069 [ 3 ] {8f3499a4-57d0-46ea-ab99-32f66387fe93} executeQuery: Read 60 rows, 4.14 KiB in 0.00137 sec., 43795.620437956204 rows/sec., 2.95 MiB/sec. 2024.06.28 22:14:43.415340 [ 3 ] {8f3499a4-57d0-46ea-ab99-32f66387fe93} DynamicQueryHandler: Done processing query 2024.06.28 22:14:43.415404 [ 3 ] {8f3499a4-57d0-46ea-ab99-32f66387fe93} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:14:43.415464 [ 3 ] {} HTTP-Session: 8871d8b5-599f-4564-a2a1-86bcde9d9b1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:47.722925 [ 63 ] {} DNSResolver: Updating DNS cache 2024.06.28 22:14:47.722981 [ 63 ] {} DNSResolver: Updated DNS cache 2024.06.28 22:14:48.407614 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 1488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:48.407753 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:48.407782 [ 3 ] {} HTTP-Session: ce5a3605-964d-42c8-a267-5d3038dd4db2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:48.407811 [ 3 ] {} HTTP-Session: ce5a3605-964d-42c8-a267-5d3038dd4db2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:48.407830 [ 3 ] {} HTTP-Session: ce5a3605-964d-42c8-a267-5d3038dd4db2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:48.407887 [ 3 ] {} HTTP-Session: ce5a3605-964d-42c8-a267-5d3038dd4db2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:48.408088 [ 3 ] {e084283b-790d-40b3-9f4e-e8ce00aad07e} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:48.408164 [ 3 ] {e084283b-790d-40b3-9f4e-e8ce00aad07e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.28 22:14:48.408386 [ 3 ] {e084283b-790d-40b3-9f4e-e8ce00aad07e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:48.408813 [ 3 ] {e084283b-790d-40b3-9f4e-e8ce00aad07e} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:48.408854 [ 3 ] {e084283b-790d-40b3-9f4e-e8ce00aad07e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2024.06.28 22:14:48.409214 [ 3 ] {e084283b-790d-40b3-9f4e-e8ce00aad07e} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.06.28 22:14:48.409561 [ 3 ] {e084283b-790d-40b3-9f4e-e8ce00aad07e} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:48.409753 [ 63 ] {} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2024.06.28 22:14:48.409757 [ 3 ] {e084283b-790d-40b3-9f4e-e8ce00aad07e} executeQuery: Read 10 rows, 830.00 B in 0.001723 sec., 5803.830528148578 rows/sec., 470.43 KiB/sec. 2024.06.28 22:14:48.409843 [ 63 ] {} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:48.409909 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2024.06.28 22:14:48.410119 [ 3 ] {e084283b-790d-40b3-9f4e-e8ce00aad07e} DynamicQueryHandler: Done processing query 2024.06.28 22:14:48.410165 [ 3 ] {e084283b-790d-40b3-9f4e-e8ce00aad07e} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:14:48.410175 [ 201 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_21_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full 2024.06.28 22:14:48.410191 [ 3 ] {} HTTP-Session: ce5a3605-964d-42c8-a267-5d3038dd4db2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:48.410445 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:48.410560 [ 201 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:14:48.410563 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:48.410630 [ 3 ] {} HTTP-Session: 2e2ee460-6825-4e1f-8e6e-0d5d92d04ab6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:48.410634 [ 201 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 10 rows starting from the beginning of the part 2024.06.28 22:14:48.410661 [ 3 ] {} HTTP-Session: 2e2ee460-6825-4e1f-8e6e-0d5d92d04ab6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:48.410699 [ 3 ] {} HTTP-Session: 2e2ee460-6825-4e1f-8e6e-0d5d92d04ab6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:48.410810 [ 3 ] {} HTTP-Session: 2e2ee460-6825-4e1f-8e6e-0d5d92d04ab6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:48.410897 [ 201 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 10 rows starting from the beginning of the part 2024.06.28 22:14:48.411066 [ 201 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 10 rows starting from the beginning of the part 2024.06.28 22:14:48.411220 [ 3 ] {efc8bd05-22d8-41ee-8d53-4297d18c8a5a} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:48.411398 [ 201 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 10 rows starting from the beginning of the part 2024.06.28 22:14:48.411517 [ 3 ] {efc8bd05-22d8-41ee-8d53-4297d18c8a5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:14:48.411703 [ 201 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 10 rows starting from the beginning of the part 2024.06.28 22:14:48.412470 [ 3 ] {efc8bd05-22d8-41ee-8d53-4297d18c8a5a} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:48.413340 [ 3 ] {efc8bd05-22d8-41ee-8d53-4297d18c8a5a} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:48.413414 [ 3 ] {efc8bd05-22d8-41ee-8d53-4297d18c8a5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2024.06.28 22:14:48.414277 [ 201 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 4 columns (4 merged, 0 gathered) in 0.004251856 sec., 11759.570408781483 rows/sec., 953.17 KiB/sec. 2024.06.28 22:14:48.414319 [ 3 ] {efc8bd05-22d8-41ee-8d53-4297d18c8a5a} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.06.28 22:14:48.414439 [ 201 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2024.06.28 22:14:48.415137 [ 3 ] {efc8bd05-22d8-41ee-8d53-4297d18c8a5a} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:48.415354 [ 187 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_21_5} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:48.415422 [ 3 ] {efc8bd05-22d8-41ee-8d53-4297d18c8a5a} executeQuery: Read 86 rows, 7.18 KiB in 0.004413 sec., 19487.876727849536 rows/sec., 1.59 MiB/sec. 2024.06.28 22:14:48.415635 [ 187 ] {2deb5aec-d7ea-4890-a70b-f641a02543d7::all_1_21_5} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2024.06.28 22:14:48.415801 [ 3 ] {efc8bd05-22d8-41ee-8d53-4297d18c8a5a} DynamicQueryHandler: Done processing query 2024.06.28 22:14:48.415818 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.06.28 22:14:48.415843 [ 3 ] {efc8bd05-22d8-41ee-8d53-4297d18c8a5a} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:14:48.415879 [ 3 ] {} HTTP-Session: 2e2ee460-6825-4e1f-8e6e-0d5d92d04ab6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:48.416008 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:48.416058 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:48.416077 [ 3 ] {} HTTP-Session: f99bd7e3-701d-487a-bf9e-7ef4570dd495 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:48.416094 [ 3 ] {} HTTP-Session: f99bd7e3-701d-487a-bf9e-7ef4570dd495 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:48.416107 [ 3 ] {} HTTP-Session: f99bd7e3-701d-487a-bf9e-7ef4570dd495 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:48.416138 [ 3 ] {} HTTP-Session: f99bd7e3-701d-487a-bf9e-7ef4570dd495 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:48.416272 [ 3 ] {855b47c5-342d-43df-8768-b226808e92f1} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:48.416315 [ 3 ] {855b47c5-342d-43df-8768-b226808e92f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:14:48.416463 [ 3 ] {855b47c5-342d-43df-8768-b226808e92f1} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:48.416825 [ 3 ] {855b47c5-342d-43df-8768-b226808e92f1} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:48.416863 [ 3 ] {855b47c5-342d-43df-8768-b226808e92f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2024.06.28 22:14:48.417185 [ 3 ] {855b47c5-342d-43df-8768-b226808e92f1} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.06.28 22:14:48.417497 [ 3 ] {855b47c5-342d-43df-8768-b226808e92f1} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:48.417651 [ 3 ] {855b47c5-342d-43df-8768-b226808e92f1} executeQuery: Read 74 rows, 5.92 KiB in 0.001425 sec., 51929.824561403504 rows/sec., 4.05 MiB/sec. 2024.06.28 22:14:48.417847 [ 3 ] {855b47c5-342d-43df-8768-b226808e92f1} DynamicQueryHandler: Done processing query 2024.06.28 22:14:48.417878 [ 3 ] {855b47c5-342d-43df-8768-b226808e92f1} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:14:48.417900 [ 3 ] {} HTTP-Session: f99bd7e3-701d-487a-bf9e-7ef4570dd495 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:48.418049 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:48.418099 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:48.418117 [ 3 ] {} HTTP-Session: fa8dcc6e-0ece-483c-8917-71791363c4c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:48.418134 [ 3 ] {} HTTP-Session: fa8dcc6e-0ece-483c-8917-71791363c4c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:48.418148 [ 3 ] {} HTTP-Session: fa8dcc6e-0ece-483c-8917-71791363c4c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:48.418178 [ 3 ] {} HTTP-Session: fa8dcc6e-0ece-483c-8917-71791363c4c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:48.418321 [ 3 ] {0d66778a-dae7-41e6-854b-515292d3ca97} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:48.418369 [ 3 ] {0d66778a-dae7-41e6-854b-515292d3ca97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:14:48.418517 [ 3 ] {0d66778a-dae7-41e6-854b-515292d3ca97} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:48.418911 [ 3 ] {0d66778a-dae7-41e6-854b-515292d3ca97} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:48.418947 [ 3 ] {0d66778a-dae7-41e6-854b-515292d3ca97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2024.06.28 22:14:48.419346 [ 3 ] {0d66778a-dae7-41e6-854b-515292d3ca97} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.06.28 22:14:48.419697 [ 3 ] {0d66778a-dae7-41e6-854b-515292d3ca97} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:48.419862 [ 3 ] {0d66778a-dae7-41e6-854b-515292d3ca97} executeQuery: Read 160 rows, 11.41 KiB in 0.001602 sec., 99875.15605493134 rows/sec., 6.96 MiB/sec. 2024.06.28 22:14:48.420031 [ 3 ] {0d66778a-dae7-41e6-854b-515292d3ca97} DynamicQueryHandler: Done processing query 2024.06.28 22:14:48.420055 [ 3 ] {0d66778a-dae7-41e6-854b-515292d3ca97} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:14:48.420071 [ 3 ] {} HTTP-Session: fa8dcc6e-0ece-483c-8917-71791363c4c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:48.420194 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 16699, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:48.420242 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:48.420261 [ 3 ] {} HTTP-Session: 4fbdec3b-6f59-48a0-bf9b-b0c5e55d2ece Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:48.420277 [ 3 ] {} HTTP-Session: 4fbdec3b-6f59-48a0-bf9b-b0c5e55d2ece Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:48.420290 [ 3 ] {} HTTP-Session: 4fbdec3b-6f59-48a0-bf9b-b0c5e55d2ece Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:48.420321 [ 3 ] {} HTTP-Session: 4fbdec3b-6f59-48a0-bf9b-b0c5e55d2ece Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:48.420487 [ 3 ] {25772d2b-5bb3-412d-b2bd-2a188c2e9c2c} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:48.420551 [ 3 ] {25772d2b-5bb3-412d-b2bd-2a188c2e9c2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 2024.06.28 22:14:48.420973 [ 3 ] {25772d2b-5bb3-412d-b2bd-2a188c2e9c2c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:48.421538 [ 3 ] {25772d2b-5bb3-412d-b2bd-2a188c2e9c2c} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:48.421574 [ 3 ] {25772d2b-5bb3-412d-b2bd-2a188c2e9c2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2024.06.28 22:14:48.422163 [ 3 ] {25772d2b-5bb3-412d-b2bd-2a188c2e9c2c} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.06.28 22:14:48.422566 [ 3 ] {25772d2b-5bb3-412d-b2bd-2a188c2e9c2c} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:48.422737 [ 63 ] {} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.06.28 22:14:48.422763 [ 3 ] {25772d2b-5bb3-412d-b2bd-2a188c2e9c2c} executeQuery: Read 10 rows, 18.35 KiB in 0.002369 sec., 4221.190375685944 rows/sec., 7.56 MiB/sec. 2024.06.28 22:14:48.422792 [ 63 ] {} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:48.422863 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2024.06.28 22:14:48.423172 [ 201 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::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.06.28 22:14:48.423291 [ 3 ] {25772d2b-5bb3-412d-b2bd-2a188c2e9c2c} DynamicQueryHandler: Done processing query 2024.06.28 22:14:48.423332 [ 3 ] {25772d2b-5bb3-412d-b2bd-2a188c2e9c2c} MemoryTracker: Peak memory usage (for query): 4.42 MiB. 2024.06.28 22:14:48.423376 [ 3 ] {} HTTP-Session: 4fbdec3b-6f59-48a0-bf9b-b0c5e55d2ece Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:48.423569 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:48.423684 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:48.423740 [ 3 ] {} HTTP-Session: 6a0f826c-cd5f-4c50-b62d-250d9b9c457d Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:48.423795 [ 3 ] {} HTTP-Session: 6a0f826c-cd5f-4c50-b62d-250d9b9c457d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:48.423842 [ 3 ] {} HTTP-Session: 6a0f826c-cd5f-4c50-b62d-250d9b9c457d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:48.423911 [ 201 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.06.28 22:14:48.423923 [ 3 ] {} HTTP-Session: 6a0f826c-cd5f-4c50-b62d-250d9b9c457d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:48.424028 [ 201 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 160 rows starting from the beginning of the part 2024.06.28 22:14:48.424198 [ 3 ] {7733c9a5-01dd-4d97-8c15-35cf5da474f3} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:48.424401 [ 3 ] {7733c9a5-01dd-4d97-8c15-35cf5da474f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:14:48.424773 [ 201 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 10 rows starting from the beginning of the part 2024.06.28 22:14:48.425120 [ 3 ] {7733c9a5-01dd-4d97-8c15-35cf5da474f3} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:48.425585 [ 201 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 10 rows starting from the beginning of the part 2024.06.28 22:14:48.426310 [ 201 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 10 rows starting from the beginning of the part 2024.06.28 22:14:48.426391 [ 3 ] {7733c9a5-01dd-4d97-8c15-35cf5da474f3} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:48.426457 [ 3 ] {7733c9a5-01dd-4d97-8c15-35cf5da474f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2024.06.28 22:14:48.426913 [ 201 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 10 rows starting from the beginning of the part 2024.06.28 22:14:48.427508 [ 201 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 10 rows starting from the beginning of the part 2024.06.28 22:14:48.427801 [ 3 ] {7733c9a5-01dd-4d97-8c15-35cf5da474f3} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.06.28 22:14:48.428850 [ 3 ] {7733c9a5-01dd-4d97-8c15-35cf5da474f3} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:48.429214 [ 3 ] {7733c9a5-01dd-4d97-8c15-35cf5da474f3} executeQuery: Read 60 rows, 4.14 KiB in 0.005115 sec., 11730.205278592375 rows/sec., 809.51 KiB/sec. 2024.06.28 22:14:48.429633 [ 3 ] {7733c9a5-01dd-4d97-8c15-35cf5da474f3} DynamicQueryHandler: Done processing query 2024.06.28 22:14:48.429670 [ 3 ] {7733c9a5-01dd-4d97-8c15-35cf5da474f3} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:14:48.429692 [ 3 ] {} HTTP-Session: 6a0f826c-cd5f-4c50-b62d-250d9b9c457d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:48.431727 [ 187 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 210 rows, containing 19 columns (19 merged, 0 gathered) in 0.008744674 sec., 24014.617354517733 rows/sec., 43.03 MiB/sec. 2024.06.28 22:14:48.432113 [ 201 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.06.28 22:14:48.432640 [ 201 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_21_4} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:48.432723 [ 201 ] {43c0ac50-c78f-4720-9642-62ce0b68acf0::all_1_21_4} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.06.28 22:14:48.432833 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. 2024.06.28 22:14:53.407647 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:53.407795 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:53.407826 [ 3 ] {} HTTP-Session: 340613e7-439f-4ef6-a9e2-d568b7022eba Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:53.407856 [ 3 ] {} HTTP-Session: 340613e7-439f-4ef6-a9e2-d568b7022eba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:53.407876 [ 3 ] {} HTTP-Session: 340613e7-439f-4ef6-a9e2-d568b7022eba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:53.407934 [ 3 ] {} HTTP-Session: 340613e7-439f-4ef6-a9e2-d568b7022eba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:53.408169 [ 3 ] {4a13576f-a2a4-4f72-af6f-b519a7c5f5de} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:53.408245 [ 3 ] {4a13576f-a2a4-4f72-af6f-b519a7c5f5de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:14:53.408469 [ 3 ] {4a13576f-a2a4-4f72-af6f-b519a7c5f5de} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:53.408978 [ 3 ] {4a13576f-a2a4-4f72-af6f-b519a7c5f5de} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:53.409022 [ 3 ] {4a13576f-a2a4-4f72-af6f-b519a7c5f5de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2024.06.28 22:14:53.409407 [ 3 ] {4a13576f-a2a4-4f72-af6f-b519a7c5f5de} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.06.28 22:14:53.409748 [ 3 ] {4a13576f-a2a4-4f72-af6f-b519a7c5f5de} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:53.409928 [ 3 ] {4a13576f-a2a4-4f72-af6f-b519a7c5f5de} executeQuery: Read 92 rows, 7.22 KiB in 0.001844 sec., 49891.54013015184 rows/sec., 3.82 MiB/sec. 2024.06.28 22:14:53.410130 [ 3 ] {4a13576f-a2a4-4f72-af6f-b519a7c5f5de} DynamicQueryHandler: Done processing query 2024.06.28 22:14:53.410157 [ 3 ] {4a13576f-a2a4-4f72-af6f-b519a7c5f5de} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:14:53.410173 [ 3 ] {} HTTP-Session: 340613e7-439f-4ef6-a9e2-d568b7022eba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:53.410307 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 14928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:53.410358 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:53.410379 [ 3 ] {} HTTP-Session: a4359740-49f9-49a9-a316-f0016596e607 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:53.410395 [ 3 ] {} HTTP-Session: a4359740-49f9-49a9-a316-f0016596e607 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:53.410410 [ 3 ] {} HTTP-Session: a4359740-49f9-49a9-a316-f0016596e607 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:53.410441 [ 3 ] {} HTTP-Session: a4359740-49f9-49a9-a316-f0016596e607 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:53.410565 [ 3 ] {9fb1551d-0cde-4185-8b0e-81804a4cde90} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:53.410609 [ 3 ] {9fb1551d-0cde-4185-8b0e-81804a4cde90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:14:53.410737 [ 3 ] {9fb1551d-0cde-4185-8b0e-81804a4cde90} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:53.411091 [ 3 ] {9fb1551d-0cde-4185-8b0e-81804a4cde90} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:53.411129 [ 3 ] {9fb1551d-0cde-4185-8b0e-81804a4cde90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2024.06.28 22:14:53.411442 [ 3 ] {9fb1551d-0cde-4185-8b0e-81804a4cde90} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.06.28 22:14:53.411754 [ 3 ] {9fb1551d-0cde-4185-8b0e-81804a4cde90} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:53.411924 [ 3 ] {9fb1551d-0cde-4185-8b0e-81804a4cde90} executeQuery: Read 88 rows, 7.01 KiB in 0.001396 sec., 63037.24928366762 rows/sec., 4.91 MiB/sec. 2024.06.28 22:14:53.412095 [ 3 ] {9fb1551d-0cde-4185-8b0e-81804a4cde90} DynamicQueryHandler: Done processing query 2024.06.28 22:14:53.412120 [ 3 ] {9fb1551d-0cde-4185-8b0e-81804a4cde90} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:14:53.412138 [ 3 ] {} HTTP-Session: a4359740-49f9-49a9-a316-f0016596e607 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:53.412354 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 37595, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:53.412405 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:53.412424 [ 3 ] {} HTTP-Session: b084cdfd-4728-4a63-9d0c-7cec59d6f459 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:53.412441 [ 3 ] {} HTTP-Session: b084cdfd-4728-4a63-9d0c-7cec59d6f459 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:53.412456 [ 3 ] {} HTTP-Session: b084cdfd-4728-4a63-9d0c-7cec59d6f459 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:53.412487 [ 3 ] {} HTTP-Session: b084cdfd-4728-4a63-9d0c-7cec59d6f459 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:53.412656 [ 3 ] {11eb0b74-0aa1-4f43-a8e7-f97ff2ecb807} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:53.412703 [ 3 ] {11eb0b74-0aa1-4f43-a8e7-f97ff2ecb807} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:14:53.412848 [ 3 ] {11eb0b74-0aa1-4f43-a8e7-f97ff2ecb807} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:53.413251 [ 3 ] {11eb0b74-0aa1-4f43-a8e7-f97ff2ecb807} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:53.413288 [ 3 ] {11eb0b74-0aa1-4f43-a8e7-f97ff2ecb807} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2024.06.28 22:14:53.413683 [ 3 ] {11eb0b74-0aa1-4f43-a8e7-f97ff2ecb807} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.06.28 22:14:53.414026 [ 3 ] {11eb0b74-0aa1-4f43-a8e7-f97ff2ecb807} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:53.414182 [ 3 ] {11eb0b74-0aa1-4f43-a8e7-f97ff2ecb807} executeQuery: Read 196 rows, 14.01 KiB in 0.001609 sec., 121814.79179614667 rows/sec., 8.50 MiB/sec. 2024.06.28 22:14:53.414457 [ 3 ] {11eb0b74-0aa1-4f43-a8e7-f97ff2ecb807} DynamicQueryHandler: Done processing query 2024.06.28 22:14:53.414509 [ 3 ] {11eb0b74-0aa1-4f43-a8e7-f97ff2ecb807} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.06.28 22:14:53.414570 [ 3 ] {} HTTP-Session: b084cdfd-4728-4a63-9d0c-7cec59d6f459 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:53.414797 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:53.414865 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:53.414887 [ 3 ] {} HTTP-Session: fc1b27b2-e12e-44bb-9270-6b6d7d24bdc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:53.414905 [ 3 ] {} HTTP-Session: fc1b27b2-e12e-44bb-9270-6b6d7d24bdc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:53.414919 [ 3 ] {} HTTP-Session: fc1b27b2-e12e-44bb-9270-6b6d7d24bdc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:53.414952 [ 3 ] {} HTTP-Session: fc1b27b2-e12e-44bb-9270-6b6d7d24bdc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:53.415075 [ 3 ] {126858bd-b0be-4b2f-9828-751da6b90b98} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:53.415122 [ 3 ] {126858bd-b0be-4b2f-9828-751da6b90b98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:14:53.415271 [ 3 ] {126858bd-b0be-4b2f-9828-751da6b90b98} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:53.415565 [ 3 ] {126858bd-b0be-4b2f-9828-751da6b90b98} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:53.415604 [ 3 ] {126858bd-b0be-4b2f-9828-751da6b90b98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2024.06.28 22:14:53.415964 [ 3 ] {126858bd-b0be-4b2f-9828-751da6b90b98} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.06.28 22:14:53.416285 [ 3 ] {126858bd-b0be-4b2f-9828-751da6b90b98} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:53.416448 [ 3 ] {126858bd-b0be-4b2f-9828-751da6b90b98} executeQuery: Read 60 rows, 4.14 KiB in 0.001406 sec., 42674.25320056899 rows/sec., 2.88 MiB/sec. 2024.06.28 22:14:53.416729 [ 3 ] {126858bd-b0be-4b2f-9828-751da6b90b98} DynamicQueryHandler: Done processing query 2024.06.28 22:14:53.416792 [ 3 ] {126858bd-b0be-4b2f-9828-751da6b90b98} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:14:53.416854 [ 3 ] {} HTTP-Session: fc1b27b2-e12e-44bb-9270-6b6d7d24bdc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:58.408101 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 1488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:58.408240 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:58.408269 [ 3 ] {} HTTP-Session: 4d896965-bd73-4d28-a352-4a6ade603208 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:58.408298 [ 3 ] {} HTTP-Session: 4d896965-bd73-4d28-a352-4a6ade603208 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:58.408316 [ 3 ] {} HTTP-Session: 4d896965-bd73-4d28-a352-4a6ade603208 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:58.408371 [ 3 ] {} HTTP-Session: 4d896965-bd73-4d28-a352-4a6ade603208 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:58.408577 [ 3 ] {890c4d10-8b1c-4cf5-a13e-87ceb0e32552} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:58.408649 [ 3 ] {890c4d10-8b1c-4cf5-a13e-87ceb0e32552} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.28 22:14:58.408873 [ 3 ] {890c4d10-8b1c-4cf5-a13e-87ceb0e32552} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:58.409396 [ 3 ] {890c4d10-8b1c-4cf5-a13e-87ceb0e32552} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:58.409434 [ 3 ] {890c4d10-8b1c-4cf5-a13e-87ceb0e32552} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2024.06.28 22:14:58.409799 [ 3 ] {890c4d10-8b1c-4cf5-a13e-87ceb0e32552} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.06.28 22:14:58.410137 [ 3 ] {890c4d10-8b1c-4cf5-a13e-87ceb0e32552} oximeter.fields_i64 (2deb5aec-d7ea-4890-a70b-f641a02543d7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:58.410281 [ 3 ] {890c4d10-8b1c-4cf5-a13e-87ceb0e32552} executeQuery: Read 10 rows, 830.00 B in 0.001769 sec., 5652.911249293386 rows/sec., 458.19 KiB/sec. 2024.06.28 22:14:58.410473 [ 3 ] {890c4d10-8b1c-4cf5-a13e-87ceb0e32552} DynamicQueryHandler: Done processing query 2024.06.28 22:14:58.410499 [ 3 ] {890c4d10-8b1c-4cf5-a13e-87ceb0e32552} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.28 22:14:58.410516 [ 3 ] {} HTTP-Session: 4d896965-bd73-4d28-a352-4a6ade603208 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:58.410648 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:58.410697 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:58.410716 [ 3 ] {} HTTP-Session: 6ce36f47-800d-49a0-a3ae-e7fd32ccf2ad Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:58.410734 [ 3 ] {} HTTP-Session: 6ce36f47-800d-49a0-a3ae-e7fd32ccf2ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:58.410747 [ 3 ] {} HTTP-Session: 6ce36f47-800d-49a0-a3ae-e7fd32ccf2ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:58.410780 [ 3 ] {} HTTP-Session: 6ce36f47-800d-49a0-a3ae-e7fd32ccf2ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:58.410899 [ 3 ] {9e8a172c-0f7e-4fdc-b08d-c99d19bef054} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:58.410943 [ 3 ] {9e8a172c-0f7e-4fdc-b08d-c99d19bef054} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.28 22:14:58.411069 [ 3 ] {9e8a172c-0f7e-4fdc-b08d-c99d19bef054} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:58.411438 [ 3 ] {9e8a172c-0f7e-4fdc-b08d-c99d19bef054} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:58.411475 [ 3 ] {9e8a172c-0f7e-4fdc-b08d-c99d19bef054} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2024.06.28 22:14:58.411789 [ 3 ] {9e8a172c-0f7e-4fdc-b08d-c99d19bef054} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.06.28 22:14:58.412104 [ 3 ] {9e8a172c-0f7e-4fdc-b08d-c99d19bef054} oximeter.fields_string (19e845ae-0d20-44b5-81b2-aec01ddf3b9b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:58.412231 [ 3 ] {9e8a172c-0f7e-4fdc-b08d-c99d19bef054} executeQuery: Read 86 rows, 7.18 KiB in 0.001376 sec., 62500 rows/sec., 5.09 MiB/sec. 2024.06.28 22:14:58.412391 [ 3 ] {9e8a172c-0f7e-4fdc-b08d-c99d19bef054} DynamicQueryHandler: Done processing query 2024.06.28 22:14:58.412416 [ 3 ] {9e8a172c-0f7e-4fdc-b08d-c99d19bef054} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.28 22:14:58.412431 [ 3 ] {} HTTP-Session: 6ce36f47-800d-49a0-a3ae-e7fd32ccf2ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:58.412543 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 12587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:58.412618 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:58.412636 [ 3 ] {} HTTP-Session: 4593d394-911a-48bb-97e6-8006e9a7ae32 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:58.412653 [ 3 ] {} HTTP-Session: 4593d394-911a-48bb-97e6-8006e9a7ae32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:58.412667 [ 3 ] {} HTTP-Session: 4593d394-911a-48bb-97e6-8006e9a7ae32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:58.412697 [ 3 ] {} HTTP-Session: 4593d394-911a-48bb-97e6-8006e9a7ae32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:58.412818 [ 3 ] {5d993b4e-f080-424c-b620-349517e992c8} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:58.412861 [ 3 ] {5d993b4e-f080-424c-b620-349517e992c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.28 22:14:58.412990 [ 3 ] {5d993b4e-f080-424c-b620-349517e992c8} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:58.413323 [ 3 ] {5d993b4e-f080-424c-b620-349517e992c8} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:58.413384 [ 3 ] {5d993b4e-f080-424c-b620-349517e992c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2024.06.28 22:14:58.413687 [ 3 ] {5d993b4e-f080-424c-b620-349517e992c8} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.06.28 22:14:58.413993 [ 3 ] {5d993b4e-f080-424c-b620-349517e992c8} oximeter.fields_uuid (a8ff5949-bd35-4fbc-82ce-12caba8e05f8): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:58.414114 [ 3 ] {5d993b4e-f080-424c-b620-349517e992c8} executeQuery: Read 74 rows, 5.92 KiB in 0.001342 sec., 55141.57973174366 rows/sec., 4.31 MiB/sec. 2024.06.28 22:14:58.414406 [ 3 ] {5d993b4e-f080-424c-b620-349517e992c8} DynamicQueryHandler: Done processing query 2024.06.28 22:14:58.414474 [ 3 ] {5d993b4e-f080-424c-b620-349517e992c8} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.28 22:14:58.414539 [ 3 ] {} HTTP-Session: 4593d394-911a-48bb-97e6-8006e9a7ae32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:58.414769 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 30662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:58.414831 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:58.414850 [ 3 ] {} HTTP-Session: c783ed4b-df74-41a4-8b93-bea47dbdb899 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:58.414867 [ 3 ] {} HTTP-Session: c783ed4b-df74-41a4-8b93-bea47dbdb899 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:58.414880 [ 3 ] {} HTTP-Session: c783ed4b-df74-41a4-8b93-bea47dbdb899 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:58.414911 [ 3 ] {} HTTP-Session: c783ed4b-df74-41a4-8b93-bea47dbdb899 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:58.415059 [ 3 ] {d6c52536-3d81-4f29-be69-2ba5bd3f9fdc} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:58.415108 [ 3 ] {d6c52536-3d81-4f29-be69-2ba5bd3f9fdc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.28 22:14:58.415271 [ 3 ] {d6c52536-3d81-4f29-be69-2ba5bd3f9fdc} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:58.415661 [ 3 ] {d6c52536-3d81-4f29-be69-2ba5bd3f9fdc} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:58.415695 [ 3 ] {d6c52536-3d81-4f29-be69-2ba5bd3f9fdc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2024.06.28 22:14:58.416074 [ 3 ] {d6c52536-3d81-4f29-be69-2ba5bd3f9fdc} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.06.28 22:14:58.416412 [ 3 ] {d6c52536-3d81-4f29-be69-2ba5bd3f9fdc} oximeter.measurements_cumulativeu64 (caa42d2f-6eb3-4a21-b29a-60258950f870): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:58.416541 [ 3 ] {d6c52536-3d81-4f29-be69-2ba5bd3f9fdc} executeQuery: Read 160 rows, 11.41 KiB in 0.001551 sec., 103159.2520954223 rows/sec., 7.18 MiB/sec. 2024.06.28 22:14:58.416786 [ 3 ] {d6c52536-3d81-4f29-be69-2ba5bd3f9fdc} DynamicQueryHandler: Done processing query 2024.06.28 22:14:58.416845 [ 3 ] {d6c52536-3d81-4f29-be69-2ba5bd3f9fdc} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.28 22:14:58.416896 [ 3 ] {} HTTP-Session: c783ed4b-df74-41a4-8b93-bea47dbdb899 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:58.417041 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 16690, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:58.417091 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:58.417110 [ 3 ] {} HTTP-Session: 9f8c1aac-ed57-4f35-982b-8184d8445803 Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:58.417127 [ 3 ] {} HTTP-Session: 9f8c1aac-ed57-4f35-982b-8184d8445803 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:58.417140 [ 3 ] {} HTTP-Session: 9f8c1aac-ed57-4f35-982b-8184d8445803 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:58.417172 [ 3 ] {} HTTP-Session: 9f8c1aac-ed57-4f35-982b-8184d8445803 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:58.417358 [ 3 ] {6e7c869f-5bc7-472f-b75e-d6ff808e1dce} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:58.417432 [ 3 ] {6e7c869f-5bc7-472f-b75e-d6ff808e1dce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 2024.06.28 22:14:58.417847 [ 3 ] {6e7c869f-5bc7-472f-b75e-d6ff808e1dce} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:58.418365 [ 3 ] {6e7c869f-5bc7-472f-b75e-d6ff808e1dce} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:58.418400 [ 3 ] {6e7c869f-5bc7-472f-b75e-d6ff808e1dce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2024.06.28 22:14:58.418981 [ 3 ] {6e7c869f-5bc7-472f-b75e-d6ff808e1dce} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.06.28 22:14:58.419399 [ 3 ] {6e7c869f-5bc7-472f-b75e-d6ff808e1dce} oximeter.measurements_histogramf64 (43c0ac50-c78f-4720-9642-62ce0b68acf0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:58.419544 [ 3 ] {6e7c869f-5bc7-472f-b75e-d6ff808e1dce} executeQuery: Read 10 rows, 18.35 KiB in 0.002295 sec., 4357.298474945534 rows/sec., 7.81 MiB/sec. 2024.06.28 22:14:58.419767 [ 3 ] {6e7c869f-5bc7-472f-b75e-d6ff808e1dce} DynamicQueryHandler: Done processing query 2024.06.28 22:14:58.419791 [ 3 ] {6e7c869f-5bc7-472f-b75e-d6ff808e1dce} MemoryTracker: Peak memory usage (for query): 4.42 MiB. 2024.06.28 22:14:58.419807 [ 3 ] {} HTTP-Session: 9f8c1aac-ed57-4f35-982b-8184d8445803 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:58.419919 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33318, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.28 22:14:58.419967 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.28 22:14:58.419985 [ 3 ] {} HTTP-Session: 44632a1e-eeed-4a11-88b7-596f930ac81d Authenticating user 'default' from [fd00:1122:3344:101::d]:33318 2024.06.28 22:14:58.420006 [ 3 ] {} HTTP-Session: 44632a1e-eeed-4a11-88b7-596f930ac81d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:58.420020 [ 3 ] {} HTTP-Session: 44632a1e-eeed-4a11-88b7-596f930ac81d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.28 22:14:58.420051 [ 3 ] {} HTTP-Session: 44632a1e-eeed-4a11-88b7-596f930ac81d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.28 22:14:58.420169 [ 3 ] {20863cc0-8f7c-4fc2-a670-f27742c99afb} executeQuery: (from [fd00:1122:3344:101::d]:33318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.28 22:14:58.420212 [ 3 ] {20863cc0-8f7c-4fc2-a670-f27742c99afb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.28 22:14:58.420337 [ 3 ] {20863cc0-8f7c-4fc2-a670-f27742c99afb} ParallelParsingInputFormat: Parallel parsing is used 2024.06.28 22:14:58.420646 [ 3 ] {20863cc0-8f7c-4fc2-a670-f27742c99afb} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.28 22:14:58.420681 [ 3 ] {20863cc0-8f7c-4fc2-a670-f27742c99afb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2024.06.28 22:14:58.421034 [ 3 ] {20863cc0-8f7c-4fc2-a670-f27742c99afb} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.06.28 22:14:58.421353 [ 3 ] {20863cc0-8f7c-4fc2-a670-f27742c99afb} oximeter.measurements_u64 (f0b55ced-22cf-4ab5-af57-216d3bad6486): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.28 22:14:58.421473 [ 3 ] {20863cc0-8f7c-4fc2-a670-f27742c99afb} executeQuery: Read 60 rows, 4.14 KiB in 0.001347 sec., 44543.42984409799 rows/sec., 3.00 MiB/sec. 2024.06.28 22:14:58.421628 [ 3 ] {20863cc0-8f7c-4fc2-a670-f27742c99afb} DynamicQueryHandler: Done processing query 2024.06.28 22:14:58.421651 [ 3 ] {20863cc0-8f7c-4fc2-a670-f27742c99afb} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.28 22:14:58.421667 [ 3 ] {} HTTP-Session: 44632a1e-eeed-4a11-88b7-596f930ac81d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db