| 1 | [ Jul 31 06:52:32 Enabled. ] | ||
| 2 | [ Jul 31 06:52:32 Rereading configuration. ] | ||
| 3 | [ Jul 31 06:52:34 Rereading configuration. ] | ||
| 4 | [ Jul 31 06:52:36 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
| 5 | + set -o errexit | ||
| 6 | + set -o pipefail | ||
| 7 | + . /lib/svc/share/smf_include.sh | ||
| 8 | ++ SMF_EXIT_OK=0 | ||
| 9 | ++ SMF_EXIT_NODAEMON=94 | ||
| 10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
| 11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
| 12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
| 13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
| 14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
| 15 | ++ SMF_EXIT_ERR_PERM=100 | ||
| 16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
| 17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
| 18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
| 19 | + LISTEN_PORT=8123 | ||
| 20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
| 21 | + DATASTORE=/data | ||
| 22 | + single_node=true | ||
| 23 | + command=() | ||
| 24 | + true | ||
| 25 | + 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") | ||
| 26 | + 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 | ||
| 27 | [ Jul 31 06:52:36 Method "start" exited with status 0. ] | ||
| 28 | Processing configuration file 'config.xml'. | ||
| 29 | There is no file 'config.xml', will use embedded config. | ||
| 30 | Logging trace to /var/tmp/clickhouse-server.log | ||
| 31 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
| 32 | 2024.07.31 06:52:37.494464 [ 1 ] {} <Information> Application: Will watch for the process with pid 22547 | ||
| 33 | 2024.07.31 06:52:37.494968 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 34 | 2024.07.31 06:52:37.892124 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 22547 | ||
| 35 | 2024.07.31 06:52:37.892842 [ 1 ] {} <Information> Application: starting up | ||
| 36 | 2024.07.31 06:52:37.893534 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 37 | 2024.07.31 06:52:37.981288 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 38 | 2024.07.31 06:52:38.051723 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 39 | 2024.07.31 06:52:38.051775 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 40 | 2024.07.31 06:52:38.051794 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 41 | 2024.07.31 06:52:38.051878 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 42 | 2024.07.31 06:52:38.052196 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 43 | 2024.07.31 06:52:38.053720 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
| 44 | Processing configuration file 'config.xml'. | ||
| 45 | There is no file 'config.xml', will use embedded config. | ||
| 46 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 47 | 2024.07.31 06:52:38.054238 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
| 48 | 2024.07.31 06:52:38.055122 [ 1 ] {} <Information> 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) | ||
| 49 | 2024.07.31 06:52:38.055154 [ 1 ] {} <Information> 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) | ||
| 50 | 2024.07.31 06:52:38.055171 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 51 | 2024.07.31 06:52:38.055368 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 52 | 2024.07.31 06:52:38.056293 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 53 | 2024.07.31 06:52:38.062126 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 54 | 2024.07.31 06:52:38.062850 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 55 | 2024.07.31 06:52:38.064215 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 56 | 2024.07.31 06:52:38.064279 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
| 57 | 2024.07.31 06:52:38.065807 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
| 58 | Processing configuration file 'config.xml'. | ||
| 59 | There is no file 'config.xml', will use embedded config. | ||
| 60 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 61 | 2024.07.31 06:52:38.066085 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
| 62 | 2024.07.31 06:52:38.070324 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
| 63 | 2024.07.31 06:52:38.070604 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
| 64 | 2024.07.31 06:52:38.072108 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 65 | 2024.07.31 06:52:38.072516 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 66 | 2024.07.31 06:52:38.072852 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 67 | 2024.07.31 06:52:38.073230 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 68 | 2024.07.31 06:52:38.074503 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 69 | 2024.07.31 06:52:38.074528 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 70 | 2024.07.31 06:52:38.074618 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 71 | 2024.07.31 06:52:38.074758 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 72 | 2024.07.31 06:52:38.100826 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 73 | 2024.07.31 06:52:38.100857 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000142614 sec | ||
| 74 | 2024.07.31 06:52:38.100892 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 75 | 2024.07.31 06:52:38.100904 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 76 | 2024.07.31 06:52:38.101995 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 77 | 2024.07.31 06:52:38.103010 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
| 78 | 2024.07.31 06:52:38.103032 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 79 | 2024.07.31 06:52:38.103061 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 80 | 2024.07.31 06:52:38.103076 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 81 | 2024.07.31 06:52:38.103088 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 82 | 2024.07.31 06:52:38.103118 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 83 | 2024.07.31 06:52:38.103131 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
| 84 | 2024.07.31 06:52:38.103145 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 85 | 2024.07.31 06:52:38.103176 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 86 | 2024.07.31 06:52:38.103189 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
| 87 | 2024.07.31 06:52:38.103203 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 88 | 2024.07.31 06:52:38.103219 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 89 | 2024.07.31 06:52:38.103248 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 90 | 2024.07.31 06:52:38.103262 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 91 | 2024.07.31 06:52:38.103277 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 92 | 2024.07.31 06:52:38.103303 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 93 | 2024.07.31 06:52:38.103317 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 94 | 2024.07.31 06:52:38.139936 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 95 | 2024.07.31 06:52:38.147032 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 96 | 2024.07.31 06:52:38.147059 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.5852e-05 sec | ||
| 97 | 2024.07.31 06:52:38.147072 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 98 | 2024.07.31 06:52:38.147086 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 99 | 2024.07.31 06:52:38.147108 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 100 | 2024.07.31 06:52:38.147312 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 101 | 2024.07.31 06:52:38.147386 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 102 | 2024.07.31 06:52:38.147409 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 103 | 2024.07.31 06:52:38.147435 [ 1 ] {} <Information> 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). | ||
| 104 | 2024.07.31 06:52:38.147453 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 105 | 2024.07.31 06:52:38.210793 [ 1 ] {} <Trace> 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) | ||
| 106 | 2024.07.31 06:52:38.404528 [ 1 ] {} <Trace> 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) | ||
| 107 | 2024.07.31 06:52:38.404623 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
| 108 | 2024.07.31 06:52:38.446679 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 109 | 2024.07.31 06:52:38.446924 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.07 MiB (RSS), difference: 147.21 MiB | ||
| 110 | 2024.07.31 06:52:38.447803 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.328e-05 sec. | ||
| 111 | 2024.07.31 06:52:38.448143 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 112 | 2024.07.31 06:52:38.448242 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 113 | 2024.07.31 06:52:38.448309 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
| 114 | 2024.07.31 06:52:38.448352 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 115 | 2024.07.31 06:52:40.753466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 116 | 2024.07.31 06:52:40.753666 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 117 | 2024.07.31 06:52:40.753700 [ 3 ] {} <Debug> HTTP-Session: bcfe75c8-9e48-42ed-9872-121a988cee2b Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 118 | 2024.07.31 06:52:40.753729 [ 3 ] {} <Debug> HTTP-Session: bcfe75c8-9e48-42ed-9872-121a988cee2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 119 | 2024.07.31 06:52:40.753749 [ 3 ] {} <Debug> HTTP-Session: bcfe75c8-9e48-42ed-9872-121a988cee2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2024.07.31 06:52:40.753835 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 121 | 2024.07.31 06:52:40.753867 [ 3 ] {} <Trace> 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 | ||
| 122 | 2024.07.31 06:52:40.753889 [ 3 ] {} <Trace> 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 | ||
| 123 | 2024.07.31 06:52:40.753948 [ 3 ] {} <Trace> HTTP-Session: bcfe75c8-9e48-42ed-9872-121a988cee2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 124 | 2024.07.31 06:52:40.754998 [ 3 ] {2ba9770c-1459-4faa-94c3-15fc29b858e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 125 | 2024.07.31 06:52:40.792923 [ 3 ] {2ba9770c-1459-4faa-94c3-15fc29b858e6} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:33654) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 126 | |||
| 127 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 128 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 129 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 130 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 131 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 132 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 133 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 134 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 135 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 136 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 137 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 138 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 139 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 140 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
| 141 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 142 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 143 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 144 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 145 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 146 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 147 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 148 | 21. _thrp_setup @ 0x0000000000114307 in /system/lib/amd64/libc.so.1 | ||
| 149 | |||
| 150 | 2024.07.31 06:52:40.793635 [ 3 ] {2ba9770c-1459-4faa-94c3-15fc29b858e6} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 151 | |||
| 152 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 153 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 154 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 155 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 156 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 157 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 158 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 159 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 160 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 161 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 162 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 163 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 164 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 165 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
| 166 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 167 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 168 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 169 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 170 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 171 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 172 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 173 | 21. _thrp_setup @ 0x0000000000114307 in /system/lib/amd64/libc.so.1 | ||
| 174 | (version 23.8.7.1) | ||
| 175 | 2024.07.31 06:52:40.795021 [ 3 ] {} <Debug> HTTP-Session: bcfe75c8-9e48-42ed-9872-121a988cee2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 176 | 2024.07.31 06:52:40.795410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 177 | 2024.07.31 06:52:40.795473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 178 | 2024.07.31 06:52:40.795496 [ 3 ] {} <Debug> HTTP-Session: b7edf47a-e91d-4f1f-8bc9-6a54f13c1028 Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 179 | 2024.07.31 06:52:40.795520 [ 3 ] {} <Debug> HTTP-Session: b7edf47a-e91d-4f1f-8bc9-6a54f13c1028 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 180 | 2024.07.31 06:52:40.795533 [ 3 ] {} <Debug> HTTP-Session: b7edf47a-e91d-4f1f-8bc9-6a54f13c1028 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 181 | 2024.07.31 06:52:40.795575 [ 3 ] {} <Trace> HTTP-Session: b7edf47a-e91d-4f1f-8bc9-6a54f13c1028 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 182 | 2024.07.31 06:52:40.796685 [ 3 ] {1af41663-67d8-4974-8a71-4c6748786869} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
| 183 | 2024.07.31 06:52:40.796802 [ 3 ] {1af41663-67d8-4974-8a71-4c6748786869} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
| 184 | 2024.07.31 06:52:40.798836 [ 3 ] {1af41663-67d8-4974-8a71-4c6748786869} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
| 185 | 2024.07.31 06:52:40.801648 [ 3 ] {1af41663-67d8-4974-8a71-4c6748786869} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 186 | 2024.07.31 06:52:40.807810 [ 3 ] {1af41663-67d8-4974-8a71-4c6748786869} <Debug> DynamicQueryHandler: Done processing query | ||
| 187 | 2024.07.31 06:52:40.807847 [ 3 ] {1af41663-67d8-4974-8a71-4c6748786869} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 188 | 2024.07.31 06:52:40.807870 [ 3 ] {} <Debug> HTTP-Session: b7edf47a-e91d-4f1f-8bc9-6a54f13c1028 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 189 | 2024.07.31 06:52:40.817232 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 190 | 2024.07.31 06:52:40.817290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 191 | 2024.07.31 06:52:40.817315 [ 3 ] {} <Debug> HTTP-Session: 5d8a7a0a-3f8d-4899-b3c2-95769645f53a Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 192 | 2024.07.31 06:52:40.817333 [ 3 ] {} <Debug> HTTP-Session: 5d8a7a0a-3f8d-4899-b3c2-95769645f53a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 193 | 2024.07.31 06:52:40.817351 [ 3 ] {} <Debug> HTTP-Session: 5d8a7a0a-3f8d-4899-b3c2-95769645f53a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 194 | 2024.07.31 06:52:40.817386 [ 3 ] {} <Trace> HTTP-Session: 5d8a7a0a-3f8d-4899-b3c2-95769645f53a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 195 | 2024.07.31 06:52:40.817513 [ 3 ] {7a469a63-00f2-4172-bde8-f97acfb18e07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 196 | 2024.07.31 06:52:40.817762 [ 3 ] {7a469a63-00f2-4172-bde8-f97acfb18e07} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:33654) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 197 | |||
| 198 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 199 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 200 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 202 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 203 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 204 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 205 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 206 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 207 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 208 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 209 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 210 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 211 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 21. _thrp_setup @ 0x0000000000114307 in /system/lib/amd64/libc.so.1 | ||
| 220 | |||
| 221 | 2024.07.31 06:52:40.817881 [ 3 ] {7a469a63-00f2-4172-bde8-f97acfb18e07} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 222 | |||
| 223 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 224 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 229 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 230 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 231 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 232 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 233 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 234 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 235 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 21. _thrp_setup @ 0x0000000000114307 in /system/lib/amd64/libc.so.1 | ||
| 245 | (version 23.8.7.1) | ||
| 246 | 2024.07.31 06:52:40.818024 [ 3 ] {} <Debug> HTTP-Session: 5d8a7a0a-3f8d-4899-b3c2-95769645f53a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 247 | 2024.07.31 06:52:40.820109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 248 | 2024.07.31 06:52:40.820162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 249 | 2024.07.31 06:52:40.820180 [ 3 ] {} <Debug> HTTP-Session: 2c74c781-9743-490a-b492-784900fb89e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 250 | 2024.07.31 06:52:40.820201 [ 3 ] {} <Debug> HTTP-Session: 2c74c781-9743-490a-b492-784900fb89e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 251 | 2024.07.31 06:52:40.820220 [ 3 ] {} <Debug> HTTP-Session: 2c74c781-9743-490a-b492-784900fb89e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 252 | 2024.07.31 06:52:40.820249 [ 3 ] {} <Trace> HTTP-Session: 2c74c781-9743-490a-b492-784900fb89e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 253 | 2024.07.31 06:52:40.820421 [ 3 ] {7590c358-c5ca-419d-9581-0779457f5c96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 254 | 2024.07.31 06:52:40.820583 [ 3 ] {7590c358-c5ca-419d-9581-0779457f5c96} <Debug> DynamicQueryHandler: Done processing query | ||
| 255 | 2024.07.31 06:52:40.820607 [ 3 ] {} <Debug> HTTP-Session: 2c74c781-9743-490a-b492-784900fb89e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 256 | 2024.07.31 06:52:40.820763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 257 | 2024.07.31 06:52:40.820813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 258 | 2024.07.31 06:52:40.820835 [ 3 ] {} <Debug> HTTP-Session: c9b715ea-6434-466f-a1a2-bc6f3b7417a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 259 | 2024.07.31 06:52:40.820851 [ 3 ] {} <Debug> HTTP-Session: c9b715ea-6434-466f-a1a2-bc6f3b7417a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 260 | 2024.07.31 06:52:40.820870 [ 3 ] {} <Debug> HTTP-Session: c9b715ea-6434-466f-a1a2-bc6f3b7417a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 261 | 2024.07.31 06:52:40.820901 [ 3 ] {} <Trace> HTTP-Session: c9b715ea-6434-466f-a1a2-bc6f3b7417a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 262 | 2024.07.31 06:52:40.820987 [ 3 ] {03af4ac3-1bff-4c44-805e-d926cca60ce5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 263 | 2024.07.31 06:52:40.821045 [ 3 ] {03af4ac3-1bff-4c44-805e-d926cca60ce5} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 264 | 2024.07.31 06:52:40.832823 [ 3 ] {03af4ac3-1bff-4c44-805e-d926cca60ce5} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 265 | 2024.07.31 06:52:40.832859 [ 3 ] {03af4ac3-1bff-4c44-805e-d926cca60ce5} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.2991e-05 sec | ||
| 266 | 2024.07.31 06:52:40.832877 [ 3 ] {03af4ac3-1bff-4c44-805e-d926cca60ce5} <Trace> ReferentialDeps: No tables | ||
| 267 | 2024.07.31 06:52:40.832898 [ 3 ] {03af4ac3-1bff-4c44-805e-d926cca60ce5} <Trace> LoadingDeps: No tables | ||
| 268 | 2024.07.31 06:52:40.832923 [ 3 ] {03af4ac3-1bff-4c44-805e-d926cca60ce5} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 269 | 2024.07.31 06:52:40.833069 [ 3 ] {03af4ac3-1bff-4c44-805e-d926cca60ce5} <Debug> DynamicQueryHandler: Done processing query | ||
| 270 | 2024.07.31 06:52:40.833096 [ 3 ] {} <Debug> HTTP-Session: c9b715ea-6434-466f-a1a2-bc6f3b7417a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 271 | 2024.07.31 06:52:40.833227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 272 | 2024.07.31 06:52:40.833289 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 273 | 2024.07.31 06:52:40.833311 [ 3 ] {} <Debug> HTTP-Session: a1d493ce-da2a-4637-baad-4f74e266f2a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 274 | 2024.07.31 06:52:40.833338 [ 3 ] {} <Debug> HTTP-Session: a1d493ce-da2a-4637-baad-4f74e266f2a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 275 | 2024.07.31 06:52:40.833360 [ 3 ] {} <Debug> HTTP-Session: a1d493ce-da2a-4637-baad-4f74e266f2a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 276 | 2024.07.31 06:52:40.833389 [ 3 ] {} <Trace> HTTP-Session: a1d493ce-da2a-4637-baad-4f74e266f2a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 277 | 2024.07.31 06:52:40.833526 [ 3 ] {fe877412-6b55-4647-8bb4-bb12d64a0b20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) /* The version table contains metadata about the `oximeter` database */ | ||
| 278 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 279 | 2024.07.31 06:52:40.833572 [ 3 ] {fe877412-6b55-4647-8bb4-bb12d64a0b20} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 280 | 2024.07.31 06:52:40.837935 [ 3 ] {fe877412-6b55-4647-8bb4-bb12d64a0b20} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 281 | 2024.07.31 06:52:40.849188 [ 3 ] {fe877412-6b55-4647-8bb4-bb12d64a0b20} <Debug> oximeter.version (f3d6ca04-a8c3-4c27-b2b4-d0bacaa78bdc): Loading data parts | ||
| 282 | 2024.07.31 06:52:40.849573 [ 3 ] {fe877412-6b55-4647-8bb4-bb12d64a0b20} <Debug> oximeter.version (f3d6ca04-a8c3-4c27-b2b4-d0bacaa78bdc): There are no data parts | ||
| 283 | 2024.07.31 06:52:40.854483 [ 3 ] {fe877412-6b55-4647-8bb4-bb12d64a0b20} <Debug> DynamicQueryHandler: Done processing query | ||
| 284 | 2024.07.31 06:52:40.854509 [ 3 ] {} <Debug> HTTP-Session: a1d493ce-da2a-4637-baad-4f74e266f2a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 285 | 2024.07.31 06:52:40.854634 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 286 | 2024.07.31 06:52:40.854688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 287 | 2024.07.31 06:52:40.854713 [ 3 ] {} <Debug> HTTP-Session: 1db76f74-ba98-4a52-b6bd-920e611ab332 Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 288 | 2024.07.31 06:52:40.854729 [ 3 ] {} <Debug> HTTP-Session: 1db76f74-ba98-4a52-b6bd-920e611ab332 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 289 | 2024.07.31 06:52:40.854747 [ 3 ] {} <Debug> HTTP-Session: 1db76f74-ba98-4a52-b6bd-920e611ab332 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 290 | 2024.07.31 06:52:40.854779 [ 3 ] {} <Trace> HTTP-Session: 1db76f74-ba98-4a52-b6bd-920e611ab332 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 291 | 2024.07.31 06:52:40.854972 [ 3 ] {9b3e5144-cb42-40f1-8bb0-9b3afbe9b6a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) /* The measurement tables contain all individual samples from each timeseries. | ||
| 292 | * | ||
| 293 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 294 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 295 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 296 | * by all samples from the same timeseries. | ||
| 297 | * | ||
| 298 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 299 | * and then uses that to index quickly into the measurements tables. | ||
| 300 | */ | ||
| 301 | 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) | ||
| 302 | 2024.07.31 06:52:40.855032 [ 3 ] {9b3e5144-cb42-40f1-8bb0-9b3afbe9b6a7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 303 | 2024.07.31 06:52:40.861584 [ 3 ] {9b3e5144-cb42-40f1-8bb0-9b3afbe9b6a7} <Debug> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Loading data parts | ||
| 304 | 2024.07.31 06:52:40.861696 [ 3 ] {9b3e5144-cb42-40f1-8bb0-9b3afbe9b6a7} <Debug> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): There are no data parts | ||
| 305 | 2024.07.31 06:52:40.866350 [ 3 ] {9b3e5144-cb42-40f1-8bb0-9b3afbe9b6a7} <Debug> DynamicQueryHandler: Done processing query | ||
| 306 | 2024.07.31 06:52:40.866381 [ 3 ] {} <Debug> HTTP-Session: 1db76f74-ba98-4a52-b6bd-920e611ab332 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 307 | 2024.07.31 06:52:40.866523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 308 | 2024.07.31 06:52:40.866584 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 309 | 2024.07.31 06:52:40.866610 [ 3 ] {} <Debug> HTTP-Session: 64739a31-f7b8-4e22-b2c3-eca6ba4b3e81 Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 310 | 2024.07.31 06:52:40.866629 [ 3 ] {} <Debug> HTTP-Session: 64739a31-f7b8-4e22-b2c3-eca6ba4b3e81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 311 | 2024.07.31 06:52:40.866650 [ 3 ] {} <Debug> HTTP-Session: 64739a31-f7b8-4e22-b2c3-eca6ba4b3e81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 312 | 2024.07.31 06:52:40.866685 [ 3 ] {} <Trace> HTTP-Session: 64739a31-f7b8-4e22-b2c3-eca6ba4b3e81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 313 | 2024.07.31 06:52:40.866896 [ 3 ] {60327aa0-41d0-4a1b-916b-141fcded57cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) 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) | ||
| 314 | 2024.07.31 06:52:40.866953 [ 3 ] {60327aa0-41d0-4a1b-916b-141fcded57cc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 315 | 2024.07.31 06:52:40.869035 [ 3 ] {60327aa0-41d0-4a1b-916b-141fcded57cc} <Debug> oximeter.measurements_i8 (d0a3f461-8e28-421f-a5f2-a05cf155abef): Loading data parts | ||
| 316 | 2024.07.31 06:52:40.869225 [ 3 ] {60327aa0-41d0-4a1b-916b-141fcded57cc} <Debug> oximeter.measurements_i8 (d0a3f461-8e28-421f-a5f2-a05cf155abef): There are no data parts | ||
| 317 | 2024.07.31 06:52:40.871671 [ 3 ] {60327aa0-41d0-4a1b-916b-141fcded57cc} <Debug> DynamicQueryHandler: Done processing query | ||
| 318 | 2024.07.31 06:52:40.871710 [ 3 ] {} <Debug> HTTP-Session: 64739a31-f7b8-4e22-b2c3-eca6ba4b3e81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 319 | 2024.07.31 06:52:40.871826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 320 | 2024.07.31 06:52:40.871885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 321 | 2024.07.31 06:52:40.871914 [ 3 ] {} <Debug> HTTP-Session: b0276042-5a0e-48b7-8f42-a0680d310eaf Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 322 | 2024.07.31 06:52:40.871933 [ 3 ] {} <Debug> HTTP-Session: b0276042-5a0e-48b7-8f42-a0680d310eaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 323 | 2024.07.31 06:52:40.871953 [ 3 ] {} <Debug> HTTP-Session: b0276042-5a0e-48b7-8f42-a0680d310eaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 324 | 2024.07.31 06:52:40.871993 [ 3 ] {} <Trace> HTTP-Session: b0276042-5a0e-48b7-8f42-a0680d310eaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 325 | 2024.07.31 06:52:40.872197 [ 3 ] {22b6c201-538a-4266-b37d-c72eb18a4007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) 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) | ||
| 326 | 2024.07.31 06:52:40.872258 [ 3 ] {22b6c201-538a-4266-b37d-c72eb18a4007} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 327 | 2024.07.31 06:52:40.873972 [ 3 ] {22b6c201-538a-4266-b37d-c72eb18a4007} <Debug> oximeter.measurements_u8 (d83590b5-49e1-48f7-89bb-1f0641288810): Loading data parts | ||
| 328 | 2024.07.31 06:52:40.874141 [ 3 ] {22b6c201-538a-4266-b37d-c72eb18a4007} <Debug> oximeter.measurements_u8 (d83590b5-49e1-48f7-89bb-1f0641288810): There are no data parts | ||
| 329 | 2024.07.31 06:52:40.882029 [ 3 ] {22b6c201-538a-4266-b37d-c72eb18a4007} <Debug> DynamicQueryHandler: Done processing query | ||
| 330 | 2024.07.31 06:52:40.882059 [ 3 ] {} <Debug> HTTP-Session: b0276042-5a0e-48b7-8f42-a0680d310eaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 331 | 2024.07.31 06:52:40.882194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 332 | 2024.07.31 06:52:40.882255 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 333 | 2024.07.31 06:52:40.882283 [ 3 ] {} <Debug> HTTP-Session: 16a44675-2f3f-47b4-8c9d-372d2e649474 Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 334 | 2024.07.31 06:52:40.882303 [ 3 ] {} <Debug> HTTP-Session: 16a44675-2f3f-47b4-8c9d-372d2e649474 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 335 | 2024.07.31 06:52:40.882323 [ 3 ] {} <Debug> HTTP-Session: 16a44675-2f3f-47b4-8c9d-372d2e649474 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 336 | 2024.07.31 06:52:40.882363 [ 3 ] {} <Trace> HTTP-Session: 16a44675-2f3f-47b4-8c9d-372d2e649474 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 337 | 2024.07.31 06:52:40.882537 [ 3 ] {741cb8bb-0694-4f2d-b7c5-7015369ff7fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) 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) | ||
| 338 | 2024.07.31 06:52:40.882584 [ 3 ] {741cb8bb-0694-4f2d-b7c5-7015369ff7fb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 339 | 2024.07.31 06:52:40.884904 [ 3 ] {741cb8bb-0694-4f2d-b7c5-7015369ff7fb} <Debug> oximeter.measurements_i16 (b302bd2c-ca8e-4b86-acda-e84b5b9bdc8a): Loading data parts | ||
| 340 | 2024.07.31 06:52:40.885066 [ 3 ] {741cb8bb-0694-4f2d-b7c5-7015369ff7fb} <Debug> oximeter.measurements_i16 (b302bd2c-ca8e-4b86-acda-e84b5b9bdc8a): There are no data parts | ||
| 341 | 2024.07.31 06:52:40.887477 [ 3 ] {741cb8bb-0694-4f2d-b7c5-7015369ff7fb} <Debug> DynamicQueryHandler: Done processing query | ||
| 342 | 2024.07.31 06:52:40.887514 [ 3 ] {} <Debug> HTTP-Session: 16a44675-2f3f-47b4-8c9d-372d2e649474 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 343 | 2024.07.31 06:52:40.887632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 344 | 2024.07.31 06:52:40.887692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 345 | 2024.07.31 06:52:40.887719 [ 3 ] {} <Debug> HTTP-Session: 501ca0da-1a11-4dd1-9233-82d346f819ee Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 346 | 2024.07.31 06:52:40.887737 [ 3 ] {} <Debug> HTTP-Session: 501ca0da-1a11-4dd1-9233-82d346f819ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 347 | 2024.07.31 06:52:40.887758 [ 3 ] {} <Debug> HTTP-Session: 501ca0da-1a11-4dd1-9233-82d346f819ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 348 | 2024.07.31 06:52:40.887798 [ 3 ] {} <Trace> HTTP-Session: 501ca0da-1a11-4dd1-9233-82d346f819ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 349 | 2024.07.31 06:52:40.888003 [ 3 ] {8c8f52d8-3d22-4bee-a743-82900f31c34c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) 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) | ||
| 350 | 2024.07.31 06:52:40.888066 [ 3 ] {8c8f52d8-3d22-4bee-a743-82900f31c34c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 351 | 2024.07.31 06:52:40.889826 [ 3 ] {8c8f52d8-3d22-4bee-a743-82900f31c34c} <Debug> oximeter.measurements_u16 (537db047-2163-42e4-867b-4d7a8b2964d2): Loading data parts | ||
| 352 | 2024.07.31 06:52:40.889987 [ 3 ] {8c8f52d8-3d22-4bee-a743-82900f31c34c} <Debug> oximeter.measurements_u16 (537db047-2163-42e4-867b-4d7a8b2964d2): There are no data parts | ||
| 353 | 2024.07.31 06:52:40.899925 [ 3 ] {8c8f52d8-3d22-4bee-a743-82900f31c34c} <Debug> DynamicQueryHandler: Done processing query | ||
| 354 | 2024.07.31 06:52:40.899962 [ 3 ] {} <Debug> HTTP-Session: 501ca0da-1a11-4dd1-9233-82d346f819ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 355 | 2024.07.31 06:52:40.900087 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 356 | 2024.07.31 06:52:40.900147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 357 | 2024.07.31 06:52:40.900174 [ 3 ] {} <Debug> HTTP-Session: 4fbfcfea-c5a0-4f26-b37d-12054d208711 Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 358 | 2024.07.31 06:52:40.900201 [ 3 ] {} <Debug> HTTP-Session: 4fbfcfea-c5a0-4f26-b37d-12054d208711 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 359 | 2024.07.31 06:52:40.900216 [ 3 ] {} <Debug> HTTP-Session: 4fbfcfea-c5a0-4f26-b37d-12054d208711 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 360 | 2024.07.31 06:52:40.900256 [ 3 ] {} <Trace> HTTP-Session: 4fbfcfea-c5a0-4f26-b37d-12054d208711 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 361 | 2024.07.31 06:52:40.900446 [ 3 ] {9afdd5ff-7341-45a7-9bd9-edc894e61706} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) 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) | ||
| 362 | 2024.07.31 06:52:40.900493 [ 3 ] {9afdd5ff-7341-45a7-9bd9-edc894e61706} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 363 | 2024.07.31 06:52:40.902976 [ 3 ] {9afdd5ff-7341-45a7-9bd9-edc894e61706} <Debug> oximeter.measurements_i32 (f33284b5-e432-4e69-bdbd-3100a6a20e80): Loading data parts | ||
| 364 | 2024.07.31 06:52:40.903134 [ 3 ] {9afdd5ff-7341-45a7-9bd9-edc894e61706} <Debug> oximeter.measurements_i32 (f33284b5-e432-4e69-bdbd-3100a6a20e80): There are no data parts | ||
| 365 | 2024.07.31 06:52:40.905540 [ 3 ] {9afdd5ff-7341-45a7-9bd9-edc894e61706} <Debug> DynamicQueryHandler: Done processing query | ||
| 366 | 2024.07.31 06:52:40.905570 [ 3 ] {} <Debug> HTTP-Session: 4fbfcfea-c5a0-4f26-b37d-12054d208711 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 367 | 2024.07.31 06:52:40.905676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 368 | 2024.07.31 06:52:40.905726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 369 | 2024.07.31 06:52:40.905752 [ 3 ] {} <Debug> HTTP-Session: a690ed13-7b5f-4487-be4f-1b6fb8ec9143 Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 370 | 2024.07.31 06:52:40.905768 [ 3 ] {} <Debug> HTTP-Session: a690ed13-7b5f-4487-be4f-1b6fb8ec9143 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 371 | 2024.07.31 06:52:40.905784 [ 3 ] {} <Debug> HTTP-Session: a690ed13-7b5f-4487-be4f-1b6fb8ec9143 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 372 | 2024.07.31 06:52:40.905816 [ 3 ] {} <Trace> HTTP-Session: a690ed13-7b5f-4487-be4f-1b6fb8ec9143 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 373 | 2024.07.31 06:52:40.905986 [ 3 ] {98452d00-dd4f-4cd7-bbf6-7868f4e86ec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) 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) | ||
| 374 | 2024.07.31 06:52:40.906034 [ 3 ] {98452d00-dd4f-4cd7-bbf6-7868f4e86ec1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 375 | 2024.07.31 06:52:40.907741 [ 3 ] {98452d00-dd4f-4cd7-bbf6-7868f4e86ec1} <Debug> oximeter.measurements_u32 (782a6c8a-9b28-4282-95ea-65376892dc03): Loading data parts | ||
| 376 | 2024.07.31 06:52:40.907889 [ 3 ] {98452d00-dd4f-4cd7-bbf6-7868f4e86ec1} <Debug> oximeter.measurements_u32 (782a6c8a-9b28-4282-95ea-65376892dc03): There are no data parts | ||
| 377 | 2024.07.31 06:52:40.916002 [ 3 ] {98452d00-dd4f-4cd7-bbf6-7868f4e86ec1} <Debug> DynamicQueryHandler: Done processing query | ||
| 378 | 2024.07.31 06:52:40.916038 [ 3 ] {} <Debug> HTTP-Session: a690ed13-7b5f-4487-be4f-1b6fb8ec9143 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 379 | 2024.07.31 06:52:40.916162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 380 | 2024.07.31 06:52:40.916222 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 381 | 2024.07.31 06:52:40.916254 [ 3 ] {} <Debug> HTTP-Session: 349d3768-7ee3-4082-80ae-b7cca2de643b Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 382 | 2024.07.31 06:52:40.916278 [ 3 ] {} <Debug> HTTP-Session: 349d3768-7ee3-4082-80ae-b7cca2de643b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 383 | 2024.07.31 06:52:40.916294 [ 3 ] {} <Debug> HTTP-Session: 349d3768-7ee3-4082-80ae-b7cca2de643b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 384 | 2024.07.31 06:52:40.916333 [ 3 ] {} <Trace> HTTP-Session: 349d3768-7ee3-4082-80ae-b7cca2de643b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 385 | 2024.07.31 06:52:40.916509 [ 3 ] {4a2b374b-0d67-45ef-acaa-6b01ad3537ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) 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) | ||
| 386 | 2024.07.31 06:52:40.916560 [ 3 ] {4a2b374b-0d67-45ef-acaa-6b01ad3537ff} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 387 | 2024.07.31 06:52:40.918856 [ 3 ] {4a2b374b-0d67-45ef-acaa-6b01ad3537ff} <Debug> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Loading data parts | ||
| 388 | 2024.07.31 06:52:40.919010 [ 3 ] {4a2b374b-0d67-45ef-acaa-6b01ad3537ff} <Debug> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): There are no data parts | ||
| 389 | 2024.07.31 06:52:40.921401 [ 3 ] {4a2b374b-0d67-45ef-acaa-6b01ad3537ff} <Debug> DynamicQueryHandler: Done processing query | ||
| 390 | 2024.07.31 06:52:40.921432 [ 3 ] {} <Debug> HTTP-Session: 349d3768-7ee3-4082-80ae-b7cca2de643b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 391 | 2024.07.31 06:52:40.921542 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 392 | 2024.07.31 06:52:40.921600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 393 | 2024.07.31 06:52:40.921619 [ 3 ] {} <Debug> HTTP-Session: 22b02c93-a021-4793-a31a-d7d08aee82ed Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 394 | 2024.07.31 06:52:40.921638 [ 3 ] {} <Debug> HTTP-Session: 22b02c93-a021-4793-a31a-d7d08aee82ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 395 | 2024.07.31 06:52:40.921651 [ 3 ] {} <Debug> HTTP-Session: 22b02c93-a021-4793-a31a-d7d08aee82ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 396 | 2024.07.31 06:52:40.921682 [ 3 ] {} <Trace> HTTP-Session: 22b02c93-a021-4793-a31a-d7d08aee82ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 397 | 2024.07.31 06:52:40.921852 [ 3 ] {a3c982b0-cfe3-47a7-ae66-e57287beae3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) 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) | ||
| 398 | 2024.07.31 06:52:40.921900 [ 3 ] {a3c982b0-cfe3-47a7-ae66-e57287beae3d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 399 | 2024.07.31 06:52:40.923625 [ 3 ] {a3c982b0-cfe3-47a7-ae66-e57287beae3d} <Debug> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Loading data parts | ||
| 400 | 2024.07.31 06:52:40.923788 [ 3 ] {a3c982b0-cfe3-47a7-ae66-e57287beae3d} <Debug> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): There are no data parts | ||
| 401 | 2024.07.31 06:52:40.933860 [ 3 ] {a3c982b0-cfe3-47a7-ae66-e57287beae3d} <Debug> DynamicQueryHandler: Done processing query | ||
| 402 | 2024.07.31 06:52:40.933898 [ 3 ] {} <Debug> HTTP-Session: 22b02c93-a021-4793-a31a-d7d08aee82ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 403 | 2024.07.31 06:52:40.934042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 404 | 2024.07.31 06:52:40.934096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 405 | 2024.07.31 06:52:40.934125 [ 3 ] {} <Debug> HTTP-Session: f4c0ca2c-07a9-411b-877e-e3f6e65b13e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 406 | 2024.07.31 06:52:40.934148 [ 3 ] {} <Debug> HTTP-Session: f4c0ca2c-07a9-411b-877e-e3f6e65b13e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 407 | 2024.07.31 06:52:40.934163 [ 3 ] {} <Debug> HTTP-Session: f4c0ca2c-07a9-411b-877e-e3f6e65b13e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 408 | 2024.07.31 06:52:40.934203 [ 3 ] {} <Trace> HTTP-Session: f4c0ca2c-07a9-411b-877e-e3f6e65b13e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 409 | 2024.07.31 06:52:40.934402 [ 3 ] {c65e8287-9ae0-4e5e-8f6c-993d15f6b967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) 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) | ||
| 410 | 2024.07.31 06:52:40.934454 [ 3 ] {c65e8287-9ae0-4e5e-8f6c-993d15f6b967} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 411 | 2024.07.31 06:52:40.937044 [ 3 ] {c65e8287-9ae0-4e5e-8f6c-993d15f6b967} <Debug> oximeter.measurements_f32 (70c266fd-8516-456c-ae06-feb89ac6fe54): Loading data parts | ||
| 412 | 2024.07.31 06:52:40.937202 [ 3 ] {c65e8287-9ae0-4e5e-8f6c-993d15f6b967} <Debug> oximeter.measurements_f32 (70c266fd-8516-456c-ae06-feb89ac6fe54): There are no data parts | ||
| 413 | 2024.07.31 06:52:40.939610 [ 3 ] {c65e8287-9ae0-4e5e-8f6c-993d15f6b967} <Debug> DynamicQueryHandler: Done processing query | ||
| 414 | 2024.07.31 06:52:40.939634 [ 3 ] {} <Debug> HTTP-Session: f4c0ca2c-07a9-411b-877e-e3f6e65b13e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 415 | 2024.07.31 06:52:40.939743 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 416 | 2024.07.31 06:52:40.939798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 417 | 2024.07.31 06:52:40.939817 [ 3 ] {} <Debug> HTTP-Session: d4201932-91b6-48e0-8e4a-71a60f782759 Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 418 | 2024.07.31 06:52:40.939837 [ 3 ] {} <Debug> HTTP-Session: d4201932-91b6-48e0-8e4a-71a60f782759 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 419 | 2024.07.31 06:52:40.939853 [ 3 ] {} <Debug> HTTP-Session: d4201932-91b6-48e0-8e4a-71a60f782759 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 420 | 2024.07.31 06:52:40.939883 [ 3 ] {} <Trace> HTTP-Session: d4201932-91b6-48e0-8e4a-71a60f782759 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 421 | 2024.07.31 06:52:40.940057 [ 3 ] {8fb64ec3-2fbe-49d3-a9e4-d94236d1fec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) 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) | ||
| 422 | 2024.07.31 06:52:40.940109 [ 3 ] {8fb64ec3-2fbe-49d3-a9e4-d94236d1fec4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 423 | 2024.07.31 06:52:40.941844 [ 3 ] {8fb64ec3-2fbe-49d3-a9e4-d94236d1fec4} <Debug> oximeter.measurements_f64 (72799877-5ca5-4271-bafc-1236ebf61c33): Loading data parts | ||
| 424 | 2024.07.31 06:52:40.941995 [ 3 ] {8fb64ec3-2fbe-49d3-a9e4-d94236d1fec4} <Debug> oximeter.measurements_f64 (72799877-5ca5-4271-bafc-1236ebf61c33): There are no data parts | ||
| 425 | 2024.07.31 06:52:40.950241 [ 3 ] {8fb64ec3-2fbe-49d3-a9e4-d94236d1fec4} <Debug> DynamicQueryHandler: Done processing query | ||
| 426 | 2024.07.31 06:52:40.950275 [ 3 ] {} <Debug> HTTP-Session: d4201932-91b6-48e0-8e4a-71a60f782759 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 427 | 2024.07.31 06:52:40.950413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 428 | 2024.07.31 06:52:40.950467 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 429 | 2024.07.31 06:52:40.950487 [ 3 ] {} <Debug> HTTP-Session: e4145804-9adc-4fd3-acd6-461fbe21f59a Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 430 | 2024.07.31 06:52:40.950512 [ 3 ] {} <Debug> HTTP-Session: e4145804-9adc-4fd3-acd6-461fbe21f59a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 431 | 2024.07.31 06:52:40.950526 [ 3 ] {} <Debug> HTTP-Session: e4145804-9adc-4fd3-acd6-461fbe21f59a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 432 | 2024.07.31 06:52:40.950561 [ 3 ] {} <Trace> HTTP-Session: e4145804-9adc-4fd3-acd6-461fbe21f59a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 433 | 2024.07.31 06:52:40.950738 [ 3 ] {5f0c5b37-345b-4143-9c8d-c7a3f4d9a9e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) 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) | ||
| 434 | 2024.07.31 06:52:40.950792 [ 3 ] {5f0c5b37-345b-4143-9c8d-c7a3f4d9a9e1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 435 | 2024.07.31 06:52:40.979182 [ 3 ] {5f0c5b37-345b-4143-9c8d-c7a3f4d9a9e1} <Debug> oximeter.measurements_string (2a642fa8-8d57-407d-b93c-7f1b38df08a1): Loading data parts | ||
| 436 | 2024.07.31 06:52:40.979355 [ 3 ] {5f0c5b37-345b-4143-9c8d-c7a3f4d9a9e1} <Debug> oximeter.measurements_string (2a642fa8-8d57-407d-b93c-7f1b38df08a1): There are no data parts | ||
| 437 | 2024.07.31 06:52:40.983289 [ 3 ] {5f0c5b37-345b-4143-9c8d-c7a3f4d9a9e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 438 | 2024.07.31 06:52:40.983314 [ 3 ] {} <Debug> HTTP-Session: e4145804-9adc-4fd3-acd6-461fbe21f59a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 439 | 2024.07.31 06:52:40.983463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 440 | 2024.07.31 06:52:40.983518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 441 | 2024.07.31 06:52:40.983552 [ 3 ] {} <Debug> HTTP-Session: 056abcb0-1ca8-4fea-9b6c-0d521cce2a5e Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 442 | 2024.07.31 06:52:40.983586 [ 3 ] {} <Debug> HTTP-Session: 056abcb0-1ca8-4fea-9b6c-0d521cce2a5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 443 | 2024.07.31 06:52:40.983607 [ 3 ] {} <Debug> HTTP-Session: 056abcb0-1ca8-4fea-9b6c-0d521cce2a5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 444 | 2024.07.31 06:52:40.983644 [ 3 ] {} <Trace> HTTP-Session: 056abcb0-1ca8-4fea-9b6c-0d521cce2a5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 445 | 2024.07.31 06:52:40.983839 [ 3 ] {340caf50-13b6-40b1-aaaf-ea8d6f0098ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 446 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 447 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 448 | * a string isn't palatable for a few reasons. | ||
| 449 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 450 | * details. | ||
| 451 | */ | ||
| 452 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 453 | 2024.07.31 06:52:40.983900 [ 3 ] {340caf50-13b6-40b1-aaaf-ea8d6f0098ed} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 454 | 2024.07.31 06:52:40.995502 [ 3 ] {340caf50-13b6-40b1-aaaf-ea8d6f0098ed} <Debug> oximeter.measurements_bytes (0bf72521-4fe3-4013-9f07-eaa7860f1197): Loading data parts | ||
| 455 | 2024.07.31 06:52:40.995685 [ 3 ] {340caf50-13b6-40b1-aaaf-ea8d6f0098ed} <Debug> oximeter.measurements_bytes (0bf72521-4fe3-4013-9f07-eaa7860f1197): There are no data parts | ||
| 456 | 2024.07.31 06:52:41.000137 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.89 MiB, peak 161.69 MiB, free memory in arenas 0.00 B, will set to 170.93 MiB (RSS), difference: 11.04 MiB | ||
| 457 | 2024.07.31 06:52:41.006497 [ 3 ] {340caf50-13b6-40b1-aaaf-ea8d6f0098ed} <Debug> DynamicQueryHandler: Done processing query | ||
| 458 | 2024.07.31 06:52:41.006527 [ 3 ] {} <Debug> HTTP-Session: 056abcb0-1ca8-4fea-9b6c-0d521cce2a5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 459 | 2024.07.31 06:52:41.006667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 460 | 2024.07.31 06:52:41.006729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 461 | 2024.07.31 06:52:41.006749 [ 3 ] {} <Debug> HTTP-Session: ac7da1b1-e96f-46ad-9c5e-e8007c2bc8e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 462 | 2024.07.31 06:52:41.006772 [ 3 ] {} <Debug> HTTP-Session: ac7da1b1-e96f-46ad-9c5e-e8007c2bc8e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 463 | 2024.07.31 06:52:41.006790 [ 3 ] {} <Debug> HTTP-Session: ac7da1b1-e96f-46ad-9c5e-e8007c2bc8e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 464 | 2024.07.31 06:52:41.006820 [ 3 ] {} <Trace> HTTP-Session: ac7da1b1-e96f-46ad-9c5e-e8007c2bc8e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 465 | 2024.07.31 06:52:41.007005 [ 3 ] {5580e1bd-48e3-4309-bdfb-1a89f723346a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) 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) | ||
| 466 | 2024.07.31 06:52:41.007059 [ 3 ] {5580e1bd-48e3-4309-bdfb-1a89f723346a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 467 | 2024.07.31 06:52:41.009640 [ 3 ] {5580e1bd-48e3-4309-bdfb-1a89f723346a} <Debug> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Loading data parts | ||
| 468 | 2024.07.31 06:52:41.009804 [ 3 ] {5580e1bd-48e3-4309-bdfb-1a89f723346a} <Debug> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): There are no data parts | ||
| 469 | 2024.07.31 06:52:41.014488 [ 3 ] {5580e1bd-48e3-4309-bdfb-1a89f723346a} <Debug> DynamicQueryHandler: Done processing query | ||
| 470 | 2024.07.31 06:52:41.014527 [ 3 ] {} <Debug> HTTP-Session: ac7da1b1-e96f-46ad-9c5e-e8007c2bc8e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 471 | 2024.07.31 06:52:41.014659 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 472 | 2024.07.31 06:52:41.014723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 473 | 2024.07.31 06:52:41.014754 [ 3 ] {} <Debug> HTTP-Session: 16051d77-2649-4883-b21a-7623e7a82736 Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 474 | 2024.07.31 06:52:41.014773 [ 3 ] {} <Debug> HTTP-Session: 16051d77-2649-4883-b21a-7623e7a82736 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 475 | 2024.07.31 06:52:41.014795 [ 3 ] {} <Debug> HTTP-Session: 16051d77-2649-4883-b21a-7623e7a82736 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 476 | 2024.07.31 06:52:41.014836 [ 3 ] {} <Trace> HTTP-Session: 16051d77-2649-4883-b21a-7623e7a82736 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 477 | 2024.07.31 06:52:41.015060 [ 3 ] {435887a2-79f8-48e8-abb1-93e877346577} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) 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) | ||
| 478 | 2024.07.31 06:52:41.015126 [ 3 ] {435887a2-79f8-48e8-abb1-93e877346577} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 479 | 2024.07.31 06:52:41.017340 [ 3 ] {435887a2-79f8-48e8-abb1-93e877346577} <Debug> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Loading data parts | ||
| 480 | 2024.07.31 06:52:41.017510 [ 3 ] {435887a2-79f8-48e8-abb1-93e877346577} <Debug> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): There are no data parts | ||
| 481 | 2024.07.31 06:52:41.020067 [ 3 ] {435887a2-79f8-48e8-abb1-93e877346577} <Debug> DynamicQueryHandler: Done processing query | ||
| 482 | 2024.07.31 06:52:41.020099 [ 3 ] {} <Debug> HTTP-Session: 16051d77-2649-4883-b21a-7623e7a82736 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 483 | 2024.07.31 06:52:41.020220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 484 | 2024.07.31 06:52:41.020291 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 485 | 2024.07.31 06:52:41.020316 [ 3 ] {} <Debug> HTTP-Session: ae5e2cf3-6f2b-41f6-ac49-907bae81dafc Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 486 | 2024.07.31 06:52:41.020341 [ 3 ] {} <Debug> HTTP-Session: ae5e2cf3-6f2b-41f6-ac49-907bae81dafc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 487 | 2024.07.31 06:52:41.020361 [ 3 ] {} <Debug> HTTP-Session: ae5e2cf3-6f2b-41f6-ac49-907bae81dafc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 488 | 2024.07.31 06:52:41.020391 [ 3 ] {} <Trace> HTTP-Session: ae5e2cf3-6f2b-41f6-ac49-907bae81dafc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 489 | 2024.07.31 06:52:41.020574 [ 3 ] {6c434092-f840-4284-b78a-861e440d9646} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) 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) | ||
| 490 | 2024.07.31 06:52:41.020634 [ 3 ] {6c434092-f840-4284-b78a-861e440d9646} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 491 | 2024.07.31 06:52:41.022414 [ 3 ] {6c434092-f840-4284-b78a-861e440d9646} <Debug> oximeter.measurements_cumulativef32 (84df0e95-90e1-44bf-8289-a4502175c4b5): Loading data parts | ||
| 492 | 2024.07.31 06:52:41.022572 [ 3 ] {6c434092-f840-4284-b78a-861e440d9646} <Debug> oximeter.measurements_cumulativef32 (84df0e95-90e1-44bf-8289-a4502175c4b5): There are no data parts | ||
| 493 | 2024.07.31 06:52:41.032534 [ 3 ] {6c434092-f840-4284-b78a-861e440d9646} <Debug> DynamicQueryHandler: Done processing query | ||
| 494 | 2024.07.31 06:52:41.032569 [ 3 ] {} <Debug> HTTP-Session: ae5e2cf3-6f2b-41f6-ac49-907bae81dafc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 495 | 2024.07.31 06:52:41.032678 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 496 | 2024.07.31 06:52:41.032731 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 497 | 2024.07.31 06:52:41.032757 [ 3 ] {} <Debug> HTTP-Session: 9e48eb63-1729-44c9-962d-f9f58077a299 Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 498 | 2024.07.31 06:52:41.032773 [ 3 ] {} <Debug> HTTP-Session: 9e48eb63-1729-44c9-962d-f9f58077a299 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 499 | 2024.07.31 06:52:41.032792 [ 3 ] {} <Debug> HTTP-Session: 9e48eb63-1729-44c9-962d-f9f58077a299 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 500 | 2024.07.31 06:52:41.032833 [ 3 ] {} <Trace> HTTP-Session: 9e48eb63-1729-44c9-962d-f9f58077a299 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 501 | 2024.07.31 06:52:41.033015 [ 3 ] {bb262728-0778-450e-867b-d74014f23765} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) 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) | ||
| 502 | 2024.07.31 06:52:41.033071 [ 3 ] {bb262728-0778-450e-867b-d74014f23765} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 503 | 2024.07.31 06:52:41.035751 [ 3 ] {bb262728-0778-450e-867b-d74014f23765} <Debug> oximeter.measurements_cumulativef64 (0922a88e-b6f5-4466-af3d-df5b67ea958d): Loading data parts | ||
| 504 | 2024.07.31 06:52:41.035921 [ 3 ] {bb262728-0778-450e-867b-d74014f23765} <Debug> oximeter.measurements_cumulativef64 (0922a88e-b6f5-4466-af3d-df5b67ea958d): There are no data parts | ||
| 505 | 2024.07.31 06:52:41.038334 [ 3 ] {bb262728-0778-450e-867b-d74014f23765} <Debug> DynamicQueryHandler: Done processing query | ||
| 506 | 2024.07.31 06:52:41.038373 [ 3 ] {} <Debug> HTTP-Session: 9e48eb63-1729-44c9-962d-f9f58077a299 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 507 | 2024.07.31 06:52:41.038493 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 508 | 2024.07.31 06:52:41.038558 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 509 | 2024.07.31 06:52:41.038589 [ 3 ] {} <Debug> HTTP-Session: 993e67e7-f5cc-432d-a6cf-4700af0ef78e Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 510 | 2024.07.31 06:52:41.038614 [ 3 ] {} <Debug> HTTP-Session: 993e67e7-f5cc-432d-a6cf-4700af0ef78e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 511 | 2024.07.31 06:52:41.038630 [ 3 ] {} <Debug> HTTP-Session: 993e67e7-f5cc-432d-a6cf-4700af0ef78e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 512 | 2024.07.31 06:52:41.038672 [ 3 ] {} <Trace> HTTP-Session: 993e67e7-f5cc-432d-a6cf-4700af0ef78e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 513 | 2024.07.31 06:52:41.038979 [ 3 ] {057296df-bfcd-41ab-8aee-84759a554bfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 514 | * NOTE: Array types cannot be Nullable, see | ||
| 515 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 516 | * for more details. | ||
| 517 | * | ||
| 518 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 519 | * is unfortunate, and at this point relies on the fact that an | ||
| 520 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 521 | * to figure out another way to represent missing samples here. | ||
| 522 | */ | ||
| 523 | 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) | ||
| 524 | 2024.07.31 06:52:41.039057 [ 3 ] {057296df-bfcd-41ab-8aee-84759a554bfe} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 525 | 2024.07.31 06:52:41.041267 [ 3 ] {057296df-bfcd-41ab-8aee-84759a554bfe} <Debug> oximeter.measurements_histogrami8 (26acd9bf-e535-4eff-abd7-c423ad90ef1b): Loading data parts | ||
| 526 | 2024.07.31 06:52:41.041409 [ 3 ] {057296df-bfcd-41ab-8aee-84759a554bfe} <Debug> oximeter.measurements_histogrami8 (26acd9bf-e535-4eff-abd7-c423ad90ef1b): There are no data parts | ||
| 527 | 2024.07.31 06:52:41.048792 [ 3 ] {057296df-bfcd-41ab-8aee-84759a554bfe} <Debug> DynamicQueryHandler: Done processing query | ||
| 528 | 2024.07.31 06:52:41.048834 [ 3 ] {} <Debug> HTTP-Session: 993e67e7-f5cc-432d-a6cf-4700af0ef78e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 529 | 2024.07.31 06:52:41.048987 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 530 | 2024.07.31 06:52:41.049052 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 531 | 2024.07.31 06:52:41.049084 [ 3 ] {} <Debug> HTTP-Session: b9b52088-5083-47ac-864c-2bf54e8b6044 Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 532 | 2024.07.31 06:52:41.049103 [ 3 ] {} <Debug> HTTP-Session: b9b52088-5083-47ac-864c-2bf54e8b6044 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 533 | 2024.07.31 06:52:41.049126 [ 3 ] {} <Debug> HTTP-Session: b9b52088-5083-47ac-864c-2bf54e8b6044 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 534 | 2024.07.31 06:52:41.049170 [ 3 ] {} <Trace> HTTP-Session: b9b52088-5083-47ac-864c-2bf54e8b6044 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 535 | 2024.07.31 06:52:41.049456 [ 3 ] {064e4a0e-55ae-4383-b764-7ee6ca7a25dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) 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) | ||
| 536 | 2024.07.31 06:52:41.049521 [ 3 ] {064e4a0e-55ae-4383-b764-7ee6ca7a25dd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 537 | 2024.07.31 06:52:41.052040 [ 3 ] {064e4a0e-55ae-4383-b764-7ee6ca7a25dd} <Debug> oximeter.measurements_histogramu8 (51c32409-58fe-444b-8472-4315f4adef0e): Loading data parts | ||
| 538 | 2024.07.31 06:52:41.052206 [ 3 ] {064e4a0e-55ae-4383-b764-7ee6ca7a25dd} <Debug> oximeter.measurements_histogramu8 (51c32409-58fe-444b-8472-4315f4adef0e): There are no data parts | ||
| 539 | 2024.07.31 06:52:41.054694 [ 3 ] {064e4a0e-55ae-4383-b764-7ee6ca7a25dd} <Debug> DynamicQueryHandler: Done processing query | ||
| 540 | 2024.07.31 06:52:41.054734 [ 3 ] {} <Debug> HTTP-Session: b9b52088-5083-47ac-864c-2bf54e8b6044 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 541 | 2024.07.31 06:52:41.054873 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 542 | 2024.07.31 06:52:41.054938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 543 | 2024.07.31 06:52:41.054967 [ 3 ] {} <Debug> HTTP-Session: cf3435c6-005e-4627-b875-bfaca4242066 Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 544 | 2024.07.31 06:52:41.054993 [ 3 ] {} <Debug> HTTP-Session: cf3435c6-005e-4627-b875-bfaca4242066 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 545 | 2024.07.31 06:52:41.055009 [ 3 ] {} <Debug> HTTP-Session: cf3435c6-005e-4627-b875-bfaca4242066 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 546 | 2024.07.31 06:52:41.055052 [ 3 ] {} <Trace> HTTP-Session: cf3435c6-005e-4627-b875-bfaca4242066 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 547 | 2024.07.31 06:52:41.055354 [ 3 ] {8b0feeb5-5056-4080-86c7-5e10c804cbc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) 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) | ||
| 548 | 2024.07.31 06:52:41.055417 [ 3 ] {8b0feeb5-5056-4080-86c7-5e10c804cbc7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 549 | 2024.07.31 06:52:41.057433 [ 3 ] {8b0feeb5-5056-4080-86c7-5e10c804cbc7} <Debug> oximeter.measurements_histogrami16 (00af245e-0e25-4c47-8df7-78c5ac127f04): Loading data parts | ||
| 550 | 2024.07.31 06:52:41.057585 [ 3 ] {8b0feeb5-5056-4080-86c7-5e10c804cbc7} <Debug> oximeter.measurements_histogrami16 (00af245e-0e25-4c47-8df7-78c5ac127f04): There are no data parts | ||
| 551 | 2024.07.31 06:52:41.067050 [ 3 ] {8b0feeb5-5056-4080-86c7-5e10c804cbc7} <Debug> DynamicQueryHandler: Done processing query | ||
| 552 | 2024.07.31 06:52:41.067092 [ 3 ] {} <Debug> HTTP-Session: cf3435c6-005e-4627-b875-bfaca4242066 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 553 | 2024.07.31 06:52:41.067226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 554 | 2024.07.31 06:52:41.067292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 555 | 2024.07.31 06:52:41.067323 [ 3 ] {} <Debug> HTTP-Session: 03fe5469-3073-4e0b-ab3a-fd88b1eb5066 Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 556 | 2024.07.31 06:52:41.067342 [ 3 ] {} <Debug> HTTP-Session: 03fe5469-3073-4e0b-ab3a-fd88b1eb5066 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 557 | 2024.07.31 06:52:41.067364 [ 3 ] {} <Debug> HTTP-Session: 03fe5469-3073-4e0b-ab3a-fd88b1eb5066 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 558 | 2024.07.31 06:52:41.067400 [ 3 ] {} <Trace> HTTP-Session: 03fe5469-3073-4e0b-ab3a-fd88b1eb5066 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 559 | 2024.07.31 06:52:41.067644 [ 3 ] {40149708-f71b-460c-b589-ccc414ffd5b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) 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) | ||
| 560 | 2024.07.31 06:52:41.067707 [ 3 ] {40149708-f71b-460c-b589-ccc414ffd5b9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 561 | 2024.07.31 06:52:41.070448 [ 3 ] {40149708-f71b-460c-b589-ccc414ffd5b9} <Debug> oximeter.measurements_histogramu16 (bb34c4de-aed3-439c-a514-0e9e086f1b81): Loading data parts | ||
| 562 | 2024.07.31 06:52:41.070614 [ 3 ] {40149708-f71b-460c-b589-ccc414ffd5b9} <Debug> oximeter.measurements_histogramu16 (bb34c4de-aed3-439c-a514-0e9e086f1b81): There are no data parts | ||
| 563 | 2024.07.31 06:52:41.073153 [ 3 ] {40149708-f71b-460c-b589-ccc414ffd5b9} <Debug> DynamicQueryHandler: Done processing query | ||
| 564 | 2024.07.31 06:52:41.073194 [ 3 ] {} <Debug> HTTP-Session: 03fe5469-3073-4e0b-ab3a-fd88b1eb5066 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 565 | 2024.07.31 06:52:41.073328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 566 | 2024.07.31 06:52:41.073382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 567 | 2024.07.31 06:52:41.073408 [ 3 ] {} <Debug> HTTP-Session: 6daba82c-aabd-4afe-9428-e6d226500fcc Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 568 | 2024.07.31 06:52:41.073431 [ 3 ] {} <Debug> HTTP-Session: 6daba82c-aabd-4afe-9428-e6d226500fcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 569 | 2024.07.31 06:52:41.073444 [ 3 ] {} <Debug> HTTP-Session: 6daba82c-aabd-4afe-9428-e6d226500fcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 570 | 2024.07.31 06:52:41.073479 [ 3 ] {} <Trace> HTTP-Session: 6daba82c-aabd-4afe-9428-e6d226500fcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 571 | 2024.07.31 06:52:41.073731 [ 3 ] {ca6ea66b-aed3-416b-bdcd-a78764c87758} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) 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) | ||
| 572 | 2024.07.31 06:52:41.073804 [ 3 ] {ca6ea66b-aed3-416b-bdcd-a78764c87758} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 573 | 2024.07.31 06:52:41.075893 [ 3 ] {ca6ea66b-aed3-416b-bdcd-a78764c87758} <Debug> oximeter.measurements_histogrami32 (5567f31a-0606-47f9-9151-c65498564911): Loading data parts | ||
| 574 | 2024.07.31 06:52:41.076045 [ 3 ] {ca6ea66b-aed3-416b-bdcd-a78764c87758} <Debug> oximeter.measurements_histogrami32 (5567f31a-0606-47f9-9151-c65498564911): There are no data parts | ||
| 575 | 2024.07.31 06:52:41.083526 [ 3 ] {ca6ea66b-aed3-416b-bdcd-a78764c87758} <Debug> DynamicQueryHandler: Done processing query | ||
| 576 | 2024.07.31 06:52:41.083558 [ 3 ] {} <Debug> HTTP-Session: 6daba82c-aabd-4afe-9428-e6d226500fcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 577 | 2024.07.31 06:52:41.083700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 578 | 2024.07.31 06:52:41.083776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 579 | 2024.07.31 06:52:41.083800 [ 3 ] {} <Debug> HTTP-Session: 6436d280-3533-488b-b585-1ab47cd98d00 Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 580 | 2024.07.31 06:52:41.083832 [ 3 ] {} <Debug> HTTP-Session: 6436d280-3533-488b-b585-1ab47cd98d00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 581 | 2024.07.31 06:52:41.083849 [ 3 ] {} <Debug> HTTP-Session: 6436d280-3533-488b-b585-1ab47cd98d00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 582 | 2024.07.31 06:52:41.083893 [ 3 ] {} <Trace> HTTP-Session: 6436d280-3533-488b-b585-1ab47cd98d00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 583 | 2024.07.31 06:52:41.084197 [ 3 ] {11354ba3-0a44-4df2-89c2-5debae50d205} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) 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) | ||
| 584 | 2024.07.31 06:52:41.084287 [ 3 ] {11354ba3-0a44-4df2-89c2-5debae50d205} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 585 | 2024.07.31 06:52:41.086882 [ 3 ] {11354ba3-0a44-4df2-89c2-5debae50d205} <Debug> oximeter.measurements_histogramu32 (6b93f8ed-a724-4835-88f8-2d3ca1a68d91): Loading data parts | ||
| 586 | 2024.07.31 06:52:41.087046 [ 3 ] {11354ba3-0a44-4df2-89c2-5debae50d205} <Debug> oximeter.measurements_histogramu32 (6b93f8ed-a724-4835-88f8-2d3ca1a68d91): There are no data parts | ||
| 587 | 2024.07.31 06:52:41.089548 [ 3 ] {11354ba3-0a44-4df2-89c2-5debae50d205} <Debug> DynamicQueryHandler: Done processing query | ||
| 588 | 2024.07.31 06:52:41.089589 [ 3 ] {} <Debug> HTTP-Session: 6436d280-3533-488b-b585-1ab47cd98d00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 589 | 2024.07.31 06:52:41.089712 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 590 | 2024.07.31 06:52:41.089769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 591 | 2024.07.31 06:52:41.089802 [ 3 ] {} <Debug> HTTP-Session: 0220b135-da37-416c-bfec-20cfd7ac1142 Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 592 | 2024.07.31 06:52:41.089829 [ 3 ] {} <Debug> HTTP-Session: 0220b135-da37-416c-bfec-20cfd7ac1142 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 593 | 2024.07.31 06:52:41.089845 [ 3 ] {} <Debug> HTTP-Session: 0220b135-da37-416c-bfec-20cfd7ac1142 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 594 | 2024.07.31 06:52:41.089889 [ 3 ] {} <Trace> HTTP-Session: 0220b135-da37-416c-bfec-20cfd7ac1142 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 595 | 2024.07.31 06:52:41.090194 [ 3 ] {6ad341cd-ca8f-4284-bc28-bd9bd1f64c8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) 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) | ||
| 596 | 2024.07.31 06:52:41.090274 [ 3 ] {6ad341cd-ca8f-4284-bc28-bd9bd1f64c8d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 597 | 2024.07.31 06:52:41.092341 [ 3 ] {6ad341cd-ca8f-4284-bc28-bd9bd1f64c8d} <Debug> oximeter.measurements_histogrami64 (079d4ac6-2a1b-4d3a-a6a7-0d83c4e16522): Loading data parts | ||
| 598 | 2024.07.31 06:52:41.092503 [ 3 ] {6ad341cd-ca8f-4284-bc28-bd9bd1f64c8d} <Debug> oximeter.measurements_histogrami64 (079d4ac6-2a1b-4d3a-a6a7-0d83c4e16522): There are no data parts | ||
| 599 | 2024.07.31 06:52:41.101953 [ 3 ] {6ad341cd-ca8f-4284-bc28-bd9bd1f64c8d} <Debug> DynamicQueryHandler: Done processing query | ||
| 600 | 2024.07.31 06:52:41.101985 [ 3 ] {} <Debug> HTTP-Session: 0220b135-da37-416c-bfec-20cfd7ac1142 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 601 | 2024.07.31 06:52:41.102152 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 602 | 2024.07.31 06:52:41.102221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 603 | 2024.07.31 06:52:41.102248 [ 3 ] {} <Debug> HTTP-Session: 92de1286-65e6-4e56-ac9b-ca7b0f7a610c Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 604 | 2024.07.31 06:52:41.102275 [ 3 ] {} <Debug> HTTP-Session: 92de1286-65e6-4e56-ac9b-ca7b0f7a610c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 605 | 2024.07.31 06:52:41.102300 [ 3 ] {} <Debug> HTTP-Session: 92de1286-65e6-4e56-ac9b-ca7b0f7a610c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 606 | 2024.07.31 06:52:41.102340 [ 3 ] {} <Trace> HTTP-Session: 92de1286-65e6-4e56-ac9b-ca7b0f7a610c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 607 | 2024.07.31 06:52:41.102627 [ 3 ] {a0eb866f-9f83-427c-8cf6-0c047a167a9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) 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) | ||
| 608 | 2024.07.31 06:52:41.102694 [ 3 ] {a0eb866f-9f83-427c-8cf6-0c047a167a9d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 609 | 2024.07.31 06:52:41.105475 [ 3 ] {a0eb866f-9f83-427c-8cf6-0c047a167a9d} <Debug> oximeter.measurements_histogramu64 (ea8c1315-d9cd-449c-8ed8-d2c6117bd1d0): Loading data parts | ||
| 610 | 2024.07.31 06:52:41.105651 [ 3 ] {a0eb866f-9f83-427c-8cf6-0c047a167a9d} <Debug> oximeter.measurements_histogramu64 (ea8c1315-d9cd-449c-8ed8-d2c6117bd1d0): There are no data parts | ||
| 611 | 2024.07.31 06:52:41.108156 [ 3 ] {a0eb866f-9f83-427c-8cf6-0c047a167a9d} <Debug> DynamicQueryHandler: Done processing query | ||
| 612 | 2024.07.31 06:52:41.108186 [ 3 ] {} <Debug> HTTP-Session: 92de1286-65e6-4e56-ac9b-ca7b0f7a610c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 613 | 2024.07.31 06:52:41.108320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 614 | 2024.07.31 06:52:41.108378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 615 | 2024.07.31 06:52:41.108397 [ 3 ] {} <Debug> HTTP-Session: 42ae7b94-9406-4437-94ce-09fe7cdb2040 Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 616 | 2024.07.31 06:52:41.108419 [ 3 ] {} <Debug> HTTP-Session: 42ae7b94-9406-4437-94ce-09fe7cdb2040 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 617 | 2024.07.31 06:52:41.108432 [ 3 ] {} <Debug> HTTP-Session: 42ae7b94-9406-4437-94ce-09fe7cdb2040 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 618 | 2024.07.31 06:52:41.108467 [ 3 ] {} <Trace> HTTP-Session: 42ae7b94-9406-4437-94ce-09fe7cdb2040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 619 | 2024.07.31 06:52:41.108710 [ 3 ] {491ccb7e-bf1a-44cd-95c1-2940291fba72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) 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) | ||
| 620 | 2024.07.31 06:52:41.108776 [ 3 ] {491ccb7e-bf1a-44cd-95c1-2940291fba72} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 621 | 2024.07.31 06:52:41.110782 [ 3 ] {491ccb7e-bf1a-44cd-95c1-2940291fba72} <Debug> oximeter.measurements_histogramf32 (addf1110-d66c-41ea-bde5-f3bed063b7a5): Loading data parts | ||
| 622 | 2024.07.31 06:52:41.110933 [ 3 ] {491ccb7e-bf1a-44cd-95c1-2940291fba72} <Debug> oximeter.measurements_histogramf32 (addf1110-d66c-41ea-bde5-f3bed063b7a5): There are no data parts | ||
| 623 | 2024.07.31 06:52:41.118523 [ 3 ] {491ccb7e-bf1a-44cd-95c1-2940291fba72} <Debug> DynamicQueryHandler: Done processing query | ||
| 624 | 2024.07.31 06:52:41.118549 [ 3 ] {} <Debug> HTTP-Session: 42ae7b94-9406-4437-94ce-09fe7cdb2040 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 625 | 2024.07.31 06:52:41.118668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 626 | 2024.07.31 06:52:41.118724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 627 | 2024.07.31 06:52:41.118742 [ 3 ] {} <Debug> HTTP-Session: 460dcb5a-ea9d-49f5-b8d1-96dc191d0c18 Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 628 | 2024.07.31 06:52:41.118765 [ 3 ] {} <Debug> HTTP-Session: 460dcb5a-ea9d-49f5-b8d1-96dc191d0c18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 629 | 2024.07.31 06:52:41.118786 [ 3 ] {} <Debug> HTTP-Session: 460dcb5a-ea9d-49f5-b8d1-96dc191d0c18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 630 | 2024.07.31 06:52:41.118816 [ 3 ] {} <Trace> HTTP-Session: 460dcb5a-ea9d-49f5-b8d1-96dc191d0c18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 631 | 2024.07.31 06:52:41.119059 [ 3 ] {063347be-2389-4ee3-a472-6cf69c1d96eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) 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) | ||
| 632 | 2024.07.31 06:52:41.119125 [ 3 ] {063347be-2389-4ee3-a472-6cf69c1d96eb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 633 | 2024.07.31 06:52:41.121665 [ 3 ] {063347be-2389-4ee3-a472-6cf69c1d96eb} <Debug> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Loading data parts | ||
| 634 | 2024.07.31 06:52:41.121813 [ 3 ] {063347be-2389-4ee3-a472-6cf69c1d96eb} <Debug> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): There are no data parts | ||
| 635 | 2024.07.31 06:52:41.124276 [ 3 ] {063347be-2389-4ee3-a472-6cf69c1d96eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 636 | 2024.07.31 06:52:41.124302 [ 3 ] {} <Debug> HTTP-Session: 460dcb5a-ea9d-49f5-b8d1-96dc191d0c18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 637 | 2024.07.31 06:52:41.124432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 638 | 2024.07.31 06:52:41.124487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 639 | 2024.07.31 06:52:41.124517 [ 3 ] {} <Debug> HTTP-Session: 3a0d09be-83da-4a41-9cdb-6c9c1dcd6687 Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 640 | 2024.07.31 06:52:41.124533 [ 3 ] {} <Debug> HTTP-Session: 3a0d09be-83da-4a41-9cdb-6c9c1dcd6687 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 641 | 2024.07.31 06:52:41.124552 [ 3 ] {} <Debug> HTTP-Session: 3a0d09be-83da-4a41-9cdb-6c9c1dcd6687 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 642 | 2024.07.31 06:52:41.124594 [ 3 ] {} <Trace> HTTP-Session: 3a0d09be-83da-4a41-9cdb-6c9c1dcd6687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 643 | 2024.07.31 06:52:41.124738 [ 3 ] {33967bb1-3b5c-417a-99e3-adfa3ccea20c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) /* The field tables store named dimensions of each timeseries. | ||
| 644 | * | ||
| 645 | * As with the measurement tables, there is one field table for each field data | ||
| 646 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 647 | * this behavior **must not** be relied upon for query correctness. | ||
| 648 | * | ||
| 649 | * The index for the fields differs from the measurements, however. Rows are | ||
| 650 | * sorted by timeseries name, then field name, field value, and finally | ||
| 651 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 652 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 653 | * usually then used to look up measurements. | ||
| 654 | * | ||
| 655 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 656 | * timeseries name and then key, since it would improve lookups where one | ||
| 657 | * already has the key. Realistically though, these tables are quite small and | ||
| 658 | * so performance benefits will be low in absolute terms. | ||
| 659 | */ | ||
| 660 | 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) | ||
| 661 | 2024.07.31 06:52:41.124794 [ 3 ] {33967bb1-3b5c-417a-99e3-adfa3ccea20c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 662 | 2024.07.31 06:52:41.126438 [ 3 ] {33967bb1-3b5c-417a-99e3-adfa3ccea20c} <Debug> oximeter.fields_bool (9793550e-f05f-44cc-82a0-acc0eb5af063): Loading data parts | ||
| 663 | 2024.07.31 06:52:41.126613 [ 3 ] {33967bb1-3b5c-417a-99e3-adfa3ccea20c} <Debug> oximeter.fields_bool (9793550e-f05f-44cc-82a0-acc0eb5af063): There are no data parts | ||
| 664 | 2024.07.31 06:52:41.136590 [ 3 ] {33967bb1-3b5c-417a-99e3-adfa3ccea20c} <Debug> DynamicQueryHandler: Done processing query | ||
| 665 | 2024.07.31 06:52:41.136632 [ 3 ] {} <Debug> HTTP-Session: 3a0d09be-83da-4a41-9cdb-6c9c1dcd6687 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 666 | 2024.07.31 06:52:41.136765 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 667 | 2024.07.31 06:52:41.136839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 668 | 2024.07.31 06:52:41.136862 [ 3 ] {} <Debug> HTTP-Session: 59c09d12-d15a-4581-9bf4-646a19c05466 Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 669 | 2024.07.31 06:52:41.136881 [ 3 ] {} <Debug> HTTP-Session: 59c09d12-d15a-4581-9bf4-646a19c05466 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 670 | 2024.07.31 06:52:41.136905 [ 3 ] {} <Debug> HTTP-Session: 59c09d12-d15a-4581-9bf4-646a19c05466 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 671 | 2024.07.31 06:52:41.136950 [ 3 ] {} <Trace> HTTP-Session: 59c09d12-d15a-4581-9bf4-646a19c05466 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 672 | 2024.07.31 06:52:41.137126 [ 3 ] {226907a6-a645-4a44-a04c-04eb0b16d189} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) 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) | ||
| 673 | 2024.07.31 06:52:41.137181 [ 3 ] {226907a6-a645-4a44-a04c-04eb0b16d189} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 674 | 2024.07.31 06:52:41.139673 [ 3 ] {226907a6-a645-4a44-a04c-04eb0b16d189} <Debug> oximeter.fields_i8 (ec453d06-6254-4f6e-875f-c13c8b62cf74): Loading data parts | ||
| 675 | 2024.07.31 06:52:41.139843 [ 3 ] {226907a6-a645-4a44-a04c-04eb0b16d189} <Debug> oximeter.fields_i8 (ec453d06-6254-4f6e-875f-c13c8b62cf74): There are no data parts | ||
| 676 | 2024.07.31 06:52:41.142344 [ 3 ] {226907a6-a645-4a44-a04c-04eb0b16d189} <Debug> DynamicQueryHandler: Done processing query | ||
| 677 | 2024.07.31 06:52:41.142385 [ 3 ] {} <Debug> HTTP-Session: 59c09d12-d15a-4581-9bf4-646a19c05466 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 678 | 2024.07.31 06:52:41.142507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 679 | 2024.07.31 06:52:41.142572 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 680 | 2024.07.31 06:52:41.142601 [ 3 ] {} <Debug> HTTP-Session: 9a710712-36fd-45fc-a51c-c90eb6f77e44 Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 681 | 2024.07.31 06:52:41.142620 [ 3 ] {} <Debug> HTTP-Session: 9a710712-36fd-45fc-a51c-c90eb6f77e44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 682 | 2024.07.31 06:52:41.142644 [ 3 ] {} <Debug> HTTP-Session: 9a710712-36fd-45fc-a51c-c90eb6f77e44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 683 | 2024.07.31 06:52:41.142686 [ 3 ] {} <Trace> HTTP-Session: 9a710712-36fd-45fc-a51c-c90eb6f77e44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 684 | 2024.07.31 06:52:41.142864 [ 3 ] {85750bfa-5165-47ec-a2cf-ba0ae0f51588} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) 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) | ||
| 685 | 2024.07.31 06:52:41.142919 [ 3 ] {85750bfa-5165-47ec-a2cf-ba0ae0f51588} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 686 | 2024.07.31 06:52:41.144642 [ 3 ] {85750bfa-5165-47ec-a2cf-ba0ae0f51588} <Debug> oximeter.fields_u8 (8f5850ba-6acf-43e8-acf8-d4c663abeae8): Loading data parts | ||
| 687 | 2024.07.31 06:52:41.144799 [ 3 ] {85750bfa-5165-47ec-a2cf-ba0ae0f51588} <Debug> oximeter.fields_u8 (8f5850ba-6acf-43e8-acf8-d4c663abeae8): There are no data parts | ||
| 688 | 2024.07.31 06:52:41.152569 [ 3 ] {85750bfa-5165-47ec-a2cf-ba0ae0f51588} <Debug> DynamicQueryHandler: Done processing query | ||
| 689 | 2024.07.31 06:52:41.152610 [ 3 ] {} <Debug> HTTP-Session: 9a710712-36fd-45fc-a51c-c90eb6f77e44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 690 | 2024.07.31 06:52:41.152759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 691 | 2024.07.31 06:52:41.152824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 692 | 2024.07.31 06:52:41.152855 [ 3 ] {} <Debug> HTTP-Session: 593c96a5-e5d6-4f3e-904a-2376d994fce8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 693 | 2024.07.31 06:52:41.152874 [ 3 ] {} <Debug> HTTP-Session: 593c96a5-e5d6-4f3e-904a-2376d994fce8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2024.07.31 06:52:41.152897 [ 3 ] {} <Debug> HTTP-Session: 593c96a5-e5d6-4f3e-904a-2376d994fce8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 695 | 2024.07.31 06:52:41.152941 [ 3 ] {} <Trace> HTTP-Session: 593c96a5-e5d6-4f3e-904a-2376d994fce8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 696 | 2024.07.31 06:52:41.153110 [ 3 ] {736b358c-4890-41ab-9798-dc6df5d85af5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) 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) | ||
| 697 | 2024.07.31 06:52:41.153172 [ 3 ] {736b358c-4890-41ab-9798-dc6df5d85af5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 698 | 2024.07.31 06:52:41.155383 [ 3 ] {736b358c-4890-41ab-9798-dc6df5d85af5} <Debug> oximeter.fields_i16 (ff9de183-0ef7-4eb5-b017-fb81045f82c6): Loading data parts | ||
| 699 | 2024.07.31 06:52:41.155551 [ 3 ] {736b358c-4890-41ab-9798-dc6df5d85af5} <Debug> oximeter.fields_i16 (ff9de183-0ef7-4eb5-b017-fb81045f82c6): There are no data parts | ||
| 700 | 2024.07.31 06:52:41.158171 [ 3 ] {736b358c-4890-41ab-9798-dc6df5d85af5} <Debug> DynamicQueryHandler: Done processing query | ||
| 701 | 2024.07.31 06:52:41.158202 [ 3 ] {} <Debug> HTTP-Session: 593c96a5-e5d6-4f3e-904a-2376d994fce8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2024.07.31 06:52:41.158327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 703 | 2024.07.31 06:52:41.158388 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 704 | 2024.07.31 06:52:41.158406 [ 3 ] {} <Debug> HTTP-Session: 571725a9-ce60-4be3-bc39-d215d1f15c16 Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 705 | 2024.07.31 06:52:41.158428 [ 3 ] {} <Debug> HTTP-Session: 571725a9-ce60-4be3-bc39-d215d1f15c16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2024.07.31 06:52:41.158448 [ 3 ] {} <Debug> HTTP-Session: 571725a9-ce60-4be3-bc39-d215d1f15c16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 707 | 2024.07.31 06:52:41.158477 [ 3 ] {} <Trace> HTTP-Session: 571725a9-ce60-4be3-bc39-d215d1f15c16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 708 | 2024.07.31 06:52:41.158620 [ 3 ] {46e9917a-b7f4-444a-b58f-0e00e56515b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) 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) | ||
| 709 | 2024.07.31 06:52:41.158671 [ 3 ] {46e9917a-b7f4-444a-b58f-0e00e56515b7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 710 | 2024.07.31 06:52:41.160292 [ 3 ] {46e9917a-b7f4-444a-b58f-0e00e56515b7} <Debug> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Loading data parts | ||
| 711 | 2024.07.31 06:52:41.160456 [ 3 ] {46e9917a-b7f4-444a-b58f-0e00e56515b7} <Debug> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): There are no data parts | ||
| 712 | 2024.07.31 06:52:41.170483 [ 3 ] {46e9917a-b7f4-444a-b58f-0e00e56515b7} <Debug> DynamicQueryHandler: Done processing query | ||
| 713 | 2024.07.31 06:52:41.170524 [ 3 ] {} <Debug> HTTP-Session: 571725a9-ce60-4be3-bc39-d215d1f15c16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 714 | 2024.07.31 06:52:41.170650 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 715 | 2024.07.31 06:52:41.170714 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 716 | 2024.07.31 06:52:41.170738 [ 3 ] {} <Debug> HTTP-Session: 0212e27f-1a66-412e-ab68-e119a15405df Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 717 | 2024.07.31 06:52:41.170765 [ 3 ] {} <Debug> HTTP-Session: 0212e27f-1a66-412e-ab68-e119a15405df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 718 | 2024.07.31 06:52:41.170781 [ 3 ] {} <Debug> HTTP-Session: 0212e27f-1a66-412e-ab68-e119a15405df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 719 | 2024.07.31 06:52:41.170824 [ 3 ] {} <Trace> HTTP-Session: 0212e27f-1a66-412e-ab68-e119a15405df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 720 | 2024.07.31 06:52:41.170998 [ 3 ] {cbc69c3e-6edc-4ab8-9737-98408e48792b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) 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) | ||
| 721 | 2024.07.31 06:52:41.171059 [ 3 ] {cbc69c3e-6edc-4ab8-9737-98408e48792b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 722 | 2024.07.31 06:52:41.173499 [ 3 ] {cbc69c3e-6edc-4ab8-9737-98408e48792b} <Debug> oximeter.fields_i32 (d1c7a24e-640a-46e8-8dc9-5c289d14b7cd): Loading data parts | ||
| 723 | 2024.07.31 06:52:41.173768 [ 3 ] {cbc69c3e-6edc-4ab8-9737-98408e48792b} <Debug> oximeter.fields_i32 (d1c7a24e-640a-46e8-8dc9-5c289d14b7cd): There are no data parts | ||
| 724 | 2024.07.31 06:52:41.176355 [ 3 ] {cbc69c3e-6edc-4ab8-9737-98408e48792b} <Debug> DynamicQueryHandler: Done processing query | ||
| 725 | 2024.07.31 06:52:41.176396 [ 3 ] {} <Debug> HTTP-Session: 0212e27f-1a66-412e-ab68-e119a15405df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 726 | 2024.07.31 06:52:41.176504 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 727 | 2024.07.31 06:52:41.176576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 728 | 2024.07.31 06:52:41.176600 [ 3 ] {} <Debug> HTTP-Session: bb03e0d9-3d32-4174-8491-9fa07b4a3977 Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 729 | 2024.07.31 06:52:41.176626 [ 3 ] {} <Debug> HTTP-Session: bb03e0d9-3d32-4174-8491-9fa07b4a3977 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 730 | 2024.07.31 06:52:41.176643 [ 3 ] {} <Debug> HTTP-Session: bb03e0d9-3d32-4174-8491-9fa07b4a3977 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 731 | 2024.07.31 06:52:41.176687 [ 3 ] {} <Trace> HTTP-Session: bb03e0d9-3d32-4174-8491-9fa07b4a3977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 732 | 2024.07.31 06:52:41.176861 [ 3 ] {c4bc57a5-61cc-48ee-a358-94f7045c5299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) 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) | ||
| 733 | 2024.07.31 06:52:41.176916 [ 3 ] {c4bc57a5-61cc-48ee-a358-94f7045c5299} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 734 | 2024.07.31 06:52:41.178623 [ 3 ] {c4bc57a5-61cc-48ee-a358-94f7045c5299} <Debug> oximeter.fields_u32 (37489402-2f01-43cc-a095-e2726ee15510): Loading data parts | ||
| 735 | 2024.07.31 06:52:41.178798 [ 3 ] {c4bc57a5-61cc-48ee-a358-94f7045c5299} <Debug> oximeter.fields_u32 (37489402-2f01-43cc-a095-e2726ee15510): There are no data parts | ||
| 736 | 2024.07.31 06:52:41.187098 [ 3 ] {c4bc57a5-61cc-48ee-a358-94f7045c5299} <Debug> DynamicQueryHandler: Done processing query | ||
| 737 | 2024.07.31 06:52:41.187139 [ 3 ] {} <Debug> HTTP-Session: bb03e0d9-3d32-4174-8491-9fa07b4a3977 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 738 | 2024.07.31 06:52:41.187259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 739 | 2024.07.31 06:52:41.187327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 740 | 2024.07.31 06:52:41.187368 [ 3 ] {} <Debug> HTTP-Session: 05a94207-347b-43c5-b4f5-fb600edfc6d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 741 | 2024.07.31 06:52:41.187384 [ 3 ] {} <Debug> HTTP-Session: 05a94207-347b-43c5-b4f5-fb600edfc6d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 742 | 2024.07.31 06:52:41.187398 [ 3 ] {} <Debug> HTTP-Session: 05a94207-347b-43c5-b4f5-fb600edfc6d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 743 | 2024.07.31 06:52:41.187434 [ 3 ] {} <Trace> HTTP-Session: 05a94207-347b-43c5-b4f5-fb600edfc6d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 744 | 2024.07.31 06:52:41.187571 [ 3 ] {6a9cbe9e-401a-4ca9-8201-db60c32b68fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) 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) | ||
| 745 | 2024.07.31 06:52:41.187617 [ 3 ] {6a9cbe9e-401a-4ca9-8201-db60c32b68fb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 746 | 2024.07.31 06:52:41.189858 [ 3 ] {6a9cbe9e-401a-4ca9-8201-db60c32b68fb} <Debug> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Loading data parts | ||
| 747 | 2024.07.31 06:52:41.190030 [ 3 ] {6a9cbe9e-401a-4ca9-8201-db60c32b68fb} <Debug> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): There are no data parts | ||
| 748 | 2024.07.31 06:52:41.192637 [ 3 ] {6a9cbe9e-401a-4ca9-8201-db60c32b68fb} <Debug> DynamicQueryHandler: Done processing query | ||
| 749 | 2024.07.31 06:52:41.192668 [ 3 ] {} <Debug> HTTP-Session: 05a94207-347b-43c5-b4f5-fb600edfc6d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 750 | 2024.07.31 06:52:41.192777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 751 | 2024.07.31 06:52:41.192832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 752 | 2024.07.31 06:52:41.192856 [ 3 ] {} <Debug> HTTP-Session: 2e690be1-7198-4028-b839-449a570b5012 Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 753 | 2024.07.31 06:52:41.192875 [ 3 ] {} <Debug> HTTP-Session: 2e690be1-7198-4028-b839-449a570b5012 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 754 | 2024.07.31 06:52:41.192891 [ 3 ] {} <Debug> HTTP-Session: 2e690be1-7198-4028-b839-449a570b5012 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 755 | 2024.07.31 06:52:41.192927 [ 3 ] {} <Trace> HTTP-Session: 2e690be1-7198-4028-b839-449a570b5012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 756 | 2024.07.31 06:52:41.193105 [ 3 ] {9622311e-30fe-47c9-912b-9578130c70d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) 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) | ||
| 757 | 2024.07.31 06:52:41.193151 [ 3 ] {9622311e-30fe-47c9-912b-9578130c70d8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 758 | 2024.07.31 06:52:41.194791 [ 3 ] {9622311e-30fe-47c9-912b-9578130c70d8} <Debug> oximeter.fields_u64 (5403a4d4-a9d6-428a-88fb-3a453d9d15f5): Loading data parts | ||
| 759 | 2024.07.31 06:52:41.194947 [ 3 ] {9622311e-30fe-47c9-912b-9578130c70d8} <Debug> oximeter.fields_u64 (5403a4d4-a9d6-428a-88fb-3a453d9d15f5): There are no data parts | ||
| 760 | 2024.07.31 06:52:41.204728 [ 3 ] {9622311e-30fe-47c9-912b-9578130c70d8} <Debug> DynamicQueryHandler: Done processing query | ||
| 761 | 2024.07.31 06:52:41.204759 [ 3 ] {} <Debug> HTTP-Session: 2e690be1-7198-4028-b839-449a570b5012 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 762 | 2024.07.31 06:52:41.204880 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 763 | 2024.07.31 06:52:41.204937 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 764 | 2024.07.31 06:52:41.204960 [ 3 ] {} <Debug> HTTP-Session: f6c0ad5d-2310-44d0-b25e-29638c2e074b Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 765 | 2024.07.31 06:52:41.204979 [ 3 ] {} <Debug> HTTP-Session: f6c0ad5d-2310-44d0-b25e-29638c2e074b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 766 | 2024.07.31 06:52:41.204996 [ 3 ] {} <Debug> HTTP-Session: f6c0ad5d-2310-44d0-b25e-29638c2e074b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 767 | 2024.07.31 06:52:41.205031 [ 3 ] {} <Trace> HTTP-Session: f6c0ad5d-2310-44d0-b25e-29638c2e074b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 768 | 2024.07.31 06:52:41.205200 [ 3 ] {e0708a2b-85fa-4854-8dd0-49bd9a9124d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) 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) | ||
| 769 | 2024.07.31 06:52:41.205247 [ 3 ] {e0708a2b-85fa-4854-8dd0-49bd9a9124d3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 770 | 2024.07.31 06:52:41.207638 [ 3 ] {e0708a2b-85fa-4854-8dd0-49bd9a9124d3} <Debug> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Loading data parts | ||
| 771 | 2024.07.31 06:52:41.207798 [ 3 ] {e0708a2b-85fa-4854-8dd0-49bd9a9124d3} <Debug> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): There are no data parts | ||
| 772 | 2024.07.31 06:52:41.210204 [ 3 ] {e0708a2b-85fa-4854-8dd0-49bd9a9124d3} <Debug> DynamicQueryHandler: Done processing query | ||
| 773 | 2024.07.31 06:52:41.210230 [ 3 ] {} <Debug> HTTP-Session: f6c0ad5d-2310-44d0-b25e-29638c2e074b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 774 | 2024.07.31 06:52:41.210337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 775 | 2024.07.31 06:52:41.210384 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 776 | 2024.07.31 06:52:41.210402 [ 3 ] {} <Debug> HTTP-Session: dc6af083-4d2f-493c-aa58-63ce0e7d2899 Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 777 | 2024.07.31 06:52:41.210417 [ 3 ] {} <Debug> HTTP-Session: dc6af083-4d2f-493c-aa58-63ce0e7d2899 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 778 | 2024.07.31 06:52:41.210430 [ 3 ] {} <Debug> HTTP-Session: dc6af083-4d2f-493c-aa58-63ce0e7d2899 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 779 | 2024.07.31 06:52:41.210460 [ 3 ] {} <Trace> HTTP-Session: dc6af083-4d2f-493c-aa58-63ce0e7d2899 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 780 | 2024.07.31 06:52:41.210594 [ 3 ] {343f5e96-cde7-4f87-874c-eb06f9cbbfed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) 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) | ||
| 781 | 2024.07.31 06:52:41.210632 [ 3 ] {343f5e96-cde7-4f87-874c-eb06f9cbbfed} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 782 | 2024.07.31 06:52:41.212245 [ 3 ] {343f5e96-cde7-4f87-874c-eb06f9cbbfed} <Debug> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Loading data parts | ||
| 783 | 2024.07.31 06:52:41.212389 [ 3 ] {343f5e96-cde7-4f87-874c-eb06f9cbbfed} <Debug> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): There are no data parts | ||
| 784 | 2024.07.31 06:52:41.220230 [ 3 ] {343f5e96-cde7-4f87-874c-eb06f9cbbfed} <Debug> DynamicQueryHandler: Done processing query | ||
| 785 | 2024.07.31 06:52:41.220262 [ 3 ] {} <Debug> HTTP-Session: dc6af083-4d2f-493c-aa58-63ce0e7d2899 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 786 | 2024.07.31 06:52:41.220376 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 787 | 2024.07.31 06:52:41.220424 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 788 | 2024.07.31 06:52:41.220442 [ 3 ] {} <Debug> HTTP-Session: b2c9b718-8a0e-41d3-9b46-79acba65676f Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 789 | 2024.07.31 06:52:41.220458 [ 3 ] {} <Debug> HTTP-Session: b2c9b718-8a0e-41d3-9b46-79acba65676f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 790 | 2024.07.31 06:52:41.220472 [ 3 ] {} <Debug> HTTP-Session: b2c9b718-8a0e-41d3-9b46-79acba65676f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 791 | 2024.07.31 06:52:41.220502 [ 3 ] {} <Trace> HTTP-Session: b2c9b718-8a0e-41d3-9b46-79acba65676f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 792 | 2024.07.31 06:52:41.220638 [ 3 ] {516a44ff-c851-4dc9-9ba8-72e055335f92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) 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) | ||
| 793 | 2024.07.31 06:52:41.220675 [ 3 ] {516a44ff-c851-4dc9-9ba8-72e055335f92} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 794 | 2024.07.31 06:52:41.222837 [ 3 ] {516a44ff-c851-4dc9-9ba8-72e055335f92} <Debug> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Loading data parts | ||
| 795 | 2024.07.31 06:52:41.222990 [ 3 ] {516a44ff-c851-4dc9-9ba8-72e055335f92} <Debug> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): There are no data parts | ||
| 796 | 2024.07.31 06:52:41.225353 [ 3 ] {516a44ff-c851-4dc9-9ba8-72e055335f92} <Debug> DynamicQueryHandler: Done processing query | ||
| 797 | 2024.07.31 06:52:41.225385 [ 3 ] {} <Debug> HTTP-Session: b2c9b718-8a0e-41d3-9b46-79acba65676f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 798 | 2024.07.31 06:52:41.225511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 799 | 2024.07.31 06:52:41.225567 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 800 | 2024.07.31 06:52:41.225590 [ 3 ] {} <Debug> HTTP-Session: 38ece302-32a0-47bf-bfaa-8a2dd7301216 Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 801 | 2024.07.31 06:52:41.225610 [ 3 ] {} <Debug> HTTP-Session: 38ece302-32a0-47bf-bfaa-8a2dd7301216 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 802 | 2024.07.31 06:52:41.225626 [ 3 ] {} <Debug> HTTP-Session: 38ece302-32a0-47bf-bfaa-8a2dd7301216 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 803 | 2024.07.31 06:52:41.225663 [ 3 ] {} <Trace> HTTP-Session: 38ece302-32a0-47bf-bfaa-8a2dd7301216 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 804 | 2024.07.31 06:52:41.225908 [ 3 ] {e09291ec-1fbd-4c88-9a76-61de3636d277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) /* The timeseries schema table stores the extracted schema for the samples | ||
| 805 | * oximeter collects. | ||
| 806 | */ | ||
| 807 | 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) | ||
| 808 | 2024.07.31 06:52:41.225977 [ 3 ] {e09291ec-1fbd-4c88-9a76-61de3636d277} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 809 | 2024.07.31 06:52:41.227788 [ 3 ] {e09291ec-1fbd-4c88-9a76-61de3636d277} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb): Loading data parts | ||
| 810 | 2024.07.31 06:52:41.227943 [ 3 ] {e09291ec-1fbd-4c88-9a76-61de3636d277} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb): There are no data parts | ||
| 811 | 2024.07.31 06:52:41.237643 [ 3 ] {e09291ec-1fbd-4c88-9a76-61de3636d277} <Debug> DynamicQueryHandler: Done processing query | ||
| 812 | 2024.07.31 06:52:41.237674 [ 3 ] {} <Debug> HTTP-Session: 38ece302-32a0-47bf-bfaa-8a2dd7301216 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 813 | 2024.07.31 06:52:41.237830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33654, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 814 | 2024.07.31 06:52:41.237888 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 815 | 2024.07.31 06:52:41.237911 [ 3 ] {} <Debug> HTTP-Session: 55e83805-5153-4aa8-b672-d8fed28445dd Authenticating user 'default' from [fd00:1122:3344:101::d]:33654 | ||
| 816 | 2024.07.31 06:52:41.237931 [ 3 ] {} <Debug> HTTP-Session: 55e83805-5153-4aa8-b672-d8fed28445dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 817 | 2024.07.31 06:52:41.237947 [ 3 ] {} <Debug> HTTP-Session: 55e83805-5153-4aa8-b672-d8fed28445dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 818 | 2024.07.31 06:52:41.237983 [ 3 ] {} <Trace> HTTP-Session: 55e83805-5153-4aa8-b672-d8fed28445dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 819 | 2024.07.31 06:52:41.238171 [ 3 ] {1a02e1c4-ea89-4d2a-871e-4ef2cf27c852} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33654) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 820 | 2024.07.31 06:52:41.239851 [ 3 ] {1a02e1c4-ea89-4d2a-871e-4ef2cf27c852} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 821 | 2024.07.31 06:52:41.243596 [ 3 ] {1a02e1c4-ea89-4d2a-871e-4ef2cf27c852} <Trace> oximeter.version (f3d6ca04-a8c3-4c27-b2b4-d0bacaa78bdc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 822 | 2024.07.31 06:52:41.243632 [ 3 ] {1a02e1c4-ea89-4d2a-871e-4ef2cf27c852} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 823 | 2024.07.31 06:52:41.248089 [ 3 ] {1a02e1c4-ea89-4d2a-871e-4ef2cf27c852} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 824 | 2024.07.31 06:52:41.249147 [ 3 ] {1a02e1c4-ea89-4d2a-871e-4ef2cf27c852} <Trace> oximeter.version (f3d6ca04-a8c3-4c27-b2b4-d0bacaa78bdc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 825 | 2024.07.31 06:52:41.249417 [ 3 ] {1a02e1c4-ea89-4d2a-871e-4ef2cf27c852} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.011339 sec., 88.19119851838786 rows/sec., 1.38 KiB/sec. | ||
| 826 | 2024.07.31 06:52:41.249579 [ 3 ] {1a02e1c4-ea89-4d2a-871e-4ef2cf27c852} <Debug> DynamicQueryHandler: Done processing query | ||
| 827 | 2024.07.31 06:52:41.249603 [ 3 ] {1a02e1c4-ea89-4d2a-871e-4ef2cf27c852} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 828 | 2024.07.31 06:52:41.249618 [ 3 ] {} <Debug> HTTP-Session: 55e83805-5153-4aa8-b672-d8fed28445dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 829 | 2024.07.31 06:52:42.000203 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 172.26 MiB, peak 177.40 MiB, free memory in arenas 0.00 B, will set to 173.72 MiB (RSS), difference: 1.46 MiB | ||
| 830 | 2024.07.31 06:52:53.074823 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 831 | 2024.07.31 06:52:53.074928 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 832 | 2024.07.31 06:53:01.250973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 833 | 2024.07.31 06:53:01.251104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 834 | 2024.07.31 06:53:01.251148 [ 3 ] {} <Debug> HTTP-Session: 3569b745-12ef-4cc3-8f89-6273632b8792 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 835 | 2024.07.31 06:53:01.251186 [ 3 ] {} <Debug> HTTP-Session: 3569b745-12ef-4cc3-8f89-6273632b8792 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 836 | 2024.07.31 06:53:01.251212 [ 3 ] {} <Debug> HTTP-Session: 3569b745-12ef-4cc3-8f89-6273632b8792 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 837 | 2024.07.31 06:53:01.251284 [ 3 ] {} <Trace> HTTP-Session: 3569b745-12ef-4cc3-8f89-6273632b8792 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 838 | 2024.07.31 06:53:01.251559 [ 3 ] {f8323ef5-defa-43bf-b420-351da823ef40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
| 839 | 2024.07.31 06:53:01.252078 [ 3 ] {f8323ef5-defa-43bf-b420-351da823ef40} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 840 | 2024.07.31 06:53:01.254740 [ 3 ] {f8323ef5-defa-43bf-b420-351da823ef40} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 841 | 2024.07.31 06:53:01.255827 [ 3 ] {f8323ef5-defa-43bf-b420-351da823ef40} <Debug> DynamicQueryHandler: Done processing query | ||
| 842 | 2024.07.31 06:53:01.255859 [ 3 ] {f8323ef5-defa-43bf-b420-351da823ef40} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 843 | 2024.07.31 06:53:01.255876 [ 3 ] {} <Debug> HTTP-Session: 3569b745-12ef-4cc3-8f89-6273632b8792 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 844 | 2024.07.31 06:53:01.261335 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 845 | 2024.07.31 06:53:01.261397 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 846 | 2024.07.31 06:53:01.261419 [ 3 ] {} <Debug> HTTP-Session: f5c63bce-b0c8-475d-bd45-475d920a1d2d Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 847 | 2024.07.31 06:53:01.261437 [ 3 ] {} <Debug> HTTP-Session: f5c63bce-b0c8-475d-bd45-475d920a1d2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 848 | 2024.07.31 06:53:01.261451 [ 3 ] {} <Debug> HTTP-Session: f5c63bce-b0c8-475d-bd45-475d920a1d2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 849 | 2024.07.31 06:53:01.261488 [ 3 ] {} <Trace> HTTP-Session: f5c63bce-b0c8-475d-bd45-475d920a1d2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 850 | 2024.07.31 06:53:01.261663 [ 3 ] {faf36b8e-88bf-4631-b26c-df2a44dabed3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
| 851 | 2024.07.31 06:53:01.263348 [ 3 ] {faf36b8e-88bf-4631-b26c-df2a44dabed3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 852 | 2024.07.31 06:53:01.263405 [ 3 ] {faf36b8e-88bf-4631-b26c-df2a44dabed3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 853 | 2024.07.31 06:53:01.264381 [ 3 ] {faf36b8e-88bf-4631-b26c-df2a44dabed3} <Debug> DynamicQueryHandler: Done processing query | ||
| 854 | 2024.07.31 06:53:01.264409 [ 3 ] {faf36b8e-88bf-4631-b26c-df2a44dabed3} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 855 | 2024.07.31 06:53:01.264425 [ 3 ] {} <Debug> HTTP-Session: f5c63bce-b0c8-475d-bd45-475d920a1d2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 856 | 2024.07.31 06:53:01.264709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 857 | 2024.07.31 06:53:01.264760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 858 | 2024.07.31 06:53:01.264779 [ 3 ] {} <Debug> HTTP-Session: 80a5928d-3507-4e49-a758-c8ce213e9b25 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 859 | 2024.07.31 06:53:01.264796 [ 3 ] {} <Debug> HTTP-Session: 80a5928d-3507-4e49-a758-c8ce213e9b25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 860 | 2024.07.31 06:53:01.264810 [ 3 ] {} <Debug> HTTP-Session: 80a5928d-3507-4e49-a758-c8ce213e9b25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 861 | 2024.07.31 06:53:01.264843 [ 3 ] {} <Trace> HTTP-Session: 80a5928d-3507-4e49-a758-c8ce213e9b25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 862 | 2024.07.31 06:53:01.264972 [ 3 ] {090cb6d3-3565-4708-935e-9cc473d3d8f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
| 863 | 2024.07.31 06:53:01.265322 [ 3 ] {090cb6d3-3565-4708-935e-9cc473d3d8f8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 864 | 2024.07.31 06:53:01.265373 [ 3 ] {090cb6d3-3565-4708-935e-9cc473d3d8f8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 865 | 2024.07.31 06:53:01.266189 [ 3 ] {090cb6d3-3565-4708-935e-9cc473d3d8f8} <Debug> DynamicQueryHandler: Done processing query | ||
| 866 | 2024.07.31 06:53:01.266215 [ 3 ] {090cb6d3-3565-4708-935e-9cc473d3d8f8} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 867 | 2024.07.31 06:53:01.266231 [ 3 ] {} <Debug> HTTP-Session: 80a5928d-3507-4e49-a758-c8ce213e9b25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 868 | 2024.07.31 06:53:01.266552 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 869 | 2024.07.31 06:53:01.266599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 870 | 2024.07.31 06:53:01.266617 [ 3 ] {} <Debug> HTTP-Session: 28c2e8b3-cb91-434a-875b-64862af568b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 871 | 2024.07.31 06:53:01.266633 [ 3 ] {} <Debug> HTTP-Session: 28c2e8b3-cb91-434a-875b-64862af568b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 872 | 2024.07.31 06:53:01.266647 [ 3 ] {} <Debug> HTTP-Session: 28c2e8b3-cb91-434a-875b-64862af568b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 873 | 2024.07.31 06:53:01.266676 [ 3 ] {} <Trace> HTTP-Session: 28c2e8b3-cb91-434a-875b-64862af568b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 874 | 2024.07.31 06:53:01.266797 [ 3 ] {b9a52db2-0f7d-452d-9b91-7730b757abfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 875 | 2024.07.31 06:53:01.267120 [ 3 ] {b9a52db2-0f7d-452d-9b91-7730b757abfc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 876 | 2024.07.31 06:53:01.267168 [ 3 ] {b9a52db2-0f7d-452d-9b91-7730b757abfc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 877 | 2024.07.31 06:53:01.268030 [ 3 ] {b9a52db2-0f7d-452d-9b91-7730b757abfc} <Debug> DynamicQueryHandler: Done processing query | ||
| 878 | 2024.07.31 06:53:01.268057 [ 3 ] {b9a52db2-0f7d-452d-9b91-7730b757abfc} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 879 | 2024.07.31 06:53:01.268073 [ 3 ] {} <Debug> HTTP-Session: 28c2e8b3-cb91-434a-875b-64862af568b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 880 | 2024.07.31 06:53:01.268273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 881 | 2024.07.31 06:53:01.268322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 882 | 2024.07.31 06:53:01.268340 [ 3 ] {} <Debug> HTTP-Session: 307a6d04-f526-4cec-b078-10c7904d72ea Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 883 | 2024.07.31 06:53:01.268356 [ 3 ] {} <Debug> HTTP-Session: 307a6d04-f526-4cec-b078-10c7904d72ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 884 | 2024.07.31 06:53:01.268370 [ 3 ] {} <Debug> HTTP-Session: 307a6d04-f526-4cec-b078-10c7904d72ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 885 | 2024.07.31 06:53:01.268400 [ 3 ] {} <Trace> HTTP-Session: 307a6d04-f526-4cec-b078-10c7904d72ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 886 | 2024.07.31 06:53:01.268518 [ 3 ] {ec90222f-efc9-4e1d-93dd-4f8ca9e11aeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 887 | 2024.07.31 06:53:01.268835 [ 3 ] {ec90222f-efc9-4e1d-93dd-4f8ca9e11aeb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 888 | 2024.07.31 06:53:01.268886 [ 3 ] {ec90222f-efc9-4e1d-93dd-4f8ca9e11aeb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 889 | 2024.07.31 06:53:01.269740 [ 3 ] {ec90222f-efc9-4e1d-93dd-4f8ca9e11aeb} <Debug> DynamicQueryHandler: Done processing query | ||
| 890 | 2024.07.31 06:53:01.269766 [ 3 ] {ec90222f-efc9-4e1d-93dd-4f8ca9e11aeb} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 891 | 2024.07.31 06:53:01.269782 [ 3 ] {} <Debug> HTTP-Session: 307a6d04-f526-4cec-b078-10c7904d72ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 892 | 2024.07.31 06:53:01.269995 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 893 | 2024.07.31 06:53:01.270041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 894 | 2024.07.31 06:53:01.270059 [ 3 ] {} <Debug> HTTP-Session: 0fb8340e-7311-4fae-b44e-23de682527df Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 895 | 2024.07.31 06:53:01.270075 [ 3 ] {} <Debug> HTTP-Session: 0fb8340e-7311-4fae-b44e-23de682527df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 896 | 2024.07.31 06:53:01.270089 [ 3 ] {} <Debug> HTTP-Session: 0fb8340e-7311-4fae-b44e-23de682527df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 897 | 2024.07.31 06:53:01.270119 [ 3 ] {} <Trace> HTTP-Session: 0fb8340e-7311-4fae-b44e-23de682527df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 898 | 2024.07.31 06:53:01.270238 [ 3 ] {876a5667-a401-4a89-846e-635c6fc376dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 899 | 2024.07.31 06:53:01.270555 [ 3 ] {876a5667-a401-4a89-846e-635c6fc376dc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 900 | 2024.07.31 06:53:01.270610 [ 3 ] {876a5667-a401-4a89-846e-635c6fc376dc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 901 | 2024.07.31 06:53:01.271483 [ 3 ] {876a5667-a401-4a89-846e-635c6fc376dc} <Debug> DynamicQueryHandler: Done processing query | ||
| 902 | 2024.07.31 06:53:01.271509 [ 3 ] {876a5667-a401-4a89-846e-635c6fc376dc} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 903 | 2024.07.31 06:53:01.271524 [ 3 ] {} <Debug> HTTP-Session: 0fb8340e-7311-4fae-b44e-23de682527df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 904 | 2024.07.31 06:53:01.271724 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 905 | 2024.07.31 06:53:01.271775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 906 | 2024.07.31 06:53:01.271796 [ 3 ] {} <Debug> HTTP-Session: b54dc79a-6246-44a2-9ce9-55e6ca280cb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 907 | 2024.07.31 06:53:01.271814 [ 3 ] {} <Debug> HTTP-Session: b54dc79a-6246-44a2-9ce9-55e6ca280cb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 908 | 2024.07.31 06:53:01.271830 [ 3 ] {} <Debug> HTTP-Session: b54dc79a-6246-44a2-9ce9-55e6ca280cb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 909 | 2024.07.31 06:53:01.271861 [ 3 ] {} <Trace> HTTP-Session: b54dc79a-6246-44a2-9ce9-55e6ca280cb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 910 | 2024.07.31 06:53:01.271983 [ 3 ] {b5e19512-f29b-4aef-b343-45a87f87cfe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 911 | 2024.07.31 06:53:01.272317 [ 3 ] {b5e19512-f29b-4aef-b343-45a87f87cfe6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 912 | 2024.07.31 06:53:01.272368 [ 3 ] {b5e19512-f29b-4aef-b343-45a87f87cfe6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 913 | 2024.07.31 06:53:01.273264 [ 3 ] {b5e19512-f29b-4aef-b343-45a87f87cfe6} <Debug> DynamicQueryHandler: Done processing query | ||
| 914 | 2024.07.31 06:53:01.273294 [ 3 ] {b5e19512-f29b-4aef-b343-45a87f87cfe6} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 915 | 2024.07.31 06:53:01.273309 [ 3 ] {} <Debug> HTTP-Session: b54dc79a-6246-44a2-9ce9-55e6ca280cb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 916 | 2024.07.31 06:53:01.273510 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 917 | 2024.07.31 06:53:01.273556 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 918 | 2024.07.31 06:53:01.273574 [ 3 ] {} <Debug> HTTP-Session: 9413dc0e-0c23-425e-bcb0-684786005c03 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 919 | 2024.07.31 06:53:01.273590 [ 3 ] {} <Debug> HTTP-Session: 9413dc0e-0c23-425e-bcb0-684786005c03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 920 | 2024.07.31 06:53:01.273603 [ 3 ] {} <Debug> HTTP-Session: 9413dc0e-0c23-425e-bcb0-684786005c03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 921 | 2024.07.31 06:53:01.273633 [ 3 ] {} <Trace> HTTP-Session: 9413dc0e-0c23-425e-bcb0-684786005c03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 922 | 2024.07.31 06:53:01.273752 [ 3 ] {5d0c9d2a-989a-4e57-a0fe-b298795018d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 923 | 2024.07.31 06:53:01.274075 [ 3 ] {5d0c9d2a-989a-4e57-a0fe-b298795018d6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 924 | 2024.07.31 06:53:01.274126 [ 3 ] {5d0c9d2a-989a-4e57-a0fe-b298795018d6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 925 | 2024.07.31 06:53:01.274956 [ 3 ] {5d0c9d2a-989a-4e57-a0fe-b298795018d6} <Debug> DynamicQueryHandler: Done processing query | ||
| 926 | 2024.07.31 06:53:01.274981 [ 3 ] {5d0c9d2a-989a-4e57-a0fe-b298795018d6} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 927 | 2024.07.31 06:53:01.274998 [ 3 ] {} <Debug> HTTP-Session: 9413dc0e-0c23-425e-bcb0-684786005c03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 928 | 2024.07.31 06:53:01.275206 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 929 | 2024.07.31 06:53:01.275253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 930 | 2024.07.31 06:53:01.275272 [ 3 ] {} <Debug> HTTP-Session: 3cd62c26-8397-4a84-9d75-b288df71c92a Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 931 | 2024.07.31 06:53:01.275290 [ 3 ] {} <Debug> HTTP-Session: 3cd62c26-8397-4a84-9d75-b288df71c92a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 932 | 2024.07.31 06:53:01.275304 [ 3 ] {} <Debug> HTTP-Session: 3cd62c26-8397-4a84-9d75-b288df71c92a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 933 | 2024.07.31 06:53:01.275333 [ 3 ] {} <Trace> HTTP-Session: 3cd62c26-8397-4a84-9d75-b288df71c92a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 934 | 2024.07.31 06:53:01.275454 [ 3 ] {b4e21832-3f22-41f2-87dc-cb1dc5e84afd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 935 | 2024.07.31 06:53:01.275782 [ 3 ] {b4e21832-3f22-41f2-87dc-cb1dc5e84afd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 936 | 2024.07.31 06:53:01.275833 [ 3 ] {b4e21832-3f22-41f2-87dc-cb1dc5e84afd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 937 | 2024.07.31 06:53:01.276692 [ 3 ] {b4e21832-3f22-41f2-87dc-cb1dc5e84afd} <Debug> DynamicQueryHandler: Done processing query | ||
| 938 | 2024.07.31 06:53:01.276718 [ 3 ] {b4e21832-3f22-41f2-87dc-cb1dc5e84afd} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 939 | 2024.07.31 06:53:01.276734 [ 3 ] {} <Debug> HTTP-Session: 3cd62c26-8397-4a84-9d75-b288df71c92a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 940 | 2024.07.31 06:53:01.276939 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 941 | 2024.07.31 06:53:01.276986 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 942 | 2024.07.31 06:53:01.277004 [ 3 ] {} <Debug> HTTP-Session: ef5cea04-2c22-4c41-aa42-8dd491875449 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 943 | 2024.07.31 06:53:01.277020 [ 3 ] {} <Debug> HTTP-Session: ef5cea04-2c22-4c41-aa42-8dd491875449 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 944 | 2024.07.31 06:53:01.277034 [ 3 ] {} <Debug> HTTP-Session: ef5cea04-2c22-4c41-aa42-8dd491875449 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 945 | 2024.07.31 06:53:01.277064 [ 3 ] {} <Trace> HTTP-Session: ef5cea04-2c22-4c41-aa42-8dd491875449 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 946 | 2024.07.31 06:53:01.277188 [ 3 ] {5d07d8c3-98a8-45dc-b603-06a58d97a8f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 947 | 2024.07.31 06:53:01.277516 [ 3 ] {5d07d8c3-98a8-45dc-b603-06a58d97a8f8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 948 | 2024.07.31 06:53:01.277567 [ 3 ] {5d07d8c3-98a8-45dc-b603-06a58d97a8f8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 949 | 2024.07.31 06:53:01.278459 [ 3 ] {5d07d8c3-98a8-45dc-b603-06a58d97a8f8} <Debug> DynamicQueryHandler: Done processing query | ||
| 950 | 2024.07.31 06:53:01.278484 [ 3 ] {5d07d8c3-98a8-45dc-b603-06a58d97a8f8} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 951 | 2024.07.31 06:53:01.278499 [ 3 ] {} <Debug> HTTP-Session: ef5cea04-2c22-4c41-aa42-8dd491875449 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 952 | 2024.07.31 06:53:01.278696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 953 | 2024.07.31 06:53:01.278743 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 954 | 2024.07.31 06:53:01.278761 [ 3 ] {} <Debug> HTTP-Session: 540739da-3cca-4f62-aed6-b764c9401772 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 955 | 2024.07.31 06:53:01.278776 [ 3 ] {} <Debug> HTTP-Session: 540739da-3cca-4f62-aed6-b764c9401772 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 956 | 2024.07.31 06:53:01.278789 [ 3 ] {} <Debug> HTTP-Session: 540739da-3cca-4f62-aed6-b764c9401772 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 957 | 2024.07.31 06:53:01.278819 [ 3 ] {} <Trace> HTTP-Session: 540739da-3cca-4f62-aed6-b764c9401772 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 958 | 2024.07.31 06:53:01.278944 [ 3 ] {4c8e2083-1dd2-4dd6-a248-8340ce1c5862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 959 | 2024.07.31 06:53:01.279273 [ 3 ] {4c8e2083-1dd2-4dd6-a248-8340ce1c5862} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 960 | 2024.07.31 06:53:01.279327 [ 3 ] {4c8e2083-1dd2-4dd6-a248-8340ce1c5862} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 961 | 2024.07.31 06:53:01.280181 [ 3 ] {4c8e2083-1dd2-4dd6-a248-8340ce1c5862} <Debug> DynamicQueryHandler: Done processing query | ||
| 962 | 2024.07.31 06:53:01.280207 [ 3 ] {4c8e2083-1dd2-4dd6-a248-8340ce1c5862} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 963 | 2024.07.31 06:53:01.280222 [ 3 ] {} <Debug> HTTP-Session: 540739da-3cca-4f62-aed6-b764c9401772 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 964 | 2024.07.31 06:53:01.280424 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 965 | 2024.07.31 06:53:01.280471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 966 | 2024.07.31 06:53:01.280489 [ 3 ] {} <Debug> HTTP-Session: 9a8645c4-bdee-4bad-bd3b-c2bb87038313 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 967 | 2024.07.31 06:53:01.280504 [ 3 ] {} <Debug> HTTP-Session: 9a8645c4-bdee-4bad-bd3b-c2bb87038313 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 968 | 2024.07.31 06:53:01.280517 [ 3 ] {} <Debug> HTTP-Session: 9a8645c4-bdee-4bad-bd3b-c2bb87038313 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 969 | 2024.07.31 06:53:01.280547 [ 3 ] {} <Trace> HTTP-Session: 9a8645c4-bdee-4bad-bd3b-c2bb87038313 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 970 | 2024.07.31 06:53:01.280671 [ 3 ] {6095d612-d1e6-40d9-aa7e-59a8e8ff2238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 971 | 2024.07.31 06:53:01.281004 [ 3 ] {6095d612-d1e6-40d9-aa7e-59a8e8ff2238} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 972 | 2024.07.31 06:53:01.281053 [ 3 ] {6095d612-d1e6-40d9-aa7e-59a8e8ff2238} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 973 | 2024.07.31 06:53:01.281913 [ 3 ] {6095d612-d1e6-40d9-aa7e-59a8e8ff2238} <Debug> DynamicQueryHandler: Done processing query | ||
| 974 | 2024.07.31 06:53:01.281938 [ 3 ] {6095d612-d1e6-40d9-aa7e-59a8e8ff2238} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 975 | 2024.07.31 06:53:01.281954 [ 3 ] {} <Debug> HTTP-Session: 9a8645c4-bdee-4bad-bd3b-c2bb87038313 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 976 | 2024.07.31 06:53:01.282164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 977 | 2024.07.31 06:53:01.282210 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 978 | 2024.07.31 06:53:01.282228 [ 3 ] {} <Debug> HTTP-Session: 5b198195-bc50-407c-9262-f0ee6ba8de4b Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 979 | 2024.07.31 06:53:01.282244 [ 3 ] {} <Debug> HTTP-Session: 5b198195-bc50-407c-9262-f0ee6ba8de4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 980 | 2024.07.31 06:53:01.282257 [ 3 ] {} <Debug> HTTP-Session: 5b198195-bc50-407c-9262-f0ee6ba8de4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 981 | 2024.07.31 06:53:01.282288 [ 3 ] {} <Trace> HTTP-Session: 5b198195-bc50-407c-9262-f0ee6ba8de4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 982 | 2024.07.31 06:53:01.282413 [ 3 ] {0fc9807d-5b64-4fe8-b464-0a6493fe6e16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 983 | 2024.07.31 06:53:01.282744 [ 3 ] {0fc9807d-5b64-4fe8-b464-0a6493fe6e16} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 984 | 2024.07.31 06:53:01.282793 [ 3 ] {0fc9807d-5b64-4fe8-b464-0a6493fe6e16} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 985 | 2024.07.31 06:53:01.283661 [ 3 ] {0fc9807d-5b64-4fe8-b464-0a6493fe6e16} <Debug> DynamicQueryHandler: Done processing query | ||
| 986 | 2024.07.31 06:53:01.283687 [ 3 ] {0fc9807d-5b64-4fe8-b464-0a6493fe6e16} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 987 | 2024.07.31 06:53:01.283704 [ 3 ] {} <Debug> HTTP-Session: 5b198195-bc50-407c-9262-f0ee6ba8de4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 988 | 2024.07.31 06:53:01.283897 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 989 | 2024.07.31 06:53:01.283945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 990 | 2024.07.31 06:53:01.283963 [ 3 ] {} <Debug> HTTP-Session: a84e740a-2f9e-4be6-ae17-51d25332655f Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 991 | 2024.07.31 06:53:01.283979 [ 3 ] {} <Debug> HTTP-Session: a84e740a-2f9e-4be6-ae17-51d25332655f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 992 | 2024.07.31 06:53:01.283993 [ 3 ] {} <Debug> HTTP-Session: a84e740a-2f9e-4be6-ae17-51d25332655f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 993 | 2024.07.31 06:53:01.284022 [ 3 ] {} <Trace> HTTP-Session: a84e740a-2f9e-4be6-ae17-51d25332655f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 994 | 2024.07.31 06:53:01.284151 [ 3 ] {c64a6129-4732-46c3-bcc1-de3ac028e238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 995 | 2024.07.31 06:53:01.284489 [ 3 ] {c64a6129-4732-46c3-bcc1-de3ac028e238} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 996 | 2024.07.31 06:53:01.284541 [ 3 ] {c64a6129-4732-46c3-bcc1-de3ac028e238} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 997 | 2024.07.31 06:53:01.285397 [ 3 ] {c64a6129-4732-46c3-bcc1-de3ac028e238} <Debug> DynamicQueryHandler: Done processing query | ||
| 998 | 2024.07.31 06:53:01.285423 [ 3 ] {c64a6129-4732-46c3-bcc1-de3ac028e238} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 999 | 2024.07.31 06:53:01.285439 [ 3 ] {} <Debug> HTTP-Session: a84e740a-2f9e-4be6-ae17-51d25332655f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1000 | 2024.07.31 06:53:01.285580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1001 | 2024.07.31 06:53:01.285628 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1002 | 2024.07.31 06:53:01.285646 [ 3 ] {} <Debug> HTTP-Session: 8ebe3486-b127-45a2-85d0-5dfbda0dfa52 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1003 | 2024.07.31 06:53:01.285662 [ 3 ] {} <Debug> HTTP-Session: 8ebe3486-b127-45a2-85d0-5dfbda0dfa52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1004 | 2024.07.31 06:53:01.285676 [ 3 ] {} <Debug> HTTP-Session: 8ebe3486-b127-45a2-85d0-5dfbda0dfa52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1005 | 2024.07.31 06:53:01.285705 [ 3 ] {} <Trace> HTTP-Session: 8ebe3486-b127-45a2-85d0-5dfbda0dfa52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1006 | 2024.07.31 06:53:01.285824 [ 3 ] {361999e6-2b6d-48ec-a0c1-3255e7be21e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1007 | 2024.07.31 06:53:01.285869 [ 3 ] {361999e6-2b6d-48ec-a0c1-3255e7be21e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1008 | 2024.07.31 06:53:01.286056 [ 3 ] {361999e6-2b6d-48ec-a0c1-3255e7be21e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1009 | 2024.07.31 06:53:01.286497 [ 3 ] {361999e6-2b6d-48ec-a0c1-3255e7be21e4} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1010 | 2024.07.31 06:53:01.286537 [ 3 ] {361999e6-2b6d-48ec-a0c1-3255e7be21e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1011 | 2024.07.31 06:53:01.287060 [ 3 ] {361999e6-2b6d-48ec-a0c1-3255e7be21e4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1012 | 2024.07.31 06:53:01.287364 [ 3 ] {361999e6-2b6d-48ec-a0c1-3255e7be21e4} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1013 | 2024.07.31 06:53:01.287517 [ 3 ] {361999e6-2b6d-48ec-a0c1-3255e7be21e4} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.001734 sec., 8073.817762399077 rows/sec., 1.13 MiB/sec. | ||
| 1014 | 2024.07.31 06:53:01.287684 [ 3 ] {361999e6-2b6d-48ec-a0c1-3255e7be21e4} <Debug> DynamicQueryHandler: Done processing query | ||
| 1015 | 2024.07.31 06:53:01.287709 [ 3 ] {361999e6-2b6d-48ec-a0c1-3255e7be21e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1016 | 2024.07.31 06:53:01.287723 [ 3 ] {} <Debug> HTTP-Session: 8ebe3486-b127-45a2-85d0-5dfbda0dfa52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1017 | 2024.07.31 06:53:01.287839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3687, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1018 | 2024.07.31 06:53:01.287885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1019 | 2024.07.31 06:53:01.287903 [ 3 ] {} <Debug> HTTP-Session: a732ada2-ab7e-44bc-af24-c0a1e3b4a131 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1020 | 2024.07.31 06:53:01.287919 [ 3 ] {} <Debug> HTTP-Session: a732ada2-ab7e-44bc-af24-c0a1e3b4a131 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1021 | 2024.07.31 06:53:01.287932 [ 3 ] {} <Debug> HTTP-Session: a732ada2-ab7e-44bc-af24-c0a1e3b4a131 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1022 | 2024.07.31 06:53:01.287962 [ 3 ] {} <Trace> HTTP-Session: a732ada2-ab7e-44bc-af24-c0a1e3b4a131 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1023 | 2024.07.31 06:53:01.288065 [ 3 ] {28af1759-bbea-4f64-b43e-0080e929e37d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1024 | 2024.07.31 06:53:01.288109 [ 3 ] {28af1759-bbea-4f64-b43e-0080e929e37d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1025 | 2024.07.31 06:53:01.288228 [ 3 ] {28af1759-bbea-4f64-b43e-0080e929e37d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1026 | 2024.07.31 06:53:01.288765 [ 3 ] {28af1759-bbea-4f64-b43e-0080e929e37d} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1027 | 2024.07.31 06:53:01.288801 [ 3 ] {28af1759-bbea-4f64-b43e-0080e929e37d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1028 | 2024.07.31 06:53:01.289098 [ 3 ] {28af1759-bbea-4f64-b43e-0080e929e37d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1029 | 2024.07.31 06:53:01.289403 [ 3 ] {28af1759-bbea-4f64-b43e-0080e929e37d} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1030 | 2024.07.31 06:53:01.289546 [ 3 ] {28af1759-bbea-4f64-b43e-0080e929e37d} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001508 sec., 17241.379310344826 rows/sec., 1.34 MiB/sec. | ||
| 1031 | 2024.07.31 06:53:01.289715 [ 3 ] {28af1759-bbea-4f64-b43e-0080e929e37d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1032 | 2024.07.31 06:53:01.289739 [ 3 ] {28af1759-bbea-4f64-b43e-0080e929e37d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1033 | 2024.07.31 06:53:01.289754 [ 3 ] {} <Debug> HTTP-Session: a732ada2-ab7e-44bc-af24-c0a1e3b4a131 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1034 | 2024.07.31 06:53:01.289882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 4794, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1035 | 2024.07.31 06:53:01.289938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1036 | 2024.07.31 06:53:01.289958 [ 3 ] {} <Debug> HTTP-Session: 70376f60-dcaf-48a7-a965-80909b8baed1 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1037 | 2024.07.31 06:53:01.289974 [ 3 ] {} <Debug> HTTP-Session: 70376f60-dcaf-48a7-a965-80909b8baed1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1038 | 2024.07.31 06:53:01.289988 [ 3 ] {} <Debug> HTTP-Session: 70376f60-dcaf-48a7-a965-80909b8baed1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1039 | 2024.07.31 06:53:01.290018 [ 3 ] {} <Trace> HTTP-Session: 70376f60-dcaf-48a7-a965-80909b8baed1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1040 | 2024.07.31 06:53:01.290120 [ 3 ] {91bd6b57-01a7-4eb0-bc70-6d9b6ff3eec3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1041 | 2024.07.31 06:53:01.290162 [ 3 ] {91bd6b57-01a7-4eb0-bc70-6d9b6ff3eec3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1042 | 2024.07.31 06:53:01.290844 [ 3 ] {91bd6b57-01a7-4eb0-bc70-6d9b6ff3eec3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1043 | 2024.07.31 06:53:01.291174 [ 3 ] {91bd6b57-01a7-4eb0-bc70-6d9b6ff3eec3} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1044 | 2024.07.31 06:53:01.291212 [ 3 ] {91bd6b57-01a7-4eb0-bc70-6d9b6ff3eec3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1045 | 2024.07.31 06:53:01.292046 [ 3 ] {91bd6b57-01a7-4eb0-bc70-6d9b6ff3eec3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1046 | 2024.07.31 06:53:01.292351 [ 3 ] {91bd6b57-01a7-4eb0-bc70-6d9b6ff3eec3} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1047 | 2024.07.31 06:53:01.292504 [ 3 ] {91bd6b57-01a7-4eb0-bc70-6d9b6ff3eec3} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002413 sec., 11603.812681309571 rows/sec., 926.78 KiB/sec. | ||
| 1048 | 2024.07.31 06:53:01.292660 [ 3 ] {91bd6b57-01a7-4eb0-bc70-6d9b6ff3eec3} <Debug> DynamicQueryHandler: Done processing query | ||
| 1049 | 2024.07.31 06:53:01.292686 [ 3 ] {91bd6b57-01a7-4eb0-bc70-6d9b6ff3eec3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1050 | 2024.07.31 06:53:01.292701 [ 3 ] {} <Debug> HTTP-Session: 70376f60-dcaf-48a7-a965-80909b8baed1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1051 | 2024.07.31 06:53:01.292831 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1973, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1052 | 2024.07.31 06:53:01.292877 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1053 | 2024.07.31 06:53:01.292896 [ 3 ] {} <Debug> HTTP-Session: 069e64fc-0a7e-432d-aac8-ca20fcabbd74 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1054 | 2024.07.31 06:53:01.292912 [ 3 ] {} <Debug> HTTP-Session: 069e64fc-0a7e-432d-aac8-ca20fcabbd74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1055 | 2024.07.31 06:53:01.292925 [ 3 ] {} <Debug> HTTP-Session: 069e64fc-0a7e-432d-aac8-ca20fcabbd74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1056 | 2024.07.31 06:53:01.292954 [ 3 ] {} <Trace> HTTP-Session: 069e64fc-0a7e-432d-aac8-ca20fcabbd74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1057 | 2024.07.31 06:53:01.293054 [ 3 ] {304e939d-3f01-4831-9261-e9f207519711} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1058 | 2024.07.31 06:53:01.293099 [ 3 ] {304e939d-3f01-4831-9261-e9f207519711} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1059 | 2024.07.31 06:53:01.293237 [ 3 ] {304e939d-3f01-4831-9261-e9f207519711} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1060 | 2024.07.31 06:53:01.293561 [ 3 ] {304e939d-3f01-4831-9261-e9f207519711} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1061 | 2024.07.31 06:53:01.293611 [ 3 ] {304e939d-3f01-4831-9261-e9f207519711} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1062 | 2024.07.31 06:53:01.294073 [ 3 ] {304e939d-3f01-4831-9261-e9f207519711} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1063 | 2024.07.31 06:53:01.294408 [ 3 ] {304e939d-3f01-4831-9261-e9f207519711} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1064 | 2024.07.31 06:53:01.294558 [ 3 ] {304e939d-3f01-4831-9261-e9f207519711} <Debug> executeQuery: Read 10 rows, 727.00 B in 0.001528 sec., 6544.502617801047 rows/sec., 464.63 KiB/sec. | ||
| 1065 | 2024.07.31 06:53:01.294730 [ 3 ] {304e939d-3f01-4831-9261-e9f207519711} <Debug> DynamicQueryHandler: Done processing query | ||
| 1066 | 2024.07.31 06:53:01.294755 [ 3 ] {304e939d-3f01-4831-9261-e9f207519711} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1067 | 2024.07.31 06:53:01.294770 [ 3 ] {} <Debug> HTTP-Session: 069e64fc-0a7e-432d-aac8-ca20fcabbd74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1068 | 2024.07.31 06:53:01.294882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 668, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1069 | 2024.07.31 06:53:01.294930 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1070 | 2024.07.31 06:53:01.294949 [ 3 ] {} <Debug> HTTP-Session: 81f68776-e56b-4b32-9556-697e827b004a Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1071 | 2024.07.31 06:53:01.294965 [ 3 ] {} <Debug> HTTP-Session: 81f68776-e56b-4b32-9556-697e827b004a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1072 | 2024.07.31 06:53:01.294978 [ 3 ] {} <Debug> HTTP-Session: 81f68776-e56b-4b32-9556-697e827b004a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1073 | 2024.07.31 06:53:01.295008 [ 3 ] {} <Trace> HTTP-Session: 81f68776-e56b-4b32-9556-697e827b004a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1074 | 2024.07.31 06:53:01.295104 [ 3 ] {8986ef24-5c11-4aa5-b287-7a2921ac8fc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1075 | 2024.07.31 06:53:01.295153 [ 3 ] {8986ef24-5c11-4aa5-b287-7a2921ac8fc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1076 | 2024.07.31 06:53:01.295280 [ 3 ] {8986ef24-5c11-4aa5-b287-7a2921ac8fc9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1077 | 2024.07.31 06:53:01.295549 [ 3 ] {8986ef24-5c11-4aa5-b287-7a2921ac8fc9} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1078 | 2024.07.31 06:53:01.295586 [ 3 ] {8986ef24-5c11-4aa5-b287-7a2921ac8fc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 1079 | 2024.07.31 06:53:01.295952 [ 3 ] {8986ef24-5c11-4aa5-b287-7a2921ac8fc9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1080 | 2024.07.31 06:53:01.296280 [ 3 ] {8986ef24-5c11-4aa5-b287-7a2921ac8fc9} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1081 | 2024.07.31 06:53:01.296431 [ 3 ] {8986ef24-5c11-4aa5-b287-7a2921ac8fc9} <Debug> executeQuery: Read 4 rows, 288.00 B in 0.001342 sec., 2980.6259314456033 rows/sec., 209.58 KiB/sec. | ||
| 1082 | 2024.07.31 06:53:01.296697 [ 3 ] {8986ef24-5c11-4aa5-b287-7a2921ac8fc9} <Debug> DynamicQueryHandler: Done processing query | ||
| 1083 | 2024.07.31 06:53:01.296722 [ 3 ] {8986ef24-5c11-4aa5-b287-7a2921ac8fc9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1084 | 2024.07.31 06:53:01.296738 [ 3 ] {} <Debug> HTTP-Session: 81f68776-e56b-4b32-9556-697e827b004a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1085 | 2024.07.31 06:53:06.257742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 7260, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1086 | 2024.07.31 06:53:06.257869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1087 | 2024.07.31 06:53:06.257895 [ 3 ] {} <Debug> HTTP-Session: 3429f19b-5353-4309-b006-f468869530d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1088 | 2024.07.31 06:53:06.257919 [ 3 ] {} <Debug> HTTP-Session: 3429f19b-5353-4309-b006-f468869530d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1089 | 2024.07.31 06:53:06.257935 [ 3 ] {} <Debug> HTTP-Session: 3429f19b-5353-4309-b006-f468869530d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1090 | 2024.07.31 06:53:06.257983 [ 3 ] {} <Trace> HTTP-Session: 3429f19b-5353-4309-b006-f468869530d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1091 | 2024.07.31 06:53:06.258187 [ 3 ] {5e17792f-fa83-4119-9dc5-c2e18c0d374f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1092 | 2024.07.31 06:53:06.258267 [ 3 ] {5e17792f-fa83-4119-9dc5-c2e18c0d374f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1093 | 2024.07.31 06:53:06.258456 [ 3 ] {5e17792f-fa83-4119-9dc5-c2e18c0d374f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1094 | 2024.07.31 06:53:06.260042 [ 3 ] {5e17792f-fa83-4119-9dc5-c2e18c0d374f} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1095 | 2024.07.31 06:53:06.260088 [ 3 ] {5e17792f-fa83-4119-9dc5-c2e18c0d374f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1096 | 2024.07.31 06:53:06.260461 [ 3 ] {5e17792f-fa83-4119-9dc5-c2e18c0d374f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1097 | 2024.07.31 06:53:06.260795 [ 3 ] {5e17792f-fa83-4119-9dc5-c2e18c0d374f} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1098 | 2024.07.31 06:53:06.260980 [ 3 ] {5e17792f-fa83-4119-9dc5-c2e18c0d374f} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.002855 sec., 18213.660245183888 rows/sec., 1.39 MiB/sec. | ||
| 1099 | 2024.07.31 06:53:06.261197 [ 3 ] {5e17792f-fa83-4119-9dc5-c2e18c0d374f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1100 | 2024.07.31 06:53:06.261225 [ 3 ] {5e17792f-fa83-4119-9dc5-c2e18c0d374f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1101 | 2024.07.31 06:53:06.261242 [ 3 ] {} <Debug> HTTP-Session: 3429f19b-5353-4309-b006-f468869530d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1102 | 2024.07.31 06:53:06.261453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9530, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1103 | 2024.07.31 06:53:06.261506 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1104 | 2024.07.31 06:53:06.261527 [ 3 ] {} <Debug> HTTP-Session: c561dc4a-6336-4bb3-8d8d-f712dd2ef0bd Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1105 | 2024.07.31 06:53:06.261545 [ 3 ] {} <Debug> HTTP-Session: c561dc4a-6336-4bb3-8d8d-f712dd2ef0bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1106 | 2024.07.31 06:53:06.261559 [ 3 ] {} <Debug> HTTP-Session: c561dc4a-6336-4bb3-8d8d-f712dd2ef0bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1107 | 2024.07.31 06:53:06.261594 [ 3 ] {} <Trace> HTTP-Session: c561dc4a-6336-4bb3-8d8d-f712dd2ef0bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1108 | 2024.07.31 06:53:06.261709 [ 3 ] {6701e940-9c0e-48e8-a758-8d0dce73faef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1109 | 2024.07.31 06:53:06.261752 [ 3 ] {6701e940-9c0e-48e8-a758-8d0dce73faef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1110 | 2024.07.31 06:53:06.261878 [ 3 ] {6701e940-9c0e-48e8-a758-8d0dce73faef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1111 | 2024.07.31 06:53:06.262209 [ 3 ] {6701e940-9c0e-48e8-a758-8d0dce73faef} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1112 | 2024.07.31 06:53:06.262246 [ 3 ] {6701e940-9c0e-48e8-a758-8d0dce73faef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1113 | 2024.07.31 06:53:06.262561 [ 3 ] {6701e940-9c0e-48e8-a758-8d0dce73faef} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1114 | 2024.07.31 06:53:06.262881 [ 3 ] {6701e940-9c0e-48e8-a758-8d0dce73faef} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1115 | 2024.07.31 06:53:06.263030 [ 3 ] {6701e940-9c0e-48e8-a758-8d0dce73faef} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.00135 sec., 41481.48148148148 rows/sec., 3.24 MiB/sec. | ||
| 1116 | 2024.07.31 06:53:06.263295 [ 3 ] {6701e940-9c0e-48e8-a758-8d0dce73faef} <Debug> DynamicQueryHandler: Done processing query | ||
| 1117 | 2024.07.31 06:53:06.263321 [ 3 ] {6701e940-9c0e-48e8-a758-8d0dce73faef} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1118 | 2024.07.31 06:53:06.263336 [ 3 ] {} <Debug> HTTP-Session: c561dc4a-6336-4bb3-8d8d-f712dd2ef0bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1119 | 2024.07.31 06:53:06.263598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 24817, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1120 | 2024.07.31 06:53:06.263648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1121 | 2024.07.31 06:53:06.263670 [ 3 ] {} <Debug> HTTP-Session: 427fa575-c55a-4c53-ba5d-06164a85ed08 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1122 | 2024.07.31 06:53:06.263687 [ 3 ] {} <Debug> HTTP-Session: 427fa575-c55a-4c53-ba5d-06164a85ed08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1123 | 2024.07.31 06:53:06.263702 [ 3 ] {} <Debug> HTTP-Session: 427fa575-c55a-4c53-ba5d-06164a85ed08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1124 | 2024.07.31 06:53:06.263732 [ 3 ] {} <Trace> HTTP-Session: 427fa575-c55a-4c53-ba5d-06164a85ed08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1125 | 2024.07.31 06:53:06.263871 [ 3 ] {c162958e-e96c-474a-8aed-b349dd45aa60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1126 | 2024.07.31 06:53:06.263919 [ 3 ] {c162958e-e96c-474a-8aed-b349dd45aa60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1127 | 2024.07.31 06:53:06.264077 [ 3 ] {c162958e-e96c-474a-8aed-b349dd45aa60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1128 | 2024.07.31 06:53:06.264476 [ 3 ] {c162958e-e96c-474a-8aed-b349dd45aa60} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1129 | 2024.07.31 06:53:06.264510 [ 3 ] {c162958e-e96c-474a-8aed-b349dd45aa60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1130 | 2024.07.31 06:53:06.264913 [ 3 ] {c162958e-e96c-474a-8aed-b349dd45aa60} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1131 | 2024.07.31 06:53:06.265246 [ 3 ] {c162958e-e96c-474a-8aed-b349dd45aa60} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1132 | 2024.07.31 06:53:06.265405 [ 3 ] {c162958e-e96c-474a-8aed-b349dd45aa60} <Debug> executeQuery: Read 130 rows, 9.23 KiB in 0.001582 sec., 82174.46270543615 rows/sec., 5.70 MiB/sec. | ||
| 1133 | 2024.07.31 06:53:06.265581 [ 3 ] {c162958e-e96c-474a-8aed-b349dd45aa60} <Debug> DynamicQueryHandler: Done processing query | ||
| 1134 | 2024.07.31 06:53:06.265606 [ 3 ] {c162958e-e96c-474a-8aed-b349dd45aa60} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1135 | 2024.07.31 06:53:06.265622 [ 3 ] {} <Debug> HTTP-Session: 427fa575-c55a-4c53-ba5d-06164a85ed08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1136 | 2024.07.31 06:53:06.265757 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6772, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1137 | 2024.07.31 06:53:06.265806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1138 | 2024.07.31 06:53:06.265827 [ 3 ] {} <Debug> HTTP-Session: 3be025b5-d357-4ce0-9382-20d5f57edeb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1139 | 2024.07.31 06:53:06.265844 [ 3 ] {} <Debug> HTTP-Session: 3be025b5-d357-4ce0-9382-20d5f57edeb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1140 | 2024.07.31 06:53:06.265858 [ 3 ] {} <Debug> HTTP-Session: 3be025b5-d357-4ce0-9382-20d5f57edeb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1141 | 2024.07.31 06:53:06.265889 [ 3 ] {} <Trace> HTTP-Session: 3be025b5-d357-4ce0-9382-20d5f57edeb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1142 | 2024.07.31 06:53:06.265995 [ 3 ] {554d36d5-bab6-419c-b2da-d8c4c6515841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1143 | 2024.07.31 06:53:06.266038 [ 3 ] {554d36d5-bab6-419c-b2da-d8c4c6515841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1144 | 2024.07.31 06:53:06.266161 [ 3 ] {554d36d5-bab6-419c-b2da-d8c4c6515841} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1145 | 2024.07.31 06:53:06.266439 [ 3 ] {554d36d5-bab6-419c-b2da-d8c4c6515841} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1146 | 2024.07.31 06:53:06.266475 [ 3 ] {554d36d5-bab6-419c-b2da-d8c4c6515841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1147 | 2024.07.31 06:53:06.266834 [ 3 ] {554d36d5-bab6-419c-b2da-d8c4c6515841} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1148 | 2024.07.31 06:53:06.267144 [ 3 ] {554d36d5-bab6-419c-b2da-d8c4c6515841} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1149 | 2024.07.31 06:53:06.267301 [ 3 ] {554d36d5-bab6-419c-b2da-d8c4c6515841} <Debug> executeQuery: Read 44 rows, 3.09 KiB in 0.001328 sec., 33132.530120481926 rows/sec., 2.27 MiB/sec. | ||
| 1150 | 2024.07.31 06:53:06.267551 [ 3 ] {554d36d5-bab6-419c-b2da-d8c4c6515841} <Debug> DynamicQueryHandler: Done processing query | ||
| 1151 | 2024.07.31 06:53:06.267576 [ 3 ] {554d36d5-bab6-419c-b2da-d8c4c6515841} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1152 | 2024.07.31 06:53:06.267592 [ 3 ] {} <Debug> HTTP-Session: 3be025b5-d357-4ce0-9382-20d5f57edeb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1153 | 2024.07.31 06:53:08.074989 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1154 | 2024.07.31 06:53:08.075049 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1155 | 2024.07.31 06:53:11.253781 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1156 | 2024.07.31 06:53:11.253904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1157 | 2024.07.31 06:53:11.253931 [ 3 ] {} <Debug> HTTP-Session: 738d9821-3ea1-49d2-9461-225b97989f73 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1158 | 2024.07.31 06:53:11.253955 [ 3 ] {} <Debug> HTTP-Session: 738d9821-3ea1-49d2-9461-225b97989f73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1159 | 2024.07.31 06:53:11.253969 [ 3 ] {} <Debug> HTTP-Session: 738d9821-3ea1-49d2-9461-225b97989f73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1160 | 2024.07.31 06:53:11.254018 [ 3 ] {} <Trace> HTTP-Session: 738d9821-3ea1-49d2-9461-225b97989f73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1161 | 2024.07.31 06:53:11.254256 [ 3 ] {5763a6d0-31ab-42b4-9ab2-2aa977948474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 1162 | 2024.07.31 06:53:11.254667 [ 3 ] {5763a6d0-31ab-42b4-9ab2-2aa977948474} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1163 | 2024.07.31 06:53:11.254741 [ 3 ] {5763a6d0-31ab-42b4-9ab2-2aa977948474} <Debug> 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')" moved to PREWHERE | ||
| 1164 | 2024.07.31 06:53:11.255039 [ 3 ] {5763a6d0-31ab-42b4-9ab2-2aa977948474} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1165 | 2024.07.31 06:53:11.255225 [ 3 ] {5763a6d0-31ab-42b4-9ab2-2aa977948474} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1166 | 2024.07.31 06:53:11.255570 [ 3 ] {5763a6d0-31ab-42b4-9ab2-2aa977948474} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 1167 | 2024.07.31 06:53:11.258838 [ 3 ] {5763a6d0-31ab-42b4-9ab2-2aa977948474} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1168 | 2024.07.31 06:53:11.258910 [ 3 ] {5763a6d0-31ab-42b4-9ab2-2aa977948474} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (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 | ||
| 1169 | 2024.07.31 06:53:11.258935 [ 3 ] {5763a6d0-31ab-42b4-9ab2-2aa977948474} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1170 | 2024.07.31 06:53:11.259061 [ 3 ] {5763a6d0-31ab-42b4-9ab2-2aa977948474} <Trace> 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'))" | ||
| 1171 | 2024.07.31 06:53:11.259092 [ 3 ] {5763a6d0-31ab-42b4-9ab2-2aa977948474} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1172 | 2024.07.31 06:53:11.261178 [ 3 ] {5763a6d0-31ab-42b4-9ab2-2aa977948474} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.007017 sec., 1995.1546244833976 rows/sec., 81.42 KiB/sec. | ||
| 1173 | 2024.07.31 06:53:11.261484 [ 3 ] {5763a6d0-31ab-42b4-9ab2-2aa977948474} <Debug> DynamicQueryHandler: Done processing query | ||
| 1174 | 2024.07.31 06:53:11.261513 [ 3 ] {5763a6d0-31ab-42b4-9ab2-2aa977948474} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1175 | 2024.07.31 06:53:11.261530 [ 3 ] {} <Debug> HTTP-Session: 738d9821-3ea1-49d2-9461-225b97989f73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1176 | 2024.07.31 06:53:11.261764 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1177 | 2024.07.31 06:53:11.261818 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1178 | 2024.07.31 06:53:11.261839 [ 3 ] {} <Debug> HTTP-Session: 4729f42c-b393-4a35-ae10-e40640ced4c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1179 | 2024.07.31 06:53:11.261857 [ 3 ] {} <Debug> HTTP-Session: 4729f42c-b393-4a35-ae10-e40640ced4c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1180 | 2024.07.31 06:53:11.261871 [ 3 ] {} <Debug> HTTP-Session: 4729f42c-b393-4a35-ae10-e40640ced4c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1181 | 2024.07.31 06:53:11.261907 [ 3 ] {} <Trace> HTTP-Session: 4729f42c-b393-4a35-ae10-e40640ced4c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1182 | 2024.07.31 06:53:11.262066 [ 3 ] {7668a8f2-90a8-4dd9-bcaa-235ae31d865f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) 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', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1183 | 2024.07.31 06:53:11.262350 [ 3 ] {7668a8f2-90a8-4dd9-bcaa-235ae31d865f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1184 | 2024.07.31 06:53:11.262395 [ 3 ] {7668a8f2-90a8-4dd9-bcaa-235ae31d865f} <Debug> 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', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 1185 | 2024.07.31 06:53:11.262665 [ 3 ] {7668a8f2-90a8-4dd9-bcaa-235ae31d865f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1186 | 2024.07.31 06:53:11.262735 [ 3 ] {7668a8f2-90a8-4dd9-bcaa-235ae31d865f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1187 | 2024.07.31 06:53:11.262884 [ 3 ] {7668a8f2-90a8-4dd9-bcaa-235ae31d865f} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 1188 | 2024.07.31 06:53:11.262918 [ 3 ] {7668a8f2-90a8-4dd9-bcaa-235ae31d865f} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1189 | 2024.07.31 06:53:11.262943 [ 3 ] {7668a8f2-90a8-4dd9-bcaa-235ae31d865f} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (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 | ||
| 1190 | 2024.07.31 06:53:11.262962 [ 3 ] {7668a8f2-90a8-4dd9-bcaa-235ae31d865f} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1191 | 2024.07.31 06:53:11.263004 [ 3 ] {7668a8f2-90a8-4dd9-bcaa-235ae31d865f} <Trace> 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', 'static_routing_config:static_routes'))" | ||
| 1192 | 2024.07.31 06:53:11.263027 [ 3 ] {7668a8f2-90a8-4dd9-bcaa-235ae31d865f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1193 | 2024.07.31 06:53:11.263910 [ 3 ] {7668a8f2-90a8-4dd9-bcaa-235ae31d865f} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001919 sec., 7295.4663887441375 rows/sec., 297.70 KiB/sec. | ||
| 1194 | 2024.07.31 06:53:11.264149 [ 3 ] {7668a8f2-90a8-4dd9-bcaa-235ae31d865f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1195 | 2024.07.31 06:53:11.264176 [ 3 ] {7668a8f2-90a8-4dd9-bcaa-235ae31d865f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1196 | 2024.07.31 06:53:11.264192 [ 3 ] {} <Debug> HTTP-Session: 4729f42c-b393-4a35-ae10-e40640ced4c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1197 | 2024.07.31 06:53:11.264536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1198 | 2024.07.31 06:53:11.264588 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1199 | 2024.07.31 06:53:11.264607 [ 3 ] {} <Debug> HTTP-Session: 5be7b432-291b-44d6-873e-31e62c1f503a Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1200 | 2024.07.31 06:53:11.264623 [ 3 ] {} <Debug> HTTP-Session: 5be7b432-291b-44d6-873e-31e62c1f503a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1201 | 2024.07.31 06:53:11.264637 [ 3 ] {} <Debug> HTTP-Session: 5be7b432-291b-44d6-873e-31e62c1f503a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1202 | 2024.07.31 06:53:11.264670 [ 3 ] {} <Trace> HTTP-Session: 5be7b432-291b-44d6-873e-31e62c1f503a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1203 | 2024.07.31 06:53:11.264862 [ 3 ] {855611d9-0719-4059-8ab8-2565984c6016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1204 | 2024.07.31 06:53:11.265132 [ 3 ] {855611d9-0719-4059-8ab8-2565984c6016} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1205 | 2024.07.31 06:53:11.265172 [ 3 ] {855611d9-0719-4059-8ab8-2565984c6016} <Debug> 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 1206 | 2024.07.31 06:53:11.265417 [ 3 ] {855611d9-0719-4059-8ab8-2565984c6016} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1207 | 2024.07.31 06:53:11.265484 [ 3 ] {855611d9-0719-4059-8ab8-2565984c6016} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1208 | 2024.07.31 06:53:11.265621 [ 3 ] {855611d9-0719-4059-8ab8-2565984c6016} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1209 | 2024.07.31 06:53:11.265654 [ 3 ] {855611d9-0719-4059-8ab8-2565984c6016} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1210 | 2024.07.31 06:53:11.265679 [ 3 ] {855611d9-0719-4059-8ab8-2565984c6016} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (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 | ||
| 1211 | 2024.07.31 06:53:11.265695 [ 3 ] {855611d9-0719-4059-8ab8-2565984c6016} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1212 | 2024.07.31 06:53:11.265736 [ 3 ] {855611d9-0719-4059-8ab8-2565984c6016} <Trace> 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
| 1213 | 2024.07.31 06:53:11.265757 [ 3 ] {855611d9-0719-4059-8ab8-2565984c6016} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1214 | 2024.07.31 06:53:11.266634 [ 3 ] {855611d9-0719-4059-8ab8-2565984c6016} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001834 sec., 7633.587786259543 rows/sec., 311.50 KiB/sec. | ||
| 1215 | 2024.07.31 06:53:11.266880 [ 3 ] {855611d9-0719-4059-8ab8-2565984c6016} <Debug> DynamicQueryHandler: Done processing query | ||
| 1216 | 2024.07.31 06:53:11.266906 [ 3 ] {855611d9-0719-4059-8ab8-2565984c6016} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1217 | 2024.07.31 06:53:11.266923 [ 3 ] {} <Debug> HTTP-Session: 5be7b432-291b-44d6-873e-31e62c1f503a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1218 | 2024.07.31 06:53:11.267171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1219 | 2024.07.31 06:53:11.267221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1220 | 2024.07.31 06:53:11.267241 [ 3 ] {} <Debug> HTTP-Session: 1ae71bac-d876-45be-bb2b-a88991e0a29e Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1221 | 2024.07.31 06:53:11.267258 [ 3 ] {} <Debug> HTTP-Session: 1ae71bac-d876-45be-bb2b-a88991e0a29e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1222 | 2024.07.31 06:53:11.267271 [ 3 ] {} <Debug> HTTP-Session: 1ae71bac-d876-45be-bb2b-a88991e0a29e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1223 | 2024.07.31 06:53:11.267303 [ 3 ] {} <Trace> HTTP-Session: 1ae71bac-d876-45be-bb2b-a88991e0a29e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1224 | 2024.07.31 06:53:11.267443 [ 3 ] {777d4a96-1860-4af8-a323-719147bf3d02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1225 | 2024.07.31 06:53:11.267699 [ 3 ] {777d4a96-1860-4af8-a323-719147bf3d02} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1226 | 2024.07.31 06:53:11.267740 [ 3 ] {777d4a96-1860-4af8-a323-719147bf3d02} <Debug> 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1227 | 2024.07.31 06:53:11.267985 [ 3 ] {777d4a96-1860-4af8-a323-719147bf3d02} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1228 | 2024.07.31 06:53:11.268049 [ 3 ] {777d4a96-1860-4af8-a323-719147bf3d02} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1229 | 2024.07.31 06:53:11.268185 [ 3 ] {777d4a96-1860-4af8-a323-719147bf3d02} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1230 | 2024.07.31 06:53:11.268217 [ 3 ] {777d4a96-1860-4af8-a323-719147bf3d02} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1231 | 2024.07.31 06:53:11.268240 [ 3 ] {777d4a96-1860-4af8-a323-719147bf3d02} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (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 | ||
| 1232 | 2024.07.31 06:53:11.268258 [ 3 ] {777d4a96-1860-4af8-a323-719147bf3d02} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1233 | 2024.07.31 06:53:11.268298 [ 3 ] {777d4a96-1860-4af8-a323-719147bf3d02} <Trace> 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1234 | 2024.07.31 06:53:11.268321 [ 3 ] {777d4a96-1860-4af8-a323-719147bf3d02} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1235 | 2024.07.31 06:53:11.269249 [ 3 ] {777d4a96-1860-4af8-a323-719147bf3d02} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001862 sec., 7518.796992481203 rows/sec., 306.81 KiB/sec. | ||
| 1236 | 2024.07.31 06:53:11.269488 [ 3 ] {777d4a96-1860-4af8-a323-719147bf3d02} <Debug> DynamicQueryHandler: Done processing query | ||
| 1237 | 2024.07.31 06:53:11.269514 [ 3 ] {777d4a96-1860-4af8-a323-719147bf3d02} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1238 | 2024.07.31 06:53:11.269531 [ 3 ] {} <Debug> HTTP-Session: 1ae71bac-d876-45be-bb2b-a88991e0a29e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1239 | 2024.07.31 06:53:11.275601 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1240 | 2024.07.31 06:53:11.275657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1241 | 2024.07.31 06:53:11.275678 [ 3 ] {} <Debug> HTTP-Session: 9dba4399-a0de-423f-a431-bdb996066a10 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1242 | 2024.07.31 06:53:11.275695 [ 3 ] {} <Debug> HTTP-Session: 9dba4399-a0de-423f-a431-bdb996066a10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1243 | 2024.07.31 06:53:11.275711 [ 3 ] {} <Debug> HTTP-Session: 9dba4399-a0de-423f-a431-bdb996066a10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1244 | 2024.07.31 06:53:11.275759 [ 3 ] {} <Trace> HTTP-Session: 9dba4399-a0de-423f-a431-bdb996066a10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1245 | 2024.07.31 06:53:11.275896 [ 3 ] {b0580a80-e4a7-402d-a8dc-d3df3266a995} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1246 | 2024.07.31 06:53:11.275942 [ 3 ] {b0580a80-e4a7-402d-a8dc-d3df3266a995} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1247 | 2024.07.31 06:53:11.276108 [ 3 ] {b0580a80-e4a7-402d-a8dc-d3df3266a995} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1248 | 2024.07.31 06:53:11.276431 [ 3 ] {b0580a80-e4a7-402d-a8dc-d3df3266a995} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1249 | 2024.07.31 06:53:11.276474 [ 3 ] {b0580a80-e4a7-402d-a8dc-d3df3266a995} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1250 | 2024.07.31 06:53:11.277064 [ 3 ] {b0580a80-e4a7-402d-a8dc-d3df3266a995} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1251 | 2024.07.31 06:53:11.277602 [ 3 ] {b0580a80-e4a7-402d-a8dc-d3df3266a995} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1252 | 2024.07.31 06:53:11.277790 [ 3 ] {b0580a80-e4a7-402d-a8dc-d3df3266a995} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.00193 sec., 2072.538860103627 rows/sec., 263.62 KiB/sec. | ||
| 1253 | 2024.07.31 06:53:11.278090 [ 3 ] {b0580a80-e4a7-402d-a8dc-d3df3266a995} <Debug> DynamicQueryHandler: Done processing query | ||
| 1254 | 2024.07.31 06:53:11.278117 [ 3 ] {b0580a80-e4a7-402d-a8dc-d3df3266a995} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1255 | 2024.07.31 06:53:11.278133 [ 3 ] {} <Debug> HTTP-Session: 9dba4399-a0de-423f-a431-bdb996066a10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1256 | 2024.07.31 06:53:11.278255 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 7839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1257 | 2024.07.31 06:53:11.278305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1258 | 2024.07.31 06:53:11.278326 [ 3 ] {} <Debug> HTTP-Session: 8451ff99-8d15-4f34-a13f-182aef2449a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1259 | 2024.07.31 06:53:11.278342 [ 3 ] {} <Debug> HTTP-Session: 8451ff99-8d15-4f34-a13f-182aef2449a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1260 | 2024.07.31 06:53:11.278356 [ 3 ] {} <Debug> HTTP-Session: 8451ff99-8d15-4f34-a13f-182aef2449a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1261 | 2024.07.31 06:53:11.278385 [ 3 ] {} <Trace> HTTP-Session: 8451ff99-8d15-4f34-a13f-182aef2449a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1262 | 2024.07.31 06:53:11.278497 [ 3 ] {a1849a00-d969-473e-b487-97f60d8d9968} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1263 | 2024.07.31 06:53:11.278540 [ 3 ] {a1849a00-d969-473e-b487-97f60d8d9968} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1264 | 2024.07.31 06:53:11.278688 [ 3 ] {a1849a00-d969-473e-b487-97f60d8d9968} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1265 | 2024.07.31 06:53:11.279115 [ 3 ] {a1849a00-d969-473e-b487-97f60d8d9968} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1266 | 2024.07.31 06:53:11.279154 [ 3 ] {a1849a00-d969-473e-b487-97f60d8d9968} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1267 | 2024.07.31 06:53:11.279561 [ 3 ] {a1849a00-d969-473e-b487-97f60d8d9968} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1268 | 2024.07.31 06:53:11.280209 [ 3 ] {a1849a00-d969-473e-b487-97f60d8d9968} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1269 | 2024.07.31 06:53:11.280364 [ 3 ] {a1849a00-d969-473e-b487-97f60d8d9968} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001903 sec., 29427.220178665266 rows/sec., 2.26 MiB/sec. | ||
| 1270 | 2024.07.31 06:53:11.280531 [ 3 ] {a1849a00-d969-473e-b487-97f60d8d9968} <Debug> DynamicQueryHandler: Done processing query | ||
| 1271 | 2024.07.31 06:53:11.280556 [ 3 ] {a1849a00-d969-473e-b487-97f60d8d9968} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1272 | 2024.07.31 06:53:11.280571 [ 3 ] {} <Debug> HTTP-Session: 8451ff99-8d15-4f34-a13f-182aef2449a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1273 | 2024.07.31 06:53:11.280770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 10888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1274 | 2024.07.31 06:53:11.280819 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1275 | 2024.07.31 06:53:11.280840 [ 3 ] {} <Debug> HTTP-Session: 85860b68-d30b-493f-8317-e7b33e4fdff5 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1276 | 2024.07.31 06:53:11.280856 [ 3 ] {} <Debug> HTTP-Session: 85860b68-d30b-493f-8317-e7b33e4fdff5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1277 | 2024.07.31 06:53:11.280870 [ 3 ] {} <Debug> HTTP-Session: 85860b68-d30b-493f-8317-e7b33e4fdff5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1278 | 2024.07.31 06:53:11.280901 [ 3 ] {} <Trace> HTTP-Session: 85860b68-d30b-493f-8317-e7b33e4fdff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1279 | 2024.07.31 06:53:11.281031 [ 3 ] {19ad3b4e-9986-46ae-beb6-a7d6967e9938} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1280 | 2024.07.31 06:53:11.281077 [ 3 ] {19ad3b4e-9986-46ae-beb6-a7d6967e9938} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1281 | 2024.07.31 06:53:11.281202 [ 3 ] {19ad3b4e-9986-46ae-beb6-a7d6967e9938} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1282 | 2024.07.31 06:53:11.281558 [ 3 ] {19ad3b4e-9986-46ae-beb6-a7d6967e9938} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1283 | 2024.07.31 06:53:11.281595 [ 3 ] {19ad3b4e-9986-46ae-beb6-a7d6967e9938} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1284 | 2024.07.31 06:53:11.282015 [ 3 ] {19ad3b4e-9986-46ae-beb6-a7d6967e9938} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1285 | 2024.07.31 06:53:11.282603 [ 3 ] {19ad3b4e-9986-46ae-beb6-a7d6967e9938} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1286 | 2024.07.31 06:53:11.282757 [ 3 ] {19ad3b4e-9986-46ae-beb6-a7d6967e9938} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00177 sec., 36158.19209039548 rows/sec., 2.82 MiB/sec. | ||
| 1287 | 2024.07.31 06:53:11.282926 [ 3 ] {19ad3b4e-9986-46ae-beb6-a7d6967e9938} <Debug> DynamicQueryHandler: Done processing query | ||
| 1288 | 2024.07.31 06:53:11.282951 [ 3 ] {19ad3b4e-9986-46ae-beb6-a7d6967e9938} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1289 | 2024.07.31 06:53:11.282966 [ 3 ] {} <Debug> HTTP-Session: 85860b68-d30b-493f-8317-e7b33e4fdff5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1290 | 2024.07.31 06:53:11.283194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30186, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1291 | 2024.07.31 06:53:11.283253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1292 | 2024.07.31 06:53:11.283275 [ 3 ] {} <Debug> HTTP-Session: 1aa52d53-81da-490a-aa58-789f4a0ec538 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1293 | 2024.07.31 06:53:11.283291 [ 3 ] {} <Debug> HTTP-Session: 1aa52d53-81da-490a-aa58-789f4a0ec538 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1294 | 2024.07.31 06:53:11.283308 [ 3 ] {} <Debug> HTTP-Session: 1aa52d53-81da-490a-aa58-789f4a0ec538 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1295 | 2024.07.31 06:53:11.283349 [ 3 ] {} <Trace> HTTP-Session: 1aa52d53-81da-490a-aa58-789f4a0ec538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1296 | 2024.07.31 06:53:11.283498 [ 3 ] {83f4dee5-960b-436a-9000-3b14d346ed94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1297 | 2024.07.31 06:53:11.283544 [ 3 ] {83f4dee5-960b-436a-9000-3b14d346ed94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1298 | 2024.07.31 06:53:11.283683 [ 3 ] {83f4dee5-960b-436a-9000-3b14d346ed94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1299 | 2024.07.31 06:53:11.284075 [ 3 ] {83f4dee5-960b-436a-9000-3b14d346ed94} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1300 | 2024.07.31 06:53:11.284111 [ 3 ] {83f4dee5-960b-436a-9000-3b14d346ed94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1301 | 2024.07.31 06:53:11.284668 [ 3 ] {83f4dee5-960b-436a-9000-3b14d346ed94} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1302 | 2024.07.31 06:53:11.285322 [ 3 ] {83f4dee5-960b-436a-9000-3b14d346ed94} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1303 | 2024.07.31 06:53:11.285472 [ 3 ] {83f4dee5-960b-436a-9000-3b14d346ed94} <Debug> executeQuery: Read 158 rows, 11.26 KiB in 0.002034 sec., 77679.4493608653 rows/sec., 5.41 MiB/sec. | ||
| 1304 | 2024.07.31 06:53:11.285663 [ 3 ] {83f4dee5-960b-436a-9000-3b14d346ed94} <Debug> DynamicQueryHandler: Done processing query | ||
| 1305 | 2024.07.31 06:53:11.285690 [ 3 ] {83f4dee5-960b-436a-9000-3b14d346ed94} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1306 | 2024.07.31 06:53:11.285706 [ 3 ] {} <Debug> HTTP-Session: 1aa52d53-81da-490a-aa58-789f4a0ec538 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1307 | 2024.07.31 06:53:11.285858 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 8847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1308 | 2024.07.31 06:53:11.285908 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1309 | 2024.07.31 06:53:11.285927 [ 3 ] {} <Debug> HTTP-Session: 31c829e0-30be-4ac4-860e-9cac69164066 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1310 | 2024.07.31 06:53:11.285944 [ 3 ] {} <Debug> HTTP-Session: 31c829e0-30be-4ac4-860e-9cac69164066 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1311 | 2024.07.31 06:53:11.285957 [ 3 ] {} <Debug> HTTP-Session: 31c829e0-30be-4ac4-860e-9cac69164066 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1312 | 2024.07.31 06:53:11.285988 [ 3 ] {} <Trace> HTTP-Session: 31c829e0-30be-4ac4-860e-9cac69164066 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1313 | 2024.07.31 06:53:11.286111 [ 3 ] {9ada28f6-dc2d-4625-a15b-67e5600adb7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1314 | 2024.07.31 06:53:11.286155 [ 3 ] {9ada28f6-dc2d-4625-a15b-67e5600adb7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1315 | 2024.07.31 06:53:11.286284 [ 3 ] {9ada28f6-dc2d-4625-a15b-67e5600adb7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1316 | 2024.07.31 06:53:11.286609 [ 3 ] {9ada28f6-dc2d-4625-a15b-67e5600adb7a} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1317 | 2024.07.31 06:53:11.286657 [ 3 ] {9ada28f6-dc2d-4625-a15b-67e5600adb7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1318 | 2024.07.31 06:53:11.287134 [ 3 ] {9ada28f6-dc2d-4625-a15b-67e5600adb7a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1319 | 2024.07.31 06:53:11.287708 [ 3 ] {9ada28f6-dc2d-4625-a15b-67e5600adb7a} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1320 | 2024.07.31 06:53:11.287854 [ 3 ] {9ada28f6-dc2d-4625-a15b-67e5600adb7a} <Debug> executeQuery: Read 58 rows, 4.01 KiB in 0.001783 sec., 32529.444756029163 rows/sec., 2.20 MiB/sec. | ||
| 1321 | 2024.07.31 06:53:11.288126 [ 3 ] {9ada28f6-dc2d-4625-a15b-67e5600adb7a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1322 | 2024.07.31 06:53:11.288151 [ 3 ] {9ada28f6-dc2d-4625-a15b-67e5600adb7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1323 | 2024.07.31 06:53:11.288168 [ 3 ] {} <Debug> HTTP-Session: 31c829e0-30be-4ac4-860e-9cac69164066 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1324 | 2024.07.31 06:53:16.259581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 7839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1325 | 2024.07.31 06:53:16.259771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1326 | 2024.07.31 06:53:16.259816 [ 3 ] {} <Debug> HTTP-Session: 8041f297-4fed-4fd8-9c21-feab8f3b98c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1327 | 2024.07.31 06:53:16.259857 [ 3 ] {} <Debug> HTTP-Session: 8041f297-4fed-4fd8-9c21-feab8f3b98c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1328 | 2024.07.31 06:53:16.259887 [ 3 ] {} <Debug> HTTP-Session: 8041f297-4fed-4fd8-9c21-feab8f3b98c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1329 | 2024.07.31 06:53:16.259968 [ 3 ] {} <Trace> HTTP-Session: 8041f297-4fed-4fd8-9c21-feab8f3b98c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1330 | 2024.07.31 06:53:16.260284 [ 3 ] {50d55af5-e3e8-4429-897e-1217a4fc232e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1331 | 2024.07.31 06:53:16.260395 [ 3 ] {50d55af5-e3e8-4429-897e-1217a4fc232e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1332 | 2024.07.31 06:53:16.260713 [ 3 ] {50d55af5-e3e8-4429-897e-1217a4fc232e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1333 | 2024.07.31 06:53:16.261254 [ 3 ] {50d55af5-e3e8-4429-897e-1217a4fc232e} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1334 | 2024.07.31 06:53:16.261300 [ 3 ] {50d55af5-e3e8-4429-897e-1217a4fc232e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1335 | 2024.07.31 06:53:16.261673 [ 3 ] {50d55af5-e3e8-4429-897e-1217a4fc232e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1336 | 2024.07.31 06:53:16.261999 [ 3 ] {50d55af5-e3e8-4429-897e-1217a4fc232e} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1337 | 2024.07.31 06:53:16.262170 [ 3 ] {50d55af5-e3e8-4429-897e-1217a4fc232e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00199 sec., 28140.70351758794 rows/sec., 2.16 MiB/sec. | ||
| 1338 | 2024.07.31 06:53:16.262385 [ 3 ] {50d55af5-e3e8-4429-897e-1217a4fc232e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1339 | 2024.07.31 06:53:16.262412 [ 3 ] {50d55af5-e3e8-4429-897e-1217a4fc232e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1340 | 2024.07.31 06:53:16.262429 [ 3 ] {} <Debug> HTTP-Session: 8041f297-4fed-4fd8-9c21-feab8f3b98c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1341 | 2024.07.31 06:53:16.262608 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 10888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1342 | 2024.07.31 06:53:16.262664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1343 | 2024.07.31 06:53:16.262683 [ 3 ] {} <Debug> HTTP-Session: 55d306c0-79bb-4ea1-9cb4-a2be1e1241cf Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1344 | 2024.07.31 06:53:16.262700 [ 3 ] {} <Debug> HTTP-Session: 55d306c0-79bb-4ea1-9cb4-a2be1e1241cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1345 | 2024.07.31 06:53:16.262715 [ 3 ] {} <Debug> HTTP-Session: 55d306c0-79bb-4ea1-9cb4-a2be1e1241cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1346 | 2024.07.31 06:53:16.262748 [ 3 ] {} <Trace> HTTP-Session: 55d306c0-79bb-4ea1-9cb4-a2be1e1241cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1347 | 2024.07.31 06:53:16.262880 [ 3 ] {82ade4ed-1a31-4e3e-bc59-3a941bc671d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1348 | 2024.07.31 06:53:16.262926 [ 3 ] {82ade4ed-1a31-4e3e-bc59-3a941bc671d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1349 | 2024.07.31 06:53:16.263054 [ 3 ] {82ade4ed-1a31-4e3e-bc59-3a941bc671d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1350 | 2024.07.31 06:53:16.263414 [ 3 ] {82ade4ed-1a31-4e3e-bc59-3a941bc671d3} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1351 | 2024.07.31 06:53:16.263453 [ 3 ] {82ade4ed-1a31-4e3e-bc59-3a941bc671d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1352 | 2024.07.31 06:53:16.263785 [ 3 ] {82ade4ed-1a31-4e3e-bc59-3a941bc671d3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1353 | 2024.07.31 06:53:16.264111 [ 3 ] {82ade4ed-1a31-4e3e-bc59-3a941bc671d3} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1354 | 2024.07.31 06:53:16.264266 [ 3 ] {82ade4ed-1a31-4e3e-bc59-3a941bc671d3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001429 sec., 44786.56403079077 rows/sec., 3.50 MiB/sec. | ||
| 1355 | 2024.07.31 06:53:16.264529 [ 3 ] {82ade4ed-1a31-4e3e-bc59-3a941bc671d3} <Debug> DynamicQueryHandler: Done processing query | ||
| 1356 | 2024.07.31 06:53:16.264554 [ 3 ] {82ade4ed-1a31-4e3e-bc59-3a941bc671d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1357 | 2024.07.31 06:53:16.264572 [ 3 ] {} <Debug> HTTP-Session: 55d306c0-79bb-4ea1-9cb4-a2be1e1241cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1358 | 2024.07.31 06:53:16.264754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1359 | 2024.07.31 06:53:16.264803 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1360 | 2024.07.31 06:53:16.264822 [ 3 ] {} <Debug> HTTP-Session: 27bfde6a-1638-41f6-9a83-155ab730d4c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1361 | 2024.07.31 06:53:16.264839 [ 3 ] {} <Debug> HTTP-Session: 27bfde6a-1638-41f6-9a83-155ab730d4c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1362 | 2024.07.31 06:53:16.264853 [ 3 ] {} <Debug> HTTP-Session: 27bfde6a-1638-41f6-9a83-155ab730d4c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1363 | 2024.07.31 06:53:16.264883 [ 3 ] {} <Trace> HTTP-Session: 27bfde6a-1638-41f6-9a83-155ab730d4c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1364 | 2024.07.31 06:53:16.265033 [ 3 ] {0f7cd4af-72ee-4b11-9611-a47f9e8f26f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1365 | 2024.07.31 06:53:16.265082 [ 3 ] {0f7cd4af-72ee-4b11-9611-a47f9e8f26f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1366 | 2024.07.31 06:53:16.265243 [ 3 ] {0f7cd4af-72ee-4b11-9611-a47f9e8f26f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1367 | 2024.07.31 06:53:16.265637 [ 3 ] {0f7cd4af-72ee-4b11-9611-a47f9e8f26f6} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1368 | 2024.07.31 06:53:16.265674 [ 3 ] {0f7cd4af-72ee-4b11-9611-a47f9e8f26f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1369 | 2024.07.31 06:53:16.266106 [ 3 ] {0f7cd4af-72ee-4b11-9611-a47f9e8f26f6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1370 | 2024.07.31 06:53:16.266455 [ 3 ] {0f7cd4af-72ee-4b11-9611-a47f9e8f26f6} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1371 | 2024.07.31 06:53:16.266614 [ 3 ] {0f7cd4af-72ee-4b11-9611-a47f9e8f26f6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001646 sec., 97205.34629404618 rows/sec., 6.77 MiB/sec. | ||
| 1372 | 2024.07.31 06:53:16.266898 [ 3 ] {0f7cd4af-72ee-4b11-9611-a47f9e8f26f6} <Debug> DynamicQueryHandler: Done processing query | ||
| 1373 | 2024.07.31 06:53:16.266924 [ 3 ] {0f7cd4af-72ee-4b11-9611-a47f9e8f26f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1374 | 2024.07.31 06:53:16.266940 [ 3 ] {} <Debug> HTTP-Session: 27bfde6a-1638-41f6-9a83-155ab730d4c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1375 | 2024.07.31 06:53:16.267103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1376 | 2024.07.31 06:53:16.267152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1377 | 2024.07.31 06:53:16.267170 [ 3 ] {} <Debug> HTTP-Session: 9a9ab15d-4366-4892-81c2-719095299f9a Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1378 | 2024.07.31 06:53:16.267186 [ 3 ] {} <Debug> HTTP-Session: 9a9ab15d-4366-4892-81c2-719095299f9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1379 | 2024.07.31 06:53:16.267200 [ 3 ] {} <Debug> HTTP-Session: 9a9ab15d-4366-4892-81c2-719095299f9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1380 | 2024.07.31 06:53:16.267230 [ 3 ] {} <Trace> HTTP-Session: 9a9ab15d-4366-4892-81c2-719095299f9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1381 | 2024.07.31 06:53:16.267354 [ 3 ] {9efccaae-5a0a-4e83-8426-318788ab0722} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1382 | 2024.07.31 06:53:16.267400 [ 3 ] {9efccaae-5a0a-4e83-8426-318788ab0722} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1383 | 2024.07.31 06:53:16.267541 [ 3 ] {9efccaae-5a0a-4e83-8426-318788ab0722} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1384 | 2024.07.31 06:53:16.267866 [ 3 ] {9efccaae-5a0a-4e83-8426-318788ab0722} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1385 | 2024.07.31 06:53:16.267903 [ 3 ] {9efccaae-5a0a-4e83-8426-318788ab0722} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1386 | 2024.07.31 06:53:16.268255 [ 3 ] {9efccaae-5a0a-4e83-8426-318788ab0722} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1387 | 2024.07.31 06:53:16.268583 [ 3 ] {9efccaae-5a0a-4e83-8426-318788ab0722} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1388 | 2024.07.31 06:53:16.268733 [ 3 ] {9efccaae-5a0a-4e83-8426-318788ab0722} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001418 sec., 42313.11706629055 rows/sec., 2.85 MiB/sec. | ||
| 1389 | 2024.07.31 06:53:16.269023 [ 3 ] {9efccaae-5a0a-4e83-8426-318788ab0722} <Debug> DynamicQueryHandler: Done processing query | ||
| 1390 | 2024.07.31 06:53:16.269048 [ 3 ] {9efccaae-5a0a-4e83-8426-318788ab0722} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1391 | 2024.07.31 06:53:16.269063 [ 3 ] {} <Debug> HTTP-Session: 9a9ab15d-4366-4892-81c2-719095299f9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1392 | 2024.07.31 06:53:21.257963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1393 | 2024.07.31 06:53:21.258102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1394 | 2024.07.31 06:53:21.258132 [ 3 ] {} <Debug> HTTP-Session: 2e630b18-094c-4a4d-9f44-4726aa9585cc Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1395 | 2024.07.31 06:53:21.258159 [ 3 ] {} <Debug> HTTP-Session: 2e630b18-094c-4a4d-9f44-4726aa9585cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1396 | 2024.07.31 06:53:21.258176 [ 3 ] {} <Debug> HTTP-Session: 2e630b18-094c-4a4d-9f44-4726aa9585cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1397 | 2024.07.31 06:53:21.258233 [ 3 ] {} <Trace> HTTP-Session: 2e630b18-094c-4a4d-9f44-4726aa9585cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1398 | 2024.07.31 06:53:21.258492 [ 3 ] {5a7dbf94-9f4f-4503-b29c-a43cd8f98d0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) 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) | ||
| 1399 | 2024.07.31 06:53:21.258905 [ 3 ] {5a7dbf94-9f4f-4503-b29c-a43cd8f98d0c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1400 | 2024.07.31 06:53:21.258975 [ 3 ] {5a7dbf94-9f4f-4503-b29c-a43cd8f98d0c} <Debug> 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 | ||
| 1401 | 2024.07.31 06:53:21.259267 [ 3 ] {5a7dbf94-9f4f-4503-b29c-a43cd8f98d0c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1402 | 2024.07.31 06:53:21.259348 [ 3 ] {5a7dbf94-9f4f-4503-b29c-a43cd8f98d0c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1403 | 2024.07.31 06:53:21.259521 [ 3 ] {5a7dbf94-9f4f-4503-b29c-a43cd8f98d0c} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1404 | 2024.07.31 06:53:21.259610 [ 253 ] {5a7dbf94-9f4f-4503-b29c-a43cd8f98d0c} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1405 | 2024.07.31 06:53:21.259685 [ 252 ] {5a7dbf94-9f4f-4503-b29c-a43cd8f98d0c} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1406 | 2024.07.31 06:53:21.259882 [ 3 ] {5a7dbf94-9f4f-4503-b29c-a43cd8f98d0c} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (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 | ||
| 1407 | 2024.07.31 06:53:21.259915 [ 3 ] {5a7dbf94-9f4f-4503-b29c-a43cd8f98d0c} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1408 | 2024.07.31 06:53:21.262137 [ 3 ] {5a7dbf94-9f4f-4503-b29c-a43cd8f98d0c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1409 | 2024.07.31 06:53:21.262191 [ 3 ] {5a7dbf94-9f4f-4503-b29c-a43cd8f98d0c} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1410 | 2024.07.31 06:53:21.262256 [ 3 ] {5a7dbf94-9f4f-4503-b29c-a43cd8f98d0c} <Trace> 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'))" | ||
| 1411 | 2024.07.31 06:53:21.262309 [ 3 ] {5a7dbf94-9f4f-4503-b29c-a43cd8f98d0c} <Trace> 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'))" | ||
| 1412 | 2024.07.31 06:53:21.264289 [ 3 ] {5a7dbf94-9f4f-4503-b29c-a43cd8f98d0c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.005909 sec., 3046.2007107801655 rows/sec., 124.61 KiB/sec. | ||
| 1413 | 2024.07.31 06:53:21.264632 [ 3 ] {5a7dbf94-9f4f-4503-b29c-a43cd8f98d0c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1414 | 2024.07.31 06:53:21.264661 [ 3 ] {5a7dbf94-9f4f-4503-b29c-a43cd8f98d0c} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1415 | 2024.07.31 06:53:21.264677 [ 3 ] {} <Debug> HTTP-Session: 2e630b18-094c-4a4d-9f44-4726aa9585cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1416 | 2024.07.31 06:53:21.265017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 775, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1417 | 2024.07.31 06:53:21.265067 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1418 | 2024.07.31 06:53:21.265085 [ 3 ] {} <Debug> HTTP-Session: 368c425b-5148-47fb-b877-522c2582de89 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1419 | 2024.07.31 06:53:21.265102 [ 3 ] {} <Debug> HTTP-Session: 368c425b-5148-47fb-b877-522c2582de89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1420 | 2024.07.31 06:53:21.265115 [ 3 ] {} <Debug> HTTP-Session: 368c425b-5148-47fb-b877-522c2582de89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1421 | 2024.07.31 06:53:21.265147 [ 3 ] {} <Trace> HTTP-Session: 368c425b-5148-47fb-b877-522c2582de89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1422 | 2024.07.31 06:53:21.265289 [ 3 ] {cf194be5-520c-491b-8a7b-678576b9fba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', '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) | ||
| 1423 | 2024.07.31 06:53:21.265549 [ 3 ] {cf194be5-520c-491b-8a7b-678576b9fba5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1424 | 2024.07.31 06:53:21.265591 [ 3 ] {cf194be5-520c-491b-8a7b-678576b9fba5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', '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 | ||
| 1425 | 2024.07.31 06:53:21.265844 [ 3 ] {cf194be5-520c-491b-8a7b-678576b9fba5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1426 | 2024.07.31 06:53:21.265910 [ 3 ] {cf194be5-520c-491b-8a7b-678576b9fba5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1427 | 2024.07.31 06:53:21.266047 [ 3 ] {cf194be5-520c-491b-8a7b-678576b9fba5} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1428 | 2024.07.31 06:53:21.266149 [ 256 ] {cf194be5-520c-491b-8a7b-678576b9fba5} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1429 | 2024.07.31 06:53:21.266152 [ 255 ] {cf194be5-520c-491b-8a7b-678576b9fba5} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1430 | 2024.07.31 06:53:21.266287 [ 3 ] {cf194be5-520c-491b-8a7b-678576b9fba5} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (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 | ||
| 1431 | 2024.07.31 06:53:21.266317 [ 3 ] {cf194be5-520c-491b-8a7b-678576b9fba5} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1432 | 2024.07.31 06:53:21.266396 [ 3 ] {cf194be5-520c-491b-8a7b-678576b9fba5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1433 | 2024.07.31 06:53:21.266416 [ 3 ] {cf194be5-520c-491b-8a7b-678576b9fba5} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1434 | 2024.07.31 06:53:21.266454 [ 3 ] {cf194be5-520c-491b-8a7b-678576b9fba5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', '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'))" | ||
| 1435 | 2024.07.31 06:53:21.266492 [ 3 ] {cf194be5-520c-491b-8a7b-678576b9fba5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', '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'))" | ||
| 1436 | 2024.07.31 06:53:21.267901 [ 3 ] {cf194be5-520c-491b-8a7b-678576b9fba5} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002676 sec., 6726.457399103139 rows/sec., 275.16 KiB/sec. | ||
| 1437 | 2024.07.31 06:53:21.268181 [ 3 ] {cf194be5-520c-491b-8a7b-678576b9fba5} <Debug> DynamicQueryHandler: Done processing query | ||
| 1438 | 2024.07.31 06:53:21.268207 [ 3 ] {cf194be5-520c-491b-8a7b-678576b9fba5} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1439 | 2024.07.31 06:53:21.268223 [ 3 ] {} <Debug> HTTP-Session: 368c425b-5148-47fb-b877-522c2582de89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1440 | 2024.07.31 06:53:21.268717 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1441 | 2024.07.31 06:53:21.268766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1442 | 2024.07.31 06:53:21.268786 [ 3 ] {} <Debug> HTTP-Session: d8c01b32-c4df-4f17-a053-5e4fea7e249b Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1443 | 2024.07.31 06:53:21.268802 [ 3 ] {} <Debug> HTTP-Session: d8c01b32-c4df-4f17-a053-5e4fea7e249b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1444 | 2024.07.31 06:53:21.268816 [ 3 ] {} <Debug> HTTP-Session: d8c01b32-c4df-4f17-a053-5e4fea7e249b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1445 | 2024.07.31 06:53:21.268846 [ 3 ] {} <Trace> HTTP-Session: d8c01b32-c4df-4f17-a053-5e4fea7e249b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1446 | 2024.07.31 06:53:21.268986 [ 3 ] {600a20f1-5d0c-47cf-92de-9e9725630201} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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) | ||
| 1447 | 2024.07.31 06:53:21.269250 [ 3 ] {600a20f1-5d0c-47cf-92de-9e9725630201} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1448 | 2024.07.31 06:53:21.269291 [ 3 ] {600a20f1-5d0c-47cf-92de-9e9725630201} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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 | ||
| 1449 | 2024.07.31 06:53:21.269548 [ 3 ] {600a20f1-5d0c-47cf-92de-9e9725630201} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1450 | 2024.07.31 06:53:21.269615 [ 3 ] {600a20f1-5d0c-47cf-92de-9e9725630201} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1451 | 2024.07.31 06:53:21.269749 [ 3 ] {600a20f1-5d0c-47cf-92de-9e9725630201} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1452 | 2024.07.31 06:53:21.269853 [ 254 ] {600a20f1-5d0c-47cf-92de-9e9725630201} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1453 | 2024.07.31 06:53:21.269863 [ 251 ] {600a20f1-5d0c-47cf-92de-9e9725630201} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1454 | 2024.07.31 06:53:21.270005 [ 3 ] {600a20f1-5d0c-47cf-92de-9e9725630201} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (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 | ||
| 1455 | 2024.07.31 06:53:21.270035 [ 3 ] {600a20f1-5d0c-47cf-92de-9e9725630201} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1456 | 2024.07.31 06:53:21.270113 [ 3 ] {600a20f1-5d0c-47cf-92de-9e9725630201} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1457 | 2024.07.31 06:53:21.270133 [ 3 ] {600a20f1-5d0c-47cf-92de-9e9725630201} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1458 | 2024.07.31 06:53:21.270172 [ 3 ] {600a20f1-5d0c-47cf-92de-9e9725630201} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', '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'))" | ||
| 1459 | 2024.07.31 06:53:21.270210 [ 3 ] {600a20f1-5d0c-47cf-92de-9e9725630201} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', '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'))" | ||
| 1460 | 2024.07.31 06:53:21.271531 [ 3 ] {600a20f1-5d0c-47cf-92de-9e9725630201} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002608 sec., 6901.8404907975455 rows/sec., 282.33 KiB/sec. | ||
| 1461 | 2024.07.31 06:53:21.271832 [ 3 ] {600a20f1-5d0c-47cf-92de-9e9725630201} <Debug> DynamicQueryHandler: Done processing query | ||
| 1462 | 2024.07.31 06:53:21.271857 [ 3 ] {600a20f1-5d0c-47cf-92de-9e9725630201} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1463 | 2024.07.31 06:53:21.271874 [ 3 ] {} <Debug> HTTP-Session: d8c01b32-c4df-4f17-a053-5e4fea7e249b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1464 | 2024.07.31 06:53:21.272148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 821, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1465 | 2024.07.31 06:53:21.272197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1466 | 2024.07.31 06:53:21.272215 [ 3 ] {} <Debug> HTTP-Session: 9e64cc60-1f1f-498d-8279-cd04c9f82659 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1467 | 2024.07.31 06:53:21.272231 [ 3 ] {} <Debug> HTTP-Session: 9e64cc60-1f1f-498d-8279-cd04c9f82659 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1468 | 2024.07.31 06:53:21.272245 [ 3 ] {} <Debug> HTTP-Session: 9e64cc60-1f1f-498d-8279-cd04c9f82659 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1469 | 2024.07.31 06:53:21.272276 [ 3 ] {} <Trace> HTTP-Session: 9e64cc60-1f1f-498d-8279-cd04c9f82659 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1470 | 2024.07.31 06:53:21.272415 [ 3 ] {deb3a4a9-f6c6-47e4-84c9-200980acd97d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'switch_table:capacity') FORMAT JSONEachRow; (stage: Complete) | ||
| 1471 | 2024.07.31 06:53:21.272677 [ 3 ] {deb3a4a9-f6c6-47e4-84c9-200980acd97d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1472 | 2024.07.31 06:53:21.272718 [ 3 ] {deb3a4a9-f6c6-47e4-84c9-200980acd97d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'switch_table:capacity')" moved to PREWHERE | ||
| 1473 | 2024.07.31 06:53:21.272975 [ 3 ] {deb3a4a9-f6c6-47e4-84c9-200980acd97d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1474 | 2024.07.31 06:53:21.273040 [ 3 ] {deb3a4a9-f6c6-47e4-84c9-200980acd97d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1475 | 2024.07.31 06:53:21.273175 [ 3 ] {deb3a4a9-f6c6-47e4-84c9-200980acd97d} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1476 | 2024.07.31 06:53:21.273256 [ 255 ] {deb3a4a9-f6c6-47e4-84c9-200980acd97d} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1477 | 2024.07.31 06:53:21.273257 [ 252 ] {deb3a4a9-f6c6-47e4-84c9-200980acd97d} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1478 | 2024.07.31 06:53:21.273354 [ 3 ] {deb3a4a9-f6c6-47e4-84c9-200980acd97d} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (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 | ||
| 1479 | 2024.07.31 06:53:21.273384 [ 3 ] {deb3a4a9-f6c6-47e4-84c9-200980acd97d} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1480 | 2024.07.31 06:53:21.273462 [ 3 ] {deb3a4a9-f6c6-47e4-84c9-200980acd97d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1481 | 2024.07.31 06:53:21.273482 [ 3 ] {deb3a4a9-f6c6-47e4-84c9-200980acd97d} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1482 | 2024.07.31 06:53:21.273520 [ 3 ] {deb3a4a9-f6c6-47e4-84c9-200980acd97d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', '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', 'switch_table:capacity'))" | ||
| 1483 | 2024.07.31 06:53:21.273559 [ 3 ] {deb3a4a9-f6c6-47e4-84c9-200980acd97d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', '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', 'switch_table:capacity'))" | ||
| 1484 | 2024.07.31 06:53:21.274596 [ 3 ] {deb3a4a9-f6c6-47e4-84c9-200980acd97d} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002246 sec., 8014.2475512021365 rows/sec., 327.84 KiB/sec. | ||
| 1485 | 2024.07.31 06:53:21.274897 [ 3 ] {deb3a4a9-f6c6-47e4-84c9-200980acd97d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1486 | 2024.07.31 06:53:21.274923 [ 3 ] {deb3a4a9-f6c6-47e4-84c9-200980acd97d} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1487 | 2024.07.31 06:53:21.274940 [ 3 ] {} <Debug> HTTP-Session: 9e64cc60-1f1f-498d-8279-cd04c9f82659 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1488 | 2024.07.31 06:53:21.275174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1489 | 2024.07.31 06:53:21.275224 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1490 | 2024.07.31 06:53:21.275243 [ 3 ] {} <Debug> HTTP-Session: a8f126ec-51ec-4f31-956d-7f2129d50734 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1491 | 2024.07.31 06:53:21.275258 [ 3 ] {} <Debug> HTTP-Session: a8f126ec-51ec-4f31-956d-7f2129d50734 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1492 | 2024.07.31 06:53:21.275272 [ 3 ] {} <Debug> HTTP-Session: a8f126ec-51ec-4f31-956d-7f2129d50734 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1493 | 2024.07.31 06:53:21.275302 [ 3 ] {} <Trace> HTTP-Session: a8f126ec-51ec-4f31-956d-7f2129d50734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1494 | 2024.07.31 06:53:21.275443 [ 3 ] {4c9e3bab-b39b-4460-b921-b14076126b1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'switch_table:capacity', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
| 1495 | 2024.07.31 06:53:21.275711 [ 3 ] {4c9e3bab-b39b-4460-b921-b14076126b1d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1496 | 2024.07.31 06:53:21.275753 [ 3 ] {4c9e3bab-b39b-4460-b921-b14076126b1d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1497 | 2024.07.31 06:53:21.276014 [ 3 ] {4c9e3bab-b39b-4460-b921-b14076126b1d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1498 | 2024.07.31 06:53:21.276078 [ 3 ] {4c9e3bab-b39b-4460-b921-b14076126b1d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1499 | 2024.07.31 06:53:21.276216 [ 3 ] {4c9e3bab-b39b-4460-b921-b14076126b1d} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1500 | 2024.07.31 06:53:21.276309 [ 251 ] {4c9e3bab-b39b-4460-b921-b14076126b1d} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1501 | 2024.07.31 06:53:21.276319 [ 254 ] {4c9e3bab-b39b-4460-b921-b14076126b1d} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1502 | 2024.07.31 06:53:21.276433 [ 3 ] {4c9e3bab-b39b-4460-b921-b14076126b1d} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (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 | ||
| 1503 | 2024.07.31 06:53:21.276461 [ 3 ] {4c9e3bab-b39b-4460-b921-b14076126b1d} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1504 | 2024.07.31 06:53:21.276539 [ 3 ] {4c9e3bab-b39b-4460-b921-b14076126b1d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1505 | 2024.07.31 06:53:21.276559 [ 3 ] {4c9e3bab-b39b-4460-b921-b14076126b1d} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1506 | 2024.07.31 06:53:21.276597 [ 3 ] {4c9e3bab-b39b-4460-b921-b14076126b1d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', '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', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1507 | 2024.07.31 06:53:21.276636 [ 3 ] {4c9e3bab-b39b-4460-b921-b14076126b1d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', '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', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1508 | 2024.07.31 06:53:21.277712 [ 3 ] {4c9e3bab-b39b-4460-b921-b14076126b1d} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002334 sec., 7712.082262210796 rows/sec., 315.48 KiB/sec. | ||
| 1509 | 2024.07.31 06:53:21.278001 [ 3 ] {4c9e3bab-b39b-4460-b921-b14076126b1d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1510 | 2024.07.31 06:53:21.278026 [ 3 ] {4c9e3bab-b39b-4460-b921-b14076126b1d} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1511 | 2024.07.31 06:53:21.278042 [ 3 ] {} <Debug> HTTP-Session: a8f126ec-51ec-4f31-956d-7f2129d50734 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1512 | 2024.07.31 06:53:21.278277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 871, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1513 | 2024.07.31 06:53:21.278325 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1514 | 2024.07.31 06:53:21.278348 [ 3 ] {} <Debug> HTTP-Session: 6a9a8f57-af04-4012-b341-3003c4aeee12 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1515 | 2024.07.31 06:53:21.278365 [ 3 ] {} <Debug> HTTP-Session: 6a9a8f57-af04-4012-b341-3003c4aeee12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1516 | 2024.07.31 06:53:21.278380 [ 3 ] {} <Debug> HTTP-Session: 6a9a8f57-af04-4012-b341-3003c4aeee12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1517 | 2024.07.31 06:53:21.278411 [ 3 ] {} <Trace> HTTP-Session: 6a9a8f57-af04-4012-b341-3003c4aeee12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1518 | 2024.07.31 06:53:21.278557 [ 3 ] {60f4be1b-302c-4085-9572-96830e5fc977} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
| 1519 | 2024.07.31 06:53:21.278823 [ 3 ] {60f4be1b-302c-4085-9572-96830e5fc977} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1520 | 2024.07.31 06:53:21.278866 [ 3 ] {60f4be1b-302c-4085-9572-96830e5fc977} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1521 | 2024.07.31 06:53:21.279128 [ 3 ] {60f4be1b-302c-4085-9572-96830e5fc977} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1522 | 2024.07.31 06:53:21.279192 [ 3 ] {60f4be1b-302c-4085-9572-96830e5fc977} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1523 | 2024.07.31 06:53:21.279325 [ 3 ] {60f4be1b-302c-4085-9572-96830e5fc977} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1524 | 2024.07.31 06:53:21.279403 [ 255 ] {60f4be1b-302c-4085-9572-96830e5fc977} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1525 | 2024.07.31 06:53:21.279404 [ 252 ] {60f4be1b-302c-4085-9572-96830e5fc977} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1526 | 2024.07.31 06:53:21.279501 [ 3 ] {60f4be1b-302c-4085-9572-96830e5fc977} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (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 | ||
| 1527 | 2024.07.31 06:53:21.279531 [ 3 ] {60f4be1b-302c-4085-9572-96830e5fc977} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1528 | 2024.07.31 06:53:21.279610 [ 3 ] {60f4be1b-302c-4085-9572-96830e5fc977} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1529 | 2024.07.31 06:53:21.279630 [ 3 ] {60f4be1b-302c-4085-9572-96830e5fc977} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1530 | 2024.07.31 06:53:21.279667 [ 3 ] {60f4be1b-302c-4085-9572-96830e5fc977} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', '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', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1531 | 2024.07.31 06:53:21.279707 [ 3 ] {60f4be1b-302c-4085-9572-96830e5fc977} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', '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', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1532 | 2024.07.31 06:53:21.280925 [ 3 ] {60f4be1b-302c-4085-9572-96830e5fc977} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00244 sec., 7377.049180327869 rows/sec., 301.77 KiB/sec. | ||
| 1533 | 2024.07.31 06:53:21.281220 [ 3 ] {60f4be1b-302c-4085-9572-96830e5fc977} <Debug> DynamicQueryHandler: Done processing query | ||
| 1534 | 2024.07.31 06:53:21.281245 [ 3 ] {60f4be1b-302c-4085-9572-96830e5fc977} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1535 | 2024.07.31 06:53:21.281262 [ 3 ] {} <Debug> HTTP-Session: 6a9a8f57-af04-4012-b341-3003c4aeee12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1536 | 2024.07.31 06:53:21.281494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 895, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1537 | 2024.07.31 06:53:21.281542 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1538 | 2024.07.31 06:53:21.281561 [ 3 ] {} <Debug> HTTP-Session: 46ca6e72-da9e-44ef-8711-eabd9634b532 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1539 | 2024.07.31 06:53:21.281577 [ 3 ] {} <Debug> HTTP-Session: 46ca6e72-da9e-44ef-8711-eabd9634b532 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1540 | 2024.07.31 06:53:21.281591 [ 3 ] {} <Debug> HTTP-Session: 46ca6e72-da9e-44ef-8711-eabd9634b532 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1541 | 2024.07.31 06:53:21.281622 [ 3 ] {} <Trace> HTTP-Session: 46ca6e72-da9e-44ef-8711-eabd9634b532 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1542 | 2024.07.31 06:53:21.281762 [ 3 ] {917202b2-7569-44fb-94e1-902068bcb048} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
| 1543 | 2024.07.31 06:53:21.282029 [ 3 ] {917202b2-7569-44fb-94e1-902068bcb048} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1544 | 2024.07.31 06:53:21.282072 [ 3 ] {917202b2-7569-44fb-94e1-902068bcb048} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1545 | 2024.07.31 06:53:21.282336 [ 3 ] {917202b2-7569-44fb-94e1-902068bcb048} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1546 | 2024.07.31 06:53:21.282402 [ 3 ] {917202b2-7569-44fb-94e1-902068bcb048} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1547 | 2024.07.31 06:53:21.282542 [ 3 ] {917202b2-7569-44fb-94e1-902068bcb048} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1548 | 2024.07.31 06:53:21.282616 [ 252 ] {917202b2-7569-44fb-94e1-902068bcb048} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1549 | 2024.07.31 06:53:21.282618 [ 255 ] {917202b2-7569-44fb-94e1-902068bcb048} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1550 | 2024.07.31 06:53:21.282710 [ 3 ] {917202b2-7569-44fb-94e1-902068bcb048} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (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 | ||
| 1551 | 2024.07.31 06:53:21.282737 [ 3 ] {917202b2-7569-44fb-94e1-902068bcb048} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1552 | 2024.07.31 06:53:21.282815 [ 3 ] {917202b2-7569-44fb-94e1-902068bcb048} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1553 | 2024.07.31 06:53:21.282836 [ 3 ] {917202b2-7569-44fb-94e1-902068bcb048} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1554 | 2024.07.31 06:53:21.282874 [ 3 ] {917202b2-7569-44fb-94e1-902068bcb048} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', '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', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1555 | 2024.07.31 06:53:21.282913 [ 3 ] {917202b2-7569-44fb-94e1-902068bcb048} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', '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', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1556 | 2024.07.31 06:53:21.284091 [ 3 ] {917202b2-7569-44fb-94e1-902068bcb048} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002395 sec., 7515.657620041754 rows/sec., 307.44 KiB/sec. | ||
| 1557 | 2024.07.31 06:53:21.284389 [ 3 ] {917202b2-7569-44fb-94e1-902068bcb048} <Debug> DynamicQueryHandler: Done processing query | ||
| 1558 | 2024.07.31 06:53:21.284414 [ 3 ] {917202b2-7569-44fb-94e1-902068bcb048} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1559 | 2024.07.31 06:53:21.284430 [ 3 ] {} <Debug> HTTP-Session: 46ca6e72-da9e-44ef-8711-eabd9634b532 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1560 | 2024.07.31 06:53:21.284636 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1561 | 2024.07.31 06:53:21.284684 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1562 | 2024.07.31 06:53:21.284704 [ 3 ] {} <Debug> HTTP-Session: 0d6577e7-9e06-4dcc-9eb0-4811d7beae95 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1563 | 2024.07.31 06:53:21.284719 [ 3 ] {} <Debug> HTTP-Session: 0d6577e7-9e06-4dcc-9eb0-4811d7beae95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1564 | 2024.07.31 06:53:21.284733 [ 3 ] {} <Debug> HTTP-Session: 0d6577e7-9e06-4dcc-9eb0-4811d7beae95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1565 | 2024.07.31 06:53:21.284764 [ 3 ] {} <Trace> HTTP-Session: 0d6577e7-9e06-4dcc-9eb0-4811d7beae95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1566 | 2024.07.31 06:53:21.284906 [ 3 ] {0ff77a4b-cc4c-4834-aafa-7dd0e519a3b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1567 | 2024.07.31 06:53:21.285173 [ 3 ] {0ff77a4b-cc4c-4834-aafa-7dd0e519a3b9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1568 | 2024.07.31 06:53:21.285214 [ 3 ] {0ff77a4b-cc4c-4834-aafa-7dd0e519a3b9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1569 | 2024.07.31 06:53:21.285481 [ 3 ] {0ff77a4b-cc4c-4834-aafa-7dd0e519a3b9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1570 | 2024.07.31 06:53:21.285544 [ 3 ] {0ff77a4b-cc4c-4834-aafa-7dd0e519a3b9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1571 | 2024.07.31 06:53:21.285678 [ 3 ] {0ff77a4b-cc4c-4834-aafa-7dd0e519a3b9} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1572 | 2024.07.31 06:53:21.285776 [ 252 ] {0ff77a4b-cc4c-4834-aafa-7dd0e519a3b9} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1573 | 2024.07.31 06:53:21.285786 [ 257 ] {0ff77a4b-cc4c-4834-aafa-7dd0e519a3b9} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1574 | 2024.07.31 06:53:21.285880 [ 3 ] {0ff77a4b-cc4c-4834-aafa-7dd0e519a3b9} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (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 | ||
| 1575 | 2024.07.31 06:53:21.285905 [ 3 ] {0ff77a4b-cc4c-4834-aafa-7dd0e519a3b9} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1576 | 2024.07.31 06:53:21.285981 [ 3 ] {0ff77a4b-cc4c-4834-aafa-7dd0e519a3b9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1577 | 2024.07.31 06:53:21.286001 [ 3 ] {0ff77a4b-cc4c-4834-aafa-7dd0e519a3b9} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1578 | 2024.07.31 06:53:21.286038 [ 3 ] {0ff77a4b-cc4c-4834-aafa-7dd0e519a3b9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', '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', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1579 | 2024.07.31 06:53:21.286076 [ 3 ] {0ff77a4b-cc4c-4834-aafa-7dd0e519a3b9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', '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', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1580 | 2024.07.31 06:53:21.287258 [ 3 ] {0ff77a4b-cc4c-4834-aafa-7dd0e519a3b9} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002419 sec., 7441.091360066142 rows/sec., 304.39 KiB/sec. | ||
| 1581 | 2024.07.31 06:53:21.287554 [ 3 ] {0ff77a4b-cc4c-4834-aafa-7dd0e519a3b9} <Debug> DynamicQueryHandler: Done processing query | ||
| 1582 | 2024.07.31 06:53:21.287578 [ 3 ] {0ff77a4b-cc4c-4834-aafa-7dd0e519a3b9} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1583 | 2024.07.31 06:53:21.287595 [ 3 ] {} <Debug> HTTP-Session: 0d6577e7-9e06-4dcc-9eb0-4811d7beae95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1584 | 2024.07.31 06:53:21.287832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 946, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1585 | 2024.07.31 06:53:21.287880 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1586 | 2024.07.31 06:53:21.287898 [ 3 ] {} <Debug> HTTP-Session: 01410699-7068-4948-9dfd-9b0a6decd02f Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1587 | 2024.07.31 06:53:21.287914 [ 3 ] {} <Debug> HTTP-Session: 01410699-7068-4948-9dfd-9b0a6decd02f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1588 | 2024.07.31 06:53:21.287928 [ 3 ] {} <Debug> HTTP-Session: 01410699-7068-4948-9dfd-9b0a6decd02f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1589 | 2024.07.31 06:53:21.287958 [ 3 ] {} <Trace> HTTP-Session: 01410699-7068-4948-9dfd-9b0a6decd02f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1590 | 2024.07.31 06:53:21.288101 [ 3 ] {89317665-2b35-4692-ba7c-b51472869ecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1591 | 2024.07.31 06:53:21.288368 [ 3 ] {89317665-2b35-4692-ba7c-b51472869ecd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1592 | 2024.07.31 06:53:21.288412 [ 3 ] {89317665-2b35-4692-ba7c-b51472869ecd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1593 | 2024.07.31 06:53:21.288679 [ 3 ] {89317665-2b35-4692-ba7c-b51472869ecd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1594 | 2024.07.31 06:53:21.288743 [ 3 ] {89317665-2b35-4692-ba7c-b51472869ecd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1595 | 2024.07.31 06:53:21.288878 [ 3 ] {89317665-2b35-4692-ba7c-b51472869ecd} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1596 | 2024.07.31 06:53:21.288971 [ 252 ] {89317665-2b35-4692-ba7c-b51472869ecd} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1597 | 2024.07.31 06:53:21.288985 [ 251 ] {89317665-2b35-4692-ba7c-b51472869ecd} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1598 | 2024.07.31 06:53:21.289088 [ 3 ] {89317665-2b35-4692-ba7c-b51472869ecd} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (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 | ||
| 1599 | 2024.07.31 06:53:21.289118 [ 3 ] {89317665-2b35-4692-ba7c-b51472869ecd} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1600 | 2024.07.31 06:53:21.289195 [ 3 ] {89317665-2b35-4692-ba7c-b51472869ecd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1601 | 2024.07.31 06:53:21.289214 [ 3 ] {89317665-2b35-4692-ba7c-b51472869ecd} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1602 | 2024.07.31 06:53:21.289252 [ 3 ] {89317665-2b35-4692-ba7c-b51472869ecd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1603 | 2024.07.31 06:53:21.289290 [ 3 ] {89317665-2b35-4692-ba7c-b51472869ecd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1604 | 2024.07.31 06:53:21.290593 [ 3 ] {89317665-2b35-4692-ba7c-b51472869ecd} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00256 sec., 7031.249999999999 rows/sec., 287.63 KiB/sec. | ||
| 1605 | 2024.07.31 06:53:21.290894 [ 3 ] {89317665-2b35-4692-ba7c-b51472869ecd} <Debug> DynamicQueryHandler: Done processing query | ||
| 1606 | 2024.07.31 06:53:21.290918 [ 3 ] {89317665-2b35-4692-ba7c-b51472869ecd} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1607 | 2024.07.31 06:53:21.290935 [ 3 ] {} <Debug> HTTP-Session: 01410699-7068-4948-9dfd-9b0a6decd02f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1608 | 2024.07.31 06:53:21.291156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 976, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1609 | 2024.07.31 06:53:21.291204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1610 | 2024.07.31 06:53:21.291223 [ 3 ] {} <Debug> HTTP-Session: 0bed2888-3e83-49d4-b53e-df596335f5f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1611 | 2024.07.31 06:53:21.291240 [ 3 ] {} <Debug> HTTP-Session: 0bed2888-3e83-49d4-b53e-df596335f5f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1612 | 2024.07.31 06:53:21.291253 [ 3 ] {} <Debug> HTTP-Session: 0bed2888-3e83-49d4-b53e-df596335f5f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1613 | 2024.07.31 06:53:21.291284 [ 3 ] {} <Trace> HTTP-Session: 0bed2888-3e83-49d4-b53e-df596335f5f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1614 | 2024.07.31 06:53:21.291429 [ 3 ] {d335c874-379b-48d8-822c-1e26fc6daf94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1615 | 2024.07.31 06:53:21.291702 [ 3 ] {d335c874-379b-48d8-822c-1e26fc6daf94} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1616 | 2024.07.31 06:53:21.291745 [ 3 ] {d335c874-379b-48d8-822c-1e26fc6daf94} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1617 | 2024.07.31 06:53:21.292015 [ 3 ] {d335c874-379b-48d8-822c-1e26fc6daf94} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1618 | 2024.07.31 06:53:21.292081 [ 3 ] {d335c874-379b-48d8-822c-1e26fc6daf94} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1619 | 2024.07.31 06:53:21.292217 [ 3 ] {d335c874-379b-48d8-822c-1e26fc6daf94} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1620 | 2024.07.31 06:53:21.292297 [ 252 ] {d335c874-379b-48d8-822c-1e26fc6daf94} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1621 | 2024.07.31 06:53:21.292297 [ 254 ] {d335c874-379b-48d8-822c-1e26fc6daf94} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1622 | 2024.07.31 06:53:21.292395 [ 3 ] {d335c874-379b-48d8-822c-1e26fc6daf94} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (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 | ||
| 1623 | 2024.07.31 06:53:21.292424 [ 3 ] {d335c874-379b-48d8-822c-1e26fc6daf94} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1624 | 2024.07.31 06:53:21.292500 [ 3 ] {d335c874-379b-48d8-822c-1e26fc6daf94} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1625 | 2024.07.31 06:53:21.292520 [ 3 ] {d335c874-379b-48d8-822c-1e26fc6daf94} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1626 | 2024.07.31 06:53:21.292559 [ 3 ] {d335c874-379b-48d8-822c-1e26fc6daf94} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1627 | 2024.07.31 06:53:21.292597 [ 3 ] {d335c874-379b-48d8-822c-1e26fc6daf94} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1628 | 2024.07.31 06:53:21.293822 [ 3 ] {d335c874-379b-48d8-822c-1e26fc6daf94} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002464 sec., 7305.194805194805 rows/sec., 298.83 KiB/sec. | ||
| 1629 | 2024.07.31 06:53:21.294123 [ 3 ] {d335c874-379b-48d8-822c-1e26fc6daf94} <Debug> DynamicQueryHandler: Done processing query | ||
| 1630 | 2024.07.31 06:53:21.294147 [ 3 ] {d335c874-379b-48d8-822c-1e26fc6daf94} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1631 | 2024.07.31 06:53:21.294163 [ 3 ] {} <Debug> HTTP-Session: 0bed2888-3e83-49d4-b53e-df596335f5f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1632 | 2024.07.31 06:53:21.294391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1006, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1633 | 2024.07.31 06:53:21.294439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1634 | 2024.07.31 06:53:21.294458 [ 3 ] {} <Debug> HTTP-Session: 179c074e-6827-4558-b6bf-7820dffae389 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1635 | 2024.07.31 06:53:21.294474 [ 3 ] {} <Debug> HTTP-Session: 179c074e-6827-4558-b6bf-7820dffae389 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1636 | 2024.07.31 06:53:21.294487 [ 3 ] {} <Debug> HTTP-Session: 179c074e-6827-4558-b6bf-7820dffae389 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1637 | 2024.07.31 06:53:21.294518 [ 3 ] {} <Trace> HTTP-Session: 179c074e-6827-4558-b6bf-7820dffae389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1638 | 2024.07.31 06:53:21.294665 [ 3 ] {06b790ac-a9da-45ec-bde2-960529a20c39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1639 | 2024.07.31 06:53:21.294935 [ 3 ] {06b790ac-a9da-45ec-bde2-960529a20c39} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1640 | 2024.07.31 06:53:21.294978 [ 3 ] {06b790ac-a9da-45ec-bde2-960529a20c39} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1641 | 2024.07.31 06:53:21.295251 [ 3 ] {06b790ac-a9da-45ec-bde2-960529a20c39} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1642 | 2024.07.31 06:53:21.295315 [ 3 ] {06b790ac-a9da-45ec-bde2-960529a20c39} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1643 | 2024.07.31 06:53:21.295450 [ 3 ] {06b790ac-a9da-45ec-bde2-960529a20c39} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1644 | 2024.07.31 06:53:21.295547 [ 252 ] {06b790ac-a9da-45ec-bde2-960529a20c39} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1645 | 2024.07.31 06:53:21.295560 [ 251 ] {06b790ac-a9da-45ec-bde2-960529a20c39} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1646 | 2024.07.31 06:53:21.295656 [ 3 ] {06b790ac-a9da-45ec-bde2-960529a20c39} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (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 | ||
| 1647 | 2024.07.31 06:53:21.295691 [ 3 ] {06b790ac-a9da-45ec-bde2-960529a20c39} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1648 | 2024.07.31 06:53:21.295771 [ 3 ] {06b790ac-a9da-45ec-bde2-960529a20c39} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1649 | 2024.07.31 06:53:21.295790 [ 3 ] {06b790ac-a9da-45ec-bde2-960529a20c39} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1650 | 2024.07.31 06:53:21.295828 [ 3 ] {06b790ac-a9da-45ec-bde2-960529a20c39} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1651 | 2024.07.31 06:53:21.295866 [ 3 ] {06b790ac-a9da-45ec-bde2-960529a20c39} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1652 | 2024.07.31 06:53:21.297121 [ 3 ] {06b790ac-a9da-45ec-bde2-960529a20c39} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002526 sec., 7125.890736342043 rows/sec., 291.50 KiB/sec. | ||
| 1653 | 2024.07.31 06:53:21.297427 [ 3 ] {06b790ac-a9da-45ec-bde2-960529a20c39} <Debug> DynamicQueryHandler: Done processing query | ||
| 1654 | 2024.07.31 06:53:21.297452 [ 3 ] {06b790ac-a9da-45ec-bde2-960529a20c39} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1655 | 2024.07.31 06:53:21.297467 [ 3 ] {} <Debug> HTTP-Session: 179c074e-6827-4558-b6bf-7820dffae389 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1656 | 2024.07.31 06:53:21.301777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1657 | 2024.07.31 06:53:21.301834 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1658 | 2024.07.31 06:53:21.301856 [ 3 ] {} <Debug> HTTP-Session: 216f5cea-b6e1-4781-9526-eb42dbada429 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1659 | 2024.07.31 06:53:21.301876 [ 3 ] {} <Debug> HTTP-Session: 216f5cea-b6e1-4781-9526-eb42dbada429 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1660 | 2024.07.31 06:53:21.301893 [ 3 ] {} <Debug> HTTP-Session: 216f5cea-b6e1-4781-9526-eb42dbada429 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1661 | 2024.07.31 06:53:21.301930 [ 3 ] {} <Trace> HTTP-Session: 216f5cea-b6e1-4781-9526-eb42dbada429 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1662 | 2024.07.31 06:53:21.302109 [ 3 ] {b5ac90a8-36f3-4842-a389-07f617559f5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1663 | 2024.07.31 06:53:21.302446 [ 3 ] {b5ac90a8-36f3-4842-a389-07f617559f5c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1664 | 2024.07.31 06:53:21.302500 [ 3 ] {b5ac90a8-36f3-4842-a389-07f617559f5c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1665 | 2024.07.31 06:53:21.302842 [ 3 ] {b5ac90a8-36f3-4842-a389-07f617559f5c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1666 | 2024.07.31 06:53:21.302913 [ 3 ] {b5ac90a8-36f3-4842-a389-07f617559f5c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1667 | 2024.07.31 06:53:21.303049 [ 3 ] {b5ac90a8-36f3-4842-a389-07f617559f5c} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1668 | 2024.07.31 06:53:21.303155 [ 252 ] {b5ac90a8-36f3-4842-a389-07f617559f5c} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1669 | 2024.07.31 06:53:21.303158 [ 256 ] {b5ac90a8-36f3-4842-a389-07f617559f5c} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1670 | 2024.07.31 06:53:21.303267 [ 3 ] {b5ac90a8-36f3-4842-a389-07f617559f5c} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (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 | ||
| 1671 | 2024.07.31 06:53:21.303295 [ 3 ] {b5ac90a8-36f3-4842-a389-07f617559f5c} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1672 | 2024.07.31 06:53:21.303373 [ 3 ] {b5ac90a8-36f3-4842-a389-07f617559f5c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1673 | 2024.07.31 06:53:21.303392 [ 3 ] {b5ac90a8-36f3-4842-a389-07f617559f5c} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1674 | 2024.07.31 06:53:21.303429 [ 3 ] {b5ac90a8-36f3-4842-a389-07f617559f5c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1675 | 2024.07.31 06:53:21.303470 [ 3 ] {b5ac90a8-36f3-4842-a389-07f617559f5c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1676 | 2024.07.31 06:53:21.304731 [ 3 ] {b5ac90a8-36f3-4842-a389-07f617559f5c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002711 sec., 6639.616377720398 rows/sec., 271.61 KiB/sec. | ||
| 1677 | 2024.07.31 06:53:21.305032 [ 3 ] {b5ac90a8-36f3-4842-a389-07f617559f5c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1678 | 2024.07.31 06:53:21.305060 [ 3 ] {b5ac90a8-36f3-4842-a389-07f617559f5c} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1679 | 2024.07.31 06:53:21.305076 [ 3 ] {} <Debug> HTTP-Session: 216f5cea-b6e1-4781-9526-eb42dbada429 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1680 | 2024.07.31 06:53:21.306978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3304, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1681 | 2024.07.31 06:53:21.307034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1682 | 2024.07.31 06:53:21.307059 [ 3 ] {} <Debug> HTTP-Session: d34f3dd3-b781-463a-afe1-5336bc9cd620 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1683 | 2024.07.31 06:53:21.307079 [ 3 ] {} <Debug> HTTP-Session: d34f3dd3-b781-463a-afe1-5336bc9cd620 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1684 | 2024.07.31 06:53:21.307095 [ 3 ] {} <Debug> HTTP-Session: d34f3dd3-b781-463a-afe1-5336bc9cd620 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1685 | 2024.07.31 06:53:21.307133 [ 3 ] {} <Trace> HTTP-Session: d34f3dd3-b781-463a-afe1-5336bc9cd620 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1686 | 2024.07.31 06:53:21.307277 [ 3 ] {3192626d-779d-489b-ac8b-c8e956c04c9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1687 | 2024.07.31 06:53:21.307332 [ 3 ] {3192626d-779d-489b-ac8b-c8e956c04c9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1688 | 2024.07.31 06:53:21.307531 [ 3 ] {3192626d-779d-489b-ac8b-c8e956c04c9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1689 | 2024.07.31 06:53:21.307901 [ 3 ] {3192626d-779d-489b-ac8b-c8e956c04c9b} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1690 | 2024.07.31 06:53:21.307942 [ 3 ] {3192626d-779d-489b-ac8b-c8e956c04c9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1691 | 2024.07.31 06:53:21.308427 [ 3 ] {3192626d-779d-489b-ac8b-c8e956c04c9b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1692 | 2024.07.31 06:53:21.308747 [ 3 ] {3192626d-779d-489b-ac8b-c8e956c04c9b} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1693 | 2024.07.31 06:53:21.308908 [ 3 ] {3192626d-779d-489b-ac8b-c8e956c04c9b} <Debug> executeQuery: Read 12 rows, 1.62 KiB in 0.00168 sec., 7142.857142857142 rows/sec., 963.77 KiB/sec. | ||
| 1694 | 2024.07.31 06:53:21.309207 [ 3 ] {3192626d-779d-489b-ac8b-c8e956c04c9b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1695 | 2024.07.31 06:53:21.309233 [ 3 ] {3192626d-779d-489b-ac8b-c8e956c04c9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1696 | 2024.07.31 06:53:21.309249 [ 3 ] {} <Debug> HTTP-Session: d34f3dd3-b781-463a-afe1-5336bc9cd620 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1697 | 2024.07.31 06:53:21.309397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1698 | 2024.07.31 06:53:21.309446 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1699 | 2024.07.31 06:53:21.309466 [ 3 ] {} <Debug> HTTP-Session: 911505e3-d06a-44f0-86d8-726a90521428 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1700 | 2024.07.31 06:53:21.309482 [ 3 ] {} <Debug> HTTP-Session: 911505e3-d06a-44f0-86d8-726a90521428 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1701 | 2024.07.31 06:53:21.309496 [ 3 ] {} <Debug> HTTP-Session: 911505e3-d06a-44f0-86d8-726a90521428 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1702 | 2024.07.31 06:53:21.309526 [ 3 ] {} <Trace> HTTP-Session: 911505e3-d06a-44f0-86d8-726a90521428 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1703 | 2024.07.31 06:53:21.309621 [ 3 ] {1e9d8a72-981e-4264-bb32-bd7949b0cb34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1704 | 2024.07.31 06:53:21.309664 [ 3 ] {1e9d8a72-981e-4264-bb32-bd7949b0cb34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1705 | 2024.07.31 06:53:21.309806 [ 3 ] {1e9d8a72-981e-4264-bb32-bd7949b0cb34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1706 | 2024.07.31 06:53:21.312121 [ 3 ] {1e9d8a72-981e-4264-bb32-bd7949b0cb34} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1707 | 2024.07.31 06:53:21.312163 [ 3 ] {1e9d8a72-981e-4264-bb32-bd7949b0cb34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1708 | 2024.07.31 06:53:21.312563 [ 3 ] {1e9d8a72-981e-4264-bb32-bd7949b0cb34} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1709 | 2024.07.31 06:53:21.312936 [ 3 ] {1e9d8a72-981e-4264-bb32-bd7949b0cb34} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1710 | 2024.07.31 06:53:21.313098 [ 3 ] {1e9d8a72-981e-4264-bb32-bd7949b0cb34} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.003492 sec., 1718.2130584192441 rows/sec., 97.32 KiB/sec. | ||
| 1711 | 2024.07.31 06:53:21.313373 [ 3 ] {1e9d8a72-981e-4264-bb32-bd7949b0cb34} <Debug> DynamicQueryHandler: Done processing query | ||
| 1712 | 2024.07.31 06:53:21.313397 [ 3 ] {1e9d8a72-981e-4264-bb32-bd7949b0cb34} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1713 | 2024.07.31 06:53:21.313413 [ 3 ] {} <Debug> HTTP-Session: 911505e3-d06a-44f0-86d8-726a90521428 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1714 | 2024.07.31 06:53:21.313578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 24371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1715 | 2024.07.31 06:53:21.313628 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1716 | 2024.07.31 06:53:21.313648 [ 3 ] {} <Debug> HTTP-Session: 30273433-fb8b-4584-bf92-25dd4db08ea3 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1717 | 2024.07.31 06:53:21.313663 [ 3 ] {} <Debug> HTTP-Session: 30273433-fb8b-4584-bf92-25dd4db08ea3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1718 | 2024.07.31 06:53:21.313677 [ 3 ] {} <Debug> HTTP-Session: 30273433-fb8b-4584-bf92-25dd4db08ea3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1719 | 2024.07.31 06:53:21.313707 [ 3 ] {} <Trace> HTTP-Session: 30273433-fb8b-4584-bf92-25dd4db08ea3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1720 | 2024.07.31 06:53:21.313845 [ 3 ] {8495f690-8f0e-4490-8a08-94fdfad240e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1721 | 2024.07.31 06:53:21.313887 [ 3 ] {8495f690-8f0e-4490-8a08-94fdfad240e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1722 | 2024.07.31 06:53:21.314029 [ 3 ] {8495f690-8f0e-4490-8a08-94fdfad240e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1723 | 2024.07.31 06:53:21.314420 [ 3 ] {8495f690-8f0e-4490-8a08-94fdfad240e5} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1724 | 2024.07.31 06:53:21.314457 [ 3 ] {8495f690-8f0e-4490-8a08-94fdfad240e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1725 | 2024.07.31 06:53:21.314773 [ 3 ] {8495f690-8f0e-4490-8a08-94fdfad240e5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1726 | 2024.07.31 06:53:21.315075 [ 3 ] {8495f690-8f0e-4490-8a08-94fdfad240e5} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1727 | 2024.07.31 06:53:21.315236 [ 3 ] {8495f690-8f0e-4490-8a08-94fdfad240e5} <Debug> executeQuery: Read 161 rows, 14.56 KiB in 0.001454 sec., 110729.02338376892 rows/sec., 9.78 MiB/sec. | ||
| 1728 | 2024.07.31 06:53:21.315407 [ 3 ] {8495f690-8f0e-4490-8a08-94fdfad240e5} <Debug> DynamicQueryHandler: Done processing query | ||
| 1729 | 2024.07.31 06:53:21.315431 [ 3 ] {8495f690-8f0e-4490-8a08-94fdfad240e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 1730 | 2024.07.31 06:53:21.315447 [ 3 ] {} <Debug> HTTP-Session: 30273433-fb8b-4584-bf92-25dd4db08ea3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1731 | 2024.07.31 06:53:21.315801 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 61591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1732 | 2024.07.31 06:53:21.315850 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1733 | 2024.07.31 06:53:21.315870 [ 3 ] {} <Debug> HTTP-Session: 08a586a4-4ab9-4bea-9a35-9e01db5be9b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1734 | 2024.07.31 06:53:21.315885 [ 3 ] {} <Debug> HTTP-Session: 08a586a4-4ab9-4bea-9a35-9e01db5be9b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1735 | 2024.07.31 06:53:21.315899 [ 3 ] {} <Debug> HTTP-Session: 08a586a4-4ab9-4bea-9a35-9e01db5be9b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1736 | 2024.07.31 06:53:21.315930 [ 3 ] {} <Trace> HTTP-Session: 08a586a4-4ab9-4bea-9a35-9e01db5be9b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1737 | 2024.07.31 06:53:21.316131 [ 3 ] {a3d311aa-189b-44e5-8a95-76cdc0920acd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1738 | 2024.07.31 06:53:21.316174 [ 3 ] {a3d311aa-189b-44e5-8a95-76cdc0920acd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1739 | 2024.07.31 06:53:21.316299 [ 3 ] {a3d311aa-189b-44e5-8a95-76cdc0920acd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1740 | 2024.07.31 06:53:21.316818 [ 3 ] {a3d311aa-189b-44e5-8a95-76cdc0920acd} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1741 | 2024.07.31 06:53:21.316855 [ 3 ] {a3d311aa-189b-44e5-8a95-76cdc0920acd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1742 | 2024.07.31 06:53:21.317175 [ 3 ] {a3d311aa-189b-44e5-8a95-76cdc0920acd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1743 | 2024.07.31 06:53:21.317478 [ 3 ] {a3d311aa-189b-44e5-8a95-76cdc0920acd} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1744 | 2024.07.31 06:53:21.317638 [ 3 ] {a3d311aa-189b-44e5-8a95-76cdc0920acd} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001605 sec., 238006.230529595 rows/sec., 16.72 MiB/sec. | ||
| 1745 | 2024.07.31 06:53:21.317806 [ 3 ] {a3d311aa-189b-44e5-8a95-76cdc0920acd} <Debug> DynamicQueryHandler: Done processing query | ||
| 1746 | 2024.07.31 06:53:21.317832 [ 3 ] {a3d311aa-189b-44e5-8a95-76cdc0920acd} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 1747 | 2024.07.31 06:53:21.317847 [ 3 ] {} <Debug> HTTP-Session: 08a586a4-4ab9-4bea-9a35-9e01db5be9b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1748 | 2024.07.31 06:53:21.317980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1749 | 2024.07.31 06:53:21.318031 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1750 | 2024.07.31 06:53:21.318051 [ 3 ] {} <Debug> HTTP-Session: 7e359555-1aa4-41c1-a4a6-8d351372bcba Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1751 | 2024.07.31 06:53:21.318067 [ 3 ] {} <Debug> HTTP-Session: 7e359555-1aa4-41c1-a4a6-8d351372bcba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1752 | 2024.07.31 06:53:21.318080 [ 3 ] {} <Debug> HTTP-Session: 7e359555-1aa4-41c1-a4a6-8d351372bcba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1753 | 2024.07.31 06:53:21.318110 [ 3 ] {} <Trace> HTTP-Session: 7e359555-1aa4-41c1-a4a6-8d351372bcba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1754 | 2024.07.31 06:53:21.318203 [ 3 ] {1fed3c2f-102a-41cc-81ab-a644b5ac1e54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 1755 | 2024.07.31 06:53:21.318245 [ 3 ] {1fed3c2f-102a-41cc-81ab-a644b5ac1e54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1756 | 2024.07.31 06:53:21.318371 [ 3 ] {1fed3c2f-102a-41cc-81ab-a644b5ac1e54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1757 | 2024.07.31 06:53:21.318626 [ 3 ] {1fed3c2f-102a-41cc-81ab-a644b5ac1e54} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1758 | 2024.07.31 06:53:21.318662 [ 3 ] {1fed3c2f-102a-41cc-81ab-a644b5ac1e54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1759 | 2024.07.31 06:53:21.319025 [ 3 ] {1fed3c2f-102a-41cc-81ab-a644b5ac1e54} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1760 | 2024.07.31 06:53:21.319354 [ 3 ] {1fed3c2f-102a-41cc-81ab-a644b5ac1e54} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1761 | 2024.07.31 06:53:21.319515 [ 3 ] {1fed3c2f-102a-41cc-81ab-a644b5ac1e54} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001328 sec., 4518.0722891566265 rows/sec., 194.14 KiB/sec. | ||
| 1762 | 2024.07.31 06:53:21.319793 [ 3 ] {1fed3c2f-102a-41cc-81ab-a644b5ac1e54} <Debug> DynamicQueryHandler: Done processing query | ||
| 1763 | 2024.07.31 06:53:21.319818 [ 3 ] {1fed3c2f-102a-41cc-81ab-a644b5ac1e54} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1764 | 2024.07.31 06:53:21.319834 [ 3 ] {} <Debug> HTTP-Session: 7e359555-1aa4-41c1-a4a6-8d351372bcba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1765 | 2024.07.31 06:53:21.319988 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1766 | 2024.07.31 06:53:21.320036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1767 | 2024.07.31 06:53:21.320055 [ 3 ] {} <Debug> HTTP-Session: 3c063570-2582-47df-8c31-cc21ad203214 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1768 | 2024.07.31 06:53:21.320071 [ 3 ] {} <Debug> HTTP-Session: 3c063570-2582-47df-8c31-cc21ad203214 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1769 | 2024.07.31 06:53:21.320085 [ 3 ] {} <Debug> HTTP-Session: 3c063570-2582-47df-8c31-cc21ad203214 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1770 | 2024.07.31 06:53:21.320115 [ 3 ] {} <Trace> HTTP-Session: 3c063570-2582-47df-8c31-cc21ad203214 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1771 | 2024.07.31 06:53:21.320269 [ 3 ] {772e67d7-793c-44ad-8c45-6adb6bc4fd84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 1772 | 2024.07.31 06:53:21.320319 [ 3 ] {772e67d7-793c-44ad-8c45-6adb6bc4fd84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 1773 | 2024.07.31 06:53:21.320482 [ 3 ] {772e67d7-793c-44ad-8c45-6adb6bc4fd84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1774 | 2024.07.31 06:53:21.320811 [ 3 ] {772e67d7-793c-44ad-8c45-6adb6bc4fd84} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1775 | 2024.07.31 06:53:21.320846 [ 3 ] {772e67d7-793c-44ad-8c45-6adb6bc4fd84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1776 | 2024.07.31 06:53:21.321208 [ 3 ] {772e67d7-793c-44ad-8c45-6adb6bc4fd84} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1777 | 2024.07.31 06:53:21.321543 [ 3 ] {772e67d7-793c-44ad-8c45-6adb6bc4fd84} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1778 | 2024.07.31 06:53:21.321705 [ 3 ] {772e67d7-793c-44ad-8c45-6adb6bc4fd84} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001505 sec., 51162.79069767442 rows/sec., 3.15 MiB/sec. | ||
| 1779 | 2024.07.31 06:53:21.321989 [ 3 ] {772e67d7-793c-44ad-8c45-6adb6bc4fd84} <Debug> DynamicQueryHandler: Done processing query | ||
| 1780 | 2024.07.31 06:53:21.322015 [ 3 ] {772e67d7-793c-44ad-8c45-6adb6bc4fd84} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1781 | 2024.07.31 06:53:21.322031 [ 3 ] {} <Debug> HTTP-Session: 3c063570-2582-47df-8c31-cc21ad203214 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1782 | 2024.07.31 06:53:21.322198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1783 | 2024.07.31 06:53:21.322248 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1784 | 2024.07.31 06:53:21.322269 [ 3 ] {} <Debug> HTTP-Session: 0bb089fe-238a-4f6f-b160-f18256be5906 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1785 | 2024.07.31 06:53:21.322287 [ 3 ] {} <Debug> HTTP-Session: 0bb089fe-238a-4f6f-b160-f18256be5906 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1786 | 2024.07.31 06:53:21.322301 [ 3 ] {} <Debug> HTTP-Session: 0bb089fe-238a-4f6f-b160-f18256be5906 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1787 | 2024.07.31 06:53:21.322333 [ 3 ] {} <Trace> HTTP-Session: 0bb089fe-238a-4f6f-b160-f18256be5906 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1788 | 2024.07.31 06:53:21.322497 [ 3 ] {8bd4b0ca-f6c4-465f-83f0-66a656663b0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1789 | 2024.07.31 06:53:21.322543 [ 3 ] {8bd4b0ca-f6c4-465f-83f0-66a656663b0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1790 | 2024.07.31 06:53:21.322707 [ 3 ] {8bd4b0ca-f6c4-465f-83f0-66a656663b0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1791 | 2024.07.31 06:53:21.323103 [ 3 ] {8bd4b0ca-f6c4-465f-83f0-66a656663b0c} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1792 | 2024.07.31 06:53:21.323140 [ 3 ] {8bd4b0ca-f6c4-465f-83f0-66a656663b0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1793 | 2024.07.31 06:53:21.323519 [ 3 ] {8bd4b0ca-f6c4-465f-83f0-66a656663b0c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1794 | 2024.07.31 06:53:21.323845 [ 3 ] {8bd4b0ca-f6c4-465f-83f0-66a656663b0c} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1795 | 2024.07.31 06:53:21.324012 [ 3 ] {8bd4b0ca-f6c4-465f-83f0-66a656663b0c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001591 sec., 100565.6819610308 rows/sec., 7.00 MiB/sec. | ||
| 1796 | 2024.07.31 06:53:21.324185 [ 3 ] {8bd4b0ca-f6c4-465f-83f0-66a656663b0c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1797 | 2024.07.31 06:53:21.324210 [ 3 ] {8bd4b0ca-f6c4-465f-83f0-66a656663b0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1798 | 2024.07.31 06:53:21.324226 [ 3 ] {} <Debug> HTTP-Session: 0bb089fe-238a-4f6f-b160-f18256be5906 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1799 | 2024.07.31 06:53:21.324367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1800 | 2024.07.31 06:53:21.324431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1801 | 2024.07.31 06:53:21.324463 [ 3 ] {} <Debug> HTTP-Session: 75eb5a78-5245-4710-b7f9-47995a29dfa8 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1802 | 2024.07.31 06:53:21.324485 [ 3 ] {} <Debug> HTTP-Session: 75eb5a78-5245-4710-b7f9-47995a29dfa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1803 | 2024.07.31 06:53:21.324502 [ 3 ] {} <Debug> HTTP-Session: 75eb5a78-5245-4710-b7f9-47995a29dfa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1804 | 2024.07.31 06:53:21.324541 [ 3 ] {} <Trace> HTTP-Session: 75eb5a78-5245-4710-b7f9-47995a29dfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1805 | 2024.07.31 06:53:21.324682 [ 3 ] {a26bfbf3-8cdd-4eb0-bc6a-0f0efa21741b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1806 | 2024.07.31 06:53:21.324737 [ 3 ] {a26bfbf3-8cdd-4eb0-bc6a-0f0efa21741b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1807 | 2024.07.31 06:53:21.324895 [ 3 ] {a26bfbf3-8cdd-4eb0-bc6a-0f0efa21741b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1808 | 2024.07.31 06:53:21.325184 [ 3 ] {a26bfbf3-8cdd-4eb0-bc6a-0f0efa21741b} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1809 | 2024.07.31 06:53:21.325221 [ 3 ] {a26bfbf3-8cdd-4eb0-bc6a-0f0efa21741b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1810 | 2024.07.31 06:53:21.325596 [ 3 ] {a26bfbf3-8cdd-4eb0-bc6a-0f0efa21741b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1811 | 2024.07.31 06:53:21.325941 [ 3 ] {a26bfbf3-8cdd-4eb0-bc6a-0f0efa21741b} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1812 | 2024.07.31 06:53:21.326094 [ 3 ] {a26bfbf3-8cdd-4eb0-bc6a-0f0efa21741b} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00145 sec., 15862.068965517243 rows/sec., 858.03 KiB/sec. | ||
| 1813 | 2024.07.31 06:53:21.326378 [ 3 ] {a26bfbf3-8cdd-4eb0-bc6a-0f0efa21741b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1814 | 2024.07.31 06:53:21.326404 [ 3 ] {a26bfbf3-8cdd-4eb0-bc6a-0f0efa21741b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1815 | 2024.07.31 06:53:21.326420 [ 3 ] {} <Debug> HTTP-Session: 75eb5a78-5245-4710-b7f9-47995a29dfa8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1816 | 2024.07.31 06:53:21.326537 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1817 | 2024.07.31 06:53:21.326587 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1818 | 2024.07.31 06:53:21.326606 [ 3 ] {} <Debug> HTTP-Session: fa74bf3f-4ffa-463b-9094-93afecebfee8 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1819 | 2024.07.31 06:53:21.326623 [ 3 ] {} <Debug> HTTP-Session: fa74bf3f-4ffa-463b-9094-93afecebfee8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1820 | 2024.07.31 06:53:21.326636 [ 3 ] {} <Debug> HTTP-Session: fa74bf3f-4ffa-463b-9094-93afecebfee8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1821 | 2024.07.31 06:53:21.326666 [ 3 ] {} <Trace> HTTP-Session: fa74bf3f-4ffa-463b-9094-93afecebfee8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1822 | 2024.07.31 06:53:21.326785 [ 3 ] {bc81dc62-dd8f-44ae-a735-5952cb72a44c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1823 | 2024.07.31 06:53:21.326830 [ 3 ] {bc81dc62-dd8f-44ae-a735-5952cb72a44c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1824 | 2024.07.31 06:53:21.326981 [ 3 ] {bc81dc62-dd8f-44ae-a735-5952cb72a44c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1825 | 2024.07.31 06:53:21.327313 [ 3 ] {bc81dc62-dd8f-44ae-a735-5952cb72a44c} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1826 | 2024.07.31 06:53:21.327351 [ 3 ] {bc81dc62-dd8f-44ae-a735-5952cb72a44c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1827 | 2024.07.31 06:53:21.327712 [ 3 ] {bc81dc62-dd8f-44ae-a735-5952cb72a44c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1828 | 2024.07.31 06:53:21.328045 [ 3 ] {bc81dc62-dd8f-44ae-a735-5952cb72a44c} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1829 | 2024.07.31 06:53:21.328207 [ 3 ] {bc81dc62-dd8f-44ae-a735-5952cb72a44c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001464 sec., 40983.60655737705 rows/sec., 2.76 MiB/sec. | ||
| 1830 | 2024.07.31 06:53:21.328504 [ 3 ] {bc81dc62-dd8f-44ae-a735-5952cb72a44c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1831 | 2024.07.31 06:53:21.328530 [ 3 ] {bc81dc62-dd8f-44ae-a735-5952cb72a44c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1832 | 2024.07.31 06:53:21.328546 [ 3 ] {} <Debug> HTTP-Session: fa74bf3f-4ffa-463b-9094-93afecebfee8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1833 | 2024.07.31 06:53:23.075290 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1834 | 2024.07.31 06:53:23.075347 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1835 | 2024.07.31 06:53:26.259778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 7839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1836 | 2024.07.31 06:53:26.259907 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1837 | 2024.07.31 06:53:26.259931 [ 3 ] {} <Debug> HTTP-Session: 84ec0c22-3dc5-4983-9391-aa49913ba185 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1838 | 2024.07.31 06:53:26.259955 [ 3 ] {} <Debug> HTTP-Session: 84ec0c22-3dc5-4983-9391-aa49913ba185 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1839 | 2024.07.31 06:53:26.259970 [ 3 ] {} <Debug> HTTP-Session: 84ec0c22-3dc5-4983-9391-aa49913ba185 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1840 | 2024.07.31 06:53:26.260018 [ 3 ] {} <Trace> HTTP-Session: 84ec0c22-3dc5-4983-9391-aa49913ba185 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1841 | 2024.07.31 06:53:26.260213 [ 3 ] {cfd255ad-a1a5-4c2f-a772-2ddc9666a52d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1842 | 2024.07.31 06:53:26.260279 [ 3 ] {cfd255ad-a1a5-4c2f-a772-2ddc9666a52d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1843 | 2024.07.31 06:53:26.260466 [ 3 ] {cfd255ad-a1a5-4c2f-a772-2ddc9666a52d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1844 | 2024.07.31 06:53:26.260955 [ 3 ] {cfd255ad-a1a5-4c2f-a772-2ddc9666a52d} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1845 | 2024.07.31 06:53:26.260996 [ 3 ] {cfd255ad-a1a5-4c2f-a772-2ddc9666a52d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1846 | 2024.07.31 06:53:26.261358 [ 3 ] {cfd255ad-a1a5-4c2f-a772-2ddc9666a52d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1847 | 2024.07.31 06:53:26.261698 [ 3 ] {cfd255ad-a1a5-4c2f-a772-2ddc9666a52d} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1848 | 2024.07.31 06:53:26.261857 [ 3 ] {cfd255ad-a1a5-4c2f-a772-2ddc9666a52d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.0017 sec., 32941.17647058824 rows/sec., 2.53 MiB/sec. | ||
| 1849 | 2024.07.31 06:53:26.261870 [ 168 ] {} <Debug> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1850 | 2024.07.31 06:53:26.261991 [ 168 ] {} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1851 | 2024.07.31 06:53:26.262023 [ 168 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1852 | 2024.07.31 06:53:26.262123 [ 3 ] {cfd255ad-a1a5-4c2f-a772-2ddc9666a52d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1853 | 2024.07.31 06:53:26.262170 [ 3 ] {cfd255ad-a1a5-4c2f-a772-2ddc9666a52d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1854 | 2024.07.31 06:53:26.262195 [ 3 ] {} <Debug> HTTP-Session: 84ec0c22-3dc5-4983-9391-aa49913ba185 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1855 | 2024.07.31 06:53:26.262276 [ 202 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1856 | 2024.07.31 06:53:26.262406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 10888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1857 | 2024.07.31 06:53:26.262518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1858 | 2024.07.31 06:53:26.262576 [ 3 ] {} <Debug> HTTP-Session: 28daf0c8-15d1-44d7-852d-3f3b5eb05f94 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1859 | 2024.07.31 06:53:26.262599 [ 202 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1860 | 2024.07.31 06:53:26.262602 [ 3 ] {} <Debug> HTTP-Session: 28daf0c8-15d1-44d7-852d-3f3b5eb05f94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1861 | 2024.07.31 06:53:26.262647 [ 3 ] {} <Debug> HTTP-Session: 28daf0c8-15d1-44d7-852d-3f3b5eb05f94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1862 | 2024.07.31 06:53:26.262702 [ 3 ] {} <Trace> HTTP-Session: 28daf0c8-15d1-44d7-852d-3f3b5eb05f94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1863 | 2024.07.31 06:53:26.262700 [ 202 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part | ||
| 1864 | 2024.07.31 06:53:26.263020 [ 3 ] {20b38371-4763-4691-aa2a-a3278b0e53d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1865 | 2024.07.31 06:53:26.263054 [ 202 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 52 rows starting from the beginning of the part | ||
| 1866 | 2024.07.31 06:53:26.263156 [ 3 ] {20b38371-4763-4691-aa2a-a3278b0e53d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1867 | 2024.07.31 06:53:26.263480 [ 202 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part | ||
| 1868 | 2024.07.31 06:53:26.263890 [ 202 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part | ||
| 1869 | 2024.07.31 06:53:26.263931 [ 3 ] {20b38371-4763-4691-aa2a-a3278b0e53d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1870 | 2024.07.31 06:53:26.264140 [ 202 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 161 rows starting from the beginning of the part | ||
| 1871 | 2024.07.31 06:53:26.264356 [ 202 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part | ||
| 1872 | 2024.07.31 06:53:26.265093 [ 3 ] {20b38371-4763-4691-aa2a-a3278b0e53d0} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1873 | 2024.07.31 06:53:26.265155 [ 3 ] {20b38371-4763-4691-aa2a-a3278b0e53d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1874 | 2024.07.31 06:53:26.265951 [ 3 ] {20b38371-4763-4691-aa2a-a3278b0e53d0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1875 | 2024.07.31 06:53:26.266803 [ 3 ] {20b38371-4763-4691-aa2a-a3278b0e53d0} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1876 | 2024.07.31 06:53:26.267119 [ 168 ] {} <Debug> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1877 | 2024.07.31 06:53:26.267240 [ 168 ] {} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1878 | 2024.07.31 06:53:26.267266 [ 3 ] {20b38371-4763-4691-aa2a-a3278b0e53d0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004403 sec., 14535.543947308654 rows/sec., 1.13 MiB/sec. | ||
| 1879 | 2024.07.31 06:53:26.267288 [ 168 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1880 | 2024.07.31 06:53:26.267341 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 407 rows, containing 4 columns (4 merged, 0 gathered) in 0.005230491 sec., 77812.9624924314 rows/sec., 6.33 MiB/sec. | ||
| 1881 | 2024.07.31 06:53:26.267593 [ 190 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1882 | 2024.07.31 06:53:26.267638 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1883 | 2024.07.31 06:53:26.267701 [ 3 ] {20b38371-4763-4691-aa2a-a3278b0e53d0} <Debug> DynamicQueryHandler: Done processing query | ||
| 1884 | 2024.07.31 06:53:26.267762 [ 3 ] {20b38371-4763-4691-aa2a-a3278b0e53d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1885 | 2024.07.31 06:53:26.267797 [ 3 ] {} <Debug> HTTP-Session: 28daf0c8-15d1-44d7-852d-3f3b5eb05f94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1886 | 2024.07.31 06:53:26.267809 [ 190 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1887 | 2024.07.31 06:53:26.267859 [ 190 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part | ||
| 1888 | 2024.07.31 06:53:26.268178 [ 190 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part | ||
| 1889 | 2024.07.31 06:53:26.268199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1890 | 2024.07.31 06:53:26.268578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1891 | 2024.07.31 06:53:26.268631 [ 190 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 64 rows starting from the beginning of the part | ||
| 1892 | 2024.07.31 06:53:26.268754 [ 3 ] {} <Debug> HTTP-Session: 86b9bb4e-449d-4bdf-b3cf-dbb419f9792d Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1893 | 2024.07.31 06:53:26.268778 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_6_1} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1894 | 2024.07.31 06:53:26.268842 [ 3 ] {} <Debug> HTTP-Session: 86b9bb4e-449d-4bdf-b3cf-dbb419f9792d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1895 | 2024.07.31 06:53:26.269007 [ 3 ] {} <Debug> HTTP-Session: 86b9bb4e-449d-4bdf-b3cf-dbb419f9792d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1896 | 2024.07.31 06:53:26.269040 [ 190 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part | ||
| 1897 | 2024.07.31 06:53:26.269329 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_6_1} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1898 | 2024.07.31 06:53:26.269239 [ 3 ] {} <Trace> HTTP-Session: 86b9bb4e-449d-4bdf-b3cf-dbb419f9792d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1899 | 2024.07.31 06:53:26.269457 [ 190 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 382 rows starting from the beginning of the part | ||
| 1900 | 2024.07.31 06:53:26.269753 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 1901 | 2024.07.31 06:53:26.269880 [ 190 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part | ||
| 1902 | 2024.07.31 06:53:26.269957 [ 3 ] {84ea48a6-9004-462d-b49e-60cbeb256b5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1903 | 2024.07.31 06:53:26.270162 [ 3 ] {84ea48a6-9004-462d-b49e-60cbeb256b5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1904 | 2024.07.31 06:53:26.270552 [ 3 ] {84ea48a6-9004-462d-b49e-60cbeb256b5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1905 | 2024.07.31 06:53:26.271204 [ 3 ] {84ea48a6-9004-462d-b49e-60cbeb256b5c} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1906 | 2024.07.31 06:53:26.271250 [ 3 ] {84ea48a6-9004-462d-b49e-60cbeb256b5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1907 | 2024.07.31 06:53:26.271708 [ 190 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 658 rows, containing 4 columns (4 merged, 0 gathered) in 0.004246856 sec., 154938.14718464672 rows/sec., 11.39 MiB/sec. | ||
| 1908 | 2024.07.31 06:53:26.271829 [ 3 ] {84ea48a6-9004-462d-b49e-60cbeb256b5c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1909 | 2024.07.31 06:53:26.271842 [ 186 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1910 | 2024.07.31 06:53:26.272435 [ 186 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_6_1} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1911 | 2024.07.31 06:53:26.272471 [ 3 ] {84ea48a6-9004-462d-b49e-60cbeb256b5c} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1912 | 2024.07.31 06:53:26.272529 [ 186 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_6_1} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1913 | 2024.07.31 06:53:26.272608 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 1914 | 2024.07.31 06:53:26.272715 [ 168 ] {} <Debug> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1915 | 2024.07.31 06:53:26.272726 [ 3 ] {84ea48a6-9004-462d-b49e-60cbeb256b5c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003007 sec., 53209.17858330562 rows/sec., 3.71 MiB/sec. | ||
| 1916 | 2024.07.31 06:53:26.272776 [ 168 ] {} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1917 | 2024.07.31 06:53:26.272855 [ 168 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1918 | 2024.07.31 06:53:26.273198 [ 193 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1919 | 2024.07.31 06:53:26.273200 [ 3 ] {84ea48a6-9004-462d-b49e-60cbeb256b5c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1920 | 2024.07.31 06:53:26.273295 [ 3 ] {84ea48a6-9004-462d-b49e-60cbeb256b5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1921 | 2024.07.31 06:53:26.273340 [ 3 ] {} <Debug> HTTP-Session: 86b9bb4e-449d-4bdf-b3cf-dbb419f9792d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1922 | 2024.07.31 06:53:26.273467 [ 193 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1923 | 2024.07.31 06:53:26.273516 [ 193 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part | ||
| 1924 | 2024.07.31 06:53:26.273550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1925 | 2024.07.31 06:53:26.273723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1926 | 2024.07.31 06:53:26.273747 [ 193 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 130 rows starting from the beginning of the part | ||
| 1927 | 2024.07.31 06:53:26.273796 [ 3 ] {} <Debug> HTTP-Session: ce06d16b-333c-4dbb-8a5e-1d6207686f9d Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1928 | 2024.07.31 06:53:26.273920 [ 3 ] {} <Debug> HTTP-Session: ce06d16b-333c-4dbb-8a5e-1d6207686f9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1929 | 2024.07.31 06:53:26.274038 [ 3 ] {} <Debug> HTTP-Session: ce06d16b-333c-4dbb-8a5e-1d6207686f9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1930 | 2024.07.31 06:53:26.274067 [ 193 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 158 rows starting from the beginning of the part | ||
| 1931 | 2024.07.31 06:53:26.274200 [ 3 ] {} <Trace> HTTP-Session: ce06d16b-333c-4dbb-8a5e-1d6207686f9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1932 | 2024.07.31 06:53:26.274358 [ 193 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part | ||
| 1933 | 2024.07.31 06:53:26.274662 [ 3 ] {1c10a128-9fda-45f0-ad41-6f7ccdf2e16c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1934 | 2024.07.31 06:53:26.274687 [ 193 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part | ||
| 1935 | 2024.07.31 06:53:26.274824 [ 3 ] {1c10a128-9fda-45f0-ad41-6f7ccdf2e16c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1936 | 2024.07.31 06:53:26.274989 [ 193 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part | ||
| 1937 | 2024.07.31 06:53:26.275824 [ 3 ] {1c10a128-9fda-45f0-ad41-6f7ccdf2e16c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1938 | 2024.07.31 06:53:26.276535 [ 3 ] {1c10a128-9fda-45f0-ad41-6f7ccdf2e16c} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1939 | 2024.07.31 06:53:26.276600 [ 3 ] {1c10a128-9fda-45f0-ad41-6f7ccdf2e16c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1940 | 2024.07.31 06:53:26.277642 [ 3 ] {1c10a128-9fda-45f0-ad41-6f7ccdf2e16c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1941 | 2024.07.31 06:53:26.278429 [ 193 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 778 rows, containing 5 columns (5 merged, 0 gathered) in 0.005436226 sec., 143113.9912137575 rows/sec., 9.96 MiB/sec. | ||
| 1942 | 2024.07.31 06:53:26.278443 [ 3 ] {1c10a128-9fda-45f0-ad41-6f7ccdf2e16c} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1943 | 2024.07.31 06:53:26.278711 [ 152 ] {} <Debug> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1944 | 2024.07.31 06:53:26.278727 [ 193 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1945 | 2024.07.31 06:53:26.278711 [ 3 ] {1c10a128-9fda-45f0-ad41-6f7ccdf2e16c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004253 sec., 14107.688690336234 rows/sec., 973.58 KiB/sec. | ||
| 1946 | 2024.07.31 06:53:26.278781 [ 152 ] {} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1947 | 2024.07.31 06:53:26.278862 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1948 | 2024.07.31 06:53:26.279435 [ 190 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1949 | 2024.07.31 06:53:26.279624 [ 3 ] {1c10a128-9fda-45f0-ad41-6f7ccdf2e16c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1950 | 2024.07.31 06:53:26.279713 [ 3 ] {1c10a128-9fda-45f0-ad41-6f7ccdf2e16c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1951 | 2024.07.31 06:53:26.279806 [ 3 ] {} <Debug> HTTP-Session: ce06d16b-333c-4dbb-8a5e-1d6207686f9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1952 | 2024.07.31 06:53:26.280066 [ 190 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1953 | 2024.07.31 06:53:26.280144 [ 190 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
| 1954 | 2024.07.31 06:53:26.280381 [ 190 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 44 rows starting from the beginning of the part | ||
| 1955 | 2024.07.31 06:53:26.280594 [ 190 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 58 rows starting from the beginning of the part | ||
| 1956 | 2024.07.31 06:53:26.280633 [ 193 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1957 | 2024.07.31 06:53:26.280954 [ 190 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part | ||
| 1958 | 2024.07.31 06:53:26.280999 [ 193 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1959 | 2024.07.31 06:53:26.281246 [ 190 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part | ||
| 1960 | 2024.07.31 06:53:26.281295 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 1961 | 2024.07.31 06:53:26.281456 [ 190 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part | ||
| 1962 | 2024.07.31 06:53:26.282582 [ 191 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 286 rows, containing 4 columns (4 merged, 0 gathered) in 0.003551749 sec., 80523.70817870295 rows/sec., 5.45 MiB/sec. | ||
| 1963 | 2024.07.31 06:53:26.282769 [ 193 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1964 | 2024.07.31 06:53:26.283152 [ 193 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_6_1} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1965 | 2024.07.31 06:53:26.283228 [ 193 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_6_1} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1966 | 2024.07.31 06:53:26.283308 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 1967 | 2024.07.31 06:53:31.264796 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1968 | 2024.07.31 06:53:31.264930 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1969 | 2024.07.31 06:53:31.264961 [ 3 ] {} <Debug> HTTP-Session: 3b924dbd-c8df-4094-a271-faa366ea0776 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1970 | 2024.07.31 06:53:31.264988 [ 3 ] {} <Debug> HTTP-Session: 3b924dbd-c8df-4094-a271-faa366ea0776 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1971 | 2024.07.31 06:53:31.265006 [ 3 ] {} <Debug> HTTP-Session: 3b924dbd-c8df-4094-a271-faa366ea0776 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1972 | 2024.07.31 06:53:31.265060 [ 3 ] {} <Trace> HTTP-Session: 3b924dbd-c8df-4094-a271-faa366ea0776 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1973 | 2024.07.31 06:53:31.265254 [ 3 ] {99c9d424-2307-4bcf-9921-c117c43ddf6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1974 | 2024.07.31 06:53:31.265317 [ 3 ] {99c9d424-2307-4bcf-9921-c117c43ddf6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1975 | 2024.07.31 06:53:31.265507 [ 3 ] {99c9d424-2307-4bcf-9921-c117c43ddf6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1976 | 2024.07.31 06:53:31.265932 [ 3 ] {99c9d424-2307-4bcf-9921-c117c43ddf6e} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1977 | 2024.07.31 06:53:31.265973 [ 3 ] {99c9d424-2307-4bcf-9921-c117c43ddf6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1978 | 2024.07.31 06:53:31.266349 [ 3 ] {99c9d424-2307-4bcf-9921-c117c43ddf6e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1979 | 2024.07.31 06:53:31.266709 [ 3 ] {99c9d424-2307-4bcf-9921-c117c43ddf6e} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1980 | 2024.07.31 06:53:31.266855 [ 3 ] {99c9d424-2307-4bcf-9921-c117c43ddf6e} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001659 sec., 3616.636528028933 rows/sec., 204.85 KiB/sec. | ||
| 1981 | 2024.07.31 06:53:31.267068 [ 3 ] {99c9d424-2307-4bcf-9921-c117c43ddf6e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1982 | 2024.07.31 06:53:31.267097 [ 3 ] {99c9d424-2307-4bcf-9921-c117c43ddf6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1983 | 2024.07.31 06:53:31.267113 [ 3 ] {} <Debug> HTTP-Session: 3b924dbd-c8df-4094-a271-faa366ea0776 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1984 | 2024.07.31 06:53:31.267350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 24371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1985 | 2024.07.31 06:53:31.267406 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1986 | 2024.07.31 06:53:31.267425 [ 3 ] {} <Debug> HTTP-Session: 68caccab-4713-46c9-86a2-260b78b50a55 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 1987 | 2024.07.31 06:53:31.267442 [ 3 ] {} <Debug> HTTP-Session: 68caccab-4713-46c9-86a2-260b78b50a55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1988 | 2024.07.31 06:53:31.267455 [ 3 ] {} <Debug> HTTP-Session: 68caccab-4713-46c9-86a2-260b78b50a55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1989 | 2024.07.31 06:53:31.267490 [ 3 ] {} <Trace> HTTP-Session: 68caccab-4713-46c9-86a2-260b78b50a55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1990 | 2024.07.31 06:53:31.267639 [ 3 ] {612ae5e3-721a-45e2-b501-5d596f21f7c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1991 | 2024.07.31 06:53:31.267686 [ 3 ] {612ae5e3-721a-45e2-b501-5d596f21f7c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1992 | 2024.07.31 06:53:31.267818 [ 3 ] {612ae5e3-721a-45e2-b501-5d596f21f7c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1993 | 2024.07.31 06:53:31.268224 [ 3 ] {612ae5e3-721a-45e2-b501-5d596f21f7c0} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1994 | 2024.07.31 06:53:31.268261 [ 3 ] {612ae5e3-721a-45e2-b501-5d596f21f7c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1995 | 2024.07.31 06:53:31.268595 [ 3 ] {612ae5e3-721a-45e2-b501-5d596f21f7c0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1996 | 2024.07.31 06:53:31.268914 [ 3 ] {612ae5e3-721a-45e2-b501-5d596f21f7c0} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1997 | 2024.07.31 06:53:31.269045 [ 3 ] {612ae5e3-721a-45e2-b501-5d596f21f7c0} <Debug> executeQuery: Read 161 rows, 14.56 KiB in 0.001472 sec., 109375 rows/sec., 9.66 MiB/sec. | ||
| 1998 | 2024.07.31 06:53:31.269252 [ 3 ] {612ae5e3-721a-45e2-b501-5d596f21f7c0} <Debug> DynamicQueryHandler: Done processing query | ||
| 1999 | 2024.07.31 06:53:31.269278 [ 3 ] {612ae5e3-721a-45e2-b501-5d596f21f7c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 2000 | 2024.07.31 06:53:31.269295 [ 3 ] {} <Debug> HTTP-Session: 68caccab-4713-46c9-86a2-260b78b50a55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2001 | 2024.07.31 06:53:31.269591 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 61591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2002 | 2024.07.31 06:53:31.269642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2003 | 2024.07.31 06:53:31.269661 [ 3 ] {} <Debug> HTTP-Session: 18668c9b-c99f-4eb8-878b-999fb08365de Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2004 | 2024.07.31 06:53:31.269678 [ 3 ] {} <Debug> HTTP-Session: 18668c9b-c99f-4eb8-878b-999fb08365de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2005 | 2024.07.31 06:53:31.269692 [ 3 ] {} <Debug> HTTP-Session: 18668c9b-c99f-4eb8-878b-999fb08365de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2006 | 2024.07.31 06:53:31.269724 [ 3 ] {} <Trace> HTTP-Session: 18668c9b-c99f-4eb8-878b-999fb08365de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2007 | 2024.07.31 06:53:31.269929 [ 3 ] {442a8057-73e1-4610-a2c1-19442b374bef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2008 | 2024.07.31 06:53:31.269973 [ 3 ] {442a8057-73e1-4610-a2c1-19442b374bef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2009 | 2024.07.31 06:53:31.270100 [ 3 ] {442a8057-73e1-4610-a2c1-19442b374bef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2010 | 2024.07.31 06:53:31.270643 [ 3 ] {442a8057-73e1-4610-a2c1-19442b374bef} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2011 | 2024.07.31 06:53:31.270679 [ 3 ] {442a8057-73e1-4610-a2c1-19442b374bef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2012 | 2024.07.31 06:53:31.271014 [ 3 ] {442a8057-73e1-4610-a2c1-19442b374bef} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2013 | 2024.07.31 06:53:31.271331 [ 3 ] {442a8057-73e1-4610-a2c1-19442b374bef} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2014 | 2024.07.31 06:53:31.271467 [ 3 ] {442a8057-73e1-4610-a2c1-19442b374bef} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001644 sec., 232360.09732360096 rows/sec., 16.32 MiB/sec. | ||
| 2015 | 2024.07.31 06:53:31.271734 [ 3 ] {442a8057-73e1-4610-a2c1-19442b374bef} <Debug> DynamicQueryHandler: Done processing query | ||
| 2016 | 2024.07.31 06:53:31.271760 [ 3 ] {442a8057-73e1-4610-a2c1-19442b374bef} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 2017 | 2024.07.31 06:53:31.271777 [ 3 ] {} <Debug> HTTP-Session: 18668c9b-c99f-4eb8-878b-999fb08365de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2018 | 2024.07.31 06:53:31.271966 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2019 | 2024.07.31 06:53:31.272016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2020 | 2024.07.31 06:53:31.272036 [ 3 ] {} <Debug> HTTP-Session: 0dee20fd-feb0-441c-acfe-7e6a28607a65 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2021 | 2024.07.31 06:53:31.272052 [ 3 ] {} <Debug> HTTP-Session: 0dee20fd-feb0-441c-acfe-7e6a28607a65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2022 | 2024.07.31 06:53:31.272066 [ 3 ] {} <Debug> HTTP-Session: 0dee20fd-feb0-441c-acfe-7e6a28607a65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2023 | 2024.07.31 06:53:31.272099 [ 3 ] {} <Trace> HTTP-Session: 0dee20fd-feb0-441c-acfe-7e6a28607a65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2024 | 2024.07.31 06:53:31.272199 [ 3 ] {2cb5a797-0bb4-4c55-891f-1b555e421b56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 2025 | 2024.07.31 06:53:31.272245 [ 3 ] {2cb5a797-0bb4-4c55-891f-1b555e421b56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2026 | 2024.07.31 06:53:31.272392 [ 3 ] {2cb5a797-0bb4-4c55-891f-1b555e421b56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2027 | 2024.07.31 06:53:31.272684 [ 3 ] {2cb5a797-0bb4-4c55-891f-1b555e421b56} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2028 | 2024.07.31 06:53:31.272722 [ 3 ] {2cb5a797-0bb4-4c55-891f-1b555e421b56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2029 | 2024.07.31 06:53:31.273085 [ 3 ] {2cb5a797-0bb4-4c55-891f-1b555e421b56} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2030 | 2024.07.31 06:53:31.273427 [ 3 ] {2cb5a797-0bb4-4c55-891f-1b555e421b56} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2031 | 2024.07.31 06:53:31.273559 [ 3 ] {2cb5a797-0bb4-4c55-891f-1b555e421b56} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001382 sec., 4341.534008683068 rows/sec., 186.55 KiB/sec. | ||
| 2032 | 2024.07.31 06:53:31.273783 [ 3 ] {2cb5a797-0bb4-4c55-891f-1b555e421b56} <Debug> DynamicQueryHandler: Done processing query | ||
| 2033 | 2024.07.31 06:53:31.273809 [ 3 ] {2cb5a797-0bb4-4c55-891f-1b555e421b56} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2034 | 2024.07.31 06:53:31.273826 [ 3 ] {} <Debug> HTTP-Session: 0dee20fd-feb0-441c-acfe-7e6a28607a65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2035 | 2024.07.31 06:53:31.273956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2036 | 2024.07.31 06:53:31.274008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2037 | 2024.07.31 06:53:31.274028 [ 3 ] {} <Debug> HTTP-Session: cb090e3b-e425-4d4c-8918-23eb16cb9922 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2038 | 2024.07.31 06:53:31.274044 [ 3 ] {} <Debug> HTTP-Session: cb090e3b-e425-4d4c-8918-23eb16cb9922 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2039 | 2024.07.31 06:53:31.274058 [ 3 ] {} <Debug> HTTP-Session: cb090e3b-e425-4d4c-8918-23eb16cb9922 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2040 | 2024.07.31 06:53:31.274092 [ 3 ] {} <Trace> HTTP-Session: cb090e3b-e425-4d4c-8918-23eb16cb9922 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2041 | 2024.07.31 06:53:31.274229 [ 3 ] {942ae61f-d7cb-48dc-a90a-b35c9d63c28f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 2042 | 2024.07.31 06:53:31.274276 [ 3 ] {942ae61f-d7cb-48dc-a90a-b35c9d63c28f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 2043 | 2024.07.31 06:53:31.274433 [ 3 ] {942ae61f-d7cb-48dc-a90a-b35c9d63c28f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2044 | 2024.07.31 06:53:31.274736 [ 3 ] {942ae61f-d7cb-48dc-a90a-b35c9d63c28f} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2045 | 2024.07.31 06:53:31.274773 [ 3 ] {942ae61f-d7cb-48dc-a90a-b35c9d63c28f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2046 | 2024.07.31 06:53:31.275141 [ 3 ] {942ae61f-d7cb-48dc-a90a-b35c9d63c28f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2047 | 2024.07.31 06:53:31.275492 [ 3 ] {942ae61f-d7cb-48dc-a90a-b35c9d63c28f} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2048 | 2024.07.31 06:53:31.275639 [ 3 ] {942ae61f-d7cb-48dc-a90a-b35c9d63c28f} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001472 sec., 52309.782608695656 rows/sec., 3.22 MiB/sec. | ||
| 2049 | 2024.07.31 06:53:31.275802 [ 3 ] {942ae61f-d7cb-48dc-a90a-b35c9d63c28f} <Debug> DynamicQueryHandler: Done processing query | ||
| 2050 | 2024.07.31 06:53:31.275828 [ 3 ] {942ae61f-d7cb-48dc-a90a-b35c9d63c28f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2051 | 2024.07.31 06:53:31.275846 [ 3 ] {} <Debug> HTTP-Session: cb090e3b-e425-4d4c-8918-23eb16cb9922 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2052 | 2024.07.31 06:53:31.276015 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2053 | 2024.07.31 06:53:31.276067 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2054 | 2024.07.31 06:53:31.276087 [ 3 ] {} <Debug> HTTP-Session: fb62e1fe-95fc-435a-8b0e-e7899106db81 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2055 | 2024.07.31 06:53:31.276103 [ 3 ] {} <Debug> HTTP-Session: fb62e1fe-95fc-435a-8b0e-e7899106db81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2056 | 2024.07.31 06:53:31.276117 [ 3 ] {} <Debug> HTTP-Session: fb62e1fe-95fc-435a-8b0e-e7899106db81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2057 | 2024.07.31 06:53:31.276151 [ 3 ] {} <Trace> HTTP-Session: fb62e1fe-95fc-435a-8b0e-e7899106db81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2058 | 2024.07.31 06:53:31.276304 [ 3 ] {776559b8-9598-44db-9985-c056e04559c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2059 | 2024.07.31 06:53:31.276351 [ 3 ] {776559b8-9598-44db-9985-c056e04559c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2060 | 2024.07.31 06:53:31.276493 [ 3 ] {776559b8-9598-44db-9985-c056e04559c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2061 | 2024.07.31 06:53:31.276876 [ 3 ] {776559b8-9598-44db-9985-c056e04559c9} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2062 | 2024.07.31 06:53:31.276914 [ 3 ] {776559b8-9598-44db-9985-c056e04559c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2063 | 2024.07.31 06:53:31.277290 [ 3 ] {776559b8-9598-44db-9985-c056e04559c9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2064 | 2024.07.31 06:53:31.277632 [ 3 ] {776559b8-9598-44db-9985-c056e04559c9} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2065 | 2024.07.31 06:53:31.277787 [ 3 ] {776559b8-9598-44db-9985-c056e04559c9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001556 sec., 102827.76349614395 rows/sec., 7.16 MiB/sec. | ||
| 2066 | 2024.07.31 06:53:31.277977 [ 3 ] {776559b8-9598-44db-9985-c056e04559c9} <Debug> DynamicQueryHandler: Done processing query | ||
| 2067 | 2024.07.31 06:53:31.278003 [ 3 ] {776559b8-9598-44db-9985-c056e04559c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2068 | 2024.07.31 06:53:31.278019 [ 3 ] {} <Debug> HTTP-Session: fb62e1fe-95fc-435a-8b0e-e7899106db81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2069 | 2024.07.31 06:53:31.278134 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2070 | 2024.07.31 06:53:31.278182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2071 | 2024.07.31 06:53:31.278201 [ 3 ] {} <Debug> HTTP-Session: 14abf6a5-b665-4461-a525-88a7fc9bca71 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2072 | 2024.07.31 06:53:31.278217 [ 3 ] {} <Debug> HTTP-Session: 14abf6a5-b665-4461-a525-88a7fc9bca71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2073 | 2024.07.31 06:53:31.278231 [ 3 ] {} <Debug> HTTP-Session: 14abf6a5-b665-4461-a525-88a7fc9bca71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2074 | 2024.07.31 06:53:31.278262 [ 3 ] {} <Trace> HTTP-Session: 14abf6a5-b665-4461-a525-88a7fc9bca71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2075 | 2024.07.31 06:53:31.278363 [ 3 ] {319cd988-9c8f-4eec-97a3-bba44a5e7010} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2076 | 2024.07.31 06:53:31.278407 [ 3 ] {319cd988-9c8f-4eec-97a3-bba44a5e7010} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2077 | 2024.07.31 06:53:31.278535 [ 3 ] {319cd988-9c8f-4eec-97a3-bba44a5e7010} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2078 | 2024.07.31 06:53:31.278800 [ 3 ] {319cd988-9c8f-4eec-97a3-bba44a5e7010} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2079 | 2024.07.31 06:53:31.278838 [ 3 ] {319cd988-9c8f-4eec-97a3-bba44a5e7010} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2080 | 2024.07.31 06:53:31.279193 [ 3 ] {319cd988-9c8f-4eec-97a3-bba44a5e7010} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2081 | 2024.07.31 06:53:31.279529 [ 3 ] {319cd988-9c8f-4eec-97a3-bba44a5e7010} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2082 | 2024.07.31 06:53:31.279675 [ 3 ] {319cd988-9c8f-4eec-97a3-bba44a5e7010} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00134 sec., 17164.17910447761 rows/sec., 928.46 KiB/sec. | ||
| 2083 | 2024.07.31 06:53:31.279830 [ 3 ] {319cd988-9c8f-4eec-97a3-bba44a5e7010} <Debug> DynamicQueryHandler: Done processing query | ||
| 2084 | 2024.07.31 06:53:31.279855 [ 3 ] {319cd988-9c8f-4eec-97a3-bba44a5e7010} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2085 | 2024.07.31 06:53:31.279871 [ 3 ] {} <Debug> HTTP-Session: 14abf6a5-b665-4461-a525-88a7fc9bca71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2086 | 2024.07.31 06:53:31.279993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2087 | 2024.07.31 06:53:31.280039 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2088 | 2024.07.31 06:53:31.280058 [ 3 ] {} <Debug> HTTP-Session: 1f528b13-4f8c-4e7c-b029-37da2bc00389 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2089 | 2024.07.31 06:53:31.280074 [ 3 ] {} <Debug> HTTP-Session: 1f528b13-4f8c-4e7c-b029-37da2bc00389 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2090 | 2024.07.31 06:53:31.280088 [ 3 ] {} <Debug> HTTP-Session: 1f528b13-4f8c-4e7c-b029-37da2bc00389 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2091 | 2024.07.31 06:53:31.280119 [ 3 ] {} <Trace> HTTP-Session: 1f528b13-4f8c-4e7c-b029-37da2bc00389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2092 | 2024.07.31 06:53:31.280240 [ 3 ] {2cda3066-e7fe-428b-8ede-c19a310eec01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2093 | 2024.07.31 06:53:31.280284 [ 3 ] {2cda3066-e7fe-428b-8ede-c19a310eec01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2094 | 2024.07.31 06:53:31.280411 [ 3 ] {2cda3066-e7fe-428b-8ede-c19a310eec01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2095 | 2024.07.31 06:53:31.280695 [ 3 ] {2cda3066-e7fe-428b-8ede-c19a310eec01} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2096 | 2024.07.31 06:53:31.280730 [ 3 ] {2cda3066-e7fe-428b-8ede-c19a310eec01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2097 | 2024.07.31 06:53:31.281085 [ 3 ] {2cda3066-e7fe-428b-8ede-c19a310eec01} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2098 | 2024.07.31 06:53:31.281414 [ 3 ] {2cda3066-e7fe-428b-8ede-c19a310eec01} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2099 | 2024.07.31 06:53:31.281559 [ 3 ] {2cda3066-e7fe-428b-8ede-c19a310eec01} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001365 sec., 43956.04395604396 rows/sec., 2.96 MiB/sec. | ||
| 2100 | 2024.07.31 06:53:31.281731 [ 3 ] {2cda3066-e7fe-428b-8ede-c19a310eec01} <Debug> DynamicQueryHandler: Done processing query | ||
| 2101 | 2024.07.31 06:53:31.281756 [ 3 ] {2cda3066-e7fe-428b-8ede-c19a310eec01} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2102 | 2024.07.31 06:53:31.281775 [ 3 ] {} <Debug> HTTP-Session: 1f528b13-4f8c-4e7c-b029-37da2bc00389 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2103 | 2024.07.31 06:53:36.253978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1056, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2104 | 2024.07.31 06:53:36.254173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2105 | 2024.07.31 06:53:36.254220 [ 3 ] {} <Debug> HTTP-Session: 11cdc51e-2f54-4d6f-9e70-7d0144639b05 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2106 | 2024.07.31 06:53:36.254260 [ 3 ] {} <Debug> HTTP-Session: 11cdc51e-2f54-4d6f-9e70-7d0144639b05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2107 | 2024.07.31 06:53:36.254288 [ 3 ] {} <Debug> HTTP-Session: 11cdc51e-2f54-4d6f-9e70-7d0144639b05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2108 | 2024.07.31 06:53:36.254367 [ 3 ] {} <Trace> HTTP-Session: 11cdc51e-2f54-4d6f-9e70-7d0144639b05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2109 | 2024.07.31 06:53:36.254647 [ 3 ] {2d916543-8663-43b9-a00a-32eb569a4cca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2110 | 2024.07.31 06:53:36.255033 [ 3 ] {2d916543-8663-43b9-a00a-32eb569a4cca} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2111 | 2024.07.31 06:53:36.255082 [ 3 ] {2d916543-8663-43b9-a00a-32eb569a4cca} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2112 | 2024.07.31 06:53:36.255405 [ 3 ] {2d916543-8663-43b9-a00a-32eb569a4cca} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2113 | 2024.07.31 06:53:36.255487 [ 3 ] {2d916543-8663-43b9-a00a-32eb569a4cca} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2114 | 2024.07.31 06:53:36.255657 [ 3 ] {2d916543-8663-43b9-a00a-32eb569a4cca} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 2115 | 2024.07.31 06:53:36.255796 [ 257 ] {2d916543-8663-43b9-a00a-32eb569a4cca} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2116 | 2024.07.31 06:53:36.255861 [ 256 ] {2d916543-8663-43b9-a00a-32eb569a4cca} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2117 | 2024.07.31 06:53:36.255899 [ 252 ] {2d916543-8663-43b9-a00a-32eb569a4cca} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2118 | 2024.07.31 06:53:36.256089 [ 3 ] {2d916543-8663-43b9-a00a-32eb569a4cca} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (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 | ||
| 2119 | 2024.07.31 06:53:36.256122 [ 3 ] {2d916543-8663-43b9-a00a-32eb569a4cca} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2120 | 2024.07.31 06:53:36.256237 [ 3 ] {2d916543-8663-43b9-a00a-32eb569a4cca} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2121 | 2024.07.31 06:53:36.256260 [ 3 ] {2d916543-8663-43b9-a00a-32eb569a4cca} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 2122 | 2024.07.31 06:53:36.256300 [ 3 ] {2d916543-8663-43b9-a00a-32eb569a4cca} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2123 | 2024.07.31 06:53:36.256345 [ 3 ] {2d916543-8663-43b9-a00a-32eb569a4cca} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2124 | 2024.07.31 06:53:36.256385 [ 3 ] {2d916543-8663-43b9-a00a-32eb569a4cca} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2125 | 2024.07.31 06:53:36.258336 [ 3 ] {2d916543-8663-43b9-a00a-32eb569a4cca} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.003793 sec., 7909.306617453203 rows/sec., 287.33 KiB/sec. | ||
| 2126 | 2024.07.31 06:53:36.258738 [ 3 ] {2d916543-8663-43b9-a00a-32eb569a4cca} <Debug> DynamicQueryHandler: Done processing query | ||
| 2127 | 2024.07.31 06:53:36.258765 [ 3 ] {2d916543-8663-43b9-a00a-32eb569a4cca} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2128 | 2024.07.31 06:53:36.258783 [ 3 ] {} <Debug> HTTP-Session: 11cdc51e-2f54-4d6f-9e70-7d0144639b05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2129 | 2024.07.31 06:53:36.260389 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1098, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2130 | 2024.07.31 06:53:36.260447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2131 | 2024.07.31 06:53:36.260469 [ 3 ] {} <Debug> HTTP-Session: 8daee92d-8d76-40fa-9787-a34e79e42bee Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2132 | 2024.07.31 06:53:36.260487 [ 3 ] {} <Debug> HTTP-Session: 8daee92d-8d76-40fa-9787-a34e79e42bee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2133 | 2024.07.31 06:53:36.260501 [ 3 ] {} <Debug> HTTP-Session: 8daee92d-8d76-40fa-9787-a34e79e42bee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2134 | 2024.07.31 06:53:36.260537 [ 3 ] {} <Trace> HTTP-Session: 8daee92d-8d76-40fa-9787-a34e79e42bee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2135 | 2024.07.31 06:53:36.260706 [ 3 ] {71430e2f-949d-4dbb-93e2-bae7aff09c14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2136 | 2024.07.31 06:53:36.261003 [ 3 ] {71430e2f-949d-4dbb-93e2-bae7aff09c14} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2137 | 2024.07.31 06:53:36.261049 [ 3 ] {71430e2f-949d-4dbb-93e2-bae7aff09c14} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2138 | 2024.07.31 06:53:36.261338 [ 3 ] {71430e2f-949d-4dbb-93e2-bae7aff09c14} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2139 | 2024.07.31 06:53:36.261404 [ 3 ] {71430e2f-949d-4dbb-93e2-bae7aff09c14} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2140 | 2024.07.31 06:53:36.261548 [ 3 ] {71430e2f-949d-4dbb-93e2-bae7aff09c14} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 2141 | 2024.07.31 06:53:36.261711 [ 260 ] {71430e2f-949d-4dbb-93e2-bae7aff09c14} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2142 | 2024.07.31 06:53:36.261717 [ 259 ] {71430e2f-949d-4dbb-93e2-bae7aff09c14} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2143 | 2024.07.31 06:53:36.261723 [ 261 ] {71430e2f-949d-4dbb-93e2-bae7aff09c14} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2144 | 2024.07.31 06:53:36.261882 [ 3 ] {71430e2f-949d-4dbb-93e2-bae7aff09c14} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (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 | ||
| 2145 | 2024.07.31 06:53:36.261908 [ 3 ] {71430e2f-949d-4dbb-93e2-bae7aff09c14} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2146 | 2024.07.31 06:53:36.262009 [ 3 ] {71430e2f-949d-4dbb-93e2-bae7aff09c14} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2147 | 2024.07.31 06:53:36.262032 [ 3 ] {71430e2f-949d-4dbb-93e2-bae7aff09c14} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 2148 | 2024.07.31 06:53:36.262071 [ 3 ] {71430e2f-949d-4dbb-93e2-bae7aff09c14} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2149 | 2024.07.31 06:53:36.262111 [ 3 ] {71430e2f-949d-4dbb-93e2-bae7aff09c14} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2150 | 2024.07.31 06:53:36.262151 [ 3 ] {71430e2f-949d-4dbb-93e2-bae7aff09c14} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2151 | 2024.07.31 06:53:36.263859 [ 3 ] {71430e2f-949d-4dbb-93e2-bae7aff09c14} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.003232 sec., 9282.178217821782 rows/sec., 337.20 KiB/sec. | ||
| 2152 | 2024.07.31 06:53:36.264212 [ 3 ] {71430e2f-949d-4dbb-93e2-bae7aff09c14} <Debug> DynamicQueryHandler: Done processing query | ||
| 2153 | 2024.07.31 06:53:36.264237 [ 3 ] {71430e2f-949d-4dbb-93e2-bae7aff09c14} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2154 | 2024.07.31 06:53:36.264255 [ 3 ] {} <Debug> HTTP-Session: 8daee92d-8d76-40fa-9787-a34e79e42bee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2155 | 2024.07.31 06:53:36.264478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1136, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2156 | 2024.07.31 06:53:36.264527 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2157 | 2024.07.31 06:53:36.264547 [ 3 ] {} <Debug> HTTP-Session: 9ca1ff67-5f41-4dea-984d-eca1ecb6274e Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2158 | 2024.07.31 06:53:36.264563 [ 3 ] {} <Debug> HTTP-Session: 9ca1ff67-5f41-4dea-984d-eca1ecb6274e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2159 | 2024.07.31 06:53:36.264577 [ 3 ] {} <Debug> HTTP-Session: 9ca1ff67-5f41-4dea-984d-eca1ecb6274e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2160 | 2024.07.31 06:53:36.264609 [ 3 ] {} <Trace> HTTP-Session: 9ca1ff67-5f41-4dea-984d-eca1ecb6274e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2161 | 2024.07.31 06:53:36.264761 [ 3 ] {911a821c-5416-4cd3-87e6-2a1fc416961b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2162 | 2024.07.31 06:53:36.265044 [ 3 ] {911a821c-5416-4cd3-87e6-2a1fc416961b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2163 | 2024.07.31 06:53:36.265089 [ 3 ] {911a821c-5416-4cd3-87e6-2a1fc416961b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2164 | 2024.07.31 06:53:36.265377 [ 3 ] {911a821c-5416-4cd3-87e6-2a1fc416961b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2165 | 2024.07.31 06:53:36.265442 [ 3 ] {911a821c-5416-4cd3-87e6-2a1fc416961b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2166 | 2024.07.31 06:53:36.265580 [ 3 ] {911a821c-5416-4cd3-87e6-2a1fc416961b} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 2167 | 2024.07.31 06:53:36.265677 [ 257 ] {911a821c-5416-4cd3-87e6-2a1fc416961b} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2168 | 2024.07.31 06:53:36.265718 [ 256 ] {911a821c-5416-4cd3-87e6-2a1fc416961b} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2169 | 2024.07.31 06:53:36.265719 [ 252 ] {911a821c-5416-4cd3-87e6-2a1fc416961b} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2170 | 2024.07.31 06:53:36.265848 [ 3 ] {911a821c-5416-4cd3-87e6-2a1fc416961b} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (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 | ||
| 2171 | 2024.07.31 06:53:36.265878 [ 3 ] {911a821c-5416-4cd3-87e6-2a1fc416961b} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2172 | 2024.07.31 06:53:36.265977 [ 3 ] {911a821c-5416-4cd3-87e6-2a1fc416961b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2173 | 2024.07.31 06:53:36.265998 [ 3 ] {911a821c-5416-4cd3-87e6-2a1fc416961b} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 2174 | 2024.07.31 06:53:36.266037 [ 3 ] {911a821c-5416-4cd3-87e6-2a1fc416961b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2175 | 2024.07.31 06:53:36.266079 [ 3 ] {911a821c-5416-4cd3-87e6-2a1fc416961b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2176 | 2024.07.31 06:53:36.266118 [ 3 ] {911a821c-5416-4cd3-87e6-2a1fc416961b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2177 | 2024.07.31 06:53:36.267874 [ 3 ] {911a821c-5416-4cd3-87e6-2a1fc416961b} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.003186 sec., 9416.195856873823 rows/sec., 342.07 KiB/sec. | ||
| 2178 | 2024.07.31 06:53:36.268223 [ 3 ] {911a821c-5416-4cd3-87e6-2a1fc416961b} <Debug> DynamicQueryHandler: Done processing query | ||
| 2179 | 2024.07.31 06:53:36.268249 [ 3 ] {911a821c-5416-4cd3-87e6-2a1fc416961b} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2180 | 2024.07.31 06:53:36.268265 [ 3 ] {} <Debug> HTTP-Session: 9ca1ff67-5f41-4dea-984d-eca1ecb6274e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2181 | 2024.07.31 06:53:36.268579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2182 | 2024.07.31 06:53:36.268630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2183 | 2024.07.31 06:53:36.268648 [ 3 ] {} <Debug> HTTP-Session: b1610f03-6ebb-4aa4-8ecf-190b24ea1de2 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2184 | 2024.07.31 06:53:36.268665 [ 3 ] {} <Debug> HTTP-Session: b1610f03-6ebb-4aa4-8ecf-190b24ea1de2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2185 | 2024.07.31 06:53:36.268679 [ 3 ] {} <Debug> HTTP-Session: b1610f03-6ebb-4aa4-8ecf-190b24ea1de2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2186 | 2024.07.31 06:53:36.268711 [ 3 ] {} <Trace> HTTP-Session: b1610f03-6ebb-4aa4-8ecf-190b24ea1de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2187 | 2024.07.31 06:53:36.268865 [ 3 ] {78b00de6-73bb-43de-9270-63473407f91d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2188 | 2024.07.31 06:53:36.269150 [ 3 ] {78b00de6-73bb-43de-9270-63473407f91d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2189 | 2024.07.31 06:53:36.269196 [ 3 ] {78b00de6-73bb-43de-9270-63473407f91d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2190 | 2024.07.31 06:53:36.269501 [ 3 ] {78b00de6-73bb-43de-9270-63473407f91d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2191 | 2024.07.31 06:53:36.269566 [ 3 ] {78b00de6-73bb-43de-9270-63473407f91d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2192 | 2024.07.31 06:53:36.269706 [ 3 ] {78b00de6-73bb-43de-9270-63473407f91d} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 2193 | 2024.07.31 06:53:36.269838 [ 259 ] {78b00de6-73bb-43de-9270-63473407f91d} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2194 | 2024.07.31 06:53:36.269845 [ 256 ] {78b00de6-73bb-43de-9270-63473407f91d} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2195 | 2024.07.31 06:53:36.269860 [ 261 ] {78b00de6-73bb-43de-9270-63473407f91d} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2196 | 2024.07.31 06:53:36.269997 [ 3 ] {78b00de6-73bb-43de-9270-63473407f91d} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (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 | ||
| 2197 | 2024.07.31 06:53:36.270023 [ 3 ] {78b00de6-73bb-43de-9270-63473407f91d} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2198 | 2024.07.31 06:53:36.270123 [ 3 ] {78b00de6-73bb-43de-9270-63473407f91d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2199 | 2024.07.31 06:53:36.270144 [ 3 ] {78b00de6-73bb-43de-9270-63473407f91d} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 2200 | 2024.07.31 06:53:36.270183 [ 3 ] {78b00de6-73bb-43de-9270-63473407f91d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2201 | 2024.07.31 06:53:36.270226 [ 3 ] {78b00de6-73bb-43de-9270-63473407f91d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2202 | 2024.07.31 06:53:36.270263 [ 3 ] {78b00de6-73bb-43de-9270-63473407f91d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2203 | 2024.07.31 06:53:36.271854 [ 3 ] {78b00de6-73bb-43de-9270-63473407f91d} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.003062 sec., 9797.517962116264 rows/sec., 355.93 KiB/sec. | ||
| 2204 | 2024.07.31 06:53:36.272177 [ 3 ] {78b00de6-73bb-43de-9270-63473407f91d} <Debug> DynamicQueryHandler: Done processing query | ||
| 2205 | 2024.07.31 06:53:36.272203 [ 3 ] {78b00de6-73bb-43de-9270-63473407f91d} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2206 | 2024.07.31 06:53:36.272221 [ 3 ] {} <Debug> HTTP-Session: b1610f03-6ebb-4aa4-8ecf-190b24ea1de2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2207 | 2024.07.31 06:53:36.276088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1225, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2208 | 2024.07.31 06:53:36.276183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2209 | 2024.07.31 06:53:36.276221 [ 3 ] {} <Debug> HTTP-Session: d23d5c8c-0977-45f9-81cf-88062cca1fa2 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2210 | 2024.07.31 06:53:36.276254 [ 3 ] {} <Debug> HTTP-Session: d23d5c8c-0977-45f9-81cf-88062cca1fa2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2211 | 2024.07.31 06:53:36.276281 [ 3 ] {} <Debug> HTTP-Session: d23d5c8c-0977-45f9-81cf-88062cca1fa2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2212 | 2024.07.31 06:53:36.276345 [ 3 ] {} <Trace> HTTP-Session: d23d5c8c-0977-45f9-81cf-88062cca1fa2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2213 | 2024.07.31 06:53:36.276590 [ 3 ] {be49cd61-8b93-41db-ab59-5ade59f8d3c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2214 | 2024.07.31 06:53:36.276875 [ 3 ] {be49cd61-8b93-41db-ab59-5ade59f8d3c9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2215 | 2024.07.31 06:53:36.276923 [ 3 ] {be49cd61-8b93-41db-ab59-5ade59f8d3c9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2216 | 2024.07.31 06:53:36.277223 [ 3 ] {be49cd61-8b93-41db-ab59-5ade59f8d3c9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2217 | 2024.07.31 06:53:36.277290 [ 3 ] {be49cd61-8b93-41db-ab59-5ade59f8d3c9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2218 | 2024.07.31 06:53:36.277430 [ 3 ] {be49cd61-8b93-41db-ab59-5ade59f8d3c9} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 2219 | 2024.07.31 06:53:36.277515 [ 257 ] {be49cd61-8b93-41db-ab59-5ade59f8d3c9} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2220 | 2024.07.31 06:53:36.277603 [ 261 ] {be49cd61-8b93-41db-ab59-5ade59f8d3c9} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2221 | 2024.07.31 06:53:36.277615 [ 254 ] {be49cd61-8b93-41db-ab59-5ade59f8d3c9} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2222 | 2024.07.31 06:53:36.277758 [ 3 ] {be49cd61-8b93-41db-ab59-5ade59f8d3c9} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (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 | ||
| 2223 | 2024.07.31 06:53:36.277790 [ 3 ] {be49cd61-8b93-41db-ab59-5ade59f8d3c9} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2224 | 2024.07.31 06:53:36.277891 [ 3 ] {be49cd61-8b93-41db-ab59-5ade59f8d3c9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2225 | 2024.07.31 06:53:36.277912 [ 3 ] {be49cd61-8b93-41db-ab59-5ade59f8d3c9} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 2226 | 2024.07.31 06:53:36.277951 [ 3 ] {be49cd61-8b93-41db-ab59-5ade59f8d3c9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2227 | 2024.07.31 06:53:36.277990 [ 3 ] {be49cd61-8b93-41db-ab59-5ade59f8d3c9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2228 | 2024.07.31 06:53:36.278029 [ 3 ] {be49cd61-8b93-41db-ab59-5ade59f8d3c9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2229 | 2024.07.31 06:53:36.279686 [ 3 ] {be49cd61-8b93-41db-ab59-5ade59f8d3c9} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.003215 sec., 9331.259720062208 rows/sec., 338.99 KiB/sec. | ||
| 2230 | 2024.07.31 06:53:36.280037 [ 3 ] {be49cd61-8b93-41db-ab59-5ade59f8d3c9} <Debug> DynamicQueryHandler: Done processing query | ||
| 2231 | 2024.07.31 06:53:36.280066 [ 3 ] {be49cd61-8b93-41db-ab59-5ade59f8d3c9} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2232 | 2024.07.31 06:53:36.280085 [ 3 ] {} <Debug> HTTP-Session: d23d5c8c-0977-45f9-81cf-88062cca1fa2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2233 | 2024.07.31 06:53:36.280440 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1263, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2234 | 2024.07.31 06:53:36.280491 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2235 | 2024.07.31 06:53:36.280512 [ 3 ] {} <Debug> HTTP-Session: 4a2a9248-b700-4e99-ad43-111e3f5c3e82 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2236 | 2024.07.31 06:53:36.280530 [ 3 ] {} <Debug> HTTP-Session: 4a2a9248-b700-4e99-ad43-111e3f5c3e82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2237 | 2024.07.31 06:53:36.280544 [ 3 ] {} <Debug> HTTP-Session: 4a2a9248-b700-4e99-ad43-111e3f5c3e82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2238 | 2024.07.31 06:53:36.280577 [ 3 ] {} <Trace> HTTP-Session: 4a2a9248-b700-4e99-ad43-111e3f5c3e82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2239 | 2024.07.31 06:53:36.280733 [ 3 ] {935fa93f-2e15-4733-9614-9219dc810527} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2240 | 2024.07.31 06:53:36.281024 [ 3 ] {935fa93f-2e15-4733-9614-9219dc810527} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2241 | 2024.07.31 06:53:36.281072 [ 3 ] {935fa93f-2e15-4733-9614-9219dc810527} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2242 | 2024.07.31 06:53:36.281382 [ 3 ] {935fa93f-2e15-4733-9614-9219dc810527} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2243 | 2024.07.31 06:53:36.281451 [ 3 ] {935fa93f-2e15-4733-9614-9219dc810527} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2244 | 2024.07.31 06:53:36.281593 [ 3 ] {935fa93f-2e15-4733-9614-9219dc810527} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 2245 | 2024.07.31 06:53:36.281717 [ 256 ] {935fa93f-2e15-4733-9614-9219dc810527} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2246 | 2024.07.31 06:53:36.281740 [ 254 ] {935fa93f-2e15-4733-9614-9219dc810527} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2247 | 2024.07.31 06:53:36.281758 [ 257 ] {935fa93f-2e15-4733-9614-9219dc810527} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2248 | 2024.07.31 06:53:36.281866 [ 3 ] {935fa93f-2e15-4733-9614-9219dc810527} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (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 | ||
| 2249 | 2024.07.31 06:53:36.281891 [ 3 ] {935fa93f-2e15-4733-9614-9219dc810527} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2250 | 2024.07.31 06:53:36.281993 [ 3 ] {935fa93f-2e15-4733-9614-9219dc810527} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2251 | 2024.07.31 06:53:36.282013 [ 3 ] {935fa93f-2e15-4733-9614-9219dc810527} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 2252 | 2024.07.31 06:53:36.282052 [ 3 ] {935fa93f-2e15-4733-9614-9219dc810527} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2253 | 2024.07.31 06:53:36.282093 [ 3 ] {935fa93f-2e15-4733-9614-9219dc810527} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2254 | 2024.07.31 06:53:36.282132 [ 3 ] {935fa93f-2e15-4733-9614-9219dc810527} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2255 | 2024.07.31 06:53:36.283867 [ 3 ] {935fa93f-2e15-4733-9614-9219dc810527} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.003211 sec., 9342.883836810963 rows/sec., 339.41 KiB/sec. | ||
| 2256 | 2024.07.31 06:53:36.284198 [ 3 ] {935fa93f-2e15-4733-9614-9219dc810527} <Debug> DynamicQueryHandler: Done processing query | ||
| 2257 | 2024.07.31 06:53:36.284227 [ 3 ] {935fa93f-2e15-4733-9614-9219dc810527} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2258 | 2024.07.31 06:53:36.284249 [ 3 ] {} <Debug> HTTP-Session: 4a2a9248-b700-4e99-ad43-111e3f5c3e82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2259 | 2024.07.31 06:53:36.284487 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1297, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2260 | 2024.07.31 06:53:36.284543 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2261 | 2024.07.31 06:53:36.284567 [ 3 ] {} <Debug> HTTP-Session: dcb54890-9917-4b24-bb00-f1cea1dd33e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2262 | 2024.07.31 06:53:36.284588 [ 3 ] {} <Debug> HTTP-Session: dcb54890-9917-4b24-bb00-f1cea1dd33e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2263 | 2024.07.31 06:53:36.284601 [ 3 ] {} <Debug> HTTP-Session: dcb54890-9917-4b24-bb00-f1cea1dd33e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2264 | 2024.07.31 06:53:36.284632 [ 3 ] {} <Trace> HTTP-Session: dcb54890-9917-4b24-bb00-f1cea1dd33e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2265 | 2024.07.31 06:53:36.284800 [ 3 ] {398e5099-9a77-4174-8bcb-d2eed6abdc12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2266 | 2024.07.31 06:53:36.285117 [ 3 ] {398e5099-9a77-4174-8bcb-d2eed6abdc12} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2267 | 2024.07.31 06:53:36.285172 [ 3 ] {398e5099-9a77-4174-8bcb-d2eed6abdc12} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2268 | 2024.07.31 06:53:36.285505 [ 3 ] {398e5099-9a77-4174-8bcb-d2eed6abdc12} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2269 | 2024.07.31 06:53:36.285573 [ 3 ] {398e5099-9a77-4174-8bcb-d2eed6abdc12} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2270 | 2024.07.31 06:53:36.285713 [ 3 ] {398e5099-9a77-4174-8bcb-d2eed6abdc12} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 2271 | 2024.07.31 06:53:36.285840 [ 256 ] {398e5099-9a77-4174-8bcb-d2eed6abdc12} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2272 | 2024.07.31 06:53:36.285850 [ 254 ] {398e5099-9a77-4174-8bcb-d2eed6abdc12} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2273 | 2024.07.31 06:53:36.285815 [ 257 ] {398e5099-9a77-4174-8bcb-d2eed6abdc12} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2274 | 2024.07.31 06:53:36.285994 [ 3 ] {398e5099-9a77-4174-8bcb-d2eed6abdc12} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (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 | ||
| 2275 | 2024.07.31 06:53:36.286019 [ 3 ] {398e5099-9a77-4174-8bcb-d2eed6abdc12} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2276 | 2024.07.31 06:53:36.286119 [ 3 ] {398e5099-9a77-4174-8bcb-d2eed6abdc12} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2277 | 2024.07.31 06:53:36.286139 [ 3 ] {398e5099-9a77-4174-8bcb-d2eed6abdc12} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 2278 | 2024.07.31 06:53:36.286178 [ 3 ] {398e5099-9a77-4174-8bcb-d2eed6abdc12} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2279 | 2024.07.31 06:53:36.286221 [ 3 ] {398e5099-9a77-4174-8bcb-d2eed6abdc12} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2280 | 2024.07.31 06:53:36.286257 [ 3 ] {398e5099-9a77-4174-8bcb-d2eed6abdc12} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2281 | 2024.07.31 06:53:36.287883 [ 3 ] {398e5099-9a77-4174-8bcb-d2eed6abdc12} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.003165 sec., 9478.672985781992 rows/sec., 344.34 KiB/sec. | ||
| 2282 | 2024.07.31 06:53:36.288203 [ 3 ] {398e5099-9a77-4174-8bcb-d2eed6abdc12} <Debug> DynamicQueryHandler: Done processing query | ||
| 2283 | 2024.07.31 06:53:36.288228 [ 3 ] {398e5099-9a77-4174-8bcb-d2eed6abdc12} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2284 | 2024.07.31 06:53:36.288246 [ 3 ] {} <Debug> HTTP-Session: dcb54890-9917-4b24-bb00-f1cea1dd33e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2285 | 2024.07.31 06:53:36.288489 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1334, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2286 | 2024.07.31 06:53:36.288539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2287 | 2024.07.31 06:53:36.288560 [ 3 ] {} <Debug> HTTP-Session: 4f38e2b6-2b23-41b0-a592-9ff992713473 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2288 | 2024.07.31 06:53:36.288578 [ 3 ] {} <Debug> HTTP-Session: 4f38e2b6-2b23-41b0-a592-9ff992713473 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2289 | 2024.07.31 06:53:36.288592 [ 3 ] {} <Debug> HTTP-Session: 4f38e2b6-2b23-41b0-a592-9ff992713473 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2290 | 2024.07.31 06:53:36.288624 [ 3 ] {} <Trace> HTTP-Session: 4f38e2b6-2b23-41b0-a592-9ff992713473 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2291 | 2024.07.31 06:53:36.288775 [ 3 ] {7a0e4b2e-2d95-4212-a01f-18dcd7ba5fb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2292 | 2024.07.31 06:53:36.289067 [ 3 ] {7a0e4b2e-2d95-4212-a01f-18dcd7ba5fb9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2293 | 2024.07.31 06:53:36.289116 [ 3 ] {7a0e4b2e-2d95-4212-a01f-18dcd7ba5fb9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2294 | 2024.07.31 06:53:36.289435 [ 3 ] {7a0e4b2e-2d95-4212-a01f-18dcd7ba5fb9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2295 | 2024.07.31 06:53:36.289500 [ 3 ] {7a0e4b2e-2d95-4212-a01f-18dcd7ba5fb9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2296 | 2024.07.31 06:53:36.289640 [ 3 ] {7a0e4b2e-2d95-4212-a01f-18dcd7ba5fb9} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 2297 | 2024.07.31 06:53:36.289796 [ 254 ] {7a0e4b2e-2d95-4212-a01f-18dcd7ba5fb9} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2298 | 2024.07.31 06:53:36.289797 [ 256 ] {7a0e4b2e-2d95-4212-a01f-18dcd7ba5fb9} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2299 | 2024.07.31 06:53:36.289808 [ 257 ] {7a0e4b2e-2d95-4212-a01f-18dcd7ba5fb9} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2300 | 2024.07.31 06:53:36.289954 [ 3 ] {7a0e4b2e-2d95-4212-a01f-18dcd7ba5fb9} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (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 | ||
| 2301 | 2024.07.31 06:53:36.289979 [ 3 ] {7a0e4b2e-2d95-4212-a01f-18dcd7ba5fb9} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2302 | 2024.07.31 06:53:36.290079 [ 3 ] {7a0e4b2e-2d95-4212-a01f-18dcd7ba5fb9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2303 | 2024.07.31 06:53:36.290100 [ 3 ] {7a0e4b2e-2d95-4212-a01f-18dcd7ba5fb9} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 2304 | 2024.07.31 06:53:36.290139 [ 3 ] {7a0e4b2e-2d95-4212-a01f-18dcd7ba5fb9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2305 | 2024.07.31 06:53:36.290181 [ 3 ] {7a0e4b2e-2d95-4212-a01f-18dcd7ba5fb9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2306 | 2024.07.31 06:53:36.290218 [ 3 ] {7a0e4b2e-2d95-4212-a01f-18dcd7ba5fb9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2307 | 2024.07.31 06:53:36.291826 [ 3 ] {7a0e4b2e-2d95-4212-a01f-18dcd7ba5fb9} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.003128 sec., 9590.79283887468 rows/sec., 348.42 KiB/sec. | ||
| 2308 | 2024.07.31 06:53:36.292145 [ 3 ] {7a0e4b2e-2d95-4212-a01f-18dcd7ba5fb9} <Debug> DynamicQueryHandler: Done processing query | ||
| 2309 | 2024.07.31 06:53:36.292169 [ 3 ] {7a0e4b2e-2d95-4212-a01f-18dcd7ba5fb9} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2310 | 2024.07.31 06:53:36.292186 [ 3 ] {} <Debug> HTTP-Session: 4f38e2b6-2b23-41b0-a592-9ff992713473 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2311 | 2024.07.31 06:53:36.292388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2312 | 2024.07.31 06:53:36.292437 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2313 | 2024.07.31 06:53:36.292459 [ 3 ] {} <Debug> HTTP-Session: 18833f08-2836-4e2b-a0f7-fd7a110d562e Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2314 | 2024.07.31 06:53:36.292476 [ 3 ] {} <Debug> HTTP-Session: 18833f08-2836-4e2b-a0f7-fd7a110d562e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2315 | 2024.07.31 06:53:36.292491 [ 3 ] {} <Debug> HTTP-Session: 18833f08-2836-4e2b-a0f7-fd7a110d562e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2316 | 2024.07.31 06:53:36.292522 [ 3 ] {} <Trace> HTTP-Session: 18833f08-2836-4e2b-a0f7-fd7a110d562e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2317 | 2024.07.31 06:53:36.292676 [ 3 ] {adf98702-8c89-4e43-9dd1-42d6d7e2b8b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2318 | 2024.07.31 06:53:36.292968 [ 3 ] {adf98702-8c89-4e43-9dd1-42d6d7e2b8b5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2319 | 2024.07.31 06:53:36.293017 [ 3 ] {adf98702-8c89-4e43-9dd1-42d6d7e2b8b5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2320 | 2024.07.31 06:53:36.293333 [ 3 ] {adf98702-8c89-4e43-9dd1-42d6d7e2b8b5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2321 | 2024.07.31 06:53:36.293399 [ 3 ] {adf98702-8c89-4e43-9dd1-42d6d7e2b8b5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2322 | 2024.07.31 06:53:36.293541 [ 3 ] {adf98702-8c89-4e43-9dd1-42d6d7e2b8b5} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 2323 | 2024.07.31 06:53:36.293663 [ 254 ] {adf98702-8c89-4e43-9dd1-42d6d7e2b8b5} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2324 | 2024.07.31 06:53:36.293687 [ 256 ] {adf98702-8c89-4e43-9dd1-42d6d7e2b8b5} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2325 | 2024.07.31 06:53:36.293684 [ 257 ] {adf98702-8c89-4e43-9dd1-42d6d7e2b8b5} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2326 | 2024.07.31 06:53:36.293834 [ 3 ] {adf98702-8c89-4e43-9dd1-42d6d7e2b8b5} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (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 | ||
| 2327 | 2024.07.31 06:53:36.293860 [ 3 ] {adf98702-8c89-4e43-9dd1-42d6d7e2b8b5} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2328 | 2024.07.31 06:53:36.293961 [ 3 ] {adf98702-8c89-4e43-9dd1-42d6d7e2b8b5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2329 | 2024.07.31 06:53:36.293983 [ 3 ] {adf98702-8c89-4e43-9dd1-42d6d7e2b8b5} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 2330 | 2024.07.31 06:53:36.294022 [ 3 ] {adf98702-8c89-4e43-9dd1-42d6d7e2b8b5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2331 | 2024.07.31 06:53:36.294063 [ 3 ] {adf98702-8c89-4e43-9dd1-42d6d7e2b8b5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2332 | 2024.07.31 06:53:36.294101 [ 3 ] {adf98702-8c89-4e43-9dd1-42d6d7e2b8b5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2333 | 2024.07.31 06:53:36.295684 [ 3 ] {adf98702-8c89-4e43-9dd1-42d6d7e2b8b5} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.003086 sec., 9721.322099805573 rows/sec., 353.16 KiB/sec. | ||
| 2334 | 2024.07.31 06:53:36.296007 [ 3 ] {adf98702-8c89-4e43-9dd1-42d6d7e2b8b5} <Debug> DynamicQueryHandler: Done processing query | ||
| 2335 | 2024.07.31 06:53:36.296031 [ 3 ] {adf98702-8c89-4e43-9dd1-42d6d7e2b8b5} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2336 | 2024.07.31 06:53:36.296049 [ 3 ] {} <Debug> HTTP-Session: 18833f08-2836-4e2b-a0f7-fd7a110d562e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2337 | 2024.07.31 06:53:36.296316 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1406, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2338 | 2024.07.31 06:53:36.296364 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2339 | 2024.07.31 06:53:36.296384 [ 3 ] {} <Debug> HTTP-Session: 1060d787-8978-48cd-b9ac-33853dabe244 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2340 | 2024.07.31 06:53:36.296427 [ 3 ] {} <Debug> HTTP-Session: 1060d787-8978-48cd-b9ac-33853dabe244 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2341 | 2024.07.31 06:53:36.296443 [ 3 ] {} <Debug> HTTP-Session: 1060d787-8978-48cd-b9ac-33853dabe244 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2342 | 2024.07.31 06:53:36.296474 [ 3 ] {} <Trace> HTTP-Session: 1060d787-8978-48cd-b9ac-33853dabe244 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2343 | 2024.07.31 06:53:36.296631 [ 3 ] {0f11825d-fe83-4e17-a977-5c02295e85ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2344 | 2024.07.31 06:53:36.296924 [ 3 ] {0f11825d-fe83-4e17-a977-5c02295e85ad} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2345 | 2024.07.31 06:53:36.296974 [ 3 ] {0f11825d-fe83-4e17-a977-5c02295e85ad} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2346 | 2024.07.31 06:53:36.297288 [ 3 ] {0f11825d-fe83-4e17-a977-5c02295e85ad} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2347 | 2024.07.31 06:53:36.297352 [ 3 ] {0f11825d-fe83-4e17-a977-5c02295e85ad} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2348 | 2024.07.31 06:53:36.297492 [ 3 ] {0f11825d-fe83-4e17-a977-5c02295e85ad} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 2349 | 2024.07.31 06:53:36.297621 [ 254 ] {0f11825d-fe83-4e17-a977-5c02295e85ad} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2350 | 2024.07.31 06:53:36.297640 [ 256 ] {0f11825d-fe83-4e17-a977-5c02295e85ad} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2351 | 2024.07.31 06:53:36.297654 [ 257 ] {0f11825d-fe83-4e17-a977-5c02295e85ad} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2352 | 2024.07.31 06:53:36.297768 [ 3 ] {0f11825d-fe83-4e17-a977-5c02295e85ad} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (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 | ||
| 2353 | 2024.07.31 06:53:36.297792 [ 3 ] {0f11825d-fe83-4e17-a977-5c02295e85ad} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2354 | 2024.07.31 06:53:36.297892 [ 3 ] {0f11825d-fe83-4e17-a977-5c02295e85ad} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2355 | 2024.07.31 06:53:36.297913 [ 3 ] {0f11825d-fe83-4e17-a977-5c02295e85ad} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 2356 | 2024.07.31 06:53:36.297951 [ 3 ] {0f11825d-fe83-4e17-a977-5c02295e85ad} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2357 | 2024.07.31 06:53:36.297992 [ 3 ] {0f11825d-fe83-4e17-a977-5c02295e85ad} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2358 | 2024.07.31 06:53:36.298028 [ 3 ] {0f11825d-fe83-4e17-a977-5c02295e85ad} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2359 | 2024.07.31 06:53:36.299850 [ 3 ] {0f11825d-fe83-4e17-a977-5c02295e85ad} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.003299 sec., 9093.664746892999 rows/sec., 330.36 KiB/sec. | ||
| 2360 | 2024.07.31 06:53:36.300186 [ 3 ] {0f11825d-fe83-4e17-a977-5c02295e85ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 2361 | 2024.07.31 06:53:36.300212 [ 3 ] {0f11825d-fe83-4e17-a977-5c02295e85ad} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2362 | 2024.07.31 06:53:36.300228 [ 3 ] {} <Debug> HTTP-Session: 1060d787-8978-48cd-b9ac-33853dabe244 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2363 | 2024.07.31 06:53:36.310914 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 2831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2364 | 2024.07.31 06:53:36.310971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2365 | 2024.07.31 06:53:36.310996 [ 3 ] {} <Debug> HTTP-Session: 4a28def0-34e1-46e3-92f0-c21a3011e1e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2366 | 2024.07.31 06:53:36.311017 [ 3 ] {} <Debug> HTTP-Session: 4a28def0-34e1-46e3-92f0-c21a3011e1e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2367 | 2024.07.31 06:53:36.311034 [ 3 ] {} <Debug> HTTP-Session: 4a28def0-34e1-46e3-92f0-c21a3011e1e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2368 | 2024.07.31 06:53:36.311072 [ 3 ] {} <Trace> HTTP-Session: 4a28def0-34e1-46e3-92f0-c21a3011e1e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2369 | 2024.07.31 06:53:36.311210 [ 3 ] {ba4a459f-0bb2-4477-a067-00b3f5dd7da7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 2370 | 2024.07.31 06:53:36.311268 [ 3 ] {ba4a459f-0bb2-4477-a067-00b3f5dd7da7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2371 | 2024.07.31 06:53:36.311465 [ 3 ] {ba4a459f-0bb2-4477-a067-00b3f5dd7da7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2372 | 2024.07.31 06:53:36.311811 [ 3 ] {ba4a459f-0bb2-4477-a067-00b3f5dd7da7} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2373 | 2024.07.31 06:53:36.311854 [ 3 ] {ba4a459f-0bb2-4477-a067-00b3f5dd7da7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2374 | 2024.07.31 06:53:36.312342 [ 3 ] {ba4a459f-0bb2-4477-a067-00b3f5dd7da7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2375 | 2024.07.31 06:53:36.312669 [ 3 ] {ba4a459f-0bb2-4477-a067-00b3f5dd7da7} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2376 | 2024.07.31 06:53:36.312838 [ 3 ] {ba4a459f-0bb2-4477-a067-00b3f5dd7da7} <Debug> executeQuery: Read 10 rows, 1.41 KiB in 0.001664 sec., 6009.615384615385 rows/sec., 844.52 KiB/sec. | ||
| 2377 | 2024.07.31 06:53:36.313006 [ 3 ] {ba4a459f-0bb2-4477-a067-00b3f5dd7da7} <Debug> DynamicQueryHandler: Done processing query | ||
| 2378 | 2024.07.31 06:53:36.313032 [ 3 ] {ba4a459f-0bb2-4477-a067-00b3f5dd7da7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2379 | 2024.07.31 06:53:36.313048 [ 3 ] {} <Debug> HTTP-Session: 4a28def0-34e1-46e3-92f0-c21a3011e1e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2380 | 2024.07.31 06:53:36.313181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2381 | 2024.07.31 06:53:36.313228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2382 | 2024.07.31 06:53:36.313249 [ 3 ] {} <Debug> HTTP-Session: 04b373f8-1c7e-4ad4-97f1-e49be6a2f892 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2383 | 2024.07.31 06:53:36.313267 [ 3 ] {} <Debug> HTTP-Session: 04b373f8-1c7e-4ad4-97f1-e49be6a2f892 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2384 | 2024.07.31 06:53:36.313281 [ 3 ] {} <Debug> HTTP-Session: 04b373f8-1c7e-4ad4-97f1-e49be6a2f892 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2385 | 2024.07.31 06:53:36.313312 [ 3 ] {} <Trace> HTTP-Session: 04b373f8-1c7e-4ad4-97f1-e49be6a2f892 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2386 | 2024.07.31 06:53:36.313418 [ 3 ] {1593a721-8935-4da5-b0da-a72be168d2ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2387 | 2024.07.31 06:53:36.313461 [ 3 ] {1593a721-8935-4da5-b0da-a72be168d2ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2388 | 2024.07.31 06:53:36.313586 [ 3 ] {1593a721-8935-4da5-b0da-a72be168d2ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2389 | 2024.07.31 06:53:36.313893 [ 3 ] {1593a721-8935-4da5-b0da-a72be168d2ae} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2390 | 2024.07.31 06:53:36.313931 [ 3 ] {1593a721-8935-4da5-b0da-a72be168d2ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2391 | 2024.07.31 06:53:36.314241 [ 3 ] {1593a721-8935-4da5-b0da-a72be168d2ae} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2392 | 2024.07.31 06:53:36.314550 [ 3 ] {1593a721-8935-4da5-b0da-a72be168d2ae} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2393 | 2024.07.31 06:53:36.314700 [ 3 ] {1593a721-8935-4da5-b0da-a72be168d2ae} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001316 sec., 19756.83890577508 rows/sec., 1.56 MiB/sec. | ||
| 2394 | 2024.07.31 06:53:36.314867 [ 3 ] {1593a721-8935-4da5-b0da-a72be168d2ae} <Debug> DynamicQueryHandler: Done processing query | ||
| 2395 | 2024.07.31 06:53:36.314892 [ 3 ] {1593a721-8935-4da5-b0da-a72be168d2ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2396 | 2024.07.31 06:53:36.314909 [ 3 ] {} <Debug> HTTP-Session: 04b373f8-1c7e-4ad4-97f1-e49be6a2f892 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2397 | 2024.07.31 06:53:36.315124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 24579, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2398 | 2024.07.31 06:53:36.315172 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2399 | 2024.07.31 06:53:36.315193 [ 3 ] {} <Debug> HTTP-Session: 1552d026-d2d9-48db-b12a-376632656ec3 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2400 | 2024.07.31 06:53:36.315209 [ 3 ] {} <Debug> HTTP-Session: 1552d026-d2d9-48db-b12a-376632656ec3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2401 | 2024.07.31 06:53:36.315222 [ 3 ] {} <Debug> HTTP-Session: 1552d026-d2d9-48db-b12a-376632656ec3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2402 | 2024.07.31 06:53:36.315252 [ 3 ] {} <Trace> HTTP-Session: 1552d026-d2d9-48db-b12a-376632656ec3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2403 | 2024.07.31 06:53:36.315394 [ 3 ] {e11a8756-2db2-4d0a-a7e7-a70fbc80933d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2404 | 2024.07.31 06:53:36.315438 [ 3 ] {e11a8756-2db2-4d0a-a7e7-a70fbc80933d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2405 | 2024.07.31 06:53:36.315564 [ 3 ] {e11a8756-2db2-4d0a-a7e7-a70fbc80933d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2406 | 2024.07.31 06:53:36.315951 [ 3 ] {e11a8756-2db2-4d0a-a7e7-a70fbc80933d} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2407 | 2024.07.31 06:53:36.315988 [ 3 ] {e11a8756-2db2-4d0a-a7e7-a70fbc80933d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2408 | 2024.07.31 06:53:36.316303 [ 3 ] {e11a8756-2db2-4d0a-a7e7-a70fbc80933d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2409 | 2024.07.31 06:53:36.316605 [ 3 ] {e11a8756-2db2-4d0a-a7e7-a70fbc80933d} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2410 | 2024.07.31 06:53:36.316757 [ 3 ] {e11a8756-2db2-4d0a-a7e7-a70fbc80933d} <Debug> executeQuery: Read 170 rows, 14.25 KiB in 0.001427 sec., 119131.04414856341 rows/sec., 9.75 MiB/sec. | ||
| 2411 | 2024.07.31 06:53:36.316912 [ 3 ] {e11a8756-2db2-4d0a-a7e7-a70fbc80933d} <Debug> DynamicQueryHandler: Done processing query | ||
| 2412 | 2024.07.31 06:53:36.316936 [ 3 ] {e11a8756-2db2-4d0a-a7e7-a70fbc80933d} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 2413 | 2024.07.31 06:53:36.316954 [ 3 ] {} <Debug> HTTP-Session: 1552d026-d2d9-48db-b12a-376632656ec3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2414 | 2024.07.31 06:53:36.317118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 21043, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2415 | 2024.07.31 06:53:36.317165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2416 | 2024.07.31 06:53:36.317185 [ 3 ] {} <Debug> HTTP-Session: f218919c-dd06-43f0-ad11-f3b470d61734 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2417 | 2024.07.31 06:53:36.317202 [ 3 ] {} <Debug> HTTP-Session: f218919c-dd06-43f0-ad11-f3b470d61734 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2418 | 2024.07.31 06:53:36.317217 [ 3 ] {} <Debug> HTTP-Session: f218919c-dd06-43f0-ad11-f3b470d61734 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2419 | 2024.07.31 06:53:36.317248 [ 3 ] {} <Trace> HTTP-Session: f218919c-dd06-43f0-ad11-f3b470d61734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2420 | 2024.07.31 06:53:36.317378 [ 3 ] {4edd13b5-74b7-4ff5-bfaf-d44d37d114ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2421 | 2024.07.31 06:53:36.317422 [ 3 ] {4edd13b5-74b7-4ff5-bfaf-d44d37d114ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2422 | 2024.07.31 06:53:36.317550 [ 3 ] {4edd13b5-74b7-4ff5-bfaf-d44d37d114ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2423 | 2024.07.31 06:53:36.317901 [ 3 ] {4edd13b5-74b7-4ff5-bfaf-d44d37d114ab} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2424 | 2024.07.31 06:53:36.317939 [ 3 ] {4edd13b5-74b7-4ff5-bfaf-d44d37d114ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2425 | 2024.07.31 06:53:36.318257 [ 3 ] {4edd13b5-74b7-4ff5-bfaf-d44d37d114ab} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2426 | 2024.07.31 06:53:36.318556 [ 3 ] {4edd13b5-74b7-4ff5-bfaf-d44d37d114ab} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2427 | 2024.07.31 06:53:36.318712 [ 3 ] {4edd13b5-74b7-4ff5-bfaf-d44d37d114ab} <Debug> executeQuery: Read 124 rows, 9.91 KiB in 0.001385 sec., 89530.68592057763 rows/sec., 6.99 MiB/sec. | ||
| 2428 | 2024.07.31 06:53:36.319021 [ 3 ] {4edd13b5-74b7-4ff5-bfaf-d44d37d114ab} <Debug> DynamicQueryHandler: Done processing query | ||
| 2429 | 2024.07.31 06:53:36.319052 [ 3 ] {4edd13b5-74b7-4ff5-bfaf-d44d37d114ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2430 | 2024.07.31 06:53:36.319070 [ 3 ] {} <Debug> HTTP-Session: f218919c-dd06-43f0-ad11-f3b470d61734 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2431 | 2024.07.31 06:53:36.319462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 69786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2432 | 2024.07.31 06:53:36.319512 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2433 | 2024.07.31 06:53:36.319534 [ 3 ] {} <Debug> HTTP-Session: facfcf0b-f101-4d92-a73d-a20895213300 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2434 | 2024.07.31 06:53:36.319551 [ 3 ] {} <Debug> HTTP-Session: facfcf0b-f101-4d92-a73d-a20895213300 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2435 | 2024.07.31 06:53:36.319565 [ 3 ] {} <Debug> HTTP-Session: facfcf0b-f101-4d92-a73d-a20895213300 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2436 | 2024.07.31 06:53:36.319595 [ 3 ] {} <Trace> HTTP-Session: facfcf0b-f101-4d92-a73d-a20895213300 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2437 | 2024.07.31 06:53:36.319816 [ 3 ] {c39e9ab6-8269-4128-92a2-aec2e5ec320b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2438 | 2024.07.31 06:53:36.319867 [ 3 ] {c39e9ab6-8269-4128-92a2-aec2e5ec320b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2439 | 2024.07.31 06:53:36.320030 [ 3 ] {c39e9ab6-8269-4128-92a2-aec2e5ec320b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2440 | 2024.07.31 06:53:36.320537 [ 3 ] {c39e9ab6-8269-4128-92a2-aec2e5ec320b} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2441 | 2024.07.31 06:53:36.320574 [ 3 ] {c39e9ab6-8269-4128-92a2-aec2e5ec320b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2442 | 2024.07.31 06:53:36.320963 [ 3 ] {c39e9ab6-8269-4128-92a2-aec2e5ec320b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2443 | 2024.07.31 06:53:36.321293 [ 3 ] {c39e9ab6-8269-4128-92a2-aec2e5ec320b} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2444 | 2024.07.31 06:53:36.321450 [ 3 ] {c39e9ab6-8269-4128-92a2-aec2e5ec320b} <Debug> executeQuery: Read 364 rows, 26.15 KiB in 0.001746 sec., 208476.51775486828 rows/sec., 14.63 MiB/sec. | ||
| 2445 | 2024.07.31 06:53:36.321740 [ 3 ] {c39e9ab6-8269-4128-92a2-aec2e5ec320b} <Debug> DynamicQueryHandler: Done processing query | ||
| 2446 | 2024.07.31 06:53:36.321775 [ 3 ] {c39e9ab6-8269-4128-92a2-aec2e5ec320b} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 2447 | 2024.07.31 06:53:36.321793 [ 3 ] {} <Debug> HTTP-Session: facfcf0b-f101-4d92-a73d-a20895213300 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2448 | 2024.07.31 06:53:36.322054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 41514, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2449 | 2024.07.31 06:53:36.322104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2450 | 2024.07.31 06:53:36.322125 [ 3 ] {} <Debug> HTTP-Session: 63177cfb-6f9f-4f66-abe2-9d475b4624d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2451 | 2024.07.31 06:53:36.322143 [ 3 ] {} <Debug> HTTP-Session: 63177cfb-6f9f-4f66-abe2-9d475b4624d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2452 | 2024.07.31 06:53:36.322158 [ 3 ] {} <Debug> HTTP-Session: 63177cfb-6f9f-4f66-abe2-9d475b4624d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2453 | 2024.07.31 06:53:36.322189 [ 3 ] {} <Trace> HTTP-Session: 63177cfb-6f9f-4f66-abe2-9d475b4624d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2454 | 2024.07.31 06:53:36.322501 [ 3 ] {9b3f3231-0cb1-48c3-9e21-b31dac42a7f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2455 | 2024.07.31 06:53:36.322573 [ 3 ] {9b3f3231-0cb1-48c3-9e21-b31dac42a7f8} <Trace> 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 | ||
| 2456 | 2024.07.31 06:53:36.325823 [ 3 ] {9b3f3231-0cb1-48c3-9e21-b31dac42a7f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2457 | 2024.07.31 06:53:36.328719 [ 3 ] {9b3f3231-0cb1-48c3-9e21-b31dac42a7f8} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2458 | 2024.07.31 06:53:36.328758 [ 3 ] {9b3f3231-0cb1-48c3-9e21-b31dac42a7f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2459 | 2024.07.31 06:53:36.332480 [ 3 ] {9b3f3231-0cb1-48c3-9e21-b31dac42a7f8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2460 | 2024.07.31 06:53:36.332961 [ 3 ] {9b3f3231-0cb1-48c3-9e21-b31dac42a7f8} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2461 | 2024.07.31 06:53:36.333146 [ 3 ] {9b3f3231-0cb1-48c3-9e21-b31dac42a7f8} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.010864 sec., 2393.225331369661 rows/sec., 4.29 MiB/sec. | ||
| 2462 | 2024.07.31 06:53:36.333547 [ 3 ] {9b3f3231-0cb1-48c3-9e21-b31dac42a7f8} <Debug> DynamicQueryHandler: Done processing query | ||
| 2463 | 2024.07.31 06:53:36.333575 [ 3 ] {9b3f3231-0cb1-48c3-9e21-b31dac42a7f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 2464 | 2024.07.31 06:53:36.333592 [ 3 ] {} <Debug> HTTP-Session: 63177cfb-6f9f-4f66-abe2-9d475b4624d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2465 | 2024.07.31 06:53:36.333722 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 2952, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2466 | 2024.07.31 06:53:36.333775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2467 | 2024.07.31 06:53:36.333794 [ 3 ] {} <Debug> HTTP-Session: 15db0a10-c55e-4a63-9cbb-8a632f1270a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2468 | 2024.07.31 06:53:36.333811 [ 3 ] {} <Debug> HTTP-Session: 15db0a10-c55e-4a63-9cbb-8a632f1270a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2469 | 2024.07.31 06:53:36.333826 [ 3 ] {} <Debug> HTTP-Session: 15db0a10-c55e-4a63-9cbb-8a632f1270a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2470 | 2024.07.31 06:53:36.333860 [ 3 ] {} <Trace> HTTP-Session: 15db0a10-c55e-4a63-9cbb-8a632f1270a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2471 | 2024.07.31 06:53:36.333962 [ 3 ] {8dc2f7b2-7166-4b6b-aae0-7b688b426361} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2472 | 2024.07.31 06:53:36.334007 [ 3 ] {8dc2f7b2-7166-4b6b-aae0-7b688b426361} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2473 | 2024.07.31 06:53:36.334140 [ 3 ] {8dc2f7b2-7166-4b6b-aae0-7b688b426361} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2474 | 2024.07.31 06:53:36.334418 [ 3 ] {8dc2f7b2-7166-4b6b-aae0-7b688b426361} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2475 | 2024.07.31 06:53:36.334456 [ 3 ] {8dc2f7b2-7166-4b6b-aae0-7b688b426361} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2476 | 2024.07.31 06:53:36.334821 [ 3 ] {8dc2f7b2-7166-4b6b-aae0-7b688b426361} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2477 | 2024.07.31 06:53:36.335147 [ 3 ] {8dc2f7b2-7166-4b6b-aae0-7b688b426361} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2478 | 2024.07.31 06:53:36.335308 [ 3 ] {8dc2f7b2-7166-4b6b-aae0-7b688b426361} <Debug> executeQuery: Read 18 rows, 1.36 KiB in 0.001367 sec., 13167.520117044623 rows/sec., 992.28 KiB/sec. | ||
| 2479 | 2024.07.31 06:53:36.335503 [ 3 ] {8dc2f7b2-7166-4b6b-aae0-7b688b426361} <Debug> DynamicQueryHandler: Done processing query | ||
| 2480 | 2024.07.31 06:53:36.335528 [ 3 ] {8dc2f7b2-7166-4b6b-aae0-7b688b426361} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2481 | 2024.07.31 06:53:36.335544 [ 3 ] {} <Debug> HTTP-Session: 15db0a10-c55e-4a63-9cbb-8a632f1270a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2482 | 2024.07.31 06:53:36.335694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2483 | 2024.07.31 06:53:36.335744 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2484 | 2024.07.31 06:53:36.335763 [ 3 ] {} <Debug> HTTP-Session: aae2f4ed-5c86-4c01-b9e4-cd9fd5b9f3eb Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2485 | 2024.07.31 06:53:36.335780 [ 3 ] {} <Debug> HTTP-Session: aae2f4ed-5c86-4c01-b9e4-cd9fd5b9f3eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2486 | 2024.07.31 06:53:36.335793 [ 3 ] {} <Debug> HTTP-Session: aae2f4ed-5c86-4c01-b9e4-cd9fd5b9f3eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2487 | 2024.07.31 06:53:36.335825 [ 3 ] {} <Trace> HTTP-Session: aae2f4ed-5c86-4c01-b9e4-cd9fd5b9f3eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2488 | 2024.07.31 06:53:36.335943 [ 3 ] {e85cdd3e-d9b2-4e6f-be2e-e9fee460659c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2489 | 2024.07.31 06:53:36.335987 [ 3 ] {e85cdd3e-d9b2-4e6f-be2e-e9fee460659c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2490 | 2024.07.31 06:53:36.336114 [ 3 ] {e85cdd3e-d9b2-4e6f-be2e-e9fee460659c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2491 | 2024.07.31 06:53:36.336414 [ 3 ] {e85cdd3e-d9b2-4e6f-be2e-e9fee460659c} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2492 | 2024.07.31 06:53:36.336450 [ 3 ] {e85cdd3e-d9b2-4e6f-be2e-e9fee460659c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2493 | 2024.07.31 06:53:36.336810 [ 3 ] {e85cdd3e-d9b2-4e6f-be2e-e9fee460659c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2494 | 2024.07.31 06:53:36.337136 [ 3 ] {e85cdd3e-d9b2-4e6f-be2e-e9fee460659c} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2495 | 2024.07.31 06:53:36.337291 [ 3 ] {e85cdd3e-d9b2-4e6f-be2e-e9fee460659c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001379 sec., 43509.789702683105 rows/sec., 2.93 MiB/sec. | ||
| 2496 | 2024.07.31 06:53:36.337587 [ 3 ] {e85cdd3e-d9b2-4e6f-be2e-e9fee460659c} <Debug> DynamicQueryHandler: Done processing query | ||
| 2497 | 2024.07.31 06:53:36.337613 [ 3 ] {e85cdd3e-d9b2-4e6f-be2e-e9fee460659c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2498 | 2024.07.31 06:53:36.337631 [ 3 ] {} <Debug> HTTP-Session: aae2f4ed-5c86-4c01-b9e4-cd9fd5b9f3eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2499 | 2024.07.31 06:53:38.075394 [ 147 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2500 | 2024.07.31 06:53:38.075442 [ 147 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2501 | 2024.07.31 06:53:41.263474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2502 | 2024.07.31 06:53:41.263603 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2503 | 2024.07.31 06:53:41.263632 [ 3 ] {} <Debug> HTTP-Session: 058773e1-5ef4-430d-b0c7-f4f0c94c9107 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2504 | 2024.07.31 06:53:41.263662 [ 3 ] {} <Debug> HTTP-Session: 058773e1-5ef4-430d-b0c7-f4f0c94c9107 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2505 | 2024.07.31 06:53:41.263680 [ 3 ] {} <Debug> HTTP-Session: 058773e1-5ef4-430d-b0c7-f4f0c94c9107 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2506 | 2024.07.31 06:53:41.263738 [ 3 ] {} <Trace> HTTP-Session: 058773e1-5ef4-430d-b0c7-f4f0c94c9107 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2507 | 2024.07.31 06:53:41.263929 [ 3 ] {fc8e177b-e1cc-4811-a5e9-379112043316} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2508 | 2024.07.31 06:53:41.264004 [ 3 ] {fc8e177b-e1cc-4811-a5e9-379112043316} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2509 | 2024.07.31 06:53:41.264228 [ 3 ] {fc8e177b-e1cc-4811-a5e9-379112043316} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2510 | 2024.07.31 06:53:41.264674 [ 3 ] {fc8e177b-e1cc-4811-a5e9-379112043316} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2511 | 2024.07.31 06:53:41.264720 [ 3 ] {fc8e177b-e1cc-4811-a5e9-379112043316} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2512 | 2024.07.31 06:53:41.265090 [ 3 ] {fc8e177b-e1cc-4811-a5e9-379112043316} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2513 | 2024.07.31 06:53:41.265425 [ 3 ] {fc8e177b-e1cc-4811-a5e9-379112043316} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2514 | 2024.07.31 06:53:41.265601 [ 3 ] {fc8e177b-e1cc-4811-a5e9-379112043316} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001726 sec., 3476.2456546929316 rows/sec., 196.90 KiB/sec. | ||
| 2515 | 2024.07.31 06:53:41.265943 [ 3 ] {fc8e177b-e1cc-4811-a5e9-379112043316} <Debug> DynamicQueryHandler: Done processing query | ||
| 2516 | 2024.07.31 06:53:41.265973 [ 3 ] {fc8e177b-e1cc-4811-a5e9-379112043316} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2517 | 2024.07.31 06:53:41.265991 [ 3 ] {} <Debug> HTTP-Session: 058773e1-5ef4-430d-b0c7-f4f0c94c9107 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2518 | 2024.07.31 06:53:41.266151 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 24371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2519 | 2024.07.31 06:53:41.266203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2520 | 2024.07.31 06:53:41.266223 [ 3 ] {} <Debug> HTTP-Session: d0c51198-cf89-4b43-a632-e2a207487acf Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2521 | 2024.07.31 06:53:41.266241 [ 3 ] {} <Debug> HTTP-Session: d0c51198-cf89-4b43-a632-e2a207487acf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2522 | 2024.07.31 06:53:41.266255 [ 3 ] {} <Debug> HTTP-Session: d0c51198-cf89-4b43-a632-e2a207487acf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2523 | 2024.07.31 06:53:41.266290 [ 3 ] {} <Trace> HTTP-Session: d0c51198-cf89-4b43-a632-e2a207487acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2524 | 2024.07.31 06:53:41.266441 [ 3 ] {5458012b-bb30-46d6-8f09-a938ab315980} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2525 | 2024.07.31 06:53:41.266488 [ 3 ] {5458012b-bb30-46d6-8f09-a938ab315980} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2526 | 2024.07.31 06:53:41.266616 [ 3 ] {5458012b-bb30-46d6-8f09-a938ab315980} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2527 | 2024.07.31 06:53:41.267053 [ 3 ] {5458012b-bb30-46d6-8f09-a938ab315980} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2528 | 2024.07.31 06:53:41.267094 [ 3 ] {5458012b-bb30-46d6-8f09-a938ab315980} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2529 | 2024.07.31 06:53:41.267418 [ 3 ] {5458012b-bb30-46d6-8f09-a938ab315980} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2530 | 2024.07.31 06:53:41.267726 [ 3 ] {5458012b-bb30-46d6-8f09-a938ab315980} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2531 | 2024.07.31 06:53:41.267883 [ 3 ] {5458012b-bb30-46d6-8f09-a938ab315980} <Debug> executeQuery: Read 161 rows, 14.56 KiB in 0.001505 sec., 106976.7441860465 rows/sec., 9.45 MiB/sec. | ||
| 2532 | 2024.07.31 06:53:41.268132 [ 3 ] {5458012b-bb30-46d6-8f09-a938ab315980} <Debug> DynamicQueryHandler: Done processing query | ||
| 2533 | 2024.07.31 06:53:41.268158 [ 3 ] {5458012b-bb30-46d6-8f09-a938ab315980} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 2534 | 2024.07.31 06:53:41.268175 [ 3 ] {} <Debug> HTTP-Session: d0c51198-cf89-4b43-a632-e2a207487acf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2535 | 2024.07.31 06:53:41.268461 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 61591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2536 | 2024.07.31 06:53:41.268511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2537 | 2024.07.31 06:53:41.268531 [ 3 ] {} <Debug> HTTP-Session: f9e04e29-2bd1-45f7-a822-c9415cc17b6f Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2538 | 2024.07.31 06:53:41.268548 [ 3 ] {} <Debug> HTTP-Session: f9e04e29-2bd1-45f7-a822-c9415cc17b6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2539 | 2024.07.31 06:53:41.268562 [ 3 ] {} <Debug> HTTP-Session: f9e04e29-2bd1-45f7-a822-c9415cc17b6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2540 | 2024.07.31 06:53:41.268596 [ 3 ] {} <Trace> HTTP-Session: f9e04e29-2bd1-45f7-a822-c9415cc17b6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2541 | 2024.07.31 06:53:41.268807 [ 3 ] {c01c5892-5d0d-4782-885a-f0b99f36f54a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2542 | 2024.07.31 06:53:41.268854 [ 3 ] {c01c5892-5d0d-4782-885a-f0b99f36f54a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2543 | 2024.07.31 06:53:41.268997 [ 3 ] {c01c5892-5d0d-4782-885a-f0b99f36f54a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2544 | 2024.07.31 06:53:41.269563 [ 3 ] {c01c5892-5d0d-4782-885a-f0b99f36f54a} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2545 | 2024.07.31 06:53:41.269602 [ 3 ] {c01c5892-5d0d-4782-885a-f0b99f36f54a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2546 | 2024.07.31 06:53:41.269932 [ 3 ] {c01c5892-5d0d-4782-885a-f0b99f36f54a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2547 | 2024.07.31 06:53:41.270241 [ 3 ] {c01c5892-5d0d-4782-885a-f0b99f36f54a} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2548 | 2024.07.31 06:53:41.270370 [ 3 ] {c01c5892-5d0d-4782-885a-f0b99f36f54a} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001678 sec., 227651.96662693683 rows/sec., 15.99 MiB/sec. | ||
| 2549 | 2024.07.31 06:53:41.270608 [ 3 ] {c01c5892-5d0d-4782-885a-f0b99f36f54a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2550 | 2024.07.31 06:53:41.270633 [ 3 ] {c01c5892-5d0d-4782-885a-f0b99f36f54a} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 2551 | 2024.07.31 06:53:41.270650 [ 3 ] {} <Debug> HTTP-Session: f9e04e29-2bd1-45f7-a822-c9415cc17b6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2552 | 2024.07.31 06:53:41.270830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2553 | 2024.07.31 06:53:41.270880 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2554 | 2024.07.31 06:53:41.270900 [ 3 ] {} <Debug> HTTP-Session: 7579c5cb-7841-40da-97e9-582595d106e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2555 | 2024.07.31 06:53:41.270916 [ 3 ] {} <Debug> HTTP-Session: 7579c5cb-7841-40da-97e9-582595d106e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2556 | 2024.07.31 06:53:41.270930 [ 3 ] {} <Debug> HTTP-Session: 7579c5cb-7841-40da-97e9-582595d106e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2557 | 2024.07.31 06:53:41.270962 [ 3 ] {} <Trace> HTTP-Session: 7579c5cb-7841-40da-97e9-582595d106e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2558 | 2024.07.31 06:53:41.271068 [ 3 ] {523243dd-bdc4-4d17-a485-97eca812d63d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 2559 | 2024.07.31 06:53:41.271114 [ 3 ] {523243dd-bdc4-4d17-a485-97eca812d63d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2560 | 2024.07.31 06:53:41.271250 [ 3 ] {523243dd-bdc4-4d17-a485-97eca812d63d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2561 | 2024.07.31 06:53:41.271551 [ 3 ] {523243dd-bdc4-4d17-a485-97eca812d63d} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2562 | 2024.07.31 06:53:41.271587 [ 3 ] {523243dd-bdc4-4d17-a485-97eca812d63d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2563 | 2024.07.31 06:53:41.271947 [ 3 ] {523243dd-bdc4-4d17-a485-97eca812d63d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2564 | 2024.07.31 06:53:41.272275 [ 3 ] {523243dd-bdc4-4d17-a485-97eca812d63d} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2565 | 2024.07.31 06:53:41.272435 [ 3 ] {523243dd-bdc4-4d17-a485-97eca812d63d} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001384 sec., 4335.260115606936 rows/sec., 186.28 KiB/sec. | ||
| 2566 | 2024.07.31 06:53:41.272685 [ 3 ] {523243dd-bdc4-4d17-a485-97eca812d63d} <Debug> DynamicQueryHandler: Done processing query | ||
| 2567 | 2024.07.31 06:53:41.272709 [ 3 ] {523243dd-bdc4-4d17-a485-97eca812d63d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2568 | 2024.07.31 06:53:41.272725 [ 3 ] {} <Debug> HTTP-Session: 7579c5cb-7841-40da-97e9-582595d106e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2569 | 2024.07.31 06:53:41.272856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2570 | 2024.07.31 06:53:41.272905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2571 | 2024.07.31 06:53:41.272924 [ 3 ] {} <Debug> HTTP-Session: 40157afa-4844-4138-9b05-f2f147118f63 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2572 | 2024.07.31 06:53:41.272940 [ 3 ] {} <Debug> HTTP-Session: 40157afa-4844-4138-9b05-f2f147118f63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2573 | 2024.07.31 06:53:41.272954 [ 3 ] {} <Debug> HTTP-Session: 40157afa-4844-4138-9b05-f2f147118f63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2574 | 2024.07.31 06:53:41.272986 [ 3 ] {} <Trace> HTTP-Session: 40157afa-4844-4138-9b05-f2f147118f63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2575 | 2024.07.31 06:53:41.273118 [ 3 ] {59994093-5c65-4c8b-ba02-db628ce4cc40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 2576 | 2024.07.31 06:53:41.273165 [ 3 ] {59994093-5c65-4c8b-ba02-db628ce4cc40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 2577 | 2024.07.31 06:53:41.273323 [ 3 ] {59994093-5c65-4c8b-ba02-db628ce4cc40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2578 | 2024.07.31 06:53:41.273672 [ 3 ] {59994093-5c65-4c8b-ba02-db628ce4cc40} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2579 | 2024.07.31 06:53:41.273709 [ 3 ] {59994093-5c65-4c8b-ba02-db628ce4cc40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2580 | 2024.07.31 06:53:41.274074 [ 3 ] {59994093-5c65-4c8b-ba02-db628ce4cc40} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2581 | 2024.07.31 06:53:41.274414 [ 3 ] {59994093-5c65-4c8b-ba02-db628ce4cc40} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2582 | 2024.07.31 06:53:41.274575 [ 3 ] {59994093-5c65-4c8b-ba02-db628ce4cc40} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001505 sec., 51162.79069767442 rows/sec., 3.15 MiB/sec. | ||
| 2583 | 2024.07.31 06:53:41.274996 [ 3 ] {59994093-5c65-4c8b-ba02-db628ce4cc40} <Debug> DynamicQueryHandler: Done processing query | ||
| 2584 | 2024.07.31 06:53:41.275021 [ 3 ] {59994093-5c65-4c8b-ba02-db628ce4cc40} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2585 | 2024.07.31 06:53:41.275037 [ 3 ] {} <Debug> HTTP-Session: 40157afa-4844-4138-9b05-f2f147118f63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2586 | 2024.07.31 06:53:41.275207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2587 | 2024.07.31 06:53:41.275256 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2588 | 2024.07.31 06:53:41.275276 [ 3 ] {} <Debug> HTTP-Session: 3e7c3cc7-d5c0-4e84-80a9-509b45314d98 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2589 | 2024.07.31 06:53:41.275293 [ 3 ] {} <Debug> HTTP-Session: 3e7c3cc7-d5c0-4e84-80a9-509b45314d98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2590 | 2024.07.31 06:53:41.275307 [ 3 ] {} <Debug> HTTP-Session: 3e7c3cc7-d5c0-4e84-80a9-509b45314d98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2591 | 2024.07.31 06:53:41.275339 [ 3 ] {} <Trace> HTTP-Session: 3e7c3cc7-d5c0-4e84-80a9-509b45314d98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2592 | 2024.07.31 06:53:41.275505 [ 3 ] {f5cba7a4-6aaf-448c-a941-25549b1d622f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2593 | 2024.07.31 06:53:41.275551 [ 3 ] {f5cba7a4-6aaf-448c-a941-25549b1d622f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2594 | 2024.07.31 06:53:41.275711 [ 3 ] {f5cba7a4-6aaf-448c-a941-25549b1d622f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2595 | 2024.07.31 06:53:41.276144 [ 3 ] {f5cba7a4-6aaf-448c-a941-25549b1d622f} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2596 | 2024.07.31 06:53:41.276181 [ 3 ] {f5cba7a4-6aaf-448c-a941-25549b1d622f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2597 | 2024.07.31 06:53:41.276550 [ 3 ] {f5cba7a4-6aaf-448c-a941-25549b1d622f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2598 | 2024.07.31 06:53:41.276896 [ 3 ] {f5cba7a4-6aaf-448c-a941-25549b1d622f} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2599 | 2024.07.31 06:53:41.277057 [ 3 ] {f5cba7a4-6aaf-448c-a941-25549b1d622f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00163 sec., 98159.50920245399 rows/sec., 6.84 MiB/sec. | ||
| 2600 | 2024.07.31 06:53:41.277582 [ 3 ] {f5cba7a4-6aaf-448c-a941-25549b1d622f} <Debug> DynamicQueryHandler: Done processing query | ||
| 2601 | 2024.07.31 06:53:41.277608 [ 3 ] {f5cba7a4-6aaf-448c-a941-25549b1d622f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2602 | 2024.07.31 06:53:41.277625 [ 3 ] {} <Debug> HTTP-Session: 3e7c3cc7-d5c0-4e84-80a9-509b45314d98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2603 | 2024.07.31 06:53:41.277752 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2604 | 2024.07.31 06:53:41.277802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2605 | 2024.07.31 06:53:41.277823 [ 3 ] {} <Debug> HTTP-Session: c033f605-ba3a-450a-92e9-173e9931b87b Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2606 | 2024.07.31 06:53:41.277840 [ 3 ] {} <Debug> HTTP-Session: c033f605-ba3a-450a-92e9-173e9931b87b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2607 | 2024.07.31 06:53:41.277854 [ 3 ] {} <Debug> HTTP-Session: c033f605-ba3a-450a-92e9-173e9931b87b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2608 | 2024.07.31 06:53:41.277886 [ 3 ] {} <Trace> HTTP-Session: c033f605-ba3a-450a-92e9-173e9931b87b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2609 | 2024.07.31 06:53:41.277991 [ 3 ] {1624d517-8bc9-4db6-a98d-3311ef751164} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2610 | 2024.07.31 06:53:41.278036 [ 3 ] {1624d517-8bc9-4db6-a98d-3311ef751164} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2611 | 2024.07.31 06:53:41.278179 [ 3 ] {1624d517-8bc9-4db6-a98d-3311ef751164} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2612 | 2024.07.31 06:53:41.278459 [ 3 ] {1624d517-8bc9-4db6-a98d-3311ef751164} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2613 | 2024.07.31 06:53:41.278497 [ 3 ] {1624d517-8bc9-4db6-a98d-3311ef751164} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2614 | 2024.07.31 06:53:41.278853 [ 3 ] {1624d517-8bc9-4db6-a98d-3311ef751164} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2615 | 2024.07.31 06:53:41.279178 [ 3 ] {1624d517-8bc9-4db6-a98d-3311ef751164} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2616 | 2024.07.31 06:53:41.279339 [ 3 ] {1624d517-8bc9-4db6-a98d-3311ef751164} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001369 sec., 16800.584368151936 rows/sec., 908.80 KiB/sec. | ||
| 2617 | 2024.07.31 06:53:41.279740 [ 3 ] {1624d517-8bc9-4db6-a98d-3311ef751164} <Debug> DynamicQueryHandler: Done processing query | ||
| 2618 | 2024.07.31 06:53:41.279766 [ 3 ] {1624d517-8bc9-4db6-a98d-3311ef751164} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2619 | 2024.07.31 06:53:41.279783 [ 3 ] {} <Debug> HTTP-Session: c033f605-ba3a-450a-92e9-173e9931b87b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2620 | 2024.07.31 06:53:41.279920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2621 | 2024.07.31 06:53:41.279969 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2622 | 2024.07.31 06:53:41.279988 [ 3 ] {} <Debug> HTTP-Session: 23558a51-958c-4105-bc68-b11267c02f28 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2623 | 2024.07.31 06:53:41.280005 [ 3 ] {} <Debug> HTTP-Session: 23558a51-958c-4105-bc68-b11267c02f28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2624 | 2024.07.31 06:53:41.280019 [ 3 ] {} <Debug> HTTP-Session: 23558a51-958c-4105-bc68-b11267c02f28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2625 | 2024.07.31 06:53:41.280051 [ 3 ] {} <Trace> HTTP-Session: 23558a51-958c-4105-bc68-b11267c02f28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2626 | 2024.07.31 06:53:41.280168 [ 3 ] {0af4e629-0641-4b8d-9d07-9f1a6dc15eb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2627 | 2024.07.31 06:53:41.280213 [ 3 ] {0af4e629-0641-4b8d-9d07-9f1a6dc15eb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2628 | 2024.07.31 06:53:41.280362 [ 3 ] {0af4e629-0641-4b8d-9d07-9f1a6dc15eb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2629 | 2024.07.31 06:53:41.280658 [ 3 ] {0af4e629-0641-4b8d-9d07-9f1a6dc15eb5} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2630 | 2024.07.31 06:53:41.280694 [ 3 ] {0af4e629-0641-4b8d-9d07-9f1a6dc15eb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2631 | 2024.07.31 06:53:41.281048 [ 3 ] {0af4e629-0641-4b8d-9d07-9f1a6dc15eb5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2632 | 2024.07.31 06:53:41.281375 [ 3 ] {0af4e629-0641-4b8d-9d07-9f1a6dc15eb5} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2633 | 2024.07.31 06:53:41.281522 [ 3 ] {0af4e629-0641-4b8d-9d07-9f1a6dc15eb5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001388 sec., 43227.66570605188 rows/sec., 2.91 MiB/sec. | ||
| 2634 | 2024.07.31 06:53:41.281738 [ 3 ] {0af4e629-0641-4b8d-9d07-9f1a6dc15eb5} <Debug> DynamicQueryHandler: Done processing query | ||
| 2635 | 2024.07.31 06:53:41.281763 [ 3 ] {0af4e629-0641-4b8d-9d07-9f1a6dc15eb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2636 | 2024.07.31 06:53:41.281779 [ 3 ] {} <Debug> HTTP-Session: 23558a51-958c-4105-bc68-b11267c02f28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2637 | 2024.07.31 06:53:46.261346 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2638 | 2024.07.31 06:53:46.261491 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2639 | 2024.07.31 06:53:46.261523 [ 3 ] {} <Debug> HTTP-Session: 8d4e727f-3bdd-4ccc-9952-4eca160302eb Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2640 | 2024.07.31 06:53:46.261552 [ 3 ] {} <Debug> HTTP-Session: 8d4e727f-3bdd-4ccc-9952-4eca160302eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2641 | 2024.07.31 06:53:46.261572 [ 3 ] {} <Debug> HTTP-Session: 8d4e727f-3bdd-4ccc-9952-4eca160302eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2642 | 2024.07.31 06:53:46.261628 [ 3 ] {} <Trace> HTTP-Session: 8d4e727f-3bdd-4ccc-9952-4eca160302eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2643 | 2024.07.31 06:53:46.261843 [ 3 ] {89f49f1b-9f0f-46b6-a255-083000e9a7dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2644 | 2024.07.31 06:53:46.261911 [ 3 ] {89f49f1b-9f0f-46b6-a255-083000e9a7dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2645 | 2024.07.31 06:53:46.262100 [ 3 ] {89f49f1b-9f0f-46b6-a255-083000e9a7dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2646 | 2024.07.31 06:53:46.262516 [ 3 ] {89f49f1b-9f0f-46b6-a255-083000e9a7dd} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2647 | 2024.07.31 06:53:46.262559 [ 3 ] {89f49f1b-9f0f-46b6-a255-083000e9a7dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2648 | 2024.07.31 06:53:46.262920 [ 3 ] {89f49f1b-9f0f-46b6-a255-083000e9a7dd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2649 | 2024.07.31 06:53:46.263257 [ 3 ] {89f49f1b-9f0f-46b6-a255-083000e9a7dd} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2650 | 2024.07.31 06:53:46.263448 [ 3 ] {89f49f1b-9f0f-46b6-a255-083000e9a7dd} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.00166 sec., 16265.060240963856 rows/sec., 1.29 MiB/sec. | ||
| 2651 | 2024.07.31 06:53:46.263766 [ 3 ] {89f49f1b-9f0f-46b6-a255-083000e9a7dd} <Debug> DynamicQueryHandler: Done processing query | ||
| 2652 | 2024.07.31 06:53:46.263794 [ 3 ] {89f49f1b-9f0f-46b6-a255-083000e9a7dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2653 | 2024.07.31 06:53:46.263811 [ 3 ] {} <Debug> HTTP-Session: 8d4e727f-3bdd-4ccc-9952-4eca160302eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2654 | 2024.07.31 06:53:46.263994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 20062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2655 | 2024.07.31 06:53:46.264044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2656 | 2024.07.31 06:53:46.264064 [ 3 ] {} <Debug> HTTP-Session: 5acca579-e4db-442e-9f04-395554b58923 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2657 | 2024.07.31 06:53:46.264081 [ 3 ] {} <Debug> HTTP-Session: 5acca579-e4db-442e-9f04-395554b58923 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2658 | 2024.07.31 06:53:46.264095 [ 3 ] {} <Debug> HTTP-Session: 5acca579-e4db-442e-9f04-395554b58923 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2659 | 2024.07.31 06:53:46.264128 [ 3 ] {} <Trace> HTTP-Session: 5acca579-e4db-442e-9f04-395554b58923 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2660 | 2024.07.31 06:53:46.264268 [ 3 ] {4f0976d9-8a63-481e-94b0-f297b94147c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2661 | 2024.07.31 06:53:46.264314 [ 3 ] {4f0976d9-8a63-481e-94b0-f297b94147c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2662 | 2024.07.31 06:53:46.264464 [ 3 ] {4f0976d9-8a63-481e-94b0-f297b94147c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2663 | 2024.07.31 06:53:46.264890 [ 3 ] {4f0976d9-8a63-481e-94b0-f297b94147c6} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2664 | 2024.07.31 06:53:46.264930 [ 3 ] {4f0976d9-8a63-481e-94b0-f297b94147c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2665 | 2024.07.31 06:53:46.265251 [ 3 ] {4f0976d9-8a63-481e-94b0-f297b94147c6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2666 | 2024.07.31 06:53:46.265567 [ 3 ] {4f0976d9-8a63-481e-94b0-f297b94147c6} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2667 | 2024.07.31 06:53:46.265736 [ 3 ] {4f0976d9-8a63-481e-94b0-f297b94147c6} <Debug> executeQuery: Read 137 rows, 11.71 KiB in 0.001524 sec., 89895.01312335959 rows/sec., 7.51 MiB/sec. | ||
| 2668 | 2024.07.31 06:53:46.265909 [ 3 ] {4f0976d9-8a63-481e-94b0-f297b94147c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 2669 | 2024.07.31 06:53:46.265936 [ 3 ] {4f0976d9-8a63-481e-94b0-f297b94147c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2670 | 2024.07.31 06:53:46.265953 [ 3 ] {} <Debug> HTTP-Session: 5acca579-e4db-442e-9f04-395554b58923 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2671 | 2024.07.31 06:53:46.266109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 15465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2672 | 2024.07.31 06:53:46.266158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2673 | 2024.07.31 06:53:46.266179 [ 3 ] {} <Debug> HTTP-Session: a0664768-99ed-4dd0-b16c-ae8de649a052 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2674 | 2024.07.31 06:53:46.266197 [ 3 ] {} <Debug> HTTP-Session: a0664768-99ed-4dd0-b16c-ae8de649a052 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2675 | 2024.07.31 06:53:46.266211 [ 3 ] {} <Debug> HTTP-Session: a0664768-99ed-4dd0-b16c-ae8de649a052 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2676 | 2024.07.31 06:53:46.266243 [ 3 ] {} <Trace> HTTP-Session: a0664768-99ed-4dd0-b16c-ae8de649a052 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2677 | 2024.07.31 06:53:46.266359 [ 3 ] {0e54b71b-db80-4f41-a214-db7e8e6eb1c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2678 | 2024.07.31 06:53:46.266403 [ 3 ] {0e54b71b-db80-4f41-a214-db7e8e6eb1c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2679 | 2024.07.31 06:53:46.266535 [ 3 ] {0e54b71b-db80-4f41-a214-db7e8e6eb1c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2680 | 2024.07.31 06:53:46.266855 [ 3 ] {0e54b71b-db80-4f41-a214-db7e8e6eb1c6} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2681 | 2024.07.31 06:53:46.266894 [ 3 ] {0e54b71b-db80-4f41-a214-db7e8e6eb1c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2682 | 2024.07.31 06:53:46.267208 [ 3 ] {0e54b71b-db80-4f41-a214-db7e8e6eb1c6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2683 | 2024.07.31 06:53:46.267526 [ 3 ] {0e54b71b-db80-4f41-a214-db7e8e6eb1c6} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2684 | 2024.07.31 06:53:46.267725 [ 3 ] {0e54b71b-db80-4f41-a214-db7e8e6eb1c6} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001403 sec., 64861.01211689237 rows/sec., 5.07 MiB/sec. | ||
| 2685 | 2024.07.31 06:53:46.268009 [ 3 ] {0e54b71b-db80-4f41-a214-db7e8e6eb1c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 2686 | 2024.07.31 06:53:46.268035 [ 3 ] {0e54b71b-db80-4f41-a214-db7e8e6eb1c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 2687 | 2024.07.31 06:53:46.268053 [ 3 ] {} <Debug> HTTP-Session: a0664768-99ed-4dd0-b16c-ae8de649a052 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2688 | 2024.07.31 06:53:46.268229 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2689 | 2024.07.31 06:53:46.268278 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2690 | 2024.07.31 06:53:46.268299 [ 3 ] {} <Debug> HTTP-Session: 96e2efce-a7ee-46c4-8cd5-ac38fdeb7b9d Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2691 | 2024.07.31 06:53:46.268317 [ 3 ] {} <Debug> HTTP-Session: 96e2efce-a7ee-46c4-8cd5-ac38fdeb7b9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2692 | 2024.07.31 06:53:46.268332 [ 3 ] {} <Debug> HTTP-Session: 96e2efce-a7ee-46c4-8cd5-ac38fdeb7b9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2693 | 2024.07.31 06:53:46.268364 [ 3 ] {} <Trace> HTTP-Session: 96e2efce-a7ee-46c4-8cd5-ac38fdeb7b9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2694 | 2024.07.31 06:53:46.268508 [ 3 ] {2f2584ec-c6d7-43b5-a78e-57e74cf63dc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2695 | 2024.07.31 06:53:46.268556 [ 3 ] {2f2584ec-c6d7-43b5-a78e-57e74cf63dc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2696 | 2024.07.31 06:53:46.268726 [ 3 ] {2f2584ec-c6d7-43b5-a78e-57e74cf63dc8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2697 | 2024.07.31 06:53:46.269119 [ 3 ] {2f2584ec-c6d7-43b5-a78e-57e74cf63dc8} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2698 | 2024.07.31 06:53:46.269157 [ 3 ] {2f2584ec-c6d7-43b5-a78e-57e74cf63dc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2699 | 2024.07.31 06:53:46.269546 [ 3 ] {2f2584ec-c6d7-43b5-a78e-57e74cf63dc8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2700 | 2024.07.31 06:53:46.269890 [ 3 ] {2f2584ec-c6d7-43b5-a78e-57e74cf63dc8} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2701 | 2024.07.31 06:53:46.270053 [ 3 ] {2f2584ec-c6d7-43b5-a78e-57e74cf63dc8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0016 sec., 100000 rows/sec., 6.96 MiB/sec. | ||
| 2702 | 2024.07.31 06:53:46.270228 [ 3 ] {2f2584ec-c6d7-43b5-a78e-57e74cf63dc8} <Debug> DynamicQueryHandler: Done processing query | ||
| 2703 | 2024.07.31 06:53:46.270254 [ 3 ] {2f2584ec-c6d7-43b5-a78e-57e74cf63dc8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2704 | 2024.07.31 06:53:46.270271 [ 3 ] {} <Debug> HTTP-Session: 96e2efce-a7ee-46c4-8cd5-ac38fdeb7b9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2705 | 2024.07.31 06:53:46.270487 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 43323, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2706 | 2024.07.31 06:53:46.270538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2707 | 2024.07.31 06:53:46.270559 [ 3 ] {} <Debug> HTTP-Session: 0ebc1d80-dd8c-45de-95b6-2e8cd67f7fac Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2708 | 2024.07.31 06:53:46.270578 [ 3 ] {} <Debug> HTTP-Session: 0ebc1d80-dd8c-45de-95b6-2e8cd67f7fac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2709 | 2024.07.31 06:53:46.270593 [ 3 ] {} <Debug> HTTP-Session: 0ebc1d80-dd8c-45de-95b6-2e8cd67f7fac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2710 | 2024.07.31 06:53:46.270625 [ 3 ] {} <Trace> HTTP-Session: 0ebc1d80-dd8c-45de-95b6-2e8cd67f7fac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2711 | 2024.07.31 06:53:46.271122 [ 3 ] {a5f44dbe-4742-423c-88d7-80f816b3c481} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2712 | 2024.07.31 06:53:46.271189 [ 3 ] {a5f44dbe-4742-423c-88d7-80f816b3c481} <Trace> 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 | ||
| 2713 | 2024.07.31 06:53:46.271584 [ 3 ] {a5f44dbe-4742-423c-88d7-80f816b3c481} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2714 | 2024.07.31 06:53:46.272215 [ 3 ] {a5f44dbe-4742-423c-88d7-80f816b3c481} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2715 | 2024.07.31 06:53:46.272254 [ 3 ] {a5f44dbe-4742-423c-88d7-80f816b3c481} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2716 | 2024.07.31 06:53:46.272833 [ 3 ] {a5f44dbe-4742-423c-88d7-80f816b3c481} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2717 | 2024.07.31 06:53:46.273247 [ 3 ] {a5f44dbe-4742-423c-88d7-80f816b3c481} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2718 | 2024.07.31 06:53:46.273470 [ 3 ] {a5f44dbe-4742-423c-88d7-80f816b3c481} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002739 sec., 9857.61226725082 rows/sec., 17.66 MiB/sec. | ||
| 2719 | 2024.07.31 06:53:46.273795 [ 3 ] {a5f44dbe-4742-423c-88d7-80f816b3c481} <Debug> DynamicQueryHandler: Done processing query | ||
| 2720 | 2024.07.31 06:53:46.273821 [ 3 ] {a5f44dbe-4742-423c-88d7-80f816b3c481} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 2721 | 2024.07.31 06:53:46.273837 [ 3 ] {} <Debug> HTTP-Session: 0ebc1d80-dd8c-45de-95b6-2e8cd67f7fac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2722 | 2024.07.31 06:53:46.273961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2723 | 2024.07.31 06:53:46.274008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2724 | 2024.07.31 06:53:46.274029 [ 3 ] {} <Debug> HTTP-Session: b6ca74fe-1ef6-4f2f-b3a2-504d93a057d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2725 | 2024.07.31 06:53:46.274045 [ 3 ] {} <Debug> HTTP-Session: b6ca74fe-1ef6-4f2f-b3a2-504d93a057d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2726 | 2024.07.31 06:53:46.274060 [ 3 ] {} <Debug> HTTP-Session: b6ca74fe-1ef6-4f2f-b3a2-504d93a057d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2727 | 2024.07.31 06:53:46.274093 [ 3 ] {} <Trace> HTTP-Session: b6ca74fe-1ef6-4f2f-b3a2-504d93a057d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2728 | 2024.07.31 06:53:46.274213 [ 3 ] {0491e085-6c2f-4d4b-9bf5-2121da4fa1dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2729 | 2024.07.31 06:53:46.274258 [ 3 ] {0491e085-6c2f-4d4b-9bf5-2121da4fa1dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2730 | 2024.07.31 06:53:46.274385 [ 3 ] {0491e085-6c2f-4d4b-9bf5-2121da4fa1dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2731 | 2024.07.31 06:53:46.274754 [ 3 ] {0491e085-6c2f-4d4b-9bf5-2121da4fa1dc} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2732 | 2024.07.31 06:53:46.274792 [ 3 ] {0491e085-6c2f-4d4b-9bf5-2121da4fa1dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2733 | 2024.07.31 06:53:46.275153 [ 3 ] {0491e085-6c2f-4d4b-9bf5-2121da4fa1dc} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2734 | 2024.07.31 06:53:46.275491 [ 3 ] {0491e085-6c2f-4d4b-9bf5-2121da4fa1dc} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2735 | 2024.07.31 06:53:46.275656 [ 3 ] {0491e085-6c2f-4d4b-9bf5-2121da4fa1dc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001482 sec., 40485.82995951417 rows/sec., 2.73 MiB/sec. | ||
| 2736 | 2024.07.31 06:53:46.275832 [ 3 ] {0491e085-6c2f-4d4b-9bf5-2121da4fa1dc} <Debug> DynamicQueryHandler: Done processing query | ||
| 2737 | 2024.07.31 06:53:46.275859 [ 3 ] {0491e085-6c2f-4d4b-9bf5-2121da4fa1dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2738 | 2024.07.31 06:53:46.275876 [ 3 ] {} <Debug> HTTP-Session: b6ca74fe-1ef6-4f2f-b3a2-504d93a057d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2739 | 2024.07.31 06:53:51.265129 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2740 | 2024.07.31 06:53:51.265269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2741 | 2024.07.31 06:53:51.265298 [ 3 ] {} <Debug> HTTP-Session: 6a40adaf-ffad-4d97-889e-141aa9c829ba Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2742 | 2024.07.31 06:53:51.265327 [ 3 ] {} <Debug> HTTP-Session: 6a40adaf-ffad-4d97-889e-141aa9c829ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2743 | 2024.07.31 06:53:51.265343 [ 3 ] {} <Debug> HTTP-Session: 6a40adaf-ffad-4d97-889e-141aa9c829ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2744 | 2024.07.31 06:53:51.265399 [ 3 ] {} <Trace> HTTP-Session: 6a40adaf-ffad-4d97-889e-141aa9c829ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2745 | 2024.07.31 06:53:51.265600 [ 3 ] {4c5554b7-2e6e-43e1-bd5a-f5abe6ab15f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2746 | 2024.07.31 06:53:51.265672 [ 3 ] {4c5554b7-2e6e-43e1-bd5a-f5abe6ab15f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2747 | 2024.07.31 06:53:51.265889 [ 3 ] {4c5554b7-2e6e-43e1-bd5a-f5abe6ab15f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2748 | 2024.07.31 06:53:51.266302 [ 3 ] {4c5554b7-2e6e-43e1-bd5a-f5abe6ab15f8} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2749 | 2024.07.31 06:53:51.266344 [ 3 ] {4c5554b7-2e6e-43e1-bd5a-f5abe6ab15f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2750 | 2024.07.31 06:53:51.266712 [ 3 ] {4c5554b7-2e6e-43e1-bd5a-f5abe6ab15f8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2751 | 2024.07.31 06:53:51.267051 [ 3 ] {4c5554b7-2e6e-43e1-bd5a-f5abe6ab15f8} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2752 | 2024.07.31 06:53:51.267190 [ 135 ] {} <Debug> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2753 | 2024.07.31 06:53:51.267196 [ 3 ] {4c5554b7-2e6e-43e1-bd5a-f5abe6ab15f8} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001656 sec., 3623.1884057971015 rows/sec., 205.22 KiB/sec. | ||
| 2754 | 2024.07.31 06:53:51.267232 [ 135 ] {} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2755 | 2024.07.31 06:53:51.267266 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2756 | 2024.07.31 06:53:51.267394 [ 190 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 2757 | 2024.07.31 06:53:51.267472 [ 3 ] {4c5554b7-2e6e-43e1-bd5a-f5abe6ab15f8} <Debug> DynamicQueryHandler: Done processing query | ||
| 2758 | 2024.07.31 06:53:51.267507 [ 3 ] {4c5554b7-2e6e-43e1-bd5a-f5abe6ab15f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2759 | 2024.07.31 06:53:51.267537 [ 3 ] {} <Debug> HTTP-Session: 6a40adaf-ffad-4d97-889e-141aa9c829ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2760 | 2024.07.31 06:53:51.267573 [ 190 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2761 | 2024.07.31 06:53:51.267611 [ 190 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
| 2762 | 2024.07.31 06:53:51.267684 [ 190 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
| 2763 | 2024.07.31 06:53:51.267818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 24371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2764 | 2024.07.31 06:53:51.267964 [ 190 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part | ||
| 2765 | 2024.07.31 06:53:51.268038 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2766 | 2024.07.31 06:53:51.268166 [ 3 ] {} <Debug> HTTP-Session: 0a02e4d6-4d2d-4f8e-8a54-ea5ebbba538a Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2767 | 2024.07.31 06:53:51.268347 [ 3 ] {} <Debug> HTTP-Session: 0a02e4d6-4d2d-4f8e-8a54-ea5ebbba538a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2768 | 2024.07.31 06:53:51.268434 [ 3 ] {} <Debug> HTTP-Session: 0a02e4d6-4d2d-4f8e-8a54-ea5ebbba538a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2769 | 2024.07.31 06:53:51.268466 [ 190 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 2770 | 2024.07.31 06:53:51.268513 [ 3 ] {} <Trace> HTTP-Session: 0a02e4d6-4d2d-4f8e-8a54-ea5ebbba538a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2771 | 2024.07.31 06:53:51.268585 [ 190 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 27 rows starting from the beginning of the part | ||
| 2772 | 2024.07.31 06:53:51.268952 [ 3 ] {d3eb57ba-06a4-44ea-baa1-04d716f0fba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2773 | 2024.07.31 06:53:51.268966 [ 190 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
| 2774 | 2024.07.31 06:53:51.269034 [ 3 ] {d3eb57ba-06a4-44ea-baa1-04d716f0fba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2775 | 2024.07.31 06:53:51.269382 [ 3 ] {d3eb57ba-06a4-44ea-baa1-04d716f0fba4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2776 | 2024.07.31 06:53:51.269898 [ 3 ] {d3eb57ba-06a4-44ea-baa1-04d716f0fba4} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2777 | 2024.07.31 06:53:51.269935 [ 3 ] {d3eb57ba-06a4-44ea-baa1-04d716f0fba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2778 | 2024.07.31 06:53:51.270270 [ 3 ] {d3eb57ba-06a4-44ea-baa1-04d716f0fba4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2779 | 2024.07.31 06:53:51.271712 [ 3 ] {d3eb57ba-06a4-44ea-baa1-04d716f0fba4} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2780 | 2024.07.31 06:53:51.271900 [ 135 ] {} <Debug> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2781 | 2024.07.31 06:53:51.271929 [ 3 ] {d3eb57ba-06a4-44ea-baa1-04d716f0fba4} <Debug> executeQuery: Read 161 rows, 14.56 KiB in 0.003248 sec., 49568.96551724138 rows/sec., 4.38 MiB/sec. | ||
| 2782 | 2024.07.31 06:53:51.271972 [ 135 ] {} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2783 | 2024.07.31 06:53:51.272038 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2784 | 2024.07.31 06:53:51.272548 [ 3 ] {d3eb57ba-06a4-44ea-baa1-04d716f0fba4} <Debug> DynamicQueryHandler: Done processing query | ||
| 2785 | 2024.07.31 06:53:51.272671 [ 3 ] {d3eb57ba-06a4-44ea-baa1-04d716f0fba4} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 2786 | 2024.07.31 06:53:51.272762 [ 3 ] {} <Debug> HTTP-Session: 0a02e4d6-4d2d-4f8e-8a54-ea5ebbba538a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2787 | 2024.07.31 06:53:51.272754 [ 191 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 2788 | 2024.07.31 06:53:51.273280 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 61591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2789 | 2024.07.31 06:53:51.273492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2790 | 2024.07.31 06:53:51.273583 [ 3 ] {} <Debug> HTTP-Session: 615d9509-fe6f-470f-a392-ceef50862cd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2791 | 2024.07.31 06:53:51.273674 [ 3 ] {} <Debug> HTTP-Session: 615d9509-fe6f-470f-a392-ceef50862cd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2792 | 2024.07.31 06:53:51.273758 [ 3 ] {} <Debug> HTTP-Session: 615d9509-fe6f-470f-a392-ceef50862cd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2793 | 2024.07.31 06:53:51.273748 [ 191 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2794 | 2024.07.31 06:53:51.273875 [ 3 ] {} <Trace> HTTP-Session: 615d9509-fe6f-470f-a392-ceef50862cd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2795 | 2024.07.31 06:53:51.273907 [ 191 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 161 rows starting from the beginning of the part | ||
| 2796 | 2024.07.31 06:53:51.274430 [ 191 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 161 rows starting from the beginning of the part | ||
| 2797 | 2024.07.31 06:53:51.274458 [ 3 ] {5e089b36-49f3-4abc-9968-c6e81d7ecd91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2798 | 2024.07.31 06:53:51.274538 [ 190 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 77 rows, containing 4 columns (4 merged, 0 gathered) in 0.007188019 sec., 10712.26995921964 rows/sec., 769.37 KiB/sec. | ||
| 2799 | 2024.07.31 06:53:51.274723 [ 3 ] {5e089b36-49f3-4abc-9968-c6e81d7ecd91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2800 | 2024.07.31 06:53:51.274772 [ 191 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 170 rows starting from the beginning of the part | ||
| 2801 | 2024.07.31 06:53:51.275124 [ 192 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2802 | 2024.07.31 06:53:51.275220 [ 191 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 161 rows starting from the beginning of the part | ||
| 2803 | 2024.07.31 06:53:51.275647 [ 191 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 137 rows starting from the beginning of the part | ||
| 2804 | 2024.07.31 06:53:51.276066 [ 191 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 161 rows starting from the beginning of the part | ||
| 2805 | 2024.07.31 06:53:51.276965 [ 3 ] {5e089b36-49f3-4abc-9968-c6e81d7ecd91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2806 | 2024.07.31 06:53:51.277536 [ 192 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_6_1} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2807 | 2024.07.31 06:53:51.277894 [ 192 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_6_1} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2808 | 2024.07.31 06:53:51.278125 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 2809 | 2024.07.31 06:53:51.278635 [ 3 ] {5e089b36-49f3-4abc-9968-c6e81d7ecd91} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2810 | 2024.07.31 06:53:51.278715 [ 3 ] {5e089b36-49f3-4abc-9968-c6e81d7ecd91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2811 | 2024.07.31 06:53:51.279735 [ 3 ] {5e089b36-49f3-4abc-9968-c6e81d7ecd91} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2812 | 2024.07.31 06:53:51.279940 [ 191 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 951 rows, containing 4 columns (4 merged, 0 gathered) in 0.007737783 sec., 122903.42078603135 rows/sec., 10.63 MiB/sec. | ||
| 2813 | 2024.07.31 06:53:51.280243 [ 191 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2814 | 2024.07.31 06:53:51.280494 [ 3 ] {5e089b36-49f3-4abc-9968-c6e81d7ecd91} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2815 | 2024.07.31 06:53:51.280878 [ 135 ] {} <Debug> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2816 | 2024.07.31 06:53:51.280955 [ 3 ] {5e089b36-49f3-4abc-9968-c6e81d7ecd91} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.006822 sec., 55995.30929346233 rows/sec., 3.93 MiB/sec. | ||
| 2817 | 2024.07.31 06:53:51.280961 [ 135 ] {} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2818 | 2024.07.31 06:53:51.281035 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2819 | 2024.07.31 06:53:51.281400 [ 188 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_11_2} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2820 | 2024.07.31 06:53:51.281681 [ 3 ] {5e089b36-49f3-4abc-9968-c6e81d7ecd91} <Debug> DynamicQueryHandler: Done processing query | ||
| 2821 | 2024.07.31 06:53:51.281691 [ 192 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 2822 | 2024.07.31 06:53:51.281825 [ 3 ] {5e089b36-49f3-4abc-9968-c6e81d7ecd91} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 2823 | 2024.07.31 06:53:51.281966 [ 3 ] {} <Debug> HTTP-Session: 615d9509-fe6f-470f-a392-ceef50862cd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2824 | 2024.07.31 06:53:51.282042 [ 188 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_11_2} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2825 | 2024.07.31 06:53:51.282241 [ 192 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2826 | 2024.07.31 06:53:51.282289 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 2827 | 2024.07.31 06:53:51.282289 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2828 | 2024.07.31 06:53:51.282312 [ 192 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 382 rows starting from the beginning of the part | ||
| 2829 | 2024.07.31 06:53:51.282389 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2830 | 2024.07.31 06:53:51.282436 [ 3 ] {} <Debug> HTTP-Session: d5dbcbe1-3708-4dd9-9e69-61e2fb332396 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2831 | 2024.07.31 06:53:51.282534 [ 3 ] {} <Debug> HTTP-Session: d5dbcbe1-3708-4dd9-9e69-61e2fb332396 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2832 | 2024.07.31 06:53:51.282550 [ 192 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 382 rows starting from the beginning of the part | ||
| 2833 | 2024.07.31 06:53:51.282587 [ 3 ] {} <Debug> HTTP-Session: d5dbcbe1-3708-4dd9-9e69-61e2fb332396 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2834 | 2024.07.31 06:53:51.282763 [ 3 ] {} <Trace> HTTP-Session: d5dbcbe1-3708-4dd9-9e69-61e2fb332396 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2835 | 2024.07.31 06:53:51.282797 [ 192 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 124 rows starting from the beginning of the part | ||
| 2836 | 2024.07.31 06:53:51.283008 [ 192 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 382 rows starting from the beginning of the part | ||
| 2837 | 2024.07.31 06:53:51.283058 [ 3 ] {aa7406b0-1de1-4ca9-bc11-4aa8a55ba1a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 2838 | 2024.07.31 06:53:51.283276 [ 3 ] {aa7406b0-1de1-4ca9-bc11-4aa8a55ba1a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2839 | 2024.07.31 06:53:51.283291 [ 192 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 91 rows starting from the beginning of the part | ||
| 2840 | 2024.07.31 06:53:51.283475 [ 192 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 382 rows starting from the beginning of the part | ||
| 2841 | 2024.07.31 06:53:51.283876 [ 3 ] {aa7406b0-1de1-4ca9-bc11-4aa8a55ba1a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2842 | 2024.07.31 06:53:51.284374 [ 3 ] {aa7406b0-1de1-4ca9-bc11-4aa8a55ba1a0} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2843 | 2024.07.31 06:53:51.284416 [ 3 ] {aa7406b0-1de1-4ca9-bc11-4aa8a55ba1a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2844 | 2024.07.31 06:53:51.285015 [ 3 ] {aa7406b0-1de1-4ca9-bc11-4aa8a55ba1a0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2845 | 2024.07.31 06:53:51.285406 [ 191 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1743 rows, containing 4 columns (4 merged, 0 gathered) in 0.004247265 sec., 410381.7397784221 rows/sec., 29.22 MiB/sec. | ||
| 2846 | 2024.07.31 06:53:51.285568 [ 3 ] {aa7406b0-1de1-4ca9-bc11-4aa8a55ba1a0} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2847 | 2024.07.31 06:53:51.285631 [ 191 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2848 | 2024.07.31 06:53:51.285870 [ 3 ] {aa7406b0-1de1-4ca9-bc11-4aa8a55ba1a0} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00292 sec., 2054.7945205479455 rows/sec., 88.29 KiB/sec. | ||
| 2849 | 2024.07.31 06:53:51.286486 [ 3 ] {aa7406b0-1de1-4ca9-bc11-4aa8a55ba1a0} <Debug> DynamicQueryHandler: Done processing query | ||
| 2850 | 2024.07.31 06:53:51.286525 [ 3 ] {aa7406b0-1de1-4ca9-bc11-4aa8a55ba1a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2851 | 2024.07.31 06:53:51.286551 [ 3 ] {} <Debug> HTTP-Session: d5dbcbe1-3708-4dd9-9e69-61e2fb332396 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2852 | 2024.07.31 06:53:51.286670 [ 191 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_11_2} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2853 | 2024.07.31 06:53:51.286772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2854 | 2024.07.31 06:53:51.286789 [ 191 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_11_2} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2855 | 2024.07.31 06:53:51.286851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2856 | 2024.07.31 06:53:51.286925 [ 3 ] {} <Debug> HTTP-Session: 8a2a720c-f983-48b7-a4b4-59927da8f584 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2857 | 2024.07.31 06:53:51.286944 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 2858 | 2024.07.31 06:53:51.286956 [ 3 ] {} <Debug> HTTP-Session: 8a2a720c-f983-48b7-a4b4-59927da8f584 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2859 | 2024.07.31 06:53:51.286999 [ 3 ] {} <Debug> HTTP-Session: 8a2a720c-f983-48b7-a4b4-59927da8f584 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2860 | 2024.07.31 06:53:51.287032 [ 3 ] {} <Trace> HTTP-Session: 8a2a720c-f983-48b7-a4b4-59927da8f584 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2861 | 2024.07.31 06:53:51.287162 [ 3 ] {1b2b5bf8-db25-4ac5-ae70-836711ede856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 2862 | 2024.07.31 06:53:51.287210 [ 3 ] {1b2b5bf8-db25-4ac5-ae70-836711ede856} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 2863 | 2024.07.31 06:53:51.287380 [ 3 ] {1b2b5bf8-db25-4ac5-ae70-836711ede856} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2864 | 2024.07.31 06:53:51.287726 [ 3 ] {1b2b5bf8-db25-4ac5-ae70-836711ede856} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2865 | 2024.07.31 06:53:51.287762 [ 3 ] {1b2b5bf8-db25-4ac5-ae70-836711ede856} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2866 | 2024.07.31 06:53:51.288132 [ 3 ] {1b2b5bf8-db25-4ac5-ae70-836711ede856} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2867 | 2024.07.31 06:53:51.288474 [ 3 ] {1b2b5bf8-db25-4ac5-ae70-836711ede856} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2868 | 2024.07.31 06:53:51.288604 [ 3 ] {1b2b5bf8-db25-4ac5-ae70-836711ede856} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001489 sec., 51712.55876427132 rows/sec., 3.18 MiB/sec. | ||
| 2869 | 2024.07.31 06:53:51.288884 [ 3 ] {1b2b5bf8-db25-4ac5-ae70-836711ede856} <Debug> DynamicQueryHandler: Done processing query | ||
| 2870 | 2024.07.31 06:53:51.288910 [ 3 ] {1b2b5bf8-db25-4ac5-ae70-836711ede856} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2871 | 2024.07.31 06:53:51.288925 [ 3 ] {} <Debug> HTTP-Session: 8a2a720c-f983-48b7-a4b4-59927da8f584 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2872 | 2024.07.31 06:53:51.289094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2873 | 2024.07.31 06:53:51.289143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2874 | 2024.07.31 06:53:51.289162 [ 3 ] {} <Debug> HTTP-Session: 1e2bc9f9-4605-4de5-bdde-e67990117539 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2875 | 2024.07.31 06:53:51.289178 [ 3 ] {} <Debug> HTTP-Session: 1e2bc9f9-4605-4de5-bdde-e67990117539 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2876 | 2024.07.31 06:53:51.289192 [ 3 ] {} <Debug> HTTP-Session: 1e2bc9f9-4605-4de5-bdde-e67990117539 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2877 | 2024.07.31 06:53:51.289222 [ 3 ] {} <Trace> HTTP-Session: 1e2bc9f9-4605-4de5-bdde-e67990117539 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2878 | 2024.07.31 06:53:51.289401 [ 3 ] {8b2b939c-4ac9-45b1-8bcc-3587fde33c1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2879 | 2024.07.31 06:53:51.289450 [ 3 ] {8b2b939c-4ac9-45b1-8bcc-3587fde33c1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2880 | 2024.07.31 06:53:51.289612 [ 3 ] {8b2b939c-4ac9-45b1-8bcc-3587fde33c1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2881 | 2024.07.31 06:53:51.289999 [ 3 ] {8b2b939c-4ac9-45b1-8bcc-3587fde33c1e} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2882 | 2024.07.31 06:53:51.290034 [ 3 ] {8b2b939c-4ac9-45b1-8bcc-3587fde33c1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2883 | 2024.07.31 06:53:51.290419 [ 3 ] {8b2b939c-4ac9-45b1-8bcc-3587fde33c1e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2884 | 2024.07.31 06:53:51.290766 [ 3 ] {8b2b939c-4ac9-45b1-8bcc-3587fde33c1e} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2885 | 2024.07.31 06:53:51.290891 [ 135 ] {} <Debug> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2886 | 2024.07.31 06:53:51.290901 [ 3 ] {8b2b939c-4ac9-45b1-8bcc-3587fde33c1e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001602 sec., 99875.15605493134 rows/sec., 6.96 MiB/sec. | ||
| 2887 | 2024.07.31 06:53:51.290926 [ 135 ] {} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2888 | 2024.07.31 06:53:51.290963 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2889 | 2024.07.31 06:53:51.291090 [ 192 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 2890 | 2024.07.31 06:53:51.291135 [ 3 ] {8b2b939c-4ac9-45b1-8bcc-3587fde33c1e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2891 | 2024.07.31 06:53:51.291166 [ 3 ] {8b2b939c-4ac9-45b1-8bcc-3587fde33c1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2892 | 2024.07.31 06:53:51.291193 [ 3 ] {} <Debug> HTTP-Session: 1e2bc9f9-4605-4de5-bdde-e67990117539 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2893 | 2024.07.31 06:53:51.291262 [ 192 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2894 | 2024.07.31 06:53:51.291297 [ 192 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 778 rows starting from the beginning of the part | ||
| 2895 | 2024.07.31 06:53:51.291328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2896 | 2024.07.31 06:53:51.291422 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2897 | 2024.07.31 06:53:51.291428 [ 192 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part | ||
| 2898 | 2024.07.31 06:53:51.291461 [ 3 ] {} <Debug> HTTP-Session: 9b6cf28b-8aef-40b0-b3b9-45b800fc9526 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2899 | 2024.07.31 06:53:51.291513 [ 3 ] {} <Debug> HTTP-Session: 9b6cf28b-8aef-40b0-b3b9-45b800fc9526 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2900 | 2024.07.31 06:53:51.291573 [ 3 ] {} <Debug> HTTP-Session: 9b6cf28b-8aef-40b0-b3b9-45b800fc9526 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2901 | 2024.07.31 06:53:51.291692 [ 192 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 364 rows starting from the beginning of the part | ||
| 2902 | 2024.07.31 06:53:51.291705 [ 3 ] {} <Trace> HTTP-Session: 9b6cf28b-8aef-40b0-b3b9-45b800fc9526 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2903 | 2024.07.31 06:53:51.291969 [ 192 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part | ||
| 2904 | 2024.07.31 06:53:51.291990 [ 3 ] {119c948f-1d1f-4e79-8e51-0922091f3774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2905 | 2024.07.31 06:53:51.292203 [ 3 ] {119c948f-1d1f-4e79-8e51-0922091f3774} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2906 | 2024.07.31 06:53:51.292374 [ 192 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part | ||
| 2907 | 2024.07.31 06:53:51.292647 [ 192 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part | ||
| 2908 | 2024.07.31 06:53:51.293280 [ 3 ] {119c948f-1d1f-4e79-8e51-0922091f3774} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2909 | 2024.07.31 06:53:51.293729 [ 3 ] {119c948f-1d1f-4e79-8e51-0922091f3774} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2910 | 2024.07.31 06:53:51.293769 [ 3 ] {119c948f-1d1f-4e79-8e51-0922091f3774} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2911 | 2024.07.31 06:53:51.294357 [ 3 ] {119c948f-1d1f-4e79-8e51-0922091f3774} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2912 | 2024.07.31 06:53:51.294808 [ 3 ] {119c948f-1d1f-4e79-8e51-0922091f3774} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2913 | 2024.07.31 06:53:51.295050 [ 198 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1782 rows, containing 5 columns (5 merged, 0 gathered) in 0.003988719 sec., 446759.97481898323 rows/sec., 31.15 MiB/sec. | ||
| 2914 | 2024.07.31 06:53:51.295097 [ 3 ] {119c948f-1d1f-4e79-8e51-0922091f3774} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.003216 sec., 7151.741293532338 rows/sec., 386.86 KiB/sec. | ||
| 2915 | 2024.07.31 06:53:51.295539 [ 198 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2916 | 2024.07.31 06:53:51.295553 [ 3 ] {119c948f-1d1f-4e79-8e51-0922091f3774} <Debug> DynamicQueryHandler: Done processing query | ||
| 2917 | 2024.07.31 06:53:51.295597 [ 3 ] {119c948f-1d1f-4e79-8e51-0922091f3774} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2918 | 2024.07.31 06:53:51.295653 [ 3 ] {} <Debug> HTTP-Session: 9b6cf28b-8aef-40b0-b3b9-45b800fc9526 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2919 | 2024.07.31 06:53:51.295836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2920 | 2024.07.31 06:53:51.295970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2921 | 2024.07.31 06:53:51.296016 [ 3 ] {} <Debug> HTTP-Session: 8250a407-4837-438c-826f-967998ee1c72 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2922 | 2024.07.31 06:53:51.296062 [ 3 ] {} <Debug> HTTP-Session: 8250a407-4837-438c-826f-967998ee1c72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2923 | 2024.07.31 06:53:51.296106 [ 3 ] {} <Debug> HTTP-Session: 8250a407-4837-438c-826f-967998ee1c72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2924 | 2024.07.31 06:53:51.296157 [ 3 ] {} <Trace> HTTP-Session: 8250a407-4837-438c-826f-967998ee1c72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2925 | 2024.07.31 06:53:51.296338 [ 3 ] {ea4214a1-66ad-482c-ba79-2ca14e39a992} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2926 | 2024.07.31 06:53:51.296358 [ 198 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2927 | 2024.07.31 06:53:51.296402 [ 3 ] {ea4214a1-66ad-482c-ba79-2ca14e39a992} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2928 | 2024.07.31 06:53:51.296559 [ 198 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2929 | 2024.07.31 06:53:51.296783 [ 3 ] {ea4214a1-66ad-482c-ba79-2ca14e39a992} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2930 | 2024.07.31 06:53:51.296784 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 2931 | 2024.07.31 06:53:51.297154 [ 3 ] {ea4214a1-66ad-482c-ba79-2ca14e39a992} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2932 | 2024.07.31 06:53:51.297195 [ 3 ] {ea4214a1-66ad-482c-ba79-2ca14e39a992} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2933 | 2024.07.31 06:53:51.297558 [ 3 ] {ea4214a1-66ad-482c-ba79-2ca14e39a992} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2934 | 2024.07.31 06:53:51.297885 [ 3 ] {ea4214a1-66ad-482c-ba79-2ca14e39a992} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2935 | 2024.07.31 06:53:51.298021 [ 3 ] {ea4214a1-66ad-482c-ba79-2ca14e39a992} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001765 sec., 33994.33427762039 rows/sec., 2.29 MiB/sec. | ||
| 2936 | 2024.07.31 06:53:51.298061 [ 133 ] {} <Debug> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2937 | 2024.07.31 06:53:51.298154 [ 133 ] {} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2938 | 2024.07.31 06:53:51.298205 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2939 | 2024.07.31 06:53:51.298296 [ 3 ] {ea4214a1-66ad-482c-ba79-2ca14e39a992} <Debug> DynamicQueryHandler: Done processing query | ||
| 2940 | 2024.07.31 06:53:51.298355 [ 3 ] {ea4214a1-66ad-482c-ba79-2ca14e39a992} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2941 | 2024.07.31 06:53:51.298408 [ 3 ] {} <Debug> HTTP-Session: 8250a407-4837-438c-826f-967998ee1c72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2942 | 2024.07.31 06:53:51.298410 [ 195 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 2943 | 2024.07.31 06:53:51.298569 [ 195 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2944 | 2024.07.31 06:53:51.298609 [ 195 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 286 rows starting from the beginning of the part | ||
| 2945 | 2024.07.31 06:53:51.298700 [ 195 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part | ||
| 2946 | 2024.07.31 06:53:51.298847 [ 195 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part | ||
| 2947 | 2024.07.31 06:53:51.299027 [ 195 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part | ||
| 2948 | 2024.07.31 06:53:51.299135 [ 195 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part | ||
| 2949 | 2024.07.31 06:53:51.299323 [ 195 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part | ||
| 2950 | 2024.07.31 06:53:51.300476 [ 199 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 586 rows, containing 4 columns (4 merged, 0 gathered) in 0.002198975 sec., 266487.7954501529 rows/sec., 17.99 MiB/sec. | ||
| 2951 | 2024.07.31 06:53:51.300675 [ 199 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2952 | 2024.07.31 06:53:51.301217 [ 199 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_11_2} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2953 | 2024.07.31 06:53:51.301332 [ 199 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_11_2} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2954 | 2024.07.31 06:53:51.301426 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 2955 | 2024.07.31 06:53:53.075479 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2956 | 2024.07.31 06:53:53.075527 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2957 | 2024.07.31 06:53:56.261383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2958 | 2024.07.31 06:53:56.261588 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2959 | 2024.07.31 06:53:56.261635 [ 3 ] {} <Debug> HTTP-Session: 0c790c48-06db-4171-ae2e-a442218b12b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2960 | 2024.07.31 06:53:56.261677 [ 3 ] {} <Debug> HTTP-Session: 0c790c48-06db-4171-ae2e-a442218b12b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2961 | 2024.07.31 06:53:56.261706 [ 3 ] {} <Debug> HTTP-Session: 0c790c48-06db-4171-ae2e-a442218b12b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2962 | 2024.07.31 06:53:56.261786 [ 3 ] {} <Trace> HTTP-Session: 0c790c48-06db-4171-ae2e-a442218b12b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2963 | 2024.07.31 06:53:56.262088 [ 3 ] {c27e26d5-2358-4df6-8f29-d572029c77b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2964 | 2024.07.31 06:53:56.262202 [ 3 ] {c27e26d5-2358-4df6-8f29-d572029c77b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2965 | 2024.07.31 06:53:56.262415 [ 3 ] {c27e26d5-2358-4df6-8f29-d572029c77b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2966 | 2024.07.31 06:53:56.262874 [ 3 ] {c27e26d5-2358-4df6-8f29-d572029c77b2} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2967 | 2024.07.31 06:53:56.262921 [ 3 ] {c27e26d5-2358-4df6-8f29-d572029c77b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2968 | 2024.07.31 06:53:56.263337 [ 3 ] {c27e26d5-2358-4df6-8f29-d572029c77b2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2969 | 2024.07.31 06:53:56.263688 [ 3 ] {c27e26d5-2358-4df6-8f29-d572029c77b2} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2970 | 2024.07.31 06:53:56.263871 [ 3 ] {c27e26d5-2358-4df6-8f29-d572029c77b2} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001873 sec., 14415.376401494927 rows/sec., 1.14 MiB/sec. | ||
| 2971 | 2024.07.31 06:53:56.264096 [ 3 ] {c27e26d5-2358-4df6-8f29-d572029c77b2} <Debug> DynamicQueryHandler: Done processing query | ||
| 2972 | 2024.07.31 06:53:56.264125 [ 3 ] {c27e26d5-2358-4df6-8f29-d572029c77b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2973 | 2024.07.31 06:53:56.264142 [ 3 ] {} <Debug> HTTP-Session: 0c790c48-06db-4171-ae2e-a442218b12b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2974 | 2024.07.31 06:53:56.264365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 20062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2975 | 2024.07.31 06:53:56.264423 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2976 | 2024.07.31 06:53:56.264445 [ 3 ] {} <Debug> HTTP-Session: c911b3a3-2643-4ef1-8d1a-547988de68c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2977 | 2024.07.31 06:53:56.264464 [ 3 ] {} <Debug> HTTP-Session: c911b3a3-2643-4ef1-8d1a-547988de68c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2978 | 2024.07.31 06:53:56.264478 [ 3 ] {} <Debug> HTTP-Session: c911b3a3-2643-4ef1-8d1a-547988de68c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2979 | 2024.07.31 06:53:56.264512 [ 3 ] {} <Trace> HTTP-Session: c911b3a3-2643-4ef1-8d1a-547988de68c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2980 | 2024.07.31 06:53:56.264659 [ 3 ] {eeeb0f5e-d740-420c-bb03-2951a54311e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2981 | 2024.07.31 06:53:56.264706 [ 3 ] {eeeb0f5e-d740-420c-bb03-2951a54311e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2982 | 2024.07.31 06:53:56.264836 [ 3 ] {eeeb0f5e-d740-420c-bb03-2951a54311e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2983 | 2024.07.31 06:53:56.265284 [ 3 ] {eeeb0f5e-d740-420c-bb03-2951a54311e8} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2984 | 2024.07.31 06:53:56.265323 [ 3 ] {eeeb0f5e-d740-420c-bb03-2951a54311e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2985 | 2024.07.31 06:53:56.265662 [ 3 ] {eeeb0f5e-d740-420c-bb03-2951a54311e8} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2986 | 2024.07.31 06:53:56.265980 [ 3 ] {eeeb0f5e-d740-420c-bb03-2951a54311e8} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2987 | 2024.07.31 06:53:56.266133 [ 3 ] {eeeb0f5e-d740-420c-bb03-2951a54311e8} <Debug> executeQuery: Read 137 rows, 11.71 KiB in 0.001532 sec., 89425.58746736293 rows/sec., 7.47 MiB/sec. | ||
| 2988 | 2024.07.31 06:53:56.266310 [ 3 ] {eeeb0f5e-d740-420c-bb03-2951a54311e8} <Debug> DynamicQueryHandler: Done processing query | ||
| 2989 | 2024.07.31 06:53:56.266336 [ 3 ] {eeeb0f5e-d740-420c-bb03-2951a54311e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2990 | 2024.07.31 06:53:56.266352 [ 3 ] {} <Debug> HTTP-Session: c911b3a3-2643-4ef1-8d1a-547988de68c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2991 | 2024.07.31 06:53:56.266503 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 15465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2992 | 2024.07.31 06:53:56.266553 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2993 | 2024.07.31 06:53:56.266573 [ 3 ] {} <Debug> HTTP-Session: ae72a810-324e-45f0-b50b-06cad60e6ca9 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 2994 | 2024.07.31 06:53:56.266590 [ 3 ] {} <Debug> HTTP-Session: ae72a810-324e-45f0-b50b-06cad60e6ca9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2995 | 2024.07.31 06:53:56.266604 [ 3 ] {} <Debug> HTTP-Session: ae72a810-324e-45f0-b50b-06cad60e6ca9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2996 | 2024.07.31 06:53:56.266636 [ 3 ] {} <Trace> HTTP-Session: ae72a810-324e-45f0-b50b-06cad60e6ca9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2997 | 2024.07.31 06:53:56.266766 [ 3 ] {14e5133c-ac45-4a24-b821-dcf9e21bc54e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2998 | 2024.07.31 06:53:56.266810 [ 3 ] {14e5133c-ac45-4a24-b821-dcf9e21bc54e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2999 | 2024.07.31 06:53:56.266941 [ 3 ] {14e5133c-ac45-4a24-b821-dcf9e21bc54e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3000 | 2024.07.31 06:53:56.267385 [ 3 ] {14e5133c-ac45-4a24-b821-dcf9e21bc54e} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3001 | 2024.07.31 06:53:56.267424 [ 3 ] {14e5133c-ac45-4a24-b821-dcf9e21bc54e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3002 | 2024.07.31 06:53:56.267751 [ 3 ] {14e5133c-ac45-4a24-b821-dcf9e21bc54e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3003 | 2024.07.31 06:53:56.268059 [ 3 ] {14e5133c-ac45-4a24-b821-dcf9e21bc54e} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3004 | 2024.07.31 06:53:56.268187 [ 3 ] {14e5133c-ac45-4a24-b821-dcf9e21bc54e} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.00147 sec., 61904.76190476191 rows/sec., 4.83 MiB/sec. | ||
| 3005 | 2024.07.31 06:53:56.268458 [ 3 ] {14e5133c-ac45-4a24-b821-dcf9e21bc54e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3006 | 2024.07.31 06:53:56.268485 [ 3 ] {14e5133c-ac45-4a24-b821-dcf9e21bc54e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 3007 | 2024.07.31 06:53:56.268502 [ 3 ] {} <Debug> HTTP-Session: ae72a810-324e-45f0-b50b-06cad60e6ca9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3008 | 2024.07.31 06:53:56.268689 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30583, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3009 | 2024.07.31 06:53:56.268742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3010 | 2024.07.31 06:53:56.268761 [ 3 ] {} <Debug> HTTP-Session: b78e80e3-15e8-4123-9776-d787c7920e4c Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3011 | 2024.07.31 06:53:56.268890 [ 3 ] {} <Debug> HTTP-Session: b78e80e3-15e8-4123-9776-d787c7920e4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3012 | 2024.07.31 06:53:56.268904 [ 3 ] {} <Debug> HTTP-Session: b78e80e3-15e8-4123-9776-d787c7920e4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3013 | 2024.07.31 06:53:56.268935 [ 3 ] {} <Trace> HTTP-Session: b78e80e3-15e8-4123-9776-d787c7920e4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3014 | 2024.07.31 06:53:56.269090 [ 3 ] {36566164-d018-40ed-8717-716c9f9e8e58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3015 | 2024.07.31 06:53:56.269141 [ 3 ] {36566164-d018-40ed-8717-716c9f9e8e58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3016 | 2024.07.31 06:53:56.269308 [ 3 ] {36566164-d018-40ed-8717-716c9f9e8e58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3017 | 2024.07.31 06:53:56.269709 [ 3 ] {36566164-d018-40ed-8717-716c9f9e8e58} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3018 | 2024.07.31 06:53:56.269746 [ 3 ] {36566164-d018-40ed-8717-716c9f9e8e58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3019 | 2024.07.31 06:53:56.270162 [ 3 ] {36566164-d018-40ed-8717-716c9f9e8e58} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3020 | 2024.07.31 06:53:56.270498 [ 3 ] {36566164-d018-40ed-8717-716c9f9e8e58} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3021 | 2024.07.31 06:53:56.270772 [ 3 ] {36566164-d018-40ed-8717-716c9f9e8e58} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001744 sec., 91743.11926605504 rows/sec., 6.39 MiB/sec. | ||
| 3022 | 2024.07.31 06:53:56.271096 [ 3 ] {36566164-d018-40ed-8717-716c9f9e8e58} <Debug> DynamicQueryHandler: Done processing query | ||
| 3023 | 2024.07.31 06:53:56.271121 [ 3 ] {36566164-d018-40ed-8717-716c9f9e8e58} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3024 | 2024.07.31 06:53:56.271137 [ 3 ] {} <Debug> HTTP-Session: b78e80e3-15e8-4123-9776-d787c7920e4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3025 | 2024.07.31 06:53:56.271330 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 43388, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3026 | 2024.07.31 06:53:56.271383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3027 | 2024.07.31 06:53:56.271402 [ 3 ] {} <Debug> HTTP-Session: a621047c-a036-4d46-b540-57a4cd759624 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3028 | 2024.07.31 06:53:56.271419 [ 3 ] {} <Debug> HTTP-Session: a621047c-a036-4d46-b540-57a4cd759624 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3029 | 2024.07.31 06:53:56.271434 [ 3 ] {} <Debug> HTTP-Session: a621047c-a036-4d46-b540-57a4cd759624 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3030 | 2024.07.31 06:53:56.271466 [ 3 ] {} <Trace> HTTP-Session: a621047c-a036-4d46-b540-57a4cd759624 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3031 | 2024.07.31 06:53:56.271969 [ 3 ] {bcb767df-3809-422a-bd89-4e78bc15c7b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3032 | 2024.07.31 06:53:56.272042 [ 3 ] {bcb767df-3809-422a-bd89-4e78bc15c7b3} <Trace> 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 | ||
| 3033 | 2024.07.31 06:53:56.272462 [ 3 ] {bcb767df-3809-422a-bd89-4e78bc15c7b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3034 | 2024.07.31 06:53:56.273164 [ 3 ] {bcb767df-3809-422a-bd89-4e78bc15c7b3} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3035 | 2024.07.31 06:53:56.273202 [ 3 ] {bcb767df-3809-422a-bd89-4e78bc15c7b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3036 | 2024.07.31 06:53:56.273886 [ 3 ] {bcb767df-3809-422a-bd89-4e78bc15c7b3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3037 | 2024.07.31 06:53:56.274299 [ 3 ] {bcb767df-3809-422a-bd89-4e78bc15c7b3} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3038 | 2024.07.31 06:53:56.274479 [ 3 ] {bcb767df-3809-422a-bd89-4e78bc15c7b3} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002927 sec., 9224.461906388795 rows/sec., 16.53 MiB/sec. | ||
| 3039 | 2024.07.31 06:53:56.274707 [ 3 ] {bcb767df-3809-422a-bd89-4e78bc15c7b3} <Debug> DynamicQueryHandler: Done processing query | ||
| 3040 | 2024.07.31 06:53:56.274732 [ 3 ] {bcb767df-3809-422a-bd89-4e78bc15c7b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 3041 | 2024.07.31 06:53:56.274749 [ 3 ] {} <Debug> HTTP-Session: a621047c-a036-4d46-b540-57a4cd759624 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3042 | 2024.07.31 06:53:56.274916 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3043 | 2024.07.31 06:53:56.274966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3044 | 2024.07.31 06:53:56.274987 [ 3 ] {} <Debug> HTTP-Session: 60f80ea0-cd82-44eb-919d-d2a970c2a36e Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3045 | 2024.07.31 06:53:56.275003 [ 3 ] {} <Debug> HTTP-Session: 60f80ea0-cd82-44eb-919d-d2a970c2a36e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3046 | 2024.07.31 06:53:56.275017 [ 3 ] {} <Debug> HTTP-Session: 60f80ea0-cd82-44eb-919d-d2a970c2a36e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3047 | 2024.07.31 06:53:56.275048 [ 3 ] {} <Trace> HTTP-Session: 60f80ea0-cd82-44eb-919d-d2a970c2a36e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3048 | 2024.07.31 06:53:56.275167 [ 3 ] {3cd830de-4138-4040-a755-6a3818d8916f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3049 | 2024.07.31 06:53:56.275212 [ 3 ] {3cd830de-4138-4040-a755-6a3818d8916f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3050 | 2024.07.31 06:53:56.275339 [ 3 ] {3cd830de-4138-4040-a755-6a3818d8916f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3051 | 2024.07.31 06:53:56.275638 [ 3 ] {3cd830de-4138-4040-a755-6a3818d8916f} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3052 | 2024.07.31 06:53:56.275675 [ 3 ] {3cd830de-4138-4040-a755-6a3818d8916f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3053 | 2024.07.31 06:53:56.276028 [ 3 ] {3cd830de-4138-4040-a755-6a3818d8916f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3054 | 2024.07.31 06:53:56.276362 [ 3 ] {3cd830de-4138-4040-a755-6a3818d8916f} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3055 | 2024.07.31 06:53:56.276518 [ 3 ] {3cd830de-4138-4040-a755-6a3818d8916f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec. | ||
| 3056 | 2024.07.31 06:53:56.276687 [ 3 ] {3cd830de-4138-4040-a755-6a3818d8916f} <Debug> DynamicQueryHandler: Done processing query | ||
| 3057 | 2024.07.31 06:53:56.276712 [ 3 ] {3cd830de-4138-4040-a755-6a3818d8916f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3058 | 2024.07.31 06:53:56.276728 [ 3 ] {} <Debug> HTTP-Session: 60f80ea0-cd82-44eb-919d-d2a970c2a36e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3059 | 2024.07.31 06:54:01.256438 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1441, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3060 | 2024.07.31 06:54:01.256573 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3061 | 2024.07.31 06:54:01.256603 [ 3 ] {} <Debug> HTTP-Session: a90e293d-9c91-4805-9eb2-618956b0f2ac Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3062 | 2024.07.31 06:54:01.256628 [ 3 ] {} <Debug> HTTP-Session: a90e293d-9c91-4805-9eb2-618956b0f2ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3063 | 2024.07.31 06:54:01.256642 [ 3 ] {} <Debug> HTTP-Session: a90e293d-9c91-4805-9eb2-618956b0f2ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3064 | 2024.07.31 06:54:01.256692 [ 3 ] {} <Trace> HTTP-Session: a90e293d-9c91-4805-9eb2-618956b0f2ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3065 | 2024.07.31 06:54:01.256944 [ 3 ] {1679430b-7233-4b02-9f1b-ccaf79cfd691} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 3066 | 2024.07.31 06:54:01.257352 [ 3 ] {1679430b-7233-4b02-9f1b-ccaf79cfd691} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3067 | 2024.07.31 06:54:01.257405 [ 3 ] {1679430b-7233-4b02-9f1b-ccaf79cfd691} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 3068 | 2024.07.31 06:54:01.257776 [ 3 ] {1679430b-7233-4b02-9f1b-ccaf79cfd691} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3069 | 2024.07.31 06:54:01.257860 [ 3 ] {1679430b-7233-4b02-9f1b-ccaf79cfd691} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3070 | 2024.07.31 06:54:01.258033 [ 3 ] {1679430b-7233-4b02-9f1b-ccaf79cfd691} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 3071 | 2024.07.31 06:54:01.258263 [ 256 ] {1679430b-7233-4b02-9f1b-ccaf79cfd691} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3072 | 2024.07.31 06:54:01.258279 [ 260 ] {1679430b-7233-4b02-9f1b-ccaf79cfd691} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3073 | 2024.07.31 06:54:01.258284 [ 254 ] {1679430b-7233-4b02-9f1b-ccaf79cfd691} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3074 | 2024.07.31 06:54:01.258274 [ 257 ] {1679430b-7233-4b02-9f1b-ccaf79cfd691} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3075 | 2024.07.31 06:54:01.258493 [ 3 ] {1679430b-7233-4b02-9f1b-ccaf79cfd691} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 3076 | 2024.07.31 06:54:01.258520 [ 3 ] {1679430b-7233-4b02-9f1b-ccaf79cfd691} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3077 | 2024.07.31 06:54:01.258655 [ 3 ] {1679430b-7233-4b02-9f1b-ccaf79cfd691} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3078 | 2024.07.31 06:54:01.258679 [ 3 ] {1679430b-7233-4b02-9f1b-ccaf79cfd691} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Reading approx. 40 rows with 4 streams | ||
| 3079 | 2024.07.31 06:54:01.258722 [ 3 ] {1679430b-7233-4b02-9f1b-ccaf79cfd691} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3080 | 2024.07.31 06:54:01.258766 [ 3 ] {1679430b-7233-4b02-9f1b-ccaf79cfd691} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3081 | 2024.07.31 06:54:01.258807 [ 3 ] {1679430b-7233-4b02-9f1b-ccaf79cfd691} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3082 | 2024.07.31 06:54:01.258846 [ 3 ] {1679430b-7233-4b02-9f1b-ccaf79cfd691} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3083 | 2024.07.31 06:54:01.261414 [ 3 ] {1679430b-7233-4b02-9f1b-ccaf79cfd691} <Debug> executeQuery: Read 40 rows, 1.51 KiB in 0.00458 sec., 8733.624454148472 rows/sec., 330.71 KiB/sec. | ||
| 3084 | 2024.07.31 06:54:01.261874 [ 3 ] {1679430b-7233-4b02-9f1b-ccaf79cfd691} <Debug> DynamicQueryHandler: Done processing query | ||
| 3085 | 2024.07.31 06:54:01.261907 [ 3 ] {1679430b-7233-4b02-9f1b-ccaf79cfd691} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
| 3086 | 2024.07.31 06:54:01.261924 [ 3 ] {} <Debug> HTTP-Session: a90e293d-9c91-4805-9eb2-618956b0f2ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3087 | 2024.07.31 06:54:01.268551 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1475, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3088 | 2024.07.31 06:54:01.268620 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3089 | 2024.07.31 06:54:01.268645 [ 3 ] {} <Debug> HTTP-Session: b7a53e32-5743-474a-a99a-38d7cd7c785c Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3090 | 2024.07.31 06:54:01.268668 [ 3 ] {} <Debug> HTTP-Session: b7a53e32-5743-474a-a99a-38d7cd7c785c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3091 | 2024.07.31 06:54:01.268685 [ 3 ] {} <Debug> HTTP-Session: b7a53e32-5743-474a-a99a-38d7cd7c785c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3092 | 2024.07.31 06:54:01.268729 [ 3 ] {} <Trace> HTTP-Session: b7a53e32-5743-474a-a99a-38d7cd7c785c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3093 | 2024.07.31 06:54:01.268939 [ 3 ] {94f96d70-933c-43c6-9463-83de79a2618b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 3094 | 2024.07.31 06:54:01.269327 [ 3 ] {94f96d70-933c-43c6-9463-83de79a2618b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3095 | 2024.07.31 06:54:01.269388 [ 3 ] {94f96d70-933c-43c6-9463-83de79a2618b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 3096 | 2024.07.31 06:54:01.269722 [ 3 ] {94f96d70-933c-43c6-9463-83de79a2618b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3097 | 2024.07.31 06:54:01.269789 [ 3 ] {94f96d70-933c-43c6-9463-83de79a2618b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3098 | 2024.07.31 06:54:01.269933 [ 3 ] {94f96d70-933c-43c6-9463-83de79a2618b} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 3099 | 2024.07.31 06:54:01.270003 [ 257 ] {94f96d70-933c-43c6-9463-83de79a2618b} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3100 | 2024.07.31 06:54:01.270096 [ 252 ] {94f96d70-933c-43c6-9463-83de79a2618b} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3101 | 2024.07.31 06:54:01.270121 [ 263 ] {94f96d70-933c-43c6-9463-83de79a2618b} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3102 | 2024.07.31 06:54:01.270140 [ 260 ] {94f96d70-933c-43c6-9463-83de79a2618b} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3103 | 2024.07.31 06:54:01.270306 [ 3 ] {94f96d70-933c-43c6-9463-83de79a2618b} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 3104 | 2024.07.31 06:54:01.270334 [ 3 ] {94f96d70-933c-43c6-9463-83de79a2618b} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3105 | 2024.07.31 06:54:01.270461 [ 3 ] {94f96d70-933c-43c6-9463-83de79a2618b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3106 | 2024.07.31 06:54:01.270486 [ 3 ] {94f96d70-933c-43c6-9463-83de79a2618b} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Reading approx. 40 rows with 4 streams | ||
| 3107 | 2024.07.31 06:54:01.270526 [ 3 ] {94f96d70-933c-43c6-9463-83de79a2618b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3108 | 2024.07.31 06:54:01.270570 [ 3 ] {94f96d70-933c-43c6-9463-83de79a2618b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3109 | 2024.07.31 06:54:01.270608 [ 3 ] {94f96d70-933c-43c6-9463-83de79a2618b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3110 | 2024.07.31 06:54:01.270646 [ 3 ] {94f96d70-933c-43c6-9463-83de79a2618b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3111 | 2024.07.31 06:54:01.272775 [ 3 ] {94f96d70-933c-43c6-9463-83de79a2618b} <Debug> executeQuery: Read 40 rows, 1.51 KiB in 0.003945 sec., 10139.416983523448 rows/sec., 383.94 KiB/sec. | ||
| 3112 | 2024.07.31 06:54:01.273164 [ 3 ] {94f96d70-933c-43c6-9463-83de79a2618b} <Debug> DynamicQueryHandler: Done processing query | ||
| 3113 | 2024.07.31 06:54:01.273191 [ 3 ] {94f96d70-933c-43c6-9463-83de79a2618b} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
| 3114 | 2024.07.31 06:54:01.273209 [ 3 ] {} <Debug> HTTP-Session: b7a53e32-5743-474a-a99a-38d7cd7c785c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3115 | 2024.07.31 06:54:01.275058 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3116 | 2024.07.31 06:54:01.275108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3117 | 2024.07.31 06:54:01.275127 [ 3 ] {} <Debug> HTTP-Session: 840c2d04-ac81-449c-b66a-27607d76db80 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3118 | 2024.07.31 06:54:01.275144 [ 3 ] {} <Debug> HTTP-Session: 840c2d04-ac81-449c-b66a-27607d76db80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3119 | 2024.07.31 06:54:01.275158 [ 3 ] {} <Debug> HTTP-Session: 840c2d04-ac81-449c-b66a-27607d76db80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3120 | 2024.07.31 06:54:01.275191 [ 3 ] {} <Trace> HTTP-Session: 840c2d04-ac81-449c-b66a-27607d76db80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3121 | 2024.07.31 06:54:01.275305 [ 3 ] {b2d351ba-994c-4aa5-87ff-a5e4f35d23e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 3122 | 2024.07.31 06:54:01.275351 [ 3 ] {b2d351ba-994c-4aa5-87ff-a5e4f35d23e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3123 | 2024.07.31 06:54:01.275517 [ 3 ] {b2d351ba-994c-4aa5-87ff-a5e4f35d23e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3124 | 2024.07.31 06:54:01.275828 [ 3 ] {b2d351ba-994c-4aa5-87ff-a5e4f35d23e9} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3125 | 2024.07.31 06:54:01.275867 [ 3 ] {b2d351ba-994c-4aa5-87ff-a5e4f35d23e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3126 | 2024.07.31 06:54:01.276367 [ 3 ] {b2d351ba-994c-4aa5-87ff-a5e4f35d23e9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3127 | 2024.07.31 06:54:01.276684 [ 3 ] {b2d351ba-994c-4aa5-87ff-a5e4f35d23e9} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3128 | 2024.07.31 06:54:01.276834 [ 3 ] {b2d351ba-994c-4aa5-87ff-a5e4f35d23e9} <Debug> executeQuery: Read 2 rows, 338.00 B in 0.001561 sec., 1281.2299807815502 rows/sec., 211.45 KiB/sec. | ||
| 3129 | 2024.07.31 06:54:01.277125 [ 3 ] {b2d351ba-994c-4aa5-87ff-a5e4f35d23e9} <Debug> DynamicQueryHandler: Done processing query | ||
| 3130 | 2024.07.31 06:54:01.277151 [ 3 ] {b2d351ba-994c-4aa5-87ff-a5e4f35d23e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3131 | 2024.07.31 06:54:01.277167 [ 3 ] {} <Debug> HTTP-Session: 840c2d04-ac81-449c-b66a-27607d76db80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3132 | 2024.07.31 06:54:01.277290 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3133 | 2024.07.31 06:54:01.277339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3134 | 2024.07.31 06:54:01.277358 [ 3 ] {} <Debug> HTTP-Session: 58949cc0-8d4e-43d6-b040-5c6835148577 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3135 | 2024.07.31 06:54:01.277374 [ 3 ] {} <Debug> HTTP-Session: 58949cc0-8d4e-43d6-b040-5c6835148577 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3136 | 2024.07.31 06:54:01.277388 [ 3 ] {} <Debug> HTTP-Session: 58949cc0-8d4e-43d6-b040-5c6835148577 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3137 | 2024.07.31 06:54:01.277420 [ 3 ] {} <Trace> HTTP-Session: 58949cc0-8d4e-43d6-b040-5c6835148577 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3138 | 2024.07.31 06:54:01.277525 [ 3 ] {f2658759-5f0d-4cb4-b619-e1da7aef8036} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3139 | 2024.07.31 06:54:01.277569 [ 3 ] {f2658759-5f0d-4cb4-b619-e1da7aef8036} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3140 | 2024.07.31 06:54:01.277714 [ 3 ] {f2658759-5f0d-4cb4-b619-e1da7aef8036} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3141 | 2024.07.31 06:54:01.278013 [ 3 ] {f2658759-5f0d-4cb4-b619-e1da7aef8036} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3142 | 2024.07.31 06:54:01.278050 [ 3 ] {f2658759-5f0d-4cb4-b619-e1da7aef8036} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3143 | 2024.07.31 06:54:01.278355 [ 3 ] {f2658759-5f0d-4cb4-b619-e1da7aef8036} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3144 | 2024.07.31 06:54:01.278658 [ 3 ] {f2658759-5f0d-4cb4-b619-e1da7aef8036} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3145 | 2024.07.31 06:54:01.278816 [ 3 ] {f2658759-5f0d-4cb4-b619-e1da7aef8036} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.001312 sec., 7621.951219512195 rows/sec., 506.15 KiB/sec. | ||
| 3146 | 2024.07.31 06:54:01.279091 [ 3 ] {f2658759-5f0d-4cb4-b619-e1da7aef8036} <Debug> DynamicQueryHandler: Done processing query | ||
| 3147 | 2024.07.31 06:54:01.279117 [ 3 ] {f2658759-5f0d-4cb4-b619-e1da7aef8036} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3148 | 2024.07.31 06:54:01.279133 [ 3 ] {} <Debug> HTTP-Session: 58949cc0-8d4e-43d6-b040-5c6835148577 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3149 | 2024.07.31 06:54:01.279274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3150 | 2024.07.31 06:54:01.279324 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3151 | 2024.07.31 06:54:01.279343 [ 3 ] {} <Debug> HTTP-Session: 43830e1f-fa15-456d-9f90-3b50569d5f86 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3152 | 2024.07.31 06:54:01.279359 [ 3 ] {} <Debug> HTTP-Session: 43830e1f-fa15-456d-9f90-3b50569d5f86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3153 | 2024.07.31 06:54:01.279372 [ 3 ] {} <Debug> HTTP-Session: 43830e1f-fa15-456d-9f90-3b50569d5f86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3154 | 2024.07.31 06:54:01.279404 [ 3 ] {} <Trace> HTTP-Session: 43830e1f-fa15-456d-9f90-3b50569d5f86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3155 | 2024.07.31 06:54:01.279503 [ 3 ] {429fc3be-9528-482b-b386-152d79e80355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3156 | 2024.07.31 06:54:01.279547 [ 3 ] {429fc3be-9528-482b-b386-152d79e80355} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3157 | 2024.07.31 06:54:01.279722 [ 3 ] {429fc3be-9528-482b-b386-152d79e80355} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3158 | 2024.07.31 06:54:01.279990 [ 3 ] {429fc3be-9528-482b-b386-152d79e80355} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3159 | 2024.07.31 06:54:01.280026 [ 3 ] {429fc3be-9528-482b-b386-152d79e80355} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3160 | 2024.07.31 06:54:01.284268 [ 3 ] {429fc3be-9528-482b-b386-152d79e80355} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 3161 | 2024.07.31 06:54:01.284654 [ 3 ] {429fc3be-9528-482b-b386-152d79e80355} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3162 | 2024.07.31 06:54:01.284848 [ 3 ] {429fc3be-9528-482b-b386-152d79e80355} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005359 sec., 373.2039559619332 rows/sec., 30.43 KiB/sec. | ||
| 3163 | 2024.07.31 06:54:01.285164 [ 3 ] {429fc3be-9528-482b-b386-152d79e80355} <Debug> DynamicQueryHandler: Done processing query | ||
| 3164 | 2024.07.31 06:54:01.285194 [ 3 ] {429fc3be-9528-482b-b386-152d79e80355} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3165 | 2024.07.31 06:54:01.285214 [ 3 ] {} <Debug> HTTP-Session: 43830e1f-fa15-456d-9f90-3b50569d5f86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3166 | 2024.07.31 06:54:01.285380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3167 | 2024.07.31 06:54:01.285429 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3168 | 2024.07.31 06:54:01.285449 [ 3 ] {} <Debug> HTTP-Session: b6fb428d-32cf-4658-b67b-b2f2c8cde1fa Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3169 | 2024.07.31 06:54:01.285465 [ 3 ] {} <Debug> HTTP-Session: b6fb428d-32cf-4658-b67b-b2f2c8cde1fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3170 | 2024.07.31 06:54:01.285478 [ 3 ] {} <Debug> HTTP-Session: b6fb428d-32cf-4658-b67b-b2f2c8cde1fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3171 | 2024.07.31 06:54:01.285508 [ 3 ] {} <Trace> HTTP-Session: b6fb428d-32cf-4658-b67b-b2f2c8cde1fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3172 | 2024.07.31 06:54:01.285665 [ 3 ] {61fabab1-f377-468b-a099-370f7658ddb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3173 | 2024.07.31 06:54:01.285708 [ 3 ] {61fabab1-f377-468b-a099-370f7658ddb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3174 | 2024.07.31 06:54:01.285851 [ 3 ] {61fabab1-f377-468b-a099-370f7658ddb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3175 | 2024.07.31 06:54:01.286253 [ 3 ] {61fabab1-f377-468b-a099-370f7658ddb0} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3176 | 2024.07.31 06:54:01.286290 [ 3 ] {61fabab1-f377-468b-a099-370f7658ddb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3177 | 2024.07.31 06:54:01.286604 [ 3 ] {61fabab1-f377-468b-a099-370f7658ddb0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3178 | 2024.07.31 06:54:01.286908 [ 3 ] {61fabab1-f377-468b-a099-370f7658ddb0} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3179 | 2024.07.31 06:54:01.287058 [ 3 ] {61fabab1-f377-468b-a099-370f7658ddb0} <Debug> executeQuery: Read 175 rows, 15.83 KiB in 0.001471 sec., 118966.68932698843 rows/sec., 10.51 MiB/sec. | ||
| 3180 | 2024.07.31 06:54:01.287224 [ 3 ] {61fabab1-f377-468b-a099-370f7658ddb0} <Debug> DynamicQueryHandler: Done processing query | ||
| 3181 | 2024.07.31 06:54:01.287248 [ 3 ] {61fabab1-f377-468b-a099-370f7658ddb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 3182 | 2024.07.31 06:54:01.287264 [ 3 ] {} <Debug> HTTP-Session: b6fb428d-32cf-4658-b67b-b2f2c8cde1fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3183 | 2024.07.31 06:54:01.287383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3184 | 2024.07.31 06:54:01.287432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3185 | 2024.07.31 06:54:01.287452 [ 3 ] {} <Debug> HTTP-Session: a4561ffb-e61a-47c5-90f9-4b58dea66024 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3186 | 2024.07.31 06:54:01.287469 [ 3 ] {} <Debug> HTTP-Session: a4561ffb-e61a-47c5-90f9-4b58dea66024 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3187 | 2024.07.31 06:54:01.287482 [ 3 ] {} <Debug> HTTP-Session: a4561ffb-e61a-47c5-90f9-4b58dea66024 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3188 | 2024.07.31 06:54:01.287512 [ 3 ] {} <Trace> HTTP-Session: a4561ffb-e61a-47c5-90f9-4b58dea66024 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3189 | 2024.07.31 06:54:01.287604 [ 3 ] {1236b35b-6112-45bd-8d65-7068a835e0ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3190 | 2024.07.31 06:54:01.287646 [ 3 ] {1236b35b-6112-45bd-8d65-7068a835e0ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3191 | 2024.07.31 06:54:01.287770 [ 3 ] {1236b35b-6112-45bd-8d65-7068a835e0ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3192 | 2024.07.31 06:54:01.290526 [ 3 ] {1236b35b-6112-45bd-8d65-7068a835e0ee} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3193 | 2024.07.31 06:54:01.290569 [ 3 ] {1236b35b-6112-45bd-8d65-7068a835e0ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3194 | 2024.07.31 06:54:01.290918 [ 3 ] {1236b35b-6112-45bd-8d65-7068a835e0ee} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 3195 | 2024.07.31 06:54:01.291270 [ 3 ] {1236b35b-6112-45bd-8d65-7068a835e0ee} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3196 | 2024.07.31 06:54:01.291429 [ 3 ] {1236b35b-6112-45bd-8d65-7068a835e0ee} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003835 sec., 521.5123859191656 rows/sec., 36.41 KiB/sec. | ||
| 3197 | 2024.07.31 06:54:01.291714 [ 3 ] {1236b35b-6112-45bd-8d65-7068a835e0ee} <Debug> DynamicQueryHandler: Done processing query | ||
| 3198 | 2024.07.31 06:54:01.291739 [ 3 ] {1236b35b-6112-45bd-8d65-7068a835e0ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3199 | 2024.07.31 06:54:01.291754 [ 3 ] {} <Debug> HTTP-Session: a4561ffb-e61a-47c5-90f9-4b58dea66024 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3200 | 2024.07.31 06:54:01.291872 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3201 | 2024.07.31 06:54:01.291921 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3202 | 2024.07.31 06:54:01.291939 [ 3 ] {} <Debug> HTTP-Session: 09e34cf7-8f34-4b5e-9741-d021627210aa Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3203 | 2024.07.31 06:54:01.291955 [ 3 ] {} <Debug> HTTP-Session: 09e34cf7-8f34-4b5e-9741-d021627210aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3204 | 2024.07.31 06:54:01.291968 [ 3 ] {} <Debug> HTTP-Session: 09e34cf7-8f34-4b5e-9741-d021627210aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3205 | 2024.07.31 06:54:01.291998 [ 3 ] {} <Trace> HTTP-Session: 09e34cf7-8f34-4b5e-9741-d021627210aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3206 | 2024.07.31 06:54:01.292089 [ 3 ] {9c45da42-7c27-4724-8a64-00e81ef70673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 3207 | 2024.07.31 06:54:01.292130 [ 3 ] {9c45da42-7c27-4724-8a64-00e81ef70673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3208 | 2024.07.31 06:54:01.292276 [ 3 ] {9c45da42-7c27-4724-8a64-00e81ef70673} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3209 | 2024.07.31 06:54:01.294656 [ 3 ] {9c45da42-7c27-4724-8a64-00e81ef70673} <Trace> oximeter.fields_u32 (37489402-2f01-43cc-a095-e2726ee15510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3210 | 2024.07.31 06:54:01.294727 [ 3 ] {9c45da42-7c27-4724-8a64-00e81ef70673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3211 | 2024.07.31 06:54:01.297131 [ 3 ] {9c45da42-7c27-4724-8a64-00e81ef70673} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 3212 | 2024.07.31 06:54:01.297566 [ 3 ] {9c45da42-7c27-4724-8a64-00e81ef70673} <Trace> oximeter.fields_u32 (37489402-2f01-43cc-a095-e2726ee15510): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3213 | 2024.07.31 06:54:01.297839 [ 3 ] {9c45da42-7c27-4724-8a64-00e81ef70673} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.005757 sec., 173.70158068438423 rows/sec., 11.53 KiB/sec. | ||
| 3214 | 2024.07.31 06:54:01.298316 [ 3 ] {9c45da42-7c27-4724-8a64-00e81ef70673} <Debug> DynamicQueryHandler: Done processing query | ||
| 3215 | 2024.07.31 06:54:01.298365 [ 3 ] {9c45da42-7c27-4724-8a64-00e81ef70673} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3216 | 2024.07.31 06:54:01.298396 [ 3 ] {} <Debug> HTTP-Session: 09e34cf7-8f34-4b5e-9741-d021627210aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3217 | 2024.07.31 06:54:01.298594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 64139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3218 | 2024.07.31 06:54:01.298644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3219 | 2024.07.31 06:54:01.298663 [ 3 ] {} <Debug> HTTP-Session: 5909281e-fd15-441f-8b4f-3cfd790e8913 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3220 | 2024.07.31 06:54:01.298680 [ 3 ] {} <Debug> HTTP-Session: 5909281e-fd15-441f-8b4f-3cfd790e8913 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3221 | 2024.07.31 06:54:01.298694 [ 3 ] {} <Debug> HTTP-Session: 5909281e-fd15-441f-8b4f-3cfd790e8913 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3222 | 2024.07.31 06:54:01.298724 [ 3 ] {} <Trace> HTTP-Session: 5909281e-fd15-441f-8b4f-3cfd790e8913 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3223 | 2024.07.31 06:54:01.299057 [ 3 ] {4a4191e8-3a99-4d9f-88f6-0bfeee111109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3224 | 2024.07.31 06:54:01.299101 [ 3 ] {4a4191e8-3a99-4d9f-88f6-0bfeee111109} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3225 | 2024.07.31 06:54:01.299245 [ 3 ] {4a4191e8-3a99-4d9f-88f6-0bfeee111109} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3226 | 2024.07.31 06:54:01.299831 [ 3 ] {4a4191e8-3a99-4d9f-88f6-0bfeee111109} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3227 | 2024.07.31 06:54:01.299867 [ 3 ] {4a4191e8-3a99-4d9f-88f6-0bfeee111109} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3228 | 2024.07.31 06:54:01.300230 [ 3 ] {4a4191e8-3a99-4d9f-88f6-0bfeee111109} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3229 | 2024.07.31 06:54:01.300544 [ 3 ] {4a4191e8-3a99-4d9f-88f6-0bfeee111109} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3230 | 2024.07.31 06:54:01.300697 [ 3 ] {4a4191e8-3a99-4d9f-88f6-0bfeee111109} <Debug> executeQuery: Read 397 rows, 28.68 KiB in 0.001876 sec., 211620.46908315565 rows/sec., 14.93 MiB/sec. | ||
| 3231 | 2024.07.31 06:54:01.300870 [ 3 ] {4a4191e8-3a99-4d9f-88f6-0bfeee111109} <Debug> DynamicQueryHandler: Done processing query | ||
| 3232 | 2024.07.31 06:54:01.300897 [ 3 ] {4a4191e8-3a99-4d9f-88f6-0bfeee111109} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 3233 | 2024.07.31 06:54:01.300914 [ 3 ] {} <Debug> HTTP-Session: 5909281e-fd15-441f-8b4f-3cfd790e8913 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3234 | 2024.07.31 06:54:01.301469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3235 | 2024.07.31 06:54:01.301518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3236 | 2024.07.31 06:54:01.301536 [ 3 ] {} <Debug> HTTP-Session: 0ffbf322-7c4e-47bc-bcf1-09c6c5ae4c66 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3237 | 2024.07.31 06:54:01.301552 [ 3 ] {} <Debug> HTTP-Session: 0ffbf322-7c4e-47bc-bcf1-09c6c5ae4c66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3238 | 2024.07.31 06:54:01.301566 [ 3 ] {} <Debug> HTTP-Session: 0ffbf322-7c4e-47bc-bcf1-09c6c5ae4c66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3239 | 2024.07.31 06:54:01.301596 [ 3 ] {} <Trace> HTTP-Session: 0ffbf322-7c4e-47bc-bcf1-09c6c5ae4c66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3240 | 2024.07.31 06:54:01.301689 [ 3 ] {d2a7fc4a-e20e-48f0-9d95-e996c8ba2b1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 3241 | 2024.07.31 06:54:01.301732 [ 3 ] {d2a7fc4a-e20e-48f0-9d95-e996c8ba2b1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3242 | 2024.07.31 06:54:01.301859 [ 3 ] {d2a7fc4a-e20e-48f0-9d95-e996c8ba2b1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3243 | 2024.07.31 06:54:01.302140 [ 3 ] {d2a7fc4a-e20e-48f0-9d95-e996c8ba2b1c} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3244 | 2024.07.31 06:54:01.302175 [ 3 ] {d2a7fc4a-e20e-48f0-9d95-e996c8ba2b1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3245 | 2024.07.31 06:54:01.302527 [ 3 ] {d2a7fc4a-e20e-48f0-9d95-e996c8ba2b1c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3246 | 2024.07.31 06:54:01.302847 [ 3 ] {d2a7fc4a-e20e-48f0-9d95-e996c8ba2b1c} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3247 | 2024.07.31 06:54:01.303008 [ 3 ] {d2a7fc4a-e20e-48f0-9d95-e996c8ba2b1c} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001333 sec., 4501.12528132033 rows/sec., 193.41 KiB/sec. | ||
| 3248 | 2024.07.31 06:54:01.303271 [ 3 ] {d2a7fc4a-e20e-48f0-9d95-e996c8ba2b1c} <Debug> DynamicQueryHandler: Done processing query | ||
| 3249 | 2024.07.31 06:54:01.303296 [ 3 ] {d2a7fc4a-e20e-48f0-9d95-e996c8ba2b1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3250 | 2024.07.31 06:54:01.303312 [ 3 ] {} <Debug> HTTP-Session: 0ffbf322-7c4e-47bc-bcf1-09c6c5ae4c66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3251 | 2024.07.31 06:54:01.303428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3252 | 2024.07.31 06:54:01.303478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3253 | 2024.07.31 06:54:01.303496 [ 3 ] {} <Debug> HTTP-Session: 6c43089d-964c-453d-a3b6-2f5ca8dfcb2f Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3254 | 2024.07.31 06:54:01.303512 [ 3 ] {} <Debug> HTTP-Session: 6c43089d-964c-453d-a3b6-2f5ca8dfcb2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3255 | 2024.07.31 06:54:01.303526 [ 3 ] {} <Debug> HTTP-Session: 6c43089d-964c-453d-a3b6-2f5ca8dfcb2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3256 | 2024.07.31 06:54:01.303556 [ 3 ] {} <Trace> HTTP-Session: 6c43089d-964c-453d-a3b6-2f5ca8dfcb2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3257 | 2024.07.31 06:54:01.303684 [ 3 ] {05ff03b0-290d-4b09-9d10-c43bf85a937f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 3258 | 2024.07.31 06:54:01.303731 [ 3 ] {05ff03b0-290d-4b09-9d10-c43bf85a937f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 3259 | 2024.07.31 06:54:01.303887 [ 3 ] {05ff03b0-290d-4b09-9d10-c43bf85a937f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3260 | 2024.07.31 06:54:01.304220 [ 3 ] {05ff03b0-290d-4b09-9d10-c43bf85a937f} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3261 | 2024.07.31 06:54:01.304256 [ 3 ] {05ff03b0-290d-4b09-9d10-c43bf85a937f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3262 | 2024.07.31 06:54:01.304644 [ 3 ] {05ff03b0-290d-4b09-9d10-c43bf85a937f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3263 | 2024.07.31 06:54:01.304978 [ 3 ] {05ff03b0-290d-4b09-9d10-c43bf85a937f} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3264 | 2024.07.31 06:54:01.305103 [ 3 ] {05ff03b0-290d-4b09-9d10-c43bf85a937f} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001472 sec., 52309.782608695656 rows/sec., 3.22 MiB/sec. | ||
| 3265 | 2024.07.31 06:54:01.305398 [ 3 ] {05ff03b0-290d-4b09-9d10-c43bf85a937f} <Debug> DynamicQueryHandler: Done processing query | ||
| 3266 | 2024.07.31 06:54:01.305423 [ 3 ] {05ff03b0-290d-4b09-9d10-c43bf85a937f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3267 | 2024.07.31 06:54:01.305439 [ 3 ] {} <Debug> HTTP-Session: 6c43089d-964c-453d-a3b6-2f5ca8dfcb2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3268 | 2024.07.31 06:54:01.305611 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3269 | 2024.07.31 06:54:01.305661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3270 | 2024.07.31 06:54:01.305680 [ 3 ] {} <Debug> HTTP-Session: 45ef6c10-60e4-493e-aa7f-a0679144abf1 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3271 | 2024.07.31 06:54:01.305696 [ 3 ] {} <Debug> HTTP-Session: 45ef6c10-60e4-493e-aa7f-a0679144abf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3272 | 2024.07.31 06:54:01.305710 [ 3 ] {} <Debug> HTTP-Session: 45ef6c10-60e4-493e-aa7f-a0679144abf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3273 | 2024.07.31 06:54:01.305740 [ 3 ] {} <Trace> HTTP-Session: 45ef6c10-60e4-493e-aa7f-a0679144abf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3274 | 2024.07.31 06:54:01.305959 [ 3 ] {1eb9505e-7b68-4810-9092-3d9428eea257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3275 | 2024.07.31 06:54:01.306006 [ 3 ] {1eb9505e-7b68-4810-9092-3d9428eea257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3276 | 2024.07.31 06:54:01.306167 [ 3 ] {1eb9505e-7b68-4810-9092-3d9428eea257} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3277 | 2024.07.31 06:54:01.306543 [ 3 ] {1eb9505e-7b68-4810-9092-3d9428eea257} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3278 | 2024.07.31 06:54:01.306579 [ 3 ] {1eb9505e-7b68-4810-9092-3d9428eea257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3279 | 2024.07.31 06:54:01.306949 [ 3 ] {1eb9505e-7b68-4810-9092-3d9428eea257} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3280 | 2024.07.31 06:54:01.307276 [ 3 ] {1eb9505e-7b68-4810-9092-3d9428eea257} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3281 | 2024.07.31 06:54:01.307398 [ 3 ] {1eb9505e-7b68-4810-9092-3d9428eea257} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001578 sec., 102027.8833967047 rows/sec., 7.11 MiB/sec. | ||
| 3282 | 2024.07.31 06:54:01.307709 [ 3 ] {1eb9505e-7b68-4810-9092-3d9428eea257} <Debug> DynamicQueryHandler: Done processing query | ||
| 3283 | 2024.07.31 06:54:01.307735 [ 3 ] {1eb9505e-7b68-4810-9092-3d9428eea257} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3284 | 2024.07.31 06:54:01.307750 [ 3 ] {} <Debug> HTTP-Session: 45ef6c10-60e4-493e-aa7f-a0679144abf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3285 | 2024.07.31 06:54:01.307871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3286 | 2024.07.31 06:54:01.307921 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3287 | 2024.07.31 06:54:01.307939 [ 3 ] {} <Debug> HTTP-Session: f11df74e-5080-4775-80a6-131300066dbc Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3288 | 2024.07.31 06:54:01.307956 [ 3 ] {} <Debug> HTTP-Session: f11df74e-5080-4775-80a6-131300066dbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3289 | 2024.07.31 06:54:01.307970 [ 3 ] {} <Debug> HTTP-Session: f11df74e-5080-4775-80a6-131300066dbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3290 | 2024.07.31 06:54:01.308000 [ 3 ] {} <Trace> HTTP-Session: f11df74e-5080-4775-80a6-131300066dbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3291 | 2024.07.31 06:54:01.308093 [ 3 ] {9075c6d3-875e-4c70-9ce5-ef3f4389ec2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 3292 | 2024.07.31 06:54:01.308139 [ 3 ] {9075c6d3-875e-4c70-9ce5-ef3f4389ec2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3293 | 2024.07.31 06:54:01.308282 [ 3 ] {9075c6d3-875e-4c70-9ce5-ef3f4389ec2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3294 | 2024.07.31 06:54:01.308543 [ 3 ] {9075c6d3-875e-4c70-9ce5-ef3f4389ec2b} <Trace> oximeter.measurements_f64 (72799877-5ca5-4271-bafc-1236ebf61c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3295 | 2024.07.31 06:54:01.308579 [ 3 ] {9075c6d3-875e-4c70-9ce5-ef3f4389ec2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3296 | 2024.07.31 06:54:01.308941 [ 3 ] {9075c6d3-875e-4c70-9ce5-ef3f4389ec2b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 3297 | 2024.07.31 06:54:01.309275 [ 3 ] {9075c6d3-875e-4c70-9ce5-ef3f4389ec2b} <Trace> oximeter.measurements_f64 (72799877-5ca5-4271-bafc-1236ebf61c33): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3298 | 2024.07.31 06:54:01.309405 [ 3 ] {9075c6d3-875e-4c70-9ce5-ef3f4389ec2b} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001332 sec., 750.7507507507507 rows/sec., 47.66 KiB/sec. | ||
| 3299 | 2024.07.31 06:54:01.309671 [ 3 ] {9075c6d3-875e-4c70-9ce5-ef3f4389ec2b} <Debug> DynamicQueryHandler: Done processing query | ||
| 3300 | 2024.07.31 06:54:01.309696 [ 3 ] {9075c6d3-875e-4c70-9ce5-ef3f4389ec2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 3301 | 2024.07.31 06:54:01.309712 [ 3 ] {} <Debug> HTTP-Session: f11df74e-5080-4775-80a6-131300066dbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3302 | 2024.07.31 06:54:01.309827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3303 | 2024.07.31 06:54:01.309876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3304 | 2024.07.31 06:54:01.309895 [ 3 ] {} <Debug> HTTP-Session: 784a4766-b54b-470a-9dff-e861d79b4ea0 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3305 | 2024.07.31 06:54:01.309911 [ 3 ] {} <Debug> HTTP-Session: 784a4766-b54b-470a-9dff-e861d79b4ea0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3306 | 2024.07.31 06:54:01.309925 [ 3 ] {} <Debug> HTTP-Session: 784a4766-b54b-470a-9dff-e861d79b4ea0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3307 | 2024.07.31 06:54:01.309955 [ 3 ] {} <Trace> HTTP-Session: 784a4766-b54b-470a-9dff-e861d79b4ea0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3308 | 2024.07.31 06:54:01.310089 [ 3 ] {7b263eea-abd4-4748-b667-f231b7e268b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3309 | 2024.07.31 06:54:01.310155 [ 3 ] {7b263eea-abd4-4748-b667-f231b7e268b9} <Trace> 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 | ||
| 3310 | 2024.07.31 06:54:01.310555 [ 3 ] {7b263eea-abd4-4748-b667-f231b7e268b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3311 | 2024.07.31 06:54:01.311047 [ 3 ] {7b263eea-abd4-4748-b667-f231b7e268b9} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3312 | 2024.07.31 06:54:01.311083 [ 3 ] {7b263eea-abd4-4748-b667-f231b7e268b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3313 | 2024.07.31 06:54:01.311716 [ 3 ] {7b263eea-abd4-4748-b667-f231b7e268b9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3314 | 2024.07.31 06:54:01.312121 [ 3 ] {7b263eea-abd4-4748-b667-f231b7e268b9} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3315 | 2024.07.31 06:54:01.312266 [ 3 ] {7b263eea-abd4-4748-b667-f231b7e268b9} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002241 sec., 1784.91744756805 rows/sec., 3.20 MiB/sec. | ||
| 3316 | 2024.07.31 06:54:01.312480 [ 3 ] {7b263eea-abd4-4748-b667-f231b7e268b9} <Debug> DynamicQueryHandler: Done processing query | ||
| 3317 | 2024.07.31 06:54:01.312505 [ 3 ] {7b263eea-abd4-4748-b667-f231b7e268b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 3318 | 2024.07.31 06:54:01.312520 [ 3 ] {} <Debug> HTTP-Session: 784a4766-b54b-470a-9dff-e861d79b4ea0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3319 | 2024.07.31 06:54:01.312631 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 4593, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3320 | 2024.07.31 06:54:01.312680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3321 | 2024.07.31 06:54:01.312699 [ 3 ] {} <Debug> HTTP-Session: 9ed439d6-8c28-4cf3-bcd1-9f7db0da009e Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3322 | 2024.07.31 06:54:01.312715 [ 3 ] {} <Debug> HTTP-Session: 9ed439d6-8c28-4cf3-bcd1-9f7db0da009e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3323 | 2024.07.31 06:54:01.312729 [ 3 ] {} <Debug> HTTP-Session: 9ed439d6-8c28-4cf3-bcd1-9f7db0da009e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3324 | 2024.07.31 06:54:01.312759 [ 3 ] {} <Trace> HTTP-Session: 9ed439d6-8c28-4cf3-bcd1-9f7db0da009e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3325 | 2024.07.31 06:54:01.312865 [ 3 ] {45bafa1e-6601-4b5f-884f-8be40681d83e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3326 | 2024.07.31 06:54:01.312908 [ 3 ] {45bafa1e-6601-4b5f-884f-8be40681d83e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 3327 | 2024.07.31 06:54:01.313032 [ 3 ] {45bafa1e-6601-4b5f-884f-8be40681d83e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3328 | 2024.07.31 06:54:01.313311 [ 3 ] {45bafa1e-6601-4b5f-884f-8be40681d83e} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3329 | 2024.07.31 06:54:01.313346 [ 3 ] {45bafa1e-6601-4b5f-884f-8be40681d83e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3330 | 2024.07.31 06:54:01.313713 [ 3 ] {45bafa1e-6601-4b5f-884f-8be40681d83e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3331 | 2024.07.31 06:54:01.314026 [ 3 ] {45bafa1e-6601-4b5f-884f-8be40681d83e} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3332 | 2024.07.31 06:54:01.314143 [ 123 ] {} <Debug> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3333 | 2024.07.31 06:54:01.314155 [ 3 ] {45bafa1e-6601-4b5f-884f-8be40681d83e} <Debug> executeQuery: Read 32 rows, 1.88 KiB in 0.001323 sec., 24187.452758881333 rows/sec., 1.39 MiB/sec. | ||
| 3334 | 2024.07.31 06:54:01.314185 [ 123 ] {} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3335 | 2024.07.31 06:54:01.314222 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3336 | 2024.07.31 06:54:01.314463 [ 3 ] {45bafa1e-6601-4b5f-884f-8be40681d83e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3337 | 2024.07.31 06:54:01.314600 [ 3 ] {45bafa1e-6601-4b5f-884f-8be40681d83e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3338 | 2024.07.31 06:54:01.314630 [ 197 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 3339 | 2024.07.31 06:54:01.314656 [ 3 ] {} <Debug> HTTP-Session: 9ed439d6-8c28-4cf3-bcd1-9f7db0da009e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3340 | 2024.07.31 06:54:01.314864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3341 | 2024.07.31 06:54:01.314895 [ 197 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3342 | 2024.07.31 06:54:01.314946 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3343 | 2024.07.31 06:54:01.314969 [ 197 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 23 rows starting from the beginning of the part | ||
| 3344 | 2024.07.31 06:54:01.314987 [ 3 ] {} <Debug> HTTP-Session: ecdf4b2d-eed5-44e9-98b7-14037c66a4ce Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3345 | 2024.07.31 06:54:01.315024 [ 3 ] {} <Debug> HTTP-Session: ecdf4b2d-eed5-44e9-98b7-14037c66a4ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3346 | 2024.07.31 06:54:01.315055 [ 3 ] {} <Debug> HTTP-Session: ecdf4b2d-eed5-44e9-98b7-14037c66a4ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3347 | 2024.07.31 06:54:01.315185 [ 3 ] {} <Trace> HTTP-Session: ecdf4b2d-eed5-44e9-98b7-14037c66a4ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3348 | 2024.07.31 06:54:01.315268 [ 197 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 23 rows starting from the beginning of the part | ||
| 3349 | 2024.07.31 06:54:01.315525 [ 197 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 18 rows starting from the beginning of the part | ||
| 3350 | 2024.07.31 06:54:01.315861 [ 3 ] {805c3e1f-ae73-4210-8384-3af7204b4eeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3351 | 2024.07.31 06:54:01.315895 [ 197 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 23 rows starting from the beginning of the part | ||
| 3352 | 2024.07.31 06:54:01.316062 [ 3 ] {805c3e1f-ae73-4210-8384-3af7204b4eeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3353 | 2024.07.31 06:54:01.316181 [ 197 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 23 rows starting from the beginning of the part | ||
| 3354 | 2024.07.31 06:54:01.316504 [ 197 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 32 rows starting from the beginning of the part | ||
| 3355 | 2024.07.31 06:54:01.317218 [ 3 ] {805c3e1f-ae73-4210-8384-3af7204b4eeb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3356 | 2024.07.31 06:54:01.317820 [ 3 ] {805c3e1f-ae73-4210-8384-3af7204b4eeb} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3357 | 2024.07.31 06:54:01.317874 [ 3 ] {805c3e1f-ae73-4210-8384-3af7204b4eeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3358 | 2024.07.31 06:54:01.319000 [ 3 ] {805c3e1f-ae73-4210-8384-3af7204b4eeb} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3359 | 2024.07.31 06:54:01.319446 [ 199 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 142 rows, containing 4 columns (4 merged, 0 gathered) in 0.005111527 sec., 27780.34822079586 rows/sec., 1.57 MiB/sec. | ||
| 3360 | 2024.07.31 06:54:01.319749 [ 3 ] {805c3e1f-ae73-4210-8384-3af7204b4eeb} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3361 | 2024.07.31 06:54:01.319758 [ 199 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3362 | 2024.07.31 06:54:01.320085 [ 3 ] {805c3e1f-ae73-4210-8384-3af7204b4eeb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004619 sec., 12989.824637367396 rows/sec., 896.43 KiB/sec. | ||
| 3363 | 2024.07.31 06:54:01.320894 [ 3 ] {805c3e1f-ae73-4210-8384-3af7204b4eeb} <Debug> DynamicQueryHandler: Done processing query | ||
| 3364 | 2024.07.31 06:54:01.320937 [ 3 ] {805c3e1f-ae73-4210-8384-3af7204b4eeb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3365 | 2024.07.31 06:54:01.320971 [ 3 ] {} <Debug> HTTP-Session: ecdf4b2d-eed5-44e9-98b7-14037c66a4ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3366 | 2024.07.31 06:54:01.321045 [ 199 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_6_1} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3367 | 2024.07.31 06:54:01.321141 [ 199 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_6_1} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3368 | 2024.07.31 06:54:01.321239 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 3369 | 2024.07.31 06:54:06.262409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3370 | 2024.07.31 06:54:06.262561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3371 | 2024.07.31 06:54:06.262592 [ 3 ] {} <Debug> HTTP-Session: c038cb43-bdf3-4f7e-90be-467b58fc4e7b Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3372 | 2024.07.31 06:54:06.262621 [ 3 ] {} <Debug> HTTP-Session: c038cb43-bdf3-4f7e-90be-467b58fc4e7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3373 | 2024.07.31 06:54:06.262639 [ 3 ] {} <Debug> HTTP-Session: c038cb43-bdf3-4f7e-90be-467b58fc4e7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3374 | 2024.07.31 06:54:06.262694 [ 3 ] {} <Trace> HTTP-Session: c038cb43-bdf3-4f7e-90be-467b58fc4e7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3375 | 2024.07.31 06:54:06.262906 [ 3 ] {862aa019-03be-478d-aafa-112fe30fe554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3376 | 2024.07.31 06:54:06.262981 [ 3 ] {862aa019-03be-478d-aafa-112fe30fe554} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3377 | 2024.07.31 06:54:06.263202 [ 3 ] {862aa019-03be-478d-aafa-112fe30fe554} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3378 | 2024.07.31 06:54:06.263645 [ 3 ] {862aa019-03be-478d-aafa-112fe30fe554} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3379 | 2024.07.31 06:54:06.263689 [ 3 ] {862aa019-03be-478d-aafa-112fe30fe554} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3380 | 2024.07.31 06:54:06.264069 [ 3 ] {862aa019-03be-478d-aafa-112fe30fe554} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3381 | 2024.07.31 06:54:06.264413 [ 3 ] {862aa019-03be-478d-aafa-112fe30fe554} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3382 | 2024.07.31 06:54:06.264564 [ 3 ] {862aa019-03be-478d-aafa-112fe30fe554} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001722 sec., 15679.442508710801 rows/sec., 1.24 MiB/sec. | ||
| 3383 | 2024.07.31 06:54:06.264891 [ 3 ] {862aa019-03be-478d-aafa-112fe30fe554} <Debug> DynamicQueryHandler: Done processing query | ||
| 3384 | 2024.07.31 06:54:06.264921 [ 3 ] {862aa019-03be-478d-aafa-112fe30fe554} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3385 | 2024.07.31 06:54:06.264937 [ 3 ] {} <Debug> HTTP-Session: c038cb43-bdf3-4f7e-90be-467b58fc4e7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3386 | 2024.07.31 06:54:06.265078 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3387 | 2024.07.31 06:54:06.265135 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3388 | 2024.07.31 06:54:06.265156 [ 3 ] {} <Debug> HTTP-Session: c107f0fc-4f31-45b2-ac87-17bf970a4098 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3389 | 2024.07.31 06:54:06.265174 [ 3 ] {} <Debug> HTTP-Session: c107f0fc-4f31-45b2-ac87-17bf970a4098 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3390 | 2024.07.31 06:54:06.265188 [ 3 ] {} <Debug> HTTP-Session: c107f0fc-4f31-45b2-ac87-17bf970a4098 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3391 | 2024.07.31 06:54:06.265223 [ 3 ] {} <Trace> HTTP-Session: c107f0fc-4f31-45b2-ac87-17bf970a4098 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3392 | 2024.07.31 06:54:06.265331 [ 3 ] {49295fa4-f3d1-4c2b-b1f3-2be932313723} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3393 | 2024.07.31 06:54:06.265381 [ 3 ] {49295fa4-f3d1-4c2b-b1f3-2be932313723} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3394 | 2024.07.31 06:54:06.265536 [ 3 ] {49295fa4-f3d1-4c2b-b1f3-2be932313723} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3395 | 2024.07.31 06:54:06.265836 [ 3 ] {49295fa4-f3d1-4c2b-b1f3-2be932313723} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3396 | 2024.07.31 06:54:06.265873 [ 3 ] {49295fa4-f3d1-4c2b-b1f3-2be932313723} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3397 | 2024.07.31 06:54:06.266179 [ 3 ] {49295fa4-f3d1-4c2b-b1f3-2be932313723} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3398 | 2024.07.31 06:54:06.266489 [ 3 ] {49295fa4-f3d1-4c2b-b1f3-2be932313723} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3399 | 2024.07.31 06:54:06.266612 [ 3 ] {49295fa4-f3d1-4c2b-b1f3-2be932313723} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001311 sec., 3051.106025934401 rows/sec., 248.80 KiB/sec. | ||
| 3400 | 2024.07.31 06:54:06.266881 [ 3 ] {49295fa4-f3d1-4c2b-b1f3-2be932313723} <Debug> DynamicQueryHandler: Done processing query | ||
| 3401 | 2024.07.31 06:54:06.266908 [ 3 ] {49295fa4-f3d1-4c2b-b1f3-2be932313723} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3402 | 2024.07.31 06:54:06.266925 [ 3 ] {} <Debug> HTTP-Session: c107f0fc-4f31-45b2-ac87-17bf970a4098 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3403 | 2024.07.31 06:54:06.267132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 25305, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3404 | 2024.07.31 06:54:06.267186 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3405 | 2024.07.31 06:54:06.267206 [ 3 ] {} <Debug> HTTP-Session: 77457de8-c61d-4a52-bc5a-daf542c3a19d Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3406 | 2024.07.31 06:54:06.267224 [ 3 ] {} <Debug> HTTP-Session: 77457de8-c61d-4a52-bc5a-daf542c3a19d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3407 | 2024.07.31 06:54:06.267238 [ 3 ] {} <Debug> HTTP-Session: 77457de8-c61d-4a52-bc5a-daf542c3a19d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3408 | 2024.07.31 06:54:06.267270 [ 3 ] {} <Trace> HTTP-Session: 77457de8-c61d-4a52-bc5a-daf542c3a19d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3409 | 2024.07.31 06:54:06.267473 [ 3 ] {56065576-5a0e-46ca-9e8b-af81c126b435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3410 | 2024.07.31 06:54:06.267519 [ 3 ] {56065576-5a0e-46ca-9e8b-af81c126b435} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3411 | 2024.07.31 06:54:06.267665 [ 3 ] {56065576-5a0e-46ca-9e8b-af81c126b435} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3412 | 2024.07.31 06:54:06.268053 [ 3 ] {56065576-5a0e-46ca-9e8b-af81c126b435} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3413 | 2024.07.31 06:54:06.268089 [ 3 ] {56065576-5a0e-46ca-9e8b-af81c126b435} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3414 | 2024.07.31 06:54:06.268425 [ 3 ] {56065576-5a0e-46ca-9e8b-af81c126b435} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3415 | 2024.07.31 06:54:06.268776 [ 3 ] {56065576-5a0e-46ca-9e8b-af81c126b435} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3416 | 2024.07.31 06:54:06.268907 [ 3 ] {56065576-5a0e-46ca-9e8b-af81c126b435} <Debug> executeQuery: Read 175 rows, 14.67 KiB in 0.00156 sec., 112179.48717948719 rows/sec., 9.18 MiB/sec. | ||
| 3417 | 2024.07.31 06:54:06.269065 [ 3 ] {56065576-5a0e-46ca-9e8b-af81c126b435} <Debug> DynamicQueryHandler: Done processing query | ||
| 3418 | 2024.07.31 06:54:06.269090 [ 3 ] {56065576-5a0e-46ca-9e8b-af81c126b435} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 3419 | 2024.07.31 06:54:06.269106 [ 3 ] {} <Debug> HTTP-Session: 77457de8-c61d-4a52-bc5a-daf542c3a19d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3420 | 2024.07.31 06:54:06.269243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3421 | 2024.07.31 06:54:06.269292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3422 | 2024.07.31 06:54:06.269312 [ 3 ] {} <Debug> HTTP-Session: 2ee2f8e6-e6c9-4534-9e52-c1749a60a06a Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3423 | 2024.07.31 06:54:06.269329 [ 3 ] {} <Debug> HTTP-Session: 2ee2f8e6-e6c9-4534-9e52-c1749a60a06a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3424 | 2024.07.31 06:54:06.269343 [ 3 ] {} <Debug> HTTP-Session: 2ee2f8e6-e6c9-4534-9e52-c1749a60a06a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3425 | 2024.07.31 06:54:06.269375 [ 3 ] {} <Trace> HTTP-Session: 2ee2f8e6-e6c9-4534-9e52-c1749a60a06a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3426 | 2024.07.31 06:54:06.269472 [ 3 ] {c0550c5d-f07c-4286-a90c-42a444400364} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3427 | 2024.07.31 06:54:06.269516 [ 3 ] {c0550c5d-f07c-4286-a90c-42a444400364} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3428 | 2024.07.31 06:54:06.269640 [ 3 ] {c0550c5d-f07c-4286-a90c-42a444400364} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3429 | 2024.07.31 06:54:06.270144 [ 3 ] {c0550c5d-f07c-4286-a90c-42a444400364} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3430 | 2024.07.31 06:54:06.270180 [ 3 ] {c0550c5d-f07c-4286-a90c-42a444400364} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3431 | 2024.07.31 06:54:06.270483 [ 3 ] {c0550c5d-f07c-4286-a90c-42a444400364} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3432 | 2024.07.31 06:54:06.270795 [ 3 ] {c0550c5d-f07c-4286-a90c-42a444400364} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3433 | 2024.07.31 06:54:06.270920 [ 3 ] {c0550c5d-f07c-4286-a90c-42a444400364} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001473 sec., 2715.5465037338768 rows/sec., 189.61 KiB/sec. | ||
| 3434 | 2024.07.31 06:54:06.271082 [ 3 ] {c0550c5d-f07c-4286-a90c-42a444400364} <Debug> DynamicQueryHandler: Done processing query | ||
| 3435 | 2024.07.31 06:54:06.271108 [ 3 ] {c0550c5d-f07c-4286-a90c-42a444400364} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3436 | 2024.07.31 06:54:06.271124 [ 3 ] {} <Debug> HTTP-Session: 2ee2f8e6-e6c9-4534-9e52-c1749a60a06a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3437 | 2024.07.31 06:54:06.271298 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 20185, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3438 | 2024.07.31 06:54:06.271348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3439 | 2024.07.31 06:54:06.271367 [ 3 ] {} <Debug> HTTP-Session: 336641da-3fe5-462e-ba22-b06819a9fbb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3440 | 2024.07.31 06:54:06.271384 [ 3 ] {} <Debug> HTTP-Session: 336641da-3fe5-462e-ba22-b06819a9fbb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3441 | 2024.07.31 06:54:06.271398 [ 3 ] {} <Debug> HTTP-Session: 336641da-3fe5-462e-ba22-b06819a9fbb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3442 | 2024.07.31 06:54:06.271429 [ 3 ] {} <Trace> HTTP-Session: 336641da-3fe5-462e-ba22-b06819a9fbb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3443 | 2024.07.31 06:54:06.271552 [ 3 ] {56eac8a9-9c1a-4cd4-8342-da7ffe061421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3444 | 2024.07.31 06:54:06.271596 [ 3 ] {56eac8a9-9c1a-4cd4-8342-da7ffe061421} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3445 | 2024.07.31 06:54:06.271722 [ 3 ] {56eac8a9-9c1a-4cd4-8342-da7ffe061421} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3446 | 2024.07.31 06:54:06.272089 [ 3 ] {56eac8a9-9c1a-4cd4-8342-da7ffe061421} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3447 | 2024.07.31 06:54:06.272126 [ 3 ] {56eac8a9-9c1a-4cd4-8342-da7ffe061421} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3448 | 2024.07.31 06:54:06.272440 [ 3 ] {56eac8a9-9c1a-4cd4-8342-da7ffe061421} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3449 | 2024.07.31 06:54:06.272759 [ 3 ] {56eac8a9-9c1a-4cd4-8342-da7ffe061421} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3450 | 2024.07.31 06:54:06.272896 [ 3 ] {56eac8a9-9c1a-4cd4-8342-da7ffe061421} <Debug> executeQuery: Read 119 rows, 9.50 KiB in 0.001392 sec., 85488.50574712643 rows/sec., 6.67 MiB/sec. | ||
| 3451 | 2024.07.31 06:54:06.273050 [ 3 ] {56eac8a9-9c1a-4cd4-8342-da7ffe061421} <Debug> DynamicQueryHandler: Done processing query | ||
| 3452 | 2024.07.31 06:54:06.273076 [ 3 ] {56eac8a9-9c1a-4cd4-8342-da7ffe061421} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3453 | 2024.07.31 06:54:06.273092 [ 3 ] {} <Debug> HTTP-Session: 336641da-3fe5-462e-ba22-b06819a9fbb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3454 | 2024.07.31 06:54:06.273273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 37915, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3455 | 2024.07.31 06:54:06.273322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3456 | 2024.07.31 06:54:06.273340 [ 3 ] {} <Debug> HTTP-Session: 2e22b3af-9a71-4a5e-9194-0e8dba7fd25b Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3457 | 2024.07.31 06:54:06.273357 [ 3 ] {} <Debug> HTTP-Session: 2e22b3af-9a71-4a5e-9194-0e8dba7fd25b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3458 | 2024.07.31 06:54:06.273371 [ 3 ] {} <Debug> HTTP-Session: 2e22b3af-9a71-4a5e-9194-0e8dba7fd25b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3459 | 2024.07.31 06:54:06.273401 [ 3 ] {} <Trace> HTTP-Session: 2e22b3af-9a71-4a5e-9194-0e8dba7fd25b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3460 | 2024.07.31 06:54:06.273703 [ 3 ] {97b7bb77-1f54-4e9f-aca7-13ab8dde7376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3461 | 2024.07.31 06:54:06.273752 [ 3 ] {97b7bb77-1f54-4e9f-aca7-13ab8dde7376} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3462 | 2024.07.31 06:54:06.273888 [ 3 ] {97b7bb77-1f54-4e9f-aca7-13ab8dde7376} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3463 | 2024.07.31 06:54:06.274278 [ 3 ] {97b7bb77-1f54-4e9f-aca7-13ab8dde7376} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3464 | 2024.07.31 06:54:06.274313 [ 3 ] {97b7bb77-1f54-4e9f-aca7-13ab8dde7376} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3465 | 2024.07.31 06:54:06.274749 [ 3 ] {97b7bb77-1f54-4e9f-aca7-13ab8dde7376} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3466 | 2024.07.31 06:54:06.275089 [ 3 ] {97b7bb77-1f54-4e9f-aca7-13ab8dde7376} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3467 | 2024.07.31 06:54:06.275226 [ 3 ] {97b7bb77-1f54-4e9f-aca7-13ab8dde7376} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001738 sec., 113924.0506329114 rows/sec., 7.95 MiB/sec. | ||
| 3468 | 2024.07.31 06:54:06.275529 [ 3 ] {97b7bb77-1f54-4e9f-aca7-13ab8dde7376} <Debug> DynamicQueryHandler: Done processing query | ||
| 3469 | 2024.07.31 06:54:06.275555 [ 3 ] {97b7bb77-1f54-4e9f-aca7-13ab8dde7376} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 3470 | 2024.07.31 06:54:06.275571 [ 3 ] {} <Debug> HTTP-Session: 2e22b3af-9a71-4a5e-9194-0e8dba7fd25b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3471 | 2024.07.31 06:54:06.275734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 43412, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3472 | 2024.07.31 06:54:06.275785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3473 | 2024.07.31 06:54:06.275804 [ 3 ] {} <Debug> HTTP-Session: 7cbf793c-6927-45c4-9cd9-8a80f5f967e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3474 | 2024.07.31 06:54:06.275820 [ 3 ] {} <Debug> HTTP-Session: 7cbf793c-6927-45c4-9cd9-8a80f5f967e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3475 | 2024.07.31 06:54:06.275834 [ 3 ] {} <Debug> HTTP-Session: 7cbf793c-6927-45c4-9cd9-8a80f5f967e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3476 | 2024.07.31 06:54:06.275865 [ 3 ] {} <Trace> HTTP-Session: 7cbf793c-6927-45c4-9cd9-8a80f5f967e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3477 | 2024.07.31 06:54:06.276273 [ 3 ] {3a5f69cf-341e-44f5-b9b3-16e8e522dfe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3478 | 2024.07.31 06:54:06.276348 [ 3 ] {3a5f69cf-341e-44f5-b9b3-16e8e522dfe6} <Trace> 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 | ||
| 3479 | 2024.07.31 06:54:06.276758 [ 3 ] {3a5f69cf-341e-44f5-b9b3-16e8e522dfe6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3480 | 2024.07.31 06:54:06.277415 [ 3 ] {3a5f69cf-341e-44f5-b9b3-16e8e522dfe6} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3481 | 2024.07.31 06:54:06.277453 [ 3 ] {3a5f69cf-341e-44f5-b9b3-16e8e522dfe6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3482 | 2024.07.31 06:54:06.278039 [ 3 ] {3a5f69cf-341e-44f5-b9b3-16e8e522dfe6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3483 | 2024.07.31 06:54:06.278455 [ 3 ] {3a5f69cf-341e-44f5-b9b3-16e8e522dfe6} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3484 | 2024.07.31 06:54:06.278636 [ 3 ] {3a5f69cf-341e-44f5-b9b3-16e8e522dfe6} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002675 sec., 10093.457943925234 rows/sec., 18.09 MiB/sec. | ||
| 3485 | 2024.07.31 06:54:06.279048 [ 3 ] {3a5f69cf-341e-44f5-b9b3-16e8e522dfe6} <Debug> DynamicQueryHandler: Done processing query | ||
| 3486 | 2024.07.31 06:54:06.279074 [ 3 ] {3a5f69cf-341e-44f5-b9b3-16e8e522dfe6} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 3487 | 2024.07.31 06:54:06.279090 [ 3 ] {} <Debug> HTTP-Session: 7cbf793c-6927-45c4-9cd9-8a80f5f967e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3488 | 2024.07.31 06:54:06.279224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3489 | 2024.07.31 06:54:06.279272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3490 | 2024.07.31 06:54:06.279291 [ 3 ] {} <Debug> HTTP-Session: ed6ac21d-5d85-4b89-88c9-ac519ea6cfe1 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3491 | 2024.07.31 06:54:06.279308 [ 3 ] {} <Debug> HTTP-Session: ed6ac21d-5d85-4b89-88c9-ac519ea6cfe1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3492 | 2024.07.31 06:54:06.279322 [ 3 ] {} <Debug> HTTP-Session: ed6ac21d-5d85-4b89-88c9-ac519ea6cfe1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3493 | 2024.07.31 06:54:06.279353 [ 3 ] {} <Trace> HTTP-Session: ed6ac21d-5d85-4b89-88c9-ac519ea6cfe1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3494 | 2024.07.31 06:54:06.279470 [ 3 ] {be5a8d45-86d2-48f9-a046-3c297e015be3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3495 | 2024.07.31 06:54:06.279517 [ 3 ] {be5a8d45-86d2-48f9-a046-3c297e015be3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3496 | 2024.07.31 06:54:06.279651 [ 3 ] {be5a8d45-86d2-48f9-a046-3c297e015be3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3497 | 2024.07.31 06:54:06.279935 [ 3 ] {be5a8d45-86d2-48f9-a046-3c297e015be3} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3498 | 2024.07.31 06:54:06.279971 [ 3 ] {be5a8d45-86d2-48f9-a046-3c297e015be3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3499 | 2024.07.31 06:54:06.280330 [ 3 ] {be5a8d45-86d2-48f9-a046-3c297e015be3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3500 | 2024.07.31 06:54:06.280652 [ 3 ] {be5a8d45-86d2-48f9-a046-3c297e015be3} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3501 | 2024.07.31 06:54:06.280782 [ 3 ] {be5a8d45-86d2-48f9-a046-3c297e015be3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001355 sec., 44280.44280442804 rows/sec., 2.98 MiB/sec. | ||
| 3502 | 2024.07.31 06:54:06.280948 [ 3 ] {be5a8d45-86d2-48f9-a046-3c297e015be3} <Debug> DynamicQueryHandler: Done processing query | ||
| 3503 | 2024.07.31 06:54:06.280974 [ 3 ] {be5a8d45-86d2-48f9-a046-3c297e015be3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3504 | 2024.07.31 06:54:06.280990 [ 3 ] {} <Debug> HTTP-Session: ed6ac21d-5d85-4b89-88c9-ac519ea6cfe1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3505 | 2024.07.31 06:54:08.075562 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3506 | 2024.07.31 06:54:08.075609 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3507 | 2024.07.31 06:54:11.264250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3508 | 2024.07.31 06:54:11.264396 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3509 | 2024.07.31 06:54:11.264425 [ 3 ] {} <Debug> HTTP-Session: 44cf38b1-433d-41a9-aceb-e1d44e2a6a61 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3510 | 2024.07.31 06:54:11.264455 [ 3 ] {} <Debug> HTTP-Session: 44cf38b1-433d-41a9-aceb-e1d44e2a6a61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3511 | 2024.07.31 06:54:11.264478 [ 3 ] {} <Debug> HTTP-Session: 44cf38b1-433d-41a9-aceb-e1d44e2a6a61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3512 | 2024.07.31 06:54:11.264532 [ 3 ] {} <Trace> HTTP-Session: 44cf38b1-433d-41a9-aceb-e1d44e2a6a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3513 | 2024.07.31 06:54:11.264746 [ 3 ] {0e8e1a82-e1ae-4daa-b806-e853290a9b38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3514 | 2024.07.31 06:54:11.264815 [ 3 ] {0e8e1a82-e1ae-4daa-b806-e853290a9b38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3515 | 2024.07.31 06:54:11.265012 [ 3 ] {0e8e1a82-e1ae-4daa-b806-e853290a9b38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3516 | 2024.07.31 06:54:11.265507 [ 3 ] {0e8e1a82-e1ae-4daa-b806-e853290a9b38} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3517 | 2024.07.31 06:54:11.265551 [ 3 ] {0e8e1a82-e1ae-4daa-b806-e853290a9b38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3518 | 2024.07.31 06:54:11.265907 [ 3 ] {0e8e1a82-e1ae-4daa-b806-e853290a9b38} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3519 | 2024.07.31 06:54:11.266236 [ 3 ] {0e8e1a82-e1ae-4daa-b806-e853290a9b38} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3520 | 2024.07.31 06:54:11.266419 [ 3 ] {0e8e1a82-e1ae-4daa-b806-e853290a9b38} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.001731 sec., 5777.007510109764 rows/sec., 383.63 KiB/sec. | ||
| 3521 | 2024.07.31 06:54:11.266647 [ 3 ] {0e8e1a82-e1ae-4daa-b806-e853290a9b38} <Debug> DynamicQueryHandler: Done processing query | ||
| 3522 | 2024.07.31 06:54:11.266675 [ 3 ] {0e8e1a82-e1ae-4daa-b806-e853290a9b38} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3523 | 2024.07.31 06:54:11.266691 [ 3 ] {} <Debug> HTTP-Session: 44cf38b1-433d-41a9-aceb-e1d44e2a6a61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3524 | 2024.07.31 06:54:11.266823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3525 | 2024.07.31 06:54:11.266872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3526 | 2024.07.31 06:54:11.266891 [ 3 ] {} <Debug> HTTP-Session: 44a27f3b-90dc-44b6-bde2-98cebf433fb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3527 | 2024.07.31 06:54:11.266907 [ 3 ] {} <Debug> HTTP-Session: 44a27f3b-90dc-44b6-bde2-98cebf433fb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3528 | 2024.07.31 06:54:11.266921 [ 3 ] {} <Debug> HTTP-Session: 44a27f3b-90dc-44b6-bde2-98cebf433fb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3529 | 2024.07.31 06:54:11.266952 [ 3 ] {} <Trace> HTTP-Session: 44a27f3b-90dc-44b6-bde2-98cebf433fb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3530 | 2024.07.31 06:54:11.267046 [ 3 ] {dd347e79-e8c5-46e0-8f48-a5b6c6faba88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3531 | 2024.07.31 06:54:11.267090 [ 3 ] {dd347e79-e8c5-46e0-8f48-a5b6c6faba88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3532 | 2024.07.31 06:54:11.267215 [ 3 ] {dd347e79-e8c5-46e0-8f48-a5b6c6faba88} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3533 | 2024.07.31 06:54:11.267526 [ 3 ] {dd347e79-e8c5-46e0-8f48-a5b6c6faba88} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3534 | 2024.07.31 06:54:11.267562 [ 3 ] {dd347e79-e8c5-46e0-8f48-a5b6c6faba88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3535 | 2024.07.31 06:54:11.267852 [ 3 ] {dd347e79-e8c5-46e0-8f48-a5b6c6faba88} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3536 | 2024.07.31 06:54:11.268156 [ 3 ] {dd347e79-e8c5-46e0-8f48-a5b6c6faba88} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3537 | 2024.07.31 06:54:11.268313 [ 3 ] {dd347e79-e8c5-46e0-8f48-a5b6c6faba88} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001283 sec., 3117.692907248636 rows/sec., 254.23 KiB/sec. | ||
| 3538 | 2024.07.31 06:54:11.268479 [ 3 ] {dd347e79-e8c5-46e0-8f48-a5b6c6faba88} <Debug> DynamicQueryHandler: Done processing query | ||
| 3539 | 2024.07.31 06:54:11.268503 [ 3 ] {dd347e79-e8c5-46e0-8f48-a5b6c6faba88} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3540 | 2024.07.31 06:54:11.268519 [ 3 ] {} <Debug> HTTP-Session: 44a27f3b-90dc-44b6-bde2-98cebf433fb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3541 | 2024.07.31 06:54:11.268697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26475, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3542 | 2024.07.31 06:54:11.268746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3543 | 2024.07.31 06:54:11.268765 [ 3 ] {} <Debug> HTTP-Session: 904e5842-2366-4a2d-9717-4000b5c54551 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3544 | 2024.07.31 06:54:11.268783 [ 3 ] {} <Debug> HTTP-Session: 904e5842-2366-4a2d-9717-4000b5c54551 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3545 | 2024.07.31 06:54:11.268797 [ 3 ] {} <Debug> HTTP-Session: 904e5842-2366-4a2d-9717-4000b5c54551 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3546 | 2024.07.31 06:54:11.268827 [ 3 ] {} <Trace> HTTP-Session: 904e5842-2366-4a2d-9717-4000b5c54551 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3547 | 2024.07.31 06:54:11.268965 [ 3 ] {72fdef41-24d8-4c79-bf47-02e4c180baf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3548 | 2024.07.31 06:54:11.269007 [ 3 ] {72fdef41-24d8-4c79-bf47-02e4c180baf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3549 | 2024.07.31 06:54:11.269129 [ 3 ] {72fdef41-24d8-4c79-bf47-02e4c180baf0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3550 | 2024.07.31 06:54:11.269529 [ 3 ] {72fdef41-24d8-4c79-bf47-02e4c180baf0} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3551 | 2024.07.31 06:54:11.269566 [ 3 ] {72fdef41-24d8-4c79-bf47-02e4c180baf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3552 | 2024.07.31 06:54:11.269880 [ 3 ] {72fdef41-24d8-4c79-bf47-02e4c180baf0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3553 | 2024.07.31 06:54:11.270210 [ 3 ] {72fdef41-24d8-4c79-bf47-02e4c180baf0} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3554 | 2024.07.31 06:54:11.270368 [ 3 ] {72fdef41-24d8-4c79-bf47-02e4c180baf0} <Debug> executeQuery: Read 175 rows, 15.81 KiB in 0.001456 sec., 120192.30769230769 rows/sec., 10.60 MiB/sec. | ||
| 3555 | 2024.07.31 06:54:11.270539 [ 3 ] {72fdef41-24d8-4c79-bf47-02e4c180baf0} <Debug> DynamicQueryHandler: Done processing query | ||
| 3556 | 2024.07.31 06:54:11.270565 [ 3 ] {72fdef41-24d8-4c79-bf47-02e4c180baf0} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 3557 | 2024.07.31 06:54:11.270581 [ 3 ] {} <Debug> HTTP-Session: 904e5842-2366-4a2d-9717-4000b5c54551 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3558 | 2024.07.31 06:54:11.270721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3559 | 2024.07.31 06:54:11.270771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3560 | 2024.07.31 06:54:11.270791 [ 3 ] {} <Debug> HTTP-Session: c799f95a-8249-4cd7-aab2-d84b3e21c3bb Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3561 | 2024.07.31 06:54:11.270809 [ 3 ] {} <Debug> HTTP-Session: c799f95a-8249-4cd7-aab2-d84b3e21c3bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3562 | 2024.07.31 06:54:11.270823 [ 3 ] {} <Debug> HTTP-Session: c799f95a-8249-4cd7-aab2-d84b3e21c3bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3563 | 2024.07.31 06:54:11.270853 [ 3 ] {} <Trace> HTTP-Session: c799f95a-8249-4cd7-aab2-d84b3e21c3bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3564 | 2024.07.31 06:54:11.270947 [ 3 ] {eee90dc7-3f88-42d0-8405-40a7431930d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3565 | 2024.07.31 06:54:11.270990 [ 3 ] {eee90dc7-3f88-42d0-8405-40a7431930d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3566 | 2024.07.31 06:54:11.271117 [ 3 ] {eee90dc7-3f88-42d0-8405-40a7431930d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3567 | 2024.07.31 06:54:11.271401 [ 3 ] {eee90dc7-3f88-42d0-8405-40a7431930d2} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3568 | 2024.07.31 06:54:11.271437 [ 3 ] {eee90dc7-3f88-42d0-8405-40a7431930d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3569 | 2024.07.31 06:54:11.271742 [ 3 ] {eee90dc7-3f88-42d0-8405-40a7431930d2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3570 | 2024.07.31 06:54:11.272043 [ 3 ] {eee90dc7-3f88-42d0-8405-40a7431930d2} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3571 | 2024.07.31 06:54:11.272202 [ 3 ] {eee90dc7-3f88-42d0-8405-40a7431930d2} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001278 sec., 3129.8904538341158 rows/sec., 218.54 KiB/sec. | ||
| 3572 | 2024.07.31 06:54:11.272370 [ 3 ] {eee90dc7-3f88-42d0-8405-40a7431930d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 3573 | 2024.07.31 06:54:11.272395 [ 3 ] {eee90dc7-3f88-42d0-8405-40a7431930d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3574 | 2024.07.31 06:54:11.272411 [ 3 ] {} <Debug> HTTP-Session: c799f95a-8249-4cd7-aab2-d84b3e21c3bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3575 | 2024.07.31 06:54:11.272628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 62957, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3576 | 2024.07.31 06:54:11.272678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3577 | 2024.07.31 06:54:11.272697 [ 3 ] {} <Debug> HTTP-Session: 9b19a4d7-d823-4431-8172-5e5e56faa93f Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3578 | 2024.07.31 06:54:11.272714 [ 3 ] {} <Debug> HTTP-Session: 9b19a4d7-d823-4431-8172-5e5e56faa93f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3579 | 2024.07.31 06:54:11.272728 [ 3 ] {} <Debug> HTTP-Session: 9b19a4d7-d823-4431-8172-5e5e56faa93f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3580 | 2024.07.31 06:54:11.272759 [ 3 ] {} <Trace> HTTP-Session: 9b19a4d7-d823-4431-8172-5e5e56faa93f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3581 | 2024.07.31 06:54:11.273030 [ 3 ] {47b1837c-097d-468c-9cc6-730998354d31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3582 | 2024.07.31 06:54:11.273075 [ 3 ] {47b1837c-097d-468c-9cc6-730998354d31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3583 | 2024.07.31 06:54:11.273200 [ 3 ] {47b1837c-097d-468c-9cc6-730998354d31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3584 | 2024.07.31 06:54:11.273757 [ 3 ] {47b1837c-097d-468c-9cc6-730998354d31} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3585 | 2024.07.31 06:54:11.273795 [ 3 ] {47b1837c-097d-468c-9cc6-730998354d31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3586 | 2024.07.31 06:54:11.274128 [ 3 ] {47b1837c-097d-468c-9cc6-730998354d31} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3587 | 2024.07.31 06:54:11.274427 [ 3 ] {47b1837c-097d-468c-9cc6-730998354d31} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3588 | 2024.07.31 06:54:11.274588 [ 3 ] {47b1837c-097d-468c-9cc6-730998354d31} <Debug> executeQuery: Read 390 rows, 28.12 KiB in 0.001713 sec., 227670.7530647986 rows/sec., 16.03 MiB/sec. | ||
| 3589 | 2024.07.31 06:54:11.274754 [ 3 ] {47b1837c-097d-468c-9cc6-730998354d31} <Debug> DynamicQueryHandler: Done processing query | ||
| 3590 | 2024.07.31 06:54:11.274779 [ 3 ] {47b1837c-097d-468c-9cc6-730998354d31} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 3591 | 2024.07.31 06:54:11.274794 [ 3 ] {} <Debug> HTTP-Session: 9b19a4d7-d823-4431-8172-5e5e56faa93f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3592 | 2024.07.31 06:54:11.274941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3593 | 2024.07.31 06:54:11.274990 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3594 | 2024.07.31 06:54:11.275009 [ 3 ] {} <Debug> HTTP-Session: d3b25532-6a6d-499b-9a47-fe7849972777 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3595 | 2024.07.31 06:54:11.275025 [ 3 ] {} <Debug> HTTP-Session: d3b25532-6a6d-499b-9a47-fe7849972777 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3596 | 2024.07.31 06:54:11.275040 [ 3 ] {} <Debug> HTTP-Session: d3b25532-6a6d-499b-9a47-fe7849972777 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3597 | 2024.07.31 06:54:11.275070 [ 3 ] {} <Trace> HTTP-Session: d3b25532-6a6d-499b-9a47-fe7849972777 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3598 | 2024.07.31 06:54:11.275164 [ 3 ] {e4560e35-6a66-4f6b-bcc2-e36ee1a936eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 3599 | 2024.07.31 06:54:11.275208 [ 3 ] {e4560e35-6a66-4f6b-bcc2-e36ee1a936eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3600 | 2024.07.31 06:54:11.275336 [ 3 ] {e4560e35-6a66-4f6b-bcc2-e36ee1a936eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3601 | 2024.07.31 06:54:11.275643 [ 3 ] {e4560e35-6a66-4f6b-bcc2-e36ee1a936eb} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3602 | 2024.07.31 06:54:11.275680 [ 3 ] {e4560e35-6a66-4f6b-bcc2-e36ee1a936eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3603 | 2024.07.31 06:54:11.276028 [ 3 ] {e4560e35-6a66-4f6b-bcc2-e36ee1a936eb} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3604 | 2024.07.31 06:54:11.276372 [ 3 ] {e4560e35-6a66-4f6b-bcc2-e36ee1a936eb} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3605 | 2024.07.31 06:54:11.276527 [ 3 ] {e4560e35-6a66-4f6b-bcc2-e36ee1a936eb} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001379 sec., 4350.97897026831 rows/sec., 186.96 KiB/sec. | ||
| 3606 | 2024.07.31 06:54:11.276523 [ 114 ] {} <Debug> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3607 | 2024.07.31 06:54:11.276633 [ 114 ] {} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3608 | 2024.07.31 06:54:11.276683 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3609 | 2024.07.31 06:54:11.276821 [ 3 ] {e4560e35-6a66-4f6b-bcc2-e36ee1a936eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 3610 | 2024.07.31 06:54:11.276906 [ 3 ] {e4560e35-6a66-4f6b-bcc2-e36ee1a936eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3611 | 2024.07.31 06:54:11.276947 [ 3 ] {} <Debug> HTTP-Session: d3b25532-6a6d-499b-9a47-fe7849972777 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3612 | 2024.07.31 06:54:11.276987 [ 195 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 3613 | 2024.07.31 06:54:11.277170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3614 | 2024.07.31 06:54:11.277285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3615 | 2024.07.31 06:54:11.277348 [ 3 ] {} <Debug> HTTP-Session: 5d431998-5cd2-4f25-b265-7c834e56dc81 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3616 | 2024.07.31 06:54:11.277398 [ 3 ] {} <Debug> HTTP-Session: 5d431998-5cd2-4f25-b265-7c834e56dc81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3617 | 2024.07.31 06:54:11.277439 [ 3 ] {} <Debug> HTTP-Session: 5d431998-5cd2-4f25-b265-7c834e56dc81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3618 | 2024.07.31 06:54:11.277438 [ 195 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3619 | 2024.07.31 06:54:11.277499 [ 3 ] {} <Trace> HTTP-Session: 5d431998-5cd2-4f25-b265-7c834e56dc81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3620 | 2024.07.31 06:54:11.277559 [ 195 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
| 3621 | 2024.07.31 06:54:11.277836 [ 195 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
| 3622 | 2024.07.31 06:54:11.277915 [ 3 ] {fc1f7742-2e4f-4edc-828c-95d92592c79f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 3623 | 2024.07.31 06:54:11.278125 [ 195 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 3624 | 2024.07.31 06:54:11.278141 [ 3 ] {fc1f7742-2e4f-4edc-828c-95d92592c79f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 3625 | 2024.07.31 06:54:11.278453 [ 195 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 3626 | 2024.07.31 06:54:11.278783 [ 195 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 3627 | 2024.07.31 06:54:11.279144 [ 195 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
| 3628 | 2024.07.31 06:54:11.279590 [ 3 ] {fc1f7742-2e4f-4edc-828c-95d92592c79f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3629 | 2024.07.31 06:54:11.280402 [ 3 ] {fc1f7742-2e4f-4edc-828c-95d92592c79f} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3630 | 2024.07.31 06:54:11.280453 [ 3 ] {fc1f7742-2e4f-4edc-828c-95d92592c79f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3631 | 2024.07.31 06:54:11.281587 [ 3 ] {fc1f7742-2e4f-4edc-828c-95d92592c79f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3632 | 2024.07.31 06:54:11.281926 [ 199 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.005129898 sec., 7017.68339253529 rows/sec., 301.54 KiB/sec. | ||
| 3633 | 2024.07.31 06:54:11.282180 [ 199 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3634 | 2024.07.31 06:54:11.282354 [ 3 ] {fc1f7742-2e4f-4edc-828c-95d92592c79f} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3635 | 2024.07.31 06:54:11.282611 [ 114 ] {} <Debug> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3636 | 2024.07.31 06:54:11.282710 [ 114 ] {} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3637 | 2024.07.31 06:54:11.282743 [ 3 ] {fc1f7742-2e4f-4edc-828c-95d92592c79f} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00505 sec., 15247.524752475249 rows/sec., 961.48 KiB/sec. | ||
| 3638 | 2024.07.31 06:54:11.282858 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3639 | 2024.07.31 06:54:11.283524 [ 199 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_6_1} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3640 | 2024.07.31 06:54:11.283596 [ 195 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 3641 | 2024.07.31 06:54:11.283747 [ 3 ] {fc1f7742-2e4f-4edc-828c-95d92592c79f} <Debug> DynamicQueryHandler: Done processing query | ||
| 3642 | 2024.07.31 06:54:11.283803 [ 3 ] {fc1f7742-2e4f-4edc-828c-95d92592c79f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3643 | 2024.07.31 06:54:11.283850 [ 199 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_6_1} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3644 | 2024.07.31 06:54:11.283876 [ 3 ] {} <Debug> HTTP-Session: 5d431998-5cd2-4f25-b265-7c834e56dc81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3645 | 2024.07.31 06:54:11.284034 [ 195 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3646 | 2024.07.31 06:54:11.284040 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3647 | 2024.07.31 06:54:11.284077 [ 195 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 77 rows starting from the beginning of the part | ||
| 3648 | 2024.07.31 06:54:11.284142 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30968, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3649 | 2024.07.31 06:54:11.284314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3650 | 2024.07.31 06:54:11.284387 [ 195 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 77 rows starting from the beginning of the part | ||
| 3651 | 2024.07.31 06:54:11.284410 [ 3 ] {} <Debug> HTTP-Session: 1a94b15d-5a4e-4854-b705-bab5008a927c Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3652 | 2024.07.31 06:54:11.284505 [ 3 ] {} <Debug> HTTP-Session: 1a94b15d-5a4e-4854-b705-bab5008a927c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3653 | 2024.07.31 06:54:11.284550 [ 3 ] {} <Debug> HTTP-Session: 1a94b15d-5a4e-4854-b705-bab5008a927c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3654 | 2024.07.31 06:54:11.284662 [ 195 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 77 rows starting from the beginning of the part | ||
| 3655 | 2024.07.31 06:54:11.284722 [ 3 ] {} <Trace> HTTP-Session: 1a94b15d-5a4e-4854-b705-bab5008a927c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3656 | 2024.07.31 06:54:11.284995 [ 195 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 77 rows starting from the beginning of the part | ||
| 3657 | 2024.07.31 06:54:11.285106 [ 195 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 77 rows starting from the beginning of the part | ||
| 3658 | 2024.07.31 06:54:11.285222 [ 3 ] {78be893f-4aa6-4743-8611-1d4fe48837cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3659 | 2024.07.31 06:54:11.285433 [ 3 ] {78be893f-4aa6-4743-8611-1d4fe48837cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3660 | 2024.07.31 06:54:11.285490 [ 195 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 77 rows starting from the beginning of the part | ||
| 3661 | 2024.07.31 06:54:11.286285 [ 3 ] {78be893f-4aa6-4743-8611-1d4fe48837cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3662 | 2024.07.31 06:54:11.287279 [ 3 ] {78be893f-4aa6-4743-8611-1d4fe48837cc} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3663 | 2024.07.31 06:54:11.287350 [ 3 ] {78be893f-4aa6-4743-8611-1d4fe48837cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3664 | 2024.07.31 06:54:11.288552 [ 3 ] {78be893f-4aa6-4743-8611-1d4fe48837cc} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3665 | 2024.07.31 06:54:11.288638 [ 195 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 462 rows, containing 5 columns (5 merged, 0 gathered) in 0.00561442 sec., 82288.1081215869 rows/sec., 5.07 MiB/sec. | ||
| 3666 | 2024.07.31 06:54:11.288987 [ 194 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3667 | 2024.07.31 06:54:11.289228 [ 3 ] {78be893f-4aa6-4743-8611-1d4fe48837cc} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3668 | 2024.07.31 06:54:11.289596 [ 3 ] {78be893f-4aa6-4743-8611-1d4fe48837cc} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.004621 sec., 35057.34689461155 rows/sec., 2.44 MiB/sec. | ||
| 3669 | 2024.07.31 06:54:11.290018 [ 3 ] {78be893f-4aa6-4743-8611-1d4fe48837cc} <Debug> DynamicQueryHandler: Done processing query | ||
| 3670 | 2024.07.31 06:54:11.290058 [ 3 ] {78be893f-4aa6-4743-8611-1d4fe48837cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3671 | 2024.07.31 06:54:11.290099 [ 3 ] {} <Debug> HTTP-Session: 1a94b15d-5a4e-4854-b705-bab5008a927c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3672 | 2024.07.31 06:54:11.290132 [ 194 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_6_1} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3673 | 2024.07.31 06:54:11.290253 [ 194 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_6_1} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3674 | 2024.07.31 06:54:11.290273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3675 | 2024.07.31 06:54:11.290388 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3676 | 2024.07.31 06:54:11.290420 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 3677 | 2024.07.31 06:54:11.290430 [ 3 ] {} <Debug> HTTP-Session: 65ab238d-69da-42cf-b69b-276a851059e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3678 | 2024.07.31 06:54:11.290477 [ 3 ] {} <Debug> HTTP-Session: 65ab238d-69da-42cf-b69b-276a851059e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3679 | 2024.07.31 06:54:11.290493 [ 3 ] {} <Debug> HTTP-Session: 65ab238d-69da-42cf-b69b-276a851059e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3680 | 2024.07.31 06:54:11.290525 [ 3 ] {} <Trace> HTTP-Session: 65ab238d-69da-42cf-b69b-276a851059e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3681 | 2024.07.31 06:54:11.290666 [ 3 ] {16141e80-91a4-4087-95e4-0e2fe07e863e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3682 | 2024.07.31 06:54:11.290737 [ 3 ] {16141e80-91a4-4087-95e4-0e2fe07e863e} <Trace> 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 | ||
| 3683 | 2024.07.31 06:54:11.291200 [ 3 ] {16141e80-91a4-4087-95e4-0e2fe07e863e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3684 | 2024.07.31 06:54:11.291754 [ 3 ] {16141e80-91a4-4087-95e4-0e2fe07e863e} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3685 | 2024.07.31 06:54:11.291792 [ 3 ] {16141e80-91a4-4087-95e4-0e2fe07e863e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3686 | 2024.07.31 06:54:11.292390 [ 3 ] {16141e80-91a4-4087-95e4-0e2fe07e863e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3687 | 2024.07.31 06:54:11.292835 [ 3 ] {16141e80-91a4-4087-95e4-0e2fe07e863e} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3688 | 2024.07.31 06:54:11.293007 [ 114 ] {} <Debug> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3689 | 2024.07.31 06:54:11.293036 [ 3 ] {16141e80-91a4-4087-95e4-0e2fe07e863e} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.00243 sec., 1646.0905349794239 rows/sec., 2.95 MiB/sec. | ||
| 3690 | 2024.07.31 06:54:11.293068 [ 114 ] {} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3691 | 2024.07.31 06:54:11.293142 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3692 | 2024.07.31 06:54:11.293556 [ 199 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 3693 | 2024.07.31 06:54:11.293899 [ 3 ] {16141e80-91a4-4087-95e4-0e2fe07e863e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3694 | 2024.07.31 06:54:11.293965 [ 3 ] {16141e80-91a4-4087-95e4-0e2fe07e863e} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 3695 | 2024.07.31 06:54:11.294011 [ 3 ] {} <Debug> HTTP-Session: 65ab238d-69da-42cf-b69b-276a851059e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3696 | 2024.07.31 06:54:11.294221 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3697 | 2024.07.31 06:54:11.294240 [ 199 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3698 | 2024.07.31 06:54:11.294337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3699 | 2024.07.31 06:54:11.294404 [ 3 ] {} <Debug> HTTP-Session: 3b544c06-4f6e-4c0b-93bd-3a65a6bfcd29 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3700 | 2024.07.31 06:54:11.294404 [ 199 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part | ||
| 3701 | 2024.07.31 06:54:11.294437 [ 3 ] {} <Debug> HTTP-Session: 3b544c06-4f6e-4c0b-93bd-3a65a6bfcd29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3702 | 2024.07.31 06:54:11.294472 [ 3 ] {} <Debug> HTTP-Session: 3b544c06-4f6e-4c0b-93bd-3a65a6bfcd29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3703 | 2024.07.31 06:54:11.294533 [ 3 ] {} <Trace> HTTP-Session: 3b544c06-4f6e-4c0b-93bd-3a65a6bfcd29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3704 | 2024.07.31 06:54:11.294990 [ 3 ] {6dc5e3f6-5eed-4dd8-86cd-47524b604a56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3705 | 2024.07.31 06:54:11.295073 [ 199 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 27 rows starting from the beginning of the part | ||
| 3706 | 2024.07.31 06:54:11.295090 [ 3 ] {6dc5e3f6-5eed-4dd8-86cd-47524b604a56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 3707 | 2024.07.31 06:54:11.296004 [ 199 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 27 rows starting from the beginning of the part | ||
| 3708 | 2024.07.31 06:54:11.296032 [ 3 ] {6dc5e3f6-5eed-4dd8-86cd-47524b604a56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3709 | 2024.07.31 06:54:11.296597 [ 199 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
| 3710 | 2024.07.31 06:54:11.297043 [ 3 ] {6dc5e3f6-5eed-4dd8-86cd-47524b604a56} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3711 | 2024.07.31 06:54:11.297191 [ 3 ] {6dc5e3f6-5eed-4dd8-86cd-47524b604a56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3712 | 2024.07.31 06:54:11.297289 [ 199 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 27 rows starting from the beginning of the part | ||
| 3713 | 2024.07.31 06:54:11.297907 [ 199 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
| 3714 | 2024.07.31 06:54:11.298589 [ 3 ] {6dc5e3f6-5eed-4dd8-86cd-47524b604a56} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3715 | 2024.07.31 06:54:11.299517 [ 3 ] {6dc5e3f6-5eed-4dd8-86cd-47524b604a56} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3716 | 2024.07.31 06:54:11.299937 [ 3 ] {6dc5e3f6-5eed-4dd8-86cd-47524b604a56} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.005215 sec., 4410.354745925216 rows/sec., 238.57 KiB/sec. | ||
| 3717 | 2024.07.31 06:54:11.300290 [ 3 ] {6dc5e3f6-5eed-4dd8-86cd-47524b604a56} <Debug> DynamicQueryHandler: Done processing query | ||
| 3718 | 2024.07.31 06:54:11.300345 [ 3 ] {6dc5e3f6-5eed-4dd8-86cd-47524b604a56} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3719 | 2024.07.31 06:54:11.300396 [ 3 ] {} <Debug> HTTP-Session: 3b544c06-4f6e-4c0b-93bd-3a65a6bfcd29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3720 | 2024.07.31 06:54:11.301160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3721 | 2024.07.31 06:54:11.301310 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3722 | 2024.07.31 06:54:11.301340 [ 3 ] {} <Debug> HTTP-Session: c593240b-4052-462a-b50f-81f63e6e544e Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3723 | 2024.07.31 06:54:11.301358 [ 3 ] {} <Debug> HTTP-Session: c593240b-4052-462a-b50f-81f63e6e544e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3724 | 2024.07.31 06:54:11.301373 [ 3 ] {} <Debug> HTTP-Session: c593240b-4052-462a-b50f-81f63e6e544e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3725 | 2024.07.31 06:54:11.301407 [ 3 ] {} <Trace> HTTP-Session: c593240b-4052-462a-b50f-81f63e6e544e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3726 | 2024.07.31 06:54:11.301588 [ 3 ] {e0fddb55-1fed-44ae-9cdd-689f134762a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3727 | 2024.07.31 06:54:11.301635 [ 3 ] {e0fddb55-1fed-44ae-9cdd-689f134762a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3728 | 2024.07.31 06:54:11.301789 [ 3 ] {e0fddb55-1fed-44ae-9cdd-689f134762a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3729 | 2024.07.31 06:54:11.302121 [ 3 ] {e0fddb55-1fed-44ae-9cdd-689f134762a8} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3730 | 2024.07.31 06:54:11.302159 [ 3 ] {e0fddb55-1fed-44ae-9cdd-689f134762a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3731 | 2024.07.31 06:54:11.302582 [ 3 ] {e0fddb55-1fed-44ae-9cdd-689f134762a8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3732 | 2024.07.31 06:54:11.302948 [ 3 ] {e0fddb55-1fed-44ae-9cdd-689f134762a8} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3733 | 2024.07.31 06:54:11.303114 [ 3 ] {e0fddb55-1fed-44ae-9cdd-689f134762a8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001611 sec., 37243.947858472995 rows/sec., 2.51 MiB/sec. | ||
| 3734 | 2024.07.31 06:54:11.303593 [ 3 ] {e0fddb55-1fed-44ae-9cdd-689f134762a8} <Debug> DynamicQueryHandler: Done processing query | ||
| 3735 | 2024.07.31 06:54:11.303634 [ 3 ] {e0fddb55-1fed-44ae-9cdd-689f134762a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3736 | 2024.07.31 06:54:11.303675 [ 3 ] {} <Debug> HTTP-Session: c593240b-4052-462a-b50f-81f63e6e544e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3737 | 2024.07.31 06:54:11.304926 [ 189 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 115 rows, containing 19 columns (19 merged, 0 gathered) in 0.01164945 sec., 9871.710681620161 rows/sec., 17.69 MiB/sec. | ||
| 3738 | 2024.07.31 06:54:11.305364 [ 187 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3739 | 2024.07.31 06:54:11.306041 [ 187 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3740 | 2024.07.31 06:54:11.306132 [ 187 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3741 | 2024.07.31 06:54:11.306294 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. | ||
| 3742 | 2024.07.31 06:54:12.259469 [ 113 ] {} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3743 | 2024.07.31 06:54:12.259541 [ 113 ] {} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3744 | 2024.07.31 06:54:12.259566 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3745 | 2024.07.31 06:54:12.259694 [ 202 ] {08d71333-7f2b-4146-a854-56c9cec2b9bb::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
| 3746 | 2024.07.31 06:54:12.259998 [ 202 ] {08d71333-7f2b-4146-a854-56c9cec2b9bb::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3747 | 2024.07.31 06:54:12.260038 [ 202 ] {08d71333-7f2b-4146-a854-56c9cec2b9bb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
| 3748 | 2024.07.31 06:54:12.260127 [ 202 ] {08d71333-7f2b-4146-a854-56c9cec2b9bb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
| 3749 | 2024.07.31 06:54:12.260258 [ 202 ] {08d71333-7f2b-4146-a854-56c9cec2b9bb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part | ||
| 3750 | 2024.07.31 06:54:12.260353 [ 202 ] {08d71333-7f2b-4146-a854-56c9cec2b9bb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part | ||
| 3751 | 2024.07.31 06:54:12.260454 [ 202 ] {08d71333-7f2b-4146-a854-56c9cec2b9bb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
| 3752 | 2024.07.31 06:54:12.262558 [ 187 ] {08d71333-7f2b-4146-a854-56c9cec2b9bb::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 6 columns (6 merged, 0 gathered) in 0.002924433 sec., 14361.758330589211 rows/sec., 1.96 MiB/sec. | ||
| 3753 | 2024.07.31 06:54:12.262721 [ 202 ] {08d71333-7f2b-4146-a854-56c9cec2b9bb::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3754 | 2024.07.31 06:54:12.263194 [ 202 ] {08d71333-7f2b-4146-a854-56c9cec2b9bb::all_1_5_1} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3755 | 2024.07.31 06:54:12.263272 [ 202 ] {08d71333-7f2b-4146-a854-56c9cec2b9bb::all_1_5_1} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3756 | 2024.07.31 06:54:12.263350 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 3757 | 2024.07.31 06:54:16.261048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3758 | 2024.07.31 06:54:16.261196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3759 | 2024.07.31 06:54:16.261227 [ 3 ] {} <Debug> HTTP-Session: 6179f496-a44e-4b48-8bda-1f8f95ce025c Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3760 | 2024.07.31 06:54:16.261256 [ 3 ] {} <Debug> HTTP-Session: 6179f496-a44e-4b48-8bda-1f8f95ce025c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3761 | 2024.07.31 06:54:16.261274 [ 3 ] {} <Debug> HTTP-Session: 6179f496-a44e-4b48-8bda-1f8f95ce025c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3762 | 2024.07.31 06:54:16.261331 [ 3 ] {} <Trace> HTTP-Session: 6179f496-a44e-4b48-8bda-1f8f95ce025c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3763 | 2024.07.31 06:54:16.261542 [ 3 ] {92469caa-9f75-49c0-9447-590a00d8576d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3764 | 2024.07.31 06:54:16.261618 [ 3 ] {92469caa-9f75-49c0-9447-590a00d8576d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3765 | 2024.07.31 06:54:16.261834 [ 3 ] {92469caa-9f75-49c0-9447-590a00d8576d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3766 | 2024.07.31 06:54:16.262302 [ 3 ] {92469caa-9f75-49c0-9447-590a00d8576d} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3767 | 2024.07.31 06:54:16.262347 [ 3 ] {92469caa-9f75-49c0-9447-590a00d8576d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3768 | 2024.07.31 06:54:16.262735 [ 3 ] {92469caa-9f75-49c0-9447-590a00d8576d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3769 | 2024.07.31 06:54:16.263088 [ 3 ] {92469caa-9f75-49c0-9447-590a00d8576d} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3770 | 2024.07.31 06:54:16.263274 [ 108 ] {} <Debug> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3771 | 2024.07.31 06:54:16.263277 [ 3 ] {92469caa-9f75-49c0-9447-590a00d8576d} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001794 sec., 15050.167224080267 rows/sec., 1.19 MiB/sec. | ||
| 3772 | 2024.07.31 06:54:16.263357 [ 108 ] {} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3773 | 2024.07.31 06:54:16.263426 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3774 | 2024.07.31 06:54:16.263603 [ 186 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 3775 | 2024.07.31 06:54:16.263664 [ 3 ] {92469caa-9f75-49c0-9447-590a00d8576d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3776 | 2024.07.31 06:54:16.263697 [ 3 ] {92469caa-9f75-49c0-9447-590a00d8576d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3777 | 2024.07.31 06:54:16.263722 [ 3 ] {} <Debug> HTTP-Session: 6179f496-a44e-4b48-8bda-1f8f95ce025c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3778 | 2024.07.31 06:54:16.263783 [ 186 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3779 | 2024.07.31 06:54:16.263820 [ 186 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 33 rows starting from the beginning of the part | ||
| 3780 | 2024.07.31 06:54:16.263933 [ 186 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 27 rows starting from the beginning of the part | ||
| 3781 | 2024.07.31 06:54:16.263968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 20062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3782 | 2024.07.31 06:54:16.264162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3783 | 2024.07.31 06:54:16.264267 [ 3 ] {} <Debug> HTTP-Session: 2b7cd927-317d-4d1b-bbd7-6b06e6b4360c Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3784 | 2024.07.31 06:54:16.264301 [ 186 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 10 rows starting from the beginning of the part | ||
| 3785 | 2024.07.31 06:54:16.264348 [ 3 ] {} <Debug> HTTP-Session: 2b7cd927-317d-4d1b-bbd7-6b06e6b4360c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3786 | 2024.07.31 06:54:16.264381 [ 3 ] {} <Debug> HTTP-Session: 2b7cd927-317d-4d1b-bbd7-6b06e6b4360c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3787 | 2024.07.31 06:54:16.264533 [ 3 ] {} <Trace> HTTP-Session: 2b7cd927-317d-4d1b-bbd7-6b06e6b4360c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3788 | 2024.07.31 06:54:16.264566 [ 186 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 27 rows starting from the beginning of the part | ||
| 3789 | 2024.07.31 06:54:16.264796 [ 186 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 10 rows starting from the beginning of the part | ||
| 3790 | 2024.07.31 06:54:16.264873 [ 186 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 27 rows starting from the beginning of the part | ||
| 3791 | 2024.07.31 06:54:16.264931 [ 3 ] {c366767c-9bfb-4dac-a8ab-69a0900972df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3792 | 2024.07.31 06:54:16.265119 [ 3 ] {c366767c-9bfb-4dac-a8ab-69a0900972df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3793 | 2024.07.31 06:54:16.265592 [ 3 ] {c366767c-9bfb-4dac-a8ab-69a0900972df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3794 | 2024.07.31 06:54:16.266246 [ 3 ] {c366767c-9bfb-4dac-a8ab-69a0900972df} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3795 | 2024.07.31 06:54:16.266291 [ 3 ] {c366767c-9bfb-4dac-a8ab-69a0900972df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3796 | 2024.07.31 06:54:16.266736 [ 202 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 134 rows, containing 4 columns (4 merged, 0 gathered) in 0.00319918 sec., 41885.73321913741 rows/sec., 3.18 MiB/sec. | ||
| 3797 | 2024.07.31 06:54:16.266882 [ 3 ] {c366767c-9bfb-4dac-a8ab-69a0900972df} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3798 | 2024.07.31 06:54:16.267002 [ 202 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3799 | 2024.07.31 06:54:16.267705 [ 3 ] {c366767c-9bfb-4dac-a8ab-69a0900972df} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3800 | 2024.07.31 06:54:16.267965 [ 108 ] {} <Debug> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3801 | 2024.07.31 06:54:16.268027 [ 3 ] {c366767c-9bfb-4dac-a8ab-69a0900972df} <Debug> executeQuery: Read 137 rows, 11.71 KiB in 0.003248 sec., 42179.80295566502 rows/sec., 3.52 MiB/sec. | ||
| 3802 | 2024.07.31 06:54:16.268047 [ 108 ] {} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3803 | 2024.07.31 06:54:16.268063 [ 202 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_11_2} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3804 | 2024.07.31 06:54:16.268134 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3805 | 2024.07.31 06:54:16.268572 [ 202 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_11_2} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3806 | 2024.07.31 06:54:16.268703 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 3807 | 2024.07.31 06:54:16.268712 [ 3 ] {c366767c-9bfb-4dac-a8ab-69a0900972df} <Debug> DynamicQueryHandler: Done processing query | ||
| 3808 | 2024.07.31 06:54:16.268838 [ 3 ] {c366767c-9bfb-4dac-a8ab-69a0900972df} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3809 | 2024.07.31 06:54:16.268940 [ 3 ] {} <Debug> HTTP-Session: 2b7cd927-317d-4d1b-bbd7-6b06e6b4360c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3810 | 2024.07.31 06:54:16.268971 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3811 | 2024.07.31 06:54:16.269200 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3812 | 2024.07.31 06:54:16.269214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 15465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3813 | 2024.07.31 06:54:16.269238 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 278 rows starting from the beginning of the part | ||
| 3814 | 2024.07.31 06:54:16.269281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3815 | 2024.07.31 06:54:16.269345 [ 3 ] {} <Debug> HTTP-Session: da76aa0c-06d3-4fde-95ba-e7ac8fbd5120 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3816 | 2024.07.31 06:54:16.269361 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 137 rows starting from the beginning of the part | ||
| 3817 | 2024.07.31 06:54:16.269391 [ 3 ] {} <Debug> HTTP-Session: da76aa0c-06d3-4fde-95ba-e7ac8fbd5120 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3818 | 2024.07.31 06:54:16.269429 [ 3 ] {} <Debug> HTTP-Session: da76aa0c-06d3-4fde-95ba-e7ac8fbd5120 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3819 | 2024.07.31 06:54:16.269561 [ 3 ] {} <Trace> HTTP-Session: da76aa0c-06d3-4fde-95ba-e7ac8fbd5120 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3820 | 2024.07.31 06:54:16.269629 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 175 rows starting from the beginning of the part | ||
| 3821 | 2024.07.31 06:54:16.269731 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 175 rows starting from the beginning of the part | ||
| 3822 | 2024.07.31 06:54:16.269838 [ 3 ] {923e0e9f-8cf4-4039-a44e-0047e5f0e72f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3823 | 2024.07.31 06:54:16.270036 [ 3 ] {923e0e9f-8cf4-4039-a44e-0047e5f0e72f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3824 | 2024.07.31 06:54:16.270059 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 175 rows starting from the beginning of the part | ||
| 3825 | 2024.07.31 06:54:16.270428 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 137 rows starting from the beginning of the part | ||
| 3826 | 2024.07.31 06:54:16.270947 [ 3 ] {923e0e9f-8cf4-4039-a44e-0047e5f0e72f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3827 | 2024.07.31 06:54:16.271537 [ 3 ] {923e0e9f-8cf4-4039-a44e-0047e5f0e72f} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3828 | 2024.07.31 06:54:16.271581 [ 3 ] {923e0e9f-8cf4-4039-a44e-0047e5f0e72f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3829 | 2024.07.31 06:54:16.272061 [ 3 ] {923e0e9f-8cf4-4039-a44e-0047e5f0e72f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3830 | 2024.07.31 06:54:16.272407 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1077 rows, containing 4 columns (4 merged, 0 gathered) in 0.004082532 sec., 263806.8727936487 rows/sec., 22.58 MiB/sec. | ||
| 3831 | 2024.07.31 06:54:16.272538 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3832 | 2024.07.31 06:54:16.272586 [ 3 ] {923e0e9f-8cf4-4039-a44e-0047e5f0e72f} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3833 | 2024.07.31 06:54:16.272808 [ 108 ] {} <Debug> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3834 | 2024.07.31 06:54:16.272870 [ 3 ] {923e0e9f-8cf4-4039-a44e-0047e5f0e72f} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.003174 sec., 28670.44738500315 rows/sec., 2.24 MiB/sec. | ||
| 3835 | 2024.07.31 06:54:16.272949 [ 108 ] {} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3836 | 2024.07.31 06:54:16.273054 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3837 | 2024.07.31 06:54:16.273439 [ 3 ] {923e0e9f-8cf4-4039-a44e-0047e5f0e72f} <Debug> DynamicQueryHandler: Done processing query | ||
| 3838 | 2024.07.31 06:54:16.273473 [ 202 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 3839 | 2024.07.31 06:54:16.273492 [ 3 ] {923e0e9f-8cf4-4039-a44e-0047e5f0e72f} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 3840 | 2024.07.31 06:54:16.273542 [ 3 ] {} <Debug> HTTP-Session: da76aa0c-06d3-4fde-95ba-e7ac8fbd5120 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3841 | 2024.07.31 06:54:16.273667 [ 193 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_16_3} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3842 | 2024.07.31 06:54:16.273867 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30593, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3843 | 2024.07.31 06:54:16.273961 [ 202 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3844 | 2024.07.31 06:54:16.273994 [ 193 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_16_3} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3845 | 2024.07.31 06:54:16.274047 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3846 | 2024.07.31 06:54:16.274055 [ 202 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 443 rows starting from the beginning of the part | ||
| 3847 | 2024.07.31 06:54:16.274131 [ 3 ] {} <Debug> HTTP-Session: adea12c5-202d-41de-ba66-ee5dc3659888 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3848 | 2024.07.31 06:54:16.274221 [ 3 ] {} <Debug> HTTP-Session: adea12c5-202d-41de-ba66-ee5dc3659888 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3849 | 2024.07.31 06:54:16.274311 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 3850 | 2024.07.31 06:54:16.274316 [ 3 ] {} <Debug> HTTP-Session: adea12c5-202d-41de-ba66-ee5dc3659888 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3851 | 2024.07.31 06:54:16.274496 [ 202 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 91 rows starting from the beginning of the part | ||
| 3852 | 2024.07.31 06:54:16.274507 [ 3 ] {} <Trace> HTTP-Session: adea12c5-202d-41de-ba66-ee5dc3659888 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3853 | 2024.07.31 06:54:16.274733 [ 202 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 397 rows starting from the beginning of the part | ||
| 3854 | 2024.07.31 06:54:16.274908 [ 3 ] {3a73d95c-b15b-4caa-a797-ff147dd26b4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3855 | 2024.07.31 06:54:16.275030 [ 202 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 119 rows starting from the beginning of the part | ||
| 3856 | 2024.07.31 06:54:16.275069 [ 3 ] {3a73d95c-b15b-4caa-a797-ff147dd26b4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3857 | 2024.07.31 06:54:16.275327 [ 202 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 390 rows starting from the beginning of the part | ||
| 3858 | 2024.07.31 06:54:16.275614 [ 202 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 91 rows starting from the beginning of the part | ||
| 3859 | 2024.07.31 06:54:16.276305 [ 3 ] {3a73d95c-b15b-4caa-a797-ff147dd26b4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3860 | 2024.07.31 06:54:16.277182 [ 3 ] {3a73d95c-b15b-4caa-a797-ff147dd26b4b} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3861 | 2024.07.31 06:54:16.277246 [ 3 ] {3a73d95c-b15b-4caa-a797-ff147dd26b4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3862 | 2024.07.31 06:54:16.278148 [ 3 ] {3a73d95c-b15b-4caa-a797-ff147dd26b4b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3863 | 2024.07.31 06:54:16.278632 [ 193 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1531 rows, containing 4 columns (4 merged, 0 gathered) in 0.005375534 sec., 284808.91386790597 rows/sec., 20.57 MiB/sec. | ||
| 3864 | 2024.07.31 06:54:16.278866 [ 193 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3865 | 2024.07.31 06:54:16.279018 [ 3 ] {3a73d95c-b15b-4caa-a797-ff147dd26b4b} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3866 | 2024.07.31 06:54:16.279242 [ 108 ] {} <Debug> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3867 | 2024.07.31 06:54:16.279369 [ 108 ] {} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3868 | 2024.07.31 06:54:16.279376 [ 3 ] {3a73d95c-b15b-4caa-a797-ff147dd26b4b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004623 sec., 34609.56089119619 rows/sec., 2.41 MiB/sec. | ||
| 3869 | 2024.07.31 06:54:16.279482 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3870 | 2024.07.31 06:54:16.280269 [ 188 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 3871 | 2024.07.31 06:54:16.280311 [ 198 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_16_3} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3872 | 2024.07.31 06:54:16.280666 [ 198 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_16_3} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3873 | 2024.07.31 06:54:16.280719 [ 3 ] {3a73d95c-b15b-4caa-a797-ff147dd26b4b} <Debug> DynamicQueryHandler: Done processing query | ||
| 3874 | 2024.07.31 06:54:16.280829 [ 3 ] {3a73d95c-b15b-4caa-a797-ff147dd26b4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3875 | 2024.07.31 06:54:16.280944 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 3876 | 2024.07.31 06:54:16.280958 [ 3 ] {} <Debug> HTTP-Session: adea12c5-202d-41de-ba66-ee5dc3659888 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3877 | 2024.07.31 06:54:16.281071 [ 188 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3878 | 2024.07.31 06:54:16.281148 [ 188 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1782 rows starting from the beginning of the part | ||
| 3879 | 2024.07.31 06:54:16.281230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 43413, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3880 | 2024.07.31 06:54:16.281411 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3881 | 2024.07.31 06:54:16.281498 [ 188 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part | ||
| 3882 | 2024.07.31 06:54:16.281526 [ 3 ] {} <Debug> HTTP-Session: f237ebe5-369c-4f96-952f-be0d4f64da21 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3883 | 2024.07.31 06:54:16.281583 [ 3 ] {} <Debug> HTTP-Session: f237ebe5-369c-4f96-952f-be0d4f64da21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3884 | 2024.07.31 06:54:16.281673 [ 3 ] {} <Debug> HTTP-Session: f237ebe5-369c-4f96-952f-be0d4f64da21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3885 | 2024.07.31 06:54:16.281808 [ 188 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 161 rows starting from the beginning of the part | ||
| 3886 | 2024.07.31 06:54:16.281878 [ 3 ] {} <Trace> HTTP-Session: f237ebe5-369c-4f96-952f-be0d4f64da21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3887 | 2024.07.31 06:54:16.282051 [ 188 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 198 rows starting from the beginning of the part | ||
| 3888 | 2024.07.31 06:54:16.282350 [ 188 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 162 rows starting from the beginning of the part | ||
| 3889 | 2024.07.31 06:54:16.282500 [ 188 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part | ||
| 3890 | 2024.07.31 06:54:16.282709 [ 3 ] {a8938c2c-e134-43ea-82a1-474c02a66c8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3891 | 2024.07.31 06:54:16.283033 [ 3 ] {a8938c2c-e134-43ea-82a1-474c02a66c8e} <Trace> 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 | ||
| 3892 | 2024.07.31 06:54:16.284557 [ 3 ] {a8938c2c-e134-43ea-82a1-474c02a66c8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3893 | 2024.07.31 06:54:16.285965 [ 3 ] {a8938c2c-e134-43ea-82a1-474c02a66c8e} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3894 | 2024.07.31 06:54:16.286008 [ 3 ] {a8938c2c-e134-43ea-82a1-474c02a66c8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3895 | 2024.07.31 06:54:16.286644 [ 188 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2623 rows, containing 5 columns (5 merged, 0 gathered) in 0.006971693 sec., 376235.72925543337 rows/sec., 26.23 MiB/sec. | ||
| 3896 | 2024.07.31 06:54:16.287049 [ 198 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3897 | 2024.07.31 06:54:16.287318 [ 3 ] {a8938c2c-e134-43ea-82a1-474c02a66c8e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3898 | 2024.07.31 06:54:16.288011 [ 193 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3899 | 2024.07.31 06:54:16.288176 [ 193 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3900 | 2024.07.31 06:54:16.288408 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 3901 | 2024.07.31 06:54:16.288415 [ 3 ] {a8938c2c-e134-43ea-82a1-474c02a66c8e} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3902 | 2024.07.31 06:54:16.288641 [ 3 ] {a8938c2c-e134-43ea-82a1-474c02a66c8e} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.006461 sec., 4178.919671877418 rows/sec., 7.49 MiB/sec. | ||
| 3903 | 2024.07.31 06:54:16.288897 [ 3 ] {a8938c2c-e134-43ea-82a1-474c02a66c8e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3904 | 2024.07.31 06:54:16.288921 [ 3 ] {a8938c2c-e134-43ea-82a1-474c02a66c8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 3905 | 2024.07.31 06:54:16.288938 [ 3 ] {} <Debug> HTTP-Session: f237ebe5-369c-4f96-952f-be0d4f64da21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3906 | 2024.07.31 06:54:16.289087 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3907 | 2024.07.31 06:54:16.289136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3908 | 2024.07.31 06:54:16.289155 [ 3 ] {} <Debug> HTTP-Session: 8a8ca90d-8e91-447c-9235-00d1049b5827 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3909 | 2024.07.31 06:54:16.289172 [ 3 ] {} <Debug> HTTP-Session: 8a8ca90d-8e91-447c-9235-00d1049b5827 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3910 | 2024.07.31 06:54:16.289186 [ 3 ] {} <Debug> HTTP-Session: 8a8ca90d-8e91-447c-9235-00d1049b5827 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3911 | 2024.07.31 06:54:16.289217 [ 3 ] {} <Trace> HTTP-Session: 8a8ca90d-8e91-447c-9235-00d1049b5827 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3912 | 2024.07.31 06:54:16.289342 [ 3 ] {4517a745-2839-47af-8f87-0ce287b48d4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3913 | 2024.07.31 06:54:16.289386 [ 3 ] {4517a745-2839-47af-8f87-0ce287b48d4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3914 | 2024.07.31 06:54:16.289519 [ 3 ] {4517a745-2839-47af-8f87-0ce287b48d4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3915 | 2024.07.31 06:54:16.289845 [ 3 ] {4517a745-2839-47af-8f87-0ce287b48d4d} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3916 | 2024.07.31 06:54:16.289881 [ 3 ] {4517a745-2839-47af-8f87-0ce287b48d4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3917 | 2024.07.31 06:54:16.290240 [ 3 ] {4517a745-2839-47af-8f87-0ce287b48d4d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3918 | 2024.07.31 06:54:16.290586 [ 3 ] {4517a745-2839-47af-8f87-0ce287b48d4d} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3919 | 2024.07.31 06:54:16.290738 [ 108 ] {} <Debug> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3920 | 2024.07.31 06:54:16.290748 [ 3 ] {4517a745-2839-47af-8f87-0ce287b48d4d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001443 sec., 41580.04158004158 rows/sec., 2.80 MiB/sec. | ||
| 3921 | 2024.07.31 06:54:16.290784 [ 108 ] {} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3922 | 2024.07.31 06:54:16.290848 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3923 | 2024.07.31 06:54:16.291185 [ 3 ] {4517a745-2839-47af-8f87-0ce287b48d4d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3924 | 2024.07.31 06:54:16.291208 [ 198 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 3925 | 2024.07.31 06:54:16.291243 [ 3 ] {4517a745-2839-47af-8f87-0ce287b48d4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3926 | 2024.07.31 06:54:16.291326 [ 3 ] {} <Debug> HTTP-Session: 8a8ca90d-8e91-447c-9235-00d1049b5827 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3927 | 2024.07.31 06:54:16.291540 [ 198 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3928 | 2024.07.31 06:54:16.291575 [ 198 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 586 rows starting from the beginning of the part | ||
| 3929 | 2024.07.31 06:54:16.291691 [ 198 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
| 3930 | 2024.07.31 06:54:16.291882 [ 198 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part | ||
| 3931 | 2024.07.31 06:54:16.292119 [ 198 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part | ||
| 3932 | 2024.07.31 06:54:16.292230 [ 198 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part | ||
| 3933 | 2024.07.31 06:54:16.292430 [ 198 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part | ||
| 3934 | 2024.07.31 06:54:16.293629 [ 193 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 886 rows, containing 4 columns (4 merged, 0 gathered) in 0.002676017 sec., 331089.0775357555 rows/sec., 22.34 MiB/sec. | ||
| 3935 | 2024.07.31 06:54:16.293832 [ 188 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3936 | 2024.07.31 06:54:16.294312 [ 188 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_16_3} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3937 | 2024.07.31 06:54:16.294417 [ 188 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_16_3} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3938 | 2024.07.31 06:54:16.294524 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 3939 | 2024.07.31 06:54:21.263648 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3940 | 2024.07.31 06:54:21.263839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3941 | 2024.07.31 06:54:21.263884 [ 3 ] {} <Debug> HTTP-Session: b94b42c7-30c8-45eb-8bca-fba964e83630 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3942 | 2024.07.31 06:54:21.263924 [ 3 ] {} <Debug> HTTP-Session: b94b42c7-30c8-45eb-8bca-fba964e83630 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3943 | 2024.07.31 06:54:21.263952 [ 3 ] {} <Debug> HTTP-Session: b94b42c7-30c8-45eb-8bca-fba964e83630 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3944 | 2024.07.31 06:54:21.264032 [ 3 ] {} <Trace> HTTP-Session: b94b42c7-30c8-45eb-8bca-fba964e83630 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3945 | 2024.07.31 06:54:21.264241 [ 3 ] {5ccda581-bb17-4e38-8727-d506e07f5a21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3946 | 2024.07.31 06:54:21.264305 [ 3 ] {5ccda581-bb17-4e38-8727-d506e07f5a21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3947 | 2024.07.31 06:54:21.264494 [ 3 ] {5ccda581-bb17-4e38-8727-d506e07f5a21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3948 | 2024.07.31 06:54:21.264893 [ 3 ] {5ccda581-bb17-4e38-8727-d506e07f5a21} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3949 | 2024.07.31 06:54:21.264932 [ 3 ] {5ccda581-bb17-4e38-8727-d506e07f5a21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3950 | 2024.07.31 06:54:21.265284 [ 3 ] {5ccda581-bb17-4e38-8727-d506e07f5a21} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3951 | 2024.07.31 06:54:21.265625 [ 3 ] {5ccda581-bb17-4e38-8727-d506e07f5a21} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3952 | 2024.07.31 06:54:21.265784 [ 3 ] {5ccda581-bb17-4e38-8727-d506e07f5a21} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.001592 sec., 6281.407035175879 rows/sec., 417.12 KiB/sec. | ||
| 3953 | 2024.07.31 06:54:21.265978 [ 3 ] {5ccda581-bb17-4e38-8727-d506e07f5a21} <Debug> DynamicQueryHandler: Done processing query | ||
| 3954 | 2024.07.31 06:54:21.266003 [ 3 ] {5ccda581-bb17-4e38-8727-d506e07f5a21} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3955 | 2024.07.31 06:54:21.266020 [ 3 ] {} <Debug> HTTP-Session: b94b42c7-30c8-45eb-8bca-fba964e83630 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3956 | 2024.07.31 06:54:21.266244 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3957 | 2024.07.31 06:54:21.266292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3958 | 2024.07.31 06:54:21.266311 [ 3 ] {} <Debug> HTTP-Session: e54dad9e-e1bb-4733-b0ac-9a32723e0b9e Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3959 | 2024.07.31 06:54:21.266327 [ 3 ] {} <Debug> HTTP-Session: e54dad9e-e1bb-4733-b0ac-9a32723e0b9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3960 | 2024.07.31 06:54:21.266341 [ 3 ] {} <Debug> HTTP-Session: e54dad9e-e1bb-4733-b0ac-9a32723e0b9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3961 | 2024.07.31 06:54:21.266372 [ 3 ] {} <Trace> HTTP-Session: e54dad9e-e1bb-4733-b0ac-9a32723e0b9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3962 | 2024.07.31 06:54:21.266514 [ 3 ] {15a3e340-fcd6-4013-a376-3c7711805ce9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3963 | 2024.07.31 06:54:21.266557 [ 3 ] {15a3e340-fcd6-4013-a376-3c7711805ce9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3964 | 2024.07.31 06:54:21.266679 [ 3 ] {15a3e340-fcd6-4013-a376-3c7711805ce9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3965 | 2024.07.31 06:54:21.267091 [ 3 ] {15a3e340-fcd6-4013-a376-3c7711805ce9} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3966 | 2024.07.31 06:54:21.267125 [ 3 ] {15a3e340-fcd6-4013-a376-3c7711805ce9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3967 | 2024.07.31 06:54:21.267456 [ 3 ] {15a3e340-fcd6-4013-a376-3c7711805ce9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3968 | 2024.07.31 06:54:21.267765 [ 3 ] {15a3e340-fcd6-4013-a376-3c7711805ce9} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3969 | 2024.07.31 06:54:21.267919 [ 3 ] {15a3e340-fcd6-4013-a376-3c7711805ce9} <Debug> executeQuery: Read 173 rows, 15.66 KiB in 0.001462 sec., 118331.0533515732 rows/sec., 10.46 MiB/sec. | ||
| 3970 | 2024.07.31 06:54:21.268133 [ 3 ] {15a3e340-fcd6-4013-a376-3c7711805ce9} <Debug> DynamicQueryHandler: Done processing query | ||
| 3971 | 2024.07.31 06:54:21.268158 [ 3 ] {15a3e340-fcd6-4013-a376-3c7711805ce9} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 3972 | 2024.07.31 06:54:21.268173 [ 3 ] {} <Debug> HTTP-Session: e54dad9e-e1bb-4733-b0ac-9a32723e0b9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3973 | 2024.07.31 06:54:21.268476 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 62271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3974 | 2024.07.31 06:54:21.268524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3975 | 2024.07.31 06:54:21.268543 [ 3 ] {} <Debug> HTTP-Session: 5cbf5ca3-f102-41e8-8c3d-6a0ddec57080 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3976 | 2024.07.31 06:54:21.268559 [ 3 ] {} <Debug> HTTP-Session: 5cbf5ca3-f102-41e8-8c3d-6a0ddec57080 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3977 | 2024.07.31 06:54:21.268572 [ 3 ] {} <Debug> HTTP-Session: 5cbf5ca3-f102-41e8-8c3d-6a0ddec57080 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3978 | 2024.07.31 06:54:21.268602 [ 3 ] {} <Trace> HTTP-Session: 5cbf5ca3-f102-41e8-8c3d-6a0ddec57080 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3979 | 2024.07.31 06:54:21.268797 [ 3 ] {6889f2d3-eec2-40cc-a210-8442ff8c920c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3980 | 2024.07.31 06:54:21.268838 [ 3 ] {6889f2d3-eec2-40cc-a210-8442ff8c920c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3981 | 2024.07.31 06:54:21.268965 [ 3 ] {6889f2d3-eec2-40cc-a210-8442ff8c920c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3982 | 2024.07.31 06:54:21.269470 [ 3 ] {6889f2d3-eec2-40cc-a210-8442ff8c920c} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3983 | 2024.07.31 06:54:21.269507 [ 3 ] {6889f2d3-eec2-40cc-a210-8442ff8c920c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3984 | 2024.07.31 06:54:21.269833 [ 3 ] {6889f2d3-eec2-40cc-a210-8442ff8c920c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3985 | 2024.07.31 06:54:21.270158 [ 3 ] {6889f2d3-eec2-40cc-a210-8442ff8c920c} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3986 | 2024.07.31 06:54:21.270311 [ 3 ] {6889f2d3-eec2-40cc-a210-8442ff8c920c} <Debug> executeQuery: Read 386 rows, 27.79 KiB in 0.001607 sec., 240199.12881144992 rows/sec., 16.89 MiB/sec. | ||
| 3987 | 2024.07.31 06:54:21.270611 [ 3 ] {6889f2d3-eec2-40cc-a210-8442ff8c920c} <Debug> DynamicQueryHandler: Done processing query | ||
| 3988 | 2024.07.31 06:54:21.270635 [ 3 ] {6889f2d3-eec2-40cc-a210-8442ff8c920c} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 3989 | 2024.07.31 06:54:21.270651 [ 3 ] {} <Debug> HTTP-Session: 5cbf5ca3-f102-41e8-8c3d-6a0ddec57080 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3990 | 2024.07.31 06:54:21.270837 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3991 | 2024.07.31 06:54:21.270884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3992 | 2024.07.31 06:54:21.270903 [ 3 ] {} <Debug> HTTP-Session: 52b098ae-cc0a-4460-99a6-ef8eee742b4b Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 3993 | 2024.07.31 06:54:21.270919 [ 3 ] {} <Debug> HTTP-Session: 52b098ae-cc0a-4460-99a6-ef8eee742b4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3994 | 2024.07.31 06:54:21.270933 [ 3 ] {} <Debug> HTTP-Session: 52b098ae-cc0a-4460-99a6-ef8eee742b4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3995 | 2024.07.31 06:54:21.270963 [ 3 ] {} <Trace> HTTP-Session: 52b098ae-cc0a-4460-99a6-ef8eee742b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3996 | 2024.07.31 06:54:21.271059 [ 3 ] {98573186-4653-47cc-bb80-088413de3e87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 3997 | 2024.07.31 06:54:21.271105 [ 3 ] {98573186-4653-47cc-bb80-088413de3e87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3998 | 2024.07.31 06:54:21.271249 [ 3 ] {98573186-4653-47cc-bb80-088413de3e87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3999 | 2024.07.31 06:54:21.271509 [ 3 ] {98573186-4653-47cc-bb80-088413de3e87} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4000 | 2024.07.31 06:54:21.271544 [ 3 ] {98573186-4653-47cc-bb80-088413de3e87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4001 | 2024.07.31 06:54:21.271895 [ 3 ] {98573186-4653-47cc-bb80-088413de3e87} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4002 | 2024.07.31 06:54:21.272217 [ 3 ] {98573186-4653-47cc-bb80-088413de3e87} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4003 | 2024.07.31 06:54:21.272364 [ 3 ] {98573186-4653-47cc-bb80-088413de3e87} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001325 sec., 4528.301886792453 rows/sec., 194.58 KiB/sec. | ||
| 4004 | 2024.07.31 06:54:21.272528 [ 3 ] {98573186-4653-47cc-bb80-088413de3e87} <Debug> DynamicQueryHandler: Done processing query | ||
| 4005 | 2024.07.31 06:54:21.272552 [ 3 ] {98573186-4653-47cc-bb80-088413de3e87} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4006 | 2024.07.31 06:54:21.272568 [ 3 ] {} <Debug> HTTP-Session: 52b098ae-cc0a-4460-99a6-ef8eee742b4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4007 | 2024.07.31 06:54:21.272739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4008 | 2024.07.31 06:54:21.272787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4009 | 2024.07.31 06:54:21.272805 [ 3 ] {} <Debug> HTTP-Session: 6df176c6-fbea-447e-8396-d36a8c3e502a Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4010 | 2024.07.31 06:54:21.272820 [ 3 ] {} <Debug> HTTP-Session: 6df176c6-fbea-447e-8396-d36a8c3e502a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4011 | 2024.07.31 06:54:21.272834 [ 3 ] {} <Debug> HTTP-Session: 6df176c6-fbea-447e-8396-d36a8c3e502a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4012 | 2024.07.31 06:54:21.272864 [ 3 ] {} <Trace> HTTP-Session: 6df176c6-fbea-447e-8396-d36a8c3e502a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4013 | 2024.07.31 06:54:21.272981 [ 3 ] {64b32731-9ed0-4107-befe-5e056ccdbd19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 4014 | 2024.07.31 06:54:21.273027 [ 3 ] {64b32731-9ed0-4107-befe-5e056ccdbd19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 4015 | 2024.07.31 06:54:21.273169 [ 3 ] {64b32731-9ed0-4107-befe-5e056ccdbd19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4016 | 2024.07.31 06:54:21.273471 [ 3 ] {64b32731-9ed0-4107-befe-5e056ccdbd19} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4017 | 2024.07.31 06:54:21.273506 [ 3 ] {64b32731-9ed0-4107-befe-5e056ccdbd19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4018 | 2024.07.31 06:54:21.273862 [ 3 ] {64b32731-9ed0-4107-befe-5e056ccdbd19} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4019 | 2024.07.31 06:54:21.274195 [ 3 ] {64b32731-9ed0-4107-befe-5e056ccdbd19} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4020 | 2024.07.31 06:54:21.274349 [ 3 ] {64b32731-9ed0-4107-befe-5e056ccdbd19} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001409 sec., 54648.68701206529 rows/sec., 3.37 MiB/sec. | ||
| 4021 | 2024.07.31 06:54:21.274507 [ 3 ] {64b32731-9ed0-4107-befe-5e056ccdbd19} <Debug> DynamicQueryHandler: Done processing query | ||
| 4022 | 2024.07.31 06:54:21.274531 [ 3 ] {64b32731-9ed0-4107-befe-5e056ccdbd19} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4023 | 2024.07.31 06:54:21.274546 [ 3 ] {} <Debug> HTTP-Session: 6df176c6-fbea-447e-8396-d36a8c3e502a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4024 | 2024.07.31 06:54:21.274726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30621, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4025 | 2024.07.31 06:54:21.274774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4026 | 2024.07.31 06:54:21.274793 [ 3 ] {} <Debug> HTTP-Session: 239f61b7-4b6c-4e8b-8b3c-b8b65877e887 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4027 | 2024.07.31 06:54:21.274808 [ 3 ] {} <Debug> HTTP-Session: 239f61b7-4b6c-4e8b-8b3c-b8b65877e887 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4028 | 2024.07.31 06:54:21.274822 [ 3 ] {} <Debug> HTTP-Session: 239f61b7-4b6c-4e8b-8b3c-b8b65877e887 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4029 | 2024.07.31 06:54:21.274851 [ 3 ] {} <Trace> HTTP-Session: 239f61b7-4b6c-4e8b-8b3c-b8b65877e887 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4030 | 2024.07.31 06:54:21.274990 [ 3 ] {ca9c31ea-47e4-4dd1-aa87-285034d005cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4031 | 2024.07.31 06:54:21.275035 [ 3 ] {ca9c31ea-47e4-4dd1-aa87-285034d005cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4032 | 2024.07.31 06:54:21.275178 [ 3 ] {ca9c31ea-47e4-4dd1-aa87-285034d005cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4033 | 2024.07.31 06:54:21.275552 [ 3 ] {ca9c31ea-47e4-4dd1-aa87-285034d005cb} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4034 | 2024.07.31 06:54:21.275588 [ 3 ] {ca9c31ea-47e4-4dd1-aa87-285034d005cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4035 | 2024.07.31 06:54:21.276002 [ 3 ] {ca9c31ea-47e4-4dd1-aa87-285034d005cb} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4036 | 2024.07.31 06:54:21.276340 [ 3 ] {ca9c31ea-47e4-4dd1-aa87-285034d005cb} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4037 | 2024.07.31 06:54:21.276491 [ 3 ] {ca9c31ea-47e4-4dd1-aa87-285034d005cb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001557 sec., 102761.72125883108 rows/sec., 7.16 MiB/sec. | ||
| 4038 | 2024.07.31 06:54:21.276662 [ 3 ] {ca9c31ea-47e4-4dd1-aa87-285034d005cb} <Debug> DynamicQueryHandler: Done processing query | ||
| 4039 | 2024.07.31 06:54:21.276686 [ 3 ] {ca9c31ea-47e4-4dd1-aa87-285034d005cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4040 | 2024.07.31 06:54:21.276702 [ 3 ] {} <Debug> HTTP-Session: 239f61b7-4b6c-4e8b-8b3c-b8b65877e887 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4041 | 2024.07.31 06:54:21.276824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4042 | 2024.07.31 06:54:21.276872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4043 | 2024.07.31 06:54:21.276890 [ 3 ] {} <Debug> HTTP-Session: 795165b7-190c-4502-92a3-11dce04b316b Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4044 | 2024.07.31 06:54:21.276905 [ 3 ] {} <Debug> HTTP-Session: 795165b7-190c-4502-92a3-11dce04b316b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4045 | 2024.07.31 06:54:21.276919 [ 3 ] {} <Debug> HTTP-Session: 795165b7-190c-4502-92a3-11dce04b316b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4046 | 2024.07.31 06:54:21.276949 [ 3 ] {} <Trace> HTTP-Session: 795165b7-190c-4502-92a3-11dce04b316b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4047 | 2024.07.31 06:54:21.277088 [ 3 ] {3256285d-f75e-4a3f-95f0-7fb09a7c2ba0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4048 | 2024.07.31 06:54:21.277152 [ 3 ] {3256285d-f75e-4a3f-95f0-7fb09a7c2ba0} <Trace> 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 | ||
| 4049 | 2024.07.31 06:54:21.277557 [ 3 ] {3256285d-f75e-4a3f-95f0-7fb09a7c2ba0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4050 | 2024.07.31 06:54:21.277961 [ 3 ] {3256285d-f75e-4a3f-95f0-7fb09a7c2ba0} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4051 | 2024.07.31 06:54:21.277996 [ 3 ] {3256285d-f75e-4a3f-95f0-7fb09a7c2ba0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4052 | 2024.07.31 06:54:21.278567 [ 3 ] {3256285d-f75e-4a3f-95f0-7fb09a7c2ba0} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4053 | 2024.07.31 06:54:21.278971 [ 3 ] {3256285d-f75e-4a3f-95f0-7fb09a7c2ba0} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4054 | 2024.07.31 06:54:21.279154 [ 3 ] {3256285d-f75e-4a3f-95f0-7fb09a7c2ba0} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002134 sec., 1874.414245548266 rows/sec., 3.36 MiB/sec. | ||
| 4055 | 2024.07.31 06:54:21.279349 [ 3 ] {3256285d-f75e-4a3f-95f0-7fb09a7c2ba0} <Debug> DynamicQueryHandler: Done processing query | ||
| 4056 | 2024.07.31 06:54:21.279373 [ 3 ] {3256285d-f75e-4a3f-95f0-7fb09a7c2ba0} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 4057 | 2024.07.31 06:54:21.279389 [ 3 ] {} <Debug> HTTP-Session: 795165b7-190c-4502-92a3-11dce04b316b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4058 | 2024.07.31 06:54:21.279527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4059 | 2024.07.31 06:54:21.279573 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4060 | 2024.07.31 06:54:21.279592 [ 3 ] {} <Debug> HTTP-Session: 0eadd5b3-59f5-48f6-ac1e-9fcef38ba0f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4061 | 2024.07.31 06:54:21.279607 [ 3 ] {} <Debug> HTTP-Session: 0eadd5b3-59f5-48f6-ac1e-9fcef38ba0f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4062 | 2024.07.31 06:54:21.279621 [ 3 ] {} <Debug> HTTP-Session: 0eadd5b3-59f5-48f6-ac1e-9fcef38ba0f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4063 | 2024.07.31 06:54:21.279651 [ 3 ] {} <Trace> HTTP-Session: 0eadd5b3-59f5-48f6-ac1e-9fcef38ba0f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4064 | 2024.07.31 06:54:21.279751 [ 3 ] {a1eab603-c144-402a-8361-60cac94f19c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4065 | 2024.07.31 06:54:21.279794 [ 3 ] {a1eab603-c144-402a-8361-60cac94f19c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 4066 | 2024.07.31 06:54:21.279919 [ 3 ] {a1eab603-c144-402a-8361-60cac94f19c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4067 | 2024.07.31 06:54:21.280204 [ 3 ] {a1eab603-c144-402a-8361-60cac94f19c4} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4068 | 2024.07.31 06:54:21.280239 [ 3 ] {a1eab603-c144-402a-8361-60cac94f19c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4069 | 2024.07.31 06:54:21.280579 [ 3 ] {a1eab603-c144-402a-8361-60cac94f19c4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4070 | 2024.07.31 06:54:21.280892 [ 3 ] {a1eab603-c144-402a-8361-60cac94f19c4} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4071 | 2024.07.31 06:54:21.281042 [ 3 ] {a1eab603-c144-402a-8361-60cac94f19c4} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001311 sec., 17543.859649122805 rows/sec., 949.00 KiB/sec. | ||
| 4072 | 2024.07.31 06:54:21.281196 [ 3 ] {a1eab603-c144-402a-8361-60cac94f19c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 4073 | 2024.07.31 06:54:21.281220 [ 3 ] {a1eab603-c144-402a-8361-60cac94f19c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4074 | 2024.07.31 06:54:21.281235 [ 3 ] {} <Debug> HTTP-Session: 0eadd5b3-59f5-48f6-ac1e-9fcef38ba0f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4075 | 2024.07.31 06:54:21.281358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4076 | 2024.07.31 06:54:21.281405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4077 | 2024.07.31 06:54:21.281424 [ 3 ] {} <Debug> HTTP-Session: f5e31df9-34fe-4db2-b178-b699ddab26ae Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4078 | 2024.07.31 06:54:21.281439 [ 3 ] {} <Debug> HTTP-Session: f5e31df9-34fe-4db2-b178-b699ddab26ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4079 | 2024.07.31 06:54:21.281452 [ 3 ] {} <Debug> HTTP-Session: f5e31df9-34fe-4db2-b178-b699ddab26ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4080 | 2024.07.31 06:54:21.281482 [ 3 ] {} <Trace> HTTP-Session: f5e31df9-34fe-4db2-b178-b699ddab26ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4081 | 2024.07.31 06:54:21.281611 [ 3 ] {2a9321e6-7dc9-4a2d-943d-2b4604aac5a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4082 | 2024.07.31 06:54:21.281654 [ 3 ] {2a9321e6-7dc9-4a2d-943d-2b4604aac5a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4083 | 2024.07.31 06:54:21.281780 [ 3 ] {2a9321e6-7dc9-4a2d-943d-2b4604aac5a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4084 | 2024.07.31 06:54:21.282035 [ 3 ] {2a9321e6-7dc9-4a2d-943d-2b4604aac5a2} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4085 | 2024.07.31 06:54:21.282070 [ 3 ] {2a9321e6-7dc9-4a2d-943d-2b4604aac5a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4086 | 2024.07.31 06:54:21.282412 [ 3 ] {2a9321e6-7dc9-4a2d-943d-2b4604aac5a2} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4087 | 2024.07.31 06:54:21.282727 [ 3 ] {2a9321e6-7dc9-4a2d-943d-2b4604aac5a2} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4088 | 2024.07.31 06:54:21.282868 [ 3 ] {2a9321e6-7dc9-4a2d-943d-2b4604aac5a2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001292 sec., 46439.62848297214 rows/sec., 3.13 MiB/sec. | ||
| 4089 | 2024.07.31 06:54:21.283022 [ 3 ] {2a9321e6-7dc9-4a2d-943d-2b4604aac5a2} <Debug> DynamicQueryHandler: Done processing query | ||
| 4090 | 2024.07.31 06:54:21.283046 [ 3 ] {2a9321e6-7dc9-4a2d-943d-2b4604aac5a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4091 | 2024.07.31 06:54:21.283062 [ 3 ] {} <Debug> HTTP-Session: f5e31df9-34fe-4db2-b178-b699ddab26ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4092 | 2024.07.31 06:54:23.075666 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4093 | 2024.07.31 06:54:23.075724 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4094 | 2024.07.31 06:54:26.262058 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4095 | 2024.07.31 06:54:26.262196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4096 | 2024.07.31 06:54:26.262226 [ 3 ] {} <Debug> HTTP-Session: 40c0dd5b-7685-49d7-b7c0-c7c0c922fbc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4097 | 2024.07.31 06:54:26.262254 [ 3 ] {} <Debug> HTTP-Session: 40c0dd5b-7685-49d7-b7c0-c7c0c922fbc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4098 | 2024.07.31 06:54:26.262277 [ 3 ] {} <Debug> HTTP-Session: 40c0dd5b-7685-49d7-b7c0-c7c0c922fbc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4099 | 2024.07.31 06:54:26.262356 [ 3 ] {} <Trace> HTTP-Session: 40c0dd5b-7685-49d7-b7c0-c7c0c922fbc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4100 | 2024.07.31 06:54:26.262645 [ 3 ] {cda9f644-6ee7-43d6-a70f-71883868d499} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4101 | 2024.07.31 06:54:26.262752 [ 3 ] {cda9f644-6ee7-43d6-a70f-71883868d499} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4102 | 2024.07.31 06:54:26.263070 [ 3 ] {cda9f644-6ee7-43d6-a70f-71883868d499} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4103 | 2024.07.31 06:54:26.263545 [ 3 ] {cda9f644-6ee7-43d6-a70f-71883868d499} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4104 | 2024.07.31 06:54:26.263585 [ 3 ] {cda9f644-6ee7-43d6-a70f-71883868d499} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4105 | 2024.07.31 06:54:26.263955 [ 3 ] {cda9f644-6ee7-43d6-a70f-71883868d499} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4106 | 2024.07.31 06:54:26.264293 [ 3 ] {cda9f644-6ee7-43d6-a70f-71883868d499} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4107 | 2024.07.31 06:54:26.264435 [ 3 ] {cda9f644-6ee7-43d6-a70f-71883868d499} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001886 sec., 14316.012725344644 rows/sec., 1.13 MiB/sec. | ||
| 4108 | 2024.07.31 06:54:26.264631 [ 3 ] {cda9f644-6ee7-43d6-a70f-71883868d499} <Debug> DynamicQueryHandler: Done processing query | ||
| 4109 | 2024.07.31 06:54:26.264657 [ 3 ] {cda9f644-6ee7-43d6-a70f-71883868d499} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4110 | 2024.07.31 06:54:26.264674 [ 3 ] {} <Debug> HTTP-Session: 40c0dd5b-7685-49d7-b7c0-c7c0c922fbc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4111 | 2024.07.31 06:54:26.264810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4112 | 2024.07.31 06:54:26.264862 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4113 | 2024.07.31 06:54:26.264883 [ 3 ] {} <Debug> HTTP-Session: e2f82331-3bef-4e89-b132-095e152e557d Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4114 | 2024.07.31 06:54:26.264901 [ 3 ] {} <Debug> HTTP-Session: e2f82331-3bef-4e89-b132-095e152e557d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4115 | 2024.07.31 06:54:26.264915 [ 3 ] {} <Debug> HTTP-Session: e2f82331-3bef-4e89-b132-095e152e557d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4116 | 2024.07.31 06:54:26.264949 [ 3 ] {} <Trace> HTTP-Session: e2f82331-3bef-4e89-b132-095e152e557d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4117 | 2024.07.31 06:54:26.265051 [ 3 ] {532fcf6b-0a6e-4b0c-9489-a6e718d87dc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 4118 | 2024.07.31 06:54:26.265098 [ 3 ] {532fcf6b-0a6e-4b0c-9489-a6e718d87dc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4119 | 2024.07.31 06:54:26.265227 [ 3 ] {532fcf6b-0a6e-4b0c-9489-a6e718d87dc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4120 | 2024.07.31 06:54:26.265469 [ 3 ] {532fcf6b-0a6e-4b0c-9489-a6e718d87dc6} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4121 | 2024.07.31 06:54:26.265506 [ 3 ] {532fcf6b-0a6e-4b0c-9489-a6e718d87dc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4122 | 2024.07.31 06:54:26.265806 [ 3 ] {532fcf6b-0a6e-4b0c-9489-a6e718d87dc6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4123 | 2024.07.31 06:54:26.266144 [ 3 ] {532fcf6b-0a6e-4b0c-9489-a6e718d87dc6} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4124 | 2024.07.31 06:54:26.266285 [ 3 ] {532fcf6b-0a6e-4b0c-9489-a6e718d87dc6} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001261 sec., 1586.0428231562253 rows/sec., 129.33 KiB/sec. | ||
| 4125 | 2024.07.31 06:54:26.266494 [ 3 ] {532fcf6b-0a6e-4b0c-9489-a6e718d87dc6} <Debug> DynamicQueryHandler: Done processing query | ||
| 4126 | 2024.07.31 06:54:26.266519 [ 3 ] {532fcf6b-0a6e-4b0c-9489-a6e718d87dc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4127 | 2024.07.31 06:54:26.266535 [ 3 ] {} <Debug> HTTP-Session: e2f82331-3bef-4e89-b132-095e152e557d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4128 | 2024.07.31 06:54:26.266772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 20195, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4129 | 2024.07.31 06:54:26.266821 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4130 | 2024.07.31 06:54:26.266841 [ 3 ] {} <Debug> HTTP-Session: fe5d90c4-87ef-4874-99d0-bebd9074eb90 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4131 | 2024.07.31 06:54:26.266858 [ 3 ] {} <Debug> HTTP-Session: fe5d90c4-87ef-4874-99d0-bebd9074eb90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4132 | 2024.07.31 06:54:26.266872 [ 3 ] {} <Debug> HTTP-Session: fe5d90c4-87ef-4874-99d0-bebd9074eb90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4133 | 2024.07.31 06:54:26.266904 [ 3 ] {} <Trace> HTTP-Session: fe5d90c4-87ef-4874-99d0-bebd9074eb90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4134 | 2024.07.31 06:54:26.267043 [ 3 ] {e2c98ca2-bbee-4d08-be84-1bdc1634b8cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4135 | 2024.07.31 06:54:26.267087 [ 3 ] {e2c98ca2-bbee-4d08-be84-1bdc1634b8cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4136 | 2024.07.31 06:54:26.267218 [ 3 ] {e2c98ca2-bbee-4d08-be84-1bdc1634b8cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4137 | 2024.07.31 06:54:26.267558 [ 3 ] {e2c98ca2-bbee-4d08-be84-1bdc1634b8cd} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4138 | 2024.07.31 06:54:26.267595 [ 3 ] {e2c98ca2-bbee-4d08-be84-1bdc1634b8cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4139 | 2024.07.31 06:54:26.267920 [ 3 ] {e2c98ca2-bbee-4d08-be84-1bdc1634b8cd} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4140 | 2024.07.31 06:54:26.268225 [ 3 ] {e2c98ca2-bbee-4d08-be84-1bdc1634b8cd} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4141 | 2024.07.31 06:54:26.268401 [ 3 ] {e2c98ca2-bbee-4d08-be84-1bdc1634b8cd} <Debug> executeQuery: Read 138 rows, 11.79 KiB in 0.001403 sec., 98360.65573770492 rows/sec., 8.20 MiB/sec. | ||
| 4142 | 2024.07.31 06:54:26.268699 [ 3 ] {e2c98ca2-bbee-4d08-be84-1bdc1634b8cd} <Debug> DynamicQueryHandler: Done processing query | ||
| 4143 | 2024.07.31 06:54:26.268755 [ 3 ] {e2c98ca2-bbee-4d08-be84-1bdc1634b8cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4144 | 2024.07.31 06:54:26.268790 [ 3 ] {} <Debug> HTTP-Session: fe5d90c4-87ef-4874-99d0-bebd9074eb90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4145 | 2024.07.31 06:54:26.268952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4146 | 2024.07.31 06:54:26.269001 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4147 | 2024.07.31 06:54:26.269021 [ 3 ] {} <Debug> HTTP-Session: 273de211-071a-4aa4-be63-316856dc5391 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4148 | 2024.07.31 06:54:26.269037 [ 3 ] {} <Debug> HTTP-Session: 273de211-071a-4aa4-be63-316856dc5391 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4149 | 2024.07.31 06:54:26.269051 [ 3 ] {} <Debug> HTTP-Session: 273de211-071a-4aa4-be63-316856dc5391 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4150 | 2024.07.31 06:54:26.269082 [ 3 ] {} <Trace> HTTP-Session: 273de211-071a-4aa4-be63-316856dc5391 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4151 | 2024.07.31 06:54:26.269183 [ 3 ] {3ca5a0b7-6689-465a-a39f-3ae544960159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4152 | 2024.07.31 06:54:26.269230 [ 3 ] {3ca5a0b7-6689-465a-a39f-3ae544960159} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4153 | 2024.07.31 06:54:26.269376 [ 3 ] {3ca5a0b7-6689-465a-a39f-3ae544960159} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4154 | 2024.07.31 06:54:26.269616 [ 3 ] {3ca5a0b7-6689-465a-a39f-3ae544960159} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4155 | 2024.07.31 06:54:26.269652 [ 3 ] {3ca5a0b7-6689-465a-a39f-3ae544960159} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4156 | 2024.07.31 06:54:26.269945 [ 3 ] {3ca5a0b7-6689-465a-a39f-3ae544960159} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4157 | 2024.07.31 06:54:26.270247 [ 3 ] {3ca5a0b7-6689-465a-a39f-3ae544960159} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4158 | 2024.07.31 06:54:26.270401 [ 3 ] {3ca5a0b7-6689-465a-a39f-3ae544960159} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001238 sec., 1615.5088852988692 rows/sec., 112.80 KiB/sec. | ||
| 4159 | 2024.07.31 06:54:26.270558 [ 3 ] {3ca5a0b7-6689-465a-a39f-3ae544960159} <Debug> DynamicQueryHandler: Done processing query | ||
| 4160 | 2024.07.31 06:54:26.270584 [ 3 ] {3ca5a0b7-6689-465a-a39f-3ae544960159} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4161 | 2024.07.31 06:54:26.270600 [ 3 ] {} <Debug> HTTP-Session: 273de211-071a-4aa4-be63-316856dc5391 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4162 | 2024.07.31 06:54:26.270771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 15806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4163 | 2024.07.31 06:54:26.270818 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4164 | 2024.07.31 06:54:26.270838 [ 3 ] {} <Debug> HTTP-Session: d90b1bec-f9f8-4903-9ae9-b82b4768790c Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4165 | 2024.07.31 06:54:26.270854 [ 3 ] {} <Debug> HTTP-Session: d90b1bec-f9f8-4903-9ae9-b82b4768790c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4166 | 2024.07.31 06:54:26.270868 [ 3 ] {} <Debug> HTTP-Session: d90b1bec-f9f8-4903-9ae9-b82b4768790c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4167 | 2024.07.31 06:54:26.270898 [ 3 ] {} <Trace> HTTP-Session: d90b1bec-f9f8-4903-9ae9-b82b4768790c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4168 | 2024.07.31 06:54:26.271018 [ 3 ] {24f02eea-91e5-400d-b845-738a6315b121} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4169 | 2024.07.31 06:54:26.271061 [ 3 ] {24f02eea-91e5-400d-b845-738a6315b121} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4170 | 2024.07.31 06:54:26.271186 [ 3 ] {24f02eea-91e5-400d-b845-738a6315b121} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4171 | 2024.07.31 06:54:26.271481 [ 3 ] {24f02eea-91e5-400d-b845-738a6315b121} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4172 | 2024.07.31 06:54:26.271519 [ 3 ] {24f02eea-91e5-400d-b845-738a6315b121} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4173 | 2024.07.31 06:54:26.271824 [ 3 ] {24f02eea-91e5-400d-b845-738a6315b121} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4174 | 2024.07.31 06:54:26.272146 [ 3 ] {24f02eea-91e5-400d-b845-738a6315b121} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4175 | 2024.07.31 06:54:26.272323 [ 3 ] {24f02eea-91e5-400d-b845-738a6315b121} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001344 sec., 69196.42857142858 rows/sec., 5.41 MiB/sec. | ||
| 4176 | 2024.07.31 06:54:26.272486 [ 3 ] {24f02eea-91e5-400d-b845-738a6315b121} <Debug> DynamicQueryHandler: Done processing query | ||
| 4177 | 2024.07.31 06:54:26.272510 [ 3 ] {24f02eea-91e5-400d-b845-738a6315b121} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 4178 | 2024.07.31 06:54:26.272527 [ 3 ] {} <Debug> HTTP-Session: d90b1bec-f9f8-4903-9ae9-b82b4768790c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4179 | 2024.07.31 06:54:26.272704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30811, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4180 | 2024.07.31 06:54:26.272753 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4181 | 2024.07.31 06:54:26.272771 [ 3 ] {} <Debug> HTTP-Session: 4d367933-a24f-43ef-b9cb-d28a33843d35 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4182 | 2024.07.31 06:54:26.272788 [ 3 ] {} <Debug> HTTP-Session: 4d367933-a24f-43ef-b9cb-d28a33843d35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4183 | 2024.07.31 06:54:26.272802 [ 3 ] {} <Debug> HTTP-Session: 4d367933-a24f-43ef-b9cb-d28a33843d35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4184 | 2024.07.31 06:54:26.272833 [ 3 ] {} <Trace> HTTP-Session: 4d367933-a24f-43ef-b9cb-d28a33843d35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4185 | 2024.07.31 06:54:26.272969 [ 3 ] {ae08234a-fea0-4dea-8c39-25f699aae7c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4186 | 2024.07.31 06:54:26.273017 [ 3 ] {ae08234a-fea0-4dea-8c39-25f699aae7c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4187 | 2024.07.31 06:54:26.273164 [ 3 ] {ae08234a-fea0-4dea-8c39-25f699aae7c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4188 | 2024.07.31 06:54:26.273493 [ 3 ] {ae08234a-fea0-4dea-8c39-25f699aae7c9} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4189 | 2024.07.31 06:54:26.273530 [ 3 ] {ae08234a-fea0-4dea-8c39-25f699aae7c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4190 | 2024.07.31 06:54:26.273912 [ 3 ] {ae08234a-fea0-4dea-8c39-25f699aae7c9} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4191 | 2024.07.31 06:54:26.274249 [ 3 ] {ae08234a-fea0-4dea-8c39-25f699aae7c9} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4192 | 2024.07.31 06:54:26.274424 [ 3 ] {ae08234a-fea0-4dea-8c39-25f699aae7c9} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001507 sec., 106834.7710683477 rows/sec., 7.44 MiB/sec. | ||
| 4193 | 2024.07.31 06:54:26.274717 [ 3 ] {ae08234a-fea0-4dea-8c39-25f699aae7c9} <Debug> DynamicQueryHandler: Done processing query | ||
| 4194 | 2024.07.31 06:54:26.274743 [ 3 ] {ae08234a-fea0-4dea-8c39-25f699aae7c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4195 | 2024.07.31 06:54:26.274760 [ 3 ] {} <Debug> HTTP-Session: 4d367933-a24f-43ef-b9cb-d28a33843d35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4196 | 2024.07.31 06:54:26.275001 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 43442, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4197 | 2024.07.31 06:54:26.275051 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4198 | 2024.07.31 06:54:26.275070 [ 3 ] {} <Debug> HTTP-Session: cdf5d3be-7919-48d5-9612-40e1b4b1b022 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4199 | 2024.07.31 06:54:26.275086 [ 3 ] {} <Debug> HTTP-Session: cdf5d3be-7919-48d5-9612-40e1b4b1b022 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4200 | 2024.07.31 06:54:26.275100 [ 3 ] {} <Debug> HTTP-Session: cdf5d3be-7919-48d5-9612-40e1b4b1b022 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4201 | 2024.07.31 06:54:26.275131 [ 3 ] {} <Trace> HTTP-Session: cdf5d3be-7919-48d5-9612-40e1b4b1b022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4202 | 2024.07.31 06:54:26.275424 [ 3 ] {67f80988-62f7-4011-8a18-c5c3f3ff49ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4203 | 2024.07.31 06:54:26.275495 [ 3 ] {67f80988-62f7-4011-8a18-c5c3f3ff49ac} <Trace> 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 | ||
| 4204 | 2024.07.31 06:54:26.275923 [ 3 ] {67f80988-62f7-4011-8a18-c5c3f3ff49ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4205 | 2024.07.31 06:54:26.276669 [ 3 ] {67f80988-62f7-4011-8a18-c5c3f3ff49ac} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4206 | 2024.07.31 06:54:26.276706 [ 3 ] {67f80988-62f7-4011-8a18-c5c3f3ff49ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4207 | 2024.07.31 06:54:26.277353 [ 3 ] {67f80988-62f7-4011-8a18-c5c3f3ff49ac} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4208 | 2024.07.31 06:54:26.277761 [ 3 ] {67f80988-62f7-4011-8a18-c5c3f3ff49ac} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4209 | 2024.07.31 06:54:26.277945 [ 3 ] {67f80988-62f7-4011-8a18-c5c3f3ff49ac} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002727 sec., 9900.990099009901 rows/sec., 17.74 MiB/sec. | ||
| 4210 | 2024.07.31 06:54:26.278174 [ 3 ] {67f80988-62f7-4011-8a18-c5c3f3ff49ac} <Debug> DynamicQueryHandler: Done processing query | ||
| 4211 | 2024.07.31 06:54:26.278199 [ 3 ] {67f80988-62f7-4011-8a18-c5c3f3ff49ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 4212 | 2024.07.31 06:54:26.278216 [ 3 ] {} <Debug> HTTP-Session: cdf5d3be-7919-48d5-9612-40e1b4b1b022 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4213 | 2024.07.31 06:54:26.278363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4214 | 2024.07.31 06:54:26.278414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4215 | 2024.07.31 06:54:26.278434 [ 3 ] {} <Debug> HTTP-Session: a5aa8548-a6b4-4de7-b2b4-26ab461360d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4216 | 2024.07.31 06:54:26.278450 [ 3 ] {} <Debug> HTTP-Session: a5aa8548-a6b4-4de7-b2b4-26ab461360d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4217 | 2024.07.31 06:54:26.278464 [ 3 ] {} <Debug> HTTP-Session: a5aa8548-a6b4-4de7-b2b4-26ab461360d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4218 | 2024.07.31 06:54:26.278497 [ 3 ] {} <Trace> HTTP-Session: a5aa8548-a6b4-4de7-b2b4-26ab461360d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4219 | 2024.07.31 06:54:26.278611 [ 3 ] {6ccdde37-b6f1-4ae8-b7cf-bf8a06358431} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4220 | 2024.07.31 06:54:26.278656 [ 3 ] {6ccdde37-b6f1-4ae8-b7cf-bf8a06358431} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4221 | 2024.07.31 06:54:26.278783 [ 3 ] {6ccdde37-b6f1-4ae8-b7cf-bf8a06358431} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4222 | 2024.07.31 06:54:26.279078 [ 3 ] {6ccdde37-b6f1-4ae8-b7cf-bf8a06358431} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4223 | 2024.07.31 06:54:26.279115 [ 3 ] {6ccdde37-b6f1-4ae8-b7cf-bf8a06358431} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4224 | 2024.07.31 06:54:26.279472 [ 3 ] {6ccdde37-b6f1-4ae8-b7cf-bf8a06358431} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4225 | 2024.07.31 06:54:26.279824 [ 3 ] {6ccdde37-b6f1-4ae8-b7cf-bf8a06358431} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4226 | 2024.07.31 06:54:26.280002 [ 3 ] {6ccdde37-b6f1-4ae8-b7cf-bf8a06358431} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001423 sec., 42164.441321152495 rows/sec., 2.84 MiB/sec. | ||
| 4227 | 2024.07.31 06:54:26.280161 [ 3 ] {6ccdde37-b6f1-4ae8-b7cf-bf8a06358431} <Debug> DynamicQueryHandler: Done processing query | ||
| 4228 | 2024.07.31 06:54:26.280185 [ 3 ] {6ccdde37-b6f1-4ae8-b7cf-bf8a06358431} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4229 | 2024.07.31 06:54:26.280201 [ 3 ] {} <Debug> HTTP-Session: a5aa8548-a6b4-4de7-b2b4-26ab461360d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4230 | 2024.07.31 06:54:31.264149 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4231 | 2024.07.31 06:54:31.264341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4232 | 2024.07.31 06:54:31.264386 [ 3 ] {} <Debug> HTTP-Session: 9ae9b95a-f21e-4ae4-9420-9e3eaa803def Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4233 | 2024.07.31 06:54:31.264426 [ 3 ] {} <Debug> HTTP-Session: 9ae9b95a-f21e-4ae4-9420-9e3eaa803def Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4234 | 2024.07.31 06:54:31.264454 [ 3 ] {} <Debug> HTTP-Session: 9ae9b95a-f21e-4ae4-9420-9e3eaa803def Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4235 | 2024.07.31 06:54:31.264520 [ 3 ] {} <Trace> HTTP-Session: 9ae9b95a-f21e-4ae4-9420-9e3eaa803def Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4236 | 2024.07.31 06:54:31.264696 [ 3 ] {d06ff57c-2df9-49ba-ae11-1ad969e57e3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4237 | 2024.07.31 06:54:31.264763 [ 3 ] {d06ff57c-2df9-49ba-ae11-1ad969e57e3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4238 | 2024.07.31 06:54:31.264955 [ 3 ] {d06ff57c-2df9-49ba-ae11-1ad969e57e3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4239 | 2024.07.31 06:54:31.265435 [ 3 ] {d06ff57c-2df9-49ba-ae11-1ad969e57e3e} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4240 | 2024.07.31 06:54:31.265477 [ 3 ] {d06ff57c-2df9-49ba-ae11-1ad969e57e3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4241 | 2024.07.31 06:54:31.265846 [ 3 ] {d06ff57c-2df9-49ba-ae11-1ad969e57e3e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4242 | 2024.07.31 06:54:31.266183 [ 3 ] {d06ff57c-2df9-49ba-ae11-1ad969e57e3e} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4243 | 2024.07.31 06:54:31.266328 [ 3 ] {d06ff57c-2df9-49ba-ae11-1ad969e57e3e} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.001687 sec., 5927.682276229994 rows/sec., 393.64 KiB/sec. | ||
| 4244 | 2024.07.31 06:54:31.266538 [ 3 ] {d06ff57c-2df9-49ba-ae11-1ad969e57e3e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4245 | 2024.07.31 06:54:31.266565 [ 3 ] {d06ff57c-2df9-49ba-ae11-1ad969e57e3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4246 | 2024.07.31 06:54:31.266582 [ 3 ] {} <Debug> HTTP-Session: 9ae9b95a-f21e-4ae4-9420-9e3eaa803def Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4247 | 2024.07.31 06:54:31.266806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4248 | 2024.07.31 06:54:31.266862 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4249 | 2024.07.31 06:54:31.266882 [ 3 ] {} <Debug> HTTP-Session: 24baa906-ae4e-4ab5-b7d8-70578e6a2e53 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4250 | 2024.07.31 06:54:31.266900 [ 3 ] {} <Debug> HTTP-Session: 24baa906-ae4e-4ab5-b7d8-70578e6a2e53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4251 | 2024.07.31 06:54:31.266914 [ 3 ] {} <Debug> HTTP-Session: 24baa906-ae4e-4ab5-b7d8-70578e6a2e53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4252 | 2024.07.31 06:54:31.266949 [ 3 ] {} <Trace> HTTP-Session: 24baa906-ae4e-4ab5-b7d8-70578e6a2e53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4253 | 2024.07.31 06:54:31.267100 [ 3 ] {78ddb214-8eb1-4eff-a65a-fe588f49142a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4254 | 2024.07.31 06:54:31.267148 [ 3 ] {78ddb214-8eb1-4eff-a65a-fe588f49142a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4255 | 2024.07.31 06:54:31.267278 [ 3 ] {78ddb214-8eb1-4eff-a65a-fe588f49142a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4256 | 2024.07.31 06:54:31.267690 [ 3 ] {78ddb214-8eb1-4eff-a65a-fe588f49142a} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4257 | 2024.07.31 06:54:31.267728 [ 3 ] {78ddb214-8eb1-4eff-a65a-fe588f49142a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4258 | 2024.07.31 06:54:31.268055 [ 3 ] {78ddb214-8eb1-4eff-a65a-fe588f49142a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4259 | 2024.07.31 06:54:31.268363 [ 3 ] {78ddb214-8eb1-4eff-a65a-fe588f49142a} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4260 | 2024.07.31 06:54:31.268492 [ 3 ] {78ddb214-8eb1-4eff-a65a-fe588f49142a} <Debug> executeQuery: Read 173 rows, 15.66 KiB in 0.001462 sec., 118331.0533515732 rows/sec., 10.46 MiB/sec. | ||
| 4261 | 2024.07.31 06:54:31.268653 [ 3 ] {78ddb214-8eb1-4eff-a65a-fe588f49142a} <Debug> DynamicQueryHandler: Done processing query | ||
| 4262 | 2024.07.31 06:54:31.268678 [ 3 ] {78ddb214-8eb1-4eff-a65a-fe588f49142a} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 4263 | 2024.07.31 06:54:31.268694 [ 3 ] {} <Debug> HTTP-Session: 24baa906-ae4e-4ab5-b7d8-70578e6a2e53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4264 | 2024.07.31 06:54:31.268916 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 62271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4265 | 2024.07.31 06:54:31.268966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4266 | 2024.07.31 06:54:31.268987 [ 3 ] {} <Debug> HTTP-Session: 10117774-bf8f-4ad0-98e8-4fb03b339627 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4267 | 2024.07.31 06:54:31.269003 [ 3 ] {} <Debug> HTTP-Session: 10117774-bf8f-4ad0-98e8-4fb03b339627 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4268 | 2024.07.31 06:54:31.269017 [ 3 ] {} <Debug> HTTP-Session: 10117774-bf8f-4ad0-98e8-4fb03b339627 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4269 | 2024.07.31 06:54:31.269049 [ 3 ] {} <Trace> HTTP-Session: 10117774-bf8f-4ad0-98e8-4fb03b339627 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4270 | 2024.07.31 06:54:31.269255 [ 3 ] {2f258ca9-193e-4c8c-bab2-9d79f9957f56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4271 | 2024.07.31 06:54:31.269298 [ 3 ] {2f258ca9-193e-4c8c-bab2-9d79f9957f56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4272 | 2024.07.31 06:54:31.269422 [ 3 ] {2f258ca9-193e-4c8c-bab2-9d79f9957f56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4273 | 2024.07.31 06:54:31.270010 [ 3 ] {2f258ca9-193e-4c8c-bab2-9d79f9957f56} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4274 | 2024.07.31 06:54:31.270046 [ 3 ] {2f258ca9-193e-4c8c-bab2-9d79f9957f56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4275 | 2024.07.31 06:54:31.270389 [ 3 ] {2f258ca9-193e-4c8c-bab2-9d79f9957f56} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4276 | 2024.07.31 06:54:31.270703 [ 3 ] {2f258ca9-193e-4c8c-bab2-9d79f9957f56} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4277 | 2024.07.31 06:54:31.270833 [ 3 ] {2f258ca9-193e-4c8c-bab2-9d79f9957f56} <Debug> executeQuery: Read 386 rows, 27.79 KiB in 0.001686 sec., 228944.24673784105 rows/sec., 16.10 MiB/sec. | ||
| 4278 | 2024.07.31 06:54:31.271164 [ 3 ] {2f258ca9-193e-4c8c-bab2-9d79f9957f56} <Debug> DynamicQueryHandler: Done processing query | ||
| 4279 | 2024.07.31 06:54:31.271190 [ 3 ] {2f258ca9-193e-4c8c-bab2-9d79f9957f56} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 4280 | 2024.07.31 06:54:31.271207 [ 3 ] {} <Debug> HTTP-Session: 10117774-bf8f-4ad0-98e8-4fb03b339627 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4281 | 2024.07.31 06:54:31.271345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4282 | 2024.07.31 06:54:31.271395 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4283 | 2024.07.31 06:54:31.271416 [ 3 ] {} <Debug> HTTP-Session: 665ef9da-e117-4c3d-b981-8ca16e72dc4b Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4284 | 2024.07.31 06:54:31.271432 [ 3 ] {} <Debug> HTTP-Session: 665ef9da-e117-4c3d-b981-8ca16e72dc4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4285 | 2024.07.31 06:54:31.271446 [ 3 ] {} <Debug> HTTP-Session: 665ef9da-e117-4c3d-b981-8ca16e72dc4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4286 | 2024.07.31 06:54:31.271477 [ 3 ] {} <Trace> HTTP-Session: 665ef9da-e117-4c3d-b981-8ca16e72dc4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4287 | 2024.07.31 06:54:31.271580 [ 3 ] {9e4cd62d-bd28-4141-8a1c-fdf0082ed9c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 4288 | 2024.07.31 06:54:31.271626 [ 3 ] {9e4cd62d-bd28-4141-8a1c-fdf0082ed9c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4289 | 2024.07.31 06:54:31.271774 [ 3 ] {9e4cd62d-bd28-4141-8a1c-fdf0082ed9c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4290 | 2024.07.31 06:54:31.272212 [ 3 ] {9e4cd62d-bd28-4141-8a1c-fdf0082ed9c3} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4291 | 2024.07.31 06:54:31.272248 [ 3 ] {9e4cd62d-bd28-4141-8a1c-fdf0082ed9c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4292 | 2024.07.31 06:54:31.272609 [ 3 ] {9e4cd62d-bd28-4141-8a1c-fdf0082ed9c3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4293 | 2024.07.31 06:54:31.272933 [ 3 ] {9e4cd62d-bd28-4141-8a1c-fdf0082ed9c3} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4294 | 2024.07.31 06:54:31.273058 [ 3 ] {9e4cd62d-bd28-4141-8a1c-fdf0082ed9c3} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001506 sec., 3984.0637450199206 rows/sec., 171.19 KiB/sec. | ||
| 4295 | 2024.07.31 06:54:31.273225 [ 3 ] {9e4cd62d-bd28-4141-8a1c-fdf0082ed9c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 4296 | 2024.07.31 06:54:31.273250 [ 3 ] {9e4cd62d-bd28-4141-8a1c-fdf0082ed9c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4297 | 2024.07.31 06:54:31.273266 [ 3 ] {} <Debug> HTTP-Session: 665ef9da-e117-4c3d-b981-8ca16e72dc4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4298 | 2024.07.31 06:54:31.273397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4299 | 2024.07.31 06:54:31.273446 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4300 | 2024.07.31 06:54:31.273466 [ 3 ] {} <Debug> HTTP-Session: aa149afe-8344-41e8-9c45-a261e222930d Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4301 | 2024.07.31 06:54:31.273484 [ 3 ] {} <Debug> HTTP-Session: aa149afe-8344-41e8-9c45-a261e222930d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4302 | 2024.07.31 06:54:31.273498 [ 3 ] {} <Debug> HTTP-Session: aa149afe-8344-41e8-9c45-a261e222930d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4303 | 2024.07.31 06:54:31.273529 [ 3 ] {} <Trace> HTTP-Session: aa149afe-8344-41e8-9c45-a261e222930d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4304 | 2024.07.31 06:54:31.273666 [ 3 ] {bb4d2312-754a-478e-86c9-31e7129bed38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 4305 | 2024.07.31 06:54:31.273712 [ 3 ] {bb4d2312-754a-478e-86c9-31e7129bed38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 4306 | 2024.07.31 06:54:31.273853 [ 3 ] {bb4d2312-754a-478e-86c9-31e7129bed38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4307 | 2024.07.31 06:54:31.274209 [ 3 ] {bb4d2312-754a-478e-86c9-31e7129bed38} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4308 | 2024.07.31 06:54:31.274244 [ 3 ] {bb4d2312-754a-478e-86c9-31e7129bed38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4309 | 2024.07.31 06:54:31.274606 [ 3 ] {bb4d2312-754a-478e-86c9-31e7129bed38} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4310 | 2024.07.31 06:54:31.274943 [ 3 ] {bb4d2312-754a-478e-86c9-31e7129bed38} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4311 | 2024.07.31 06:54:31.275072 [ 3 ] {bb4d2312-754a-478e-86c9-31e7129bed38} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001469 sec., 52416.60993873383 rows/sec., 3.23 MiB/sec. | ||
| 4312 | 2024.07.31 06:54:31.275243 [ 3 ] {bb4d2312-754a-478e-86c9-31e7129bed38} <Debug> DynamicQueryHandler: Done processing query | ||
| 4313 | 2024.07.31 06:54:31.275267 [ 3 ] {bb4d2312-754a-478e-86c9-31e7129bed38} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4314 | 2024.07.31 06:54:31.275284 [ 3 ] {} <Debug> HTTP-Session: aa149afe-8344-41e8-9c45-a261e222930d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4315 | 2024.07.31 06:54:31.275452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4316 | 2024.07.31 06:54:31.275502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4317 | 2024.07.31 06:54:31.275521 [ 3 ] {} <Debug> HTTP-Session: 1542f65b-951f-4011-95fb-98cab51ac83b Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4318 | 2024.07.31 06:54:31.275537 [ 3 ] {} <Debug> HTTP-Session: 1542f65b-951f-4011-95fb-98cab51ac83b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4319 | 2024.07.31 06:54:31.275551 [ 3 ] {} <Debug> HTTP-Session: 1542f65b-951f-4011-95fb-98cab51ac83b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4320 | 2024.07.31 06:54:31.275581 [ 3 ] {} <Trace> HTTP-Session: 1542f65b-951f-4011-95fb-98cab51ac83b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4321 | 2024.07.31 06:54:31.275752 [ 3 ] {8d55d263-6f49-4a0f-9786-61659d43ff53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4322 | 2024.07.31 06:54:31.275798 [ 3 ] {8d55d263-6f49-4a0f-9786-61659d43ff53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4323 | 2024.07.31 06:54:31.275939 [ 3 ] {8d55d263-6f49-4a0f-9786-61659d43ff53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4324 | 2024.07.31 06:54:31.276350 [ 3 ] {8d55d263-6f49-4a0f-9786-61659d43ff53} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4325 | 2024.07.31 06:54:31.276386 [ 3 ] {8d55d263-6f49-4a0f-9786-61659d43ff53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4326 | 2024.07.31 06:54:31.276767 [ 3 ] {8d55d263-6f49-4a0f-9786-61659d43ff53} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4327 | 2024.07.31 06:54:31.277098 [ 3 ] {8d55d263-6f49-4a0f-9786-61659d43ff53} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4328 | 2024.07.31 06:54:31.277230 [ 3 ] {8d55d263-6f49-4a0f-9786-61659d43ff53} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001566 sec., 102171.13665389529 rows/sec., 7.12 MiB/sec. | ||
| 4329 | 2024.07.31 06:54:31.277399 [ 3 ] {8d55d263-6f49-4a0f-9786-61659d43ff53} <Debug> DynamicQueryHandler: Done processing query | ||
| 4330 | 2024.07.31 06:54:31.277423 [ 3 ] {8d55d263-6f49-4a0f-9786-61659d43ff53} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4331 | 2024.07.31 06:54:31.277440 [ 3 ] {} <Debug> HTTP-Session: 1542f65b-951f-4011-95fb-98cab51ac83b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4332 | 2024.07.31 06:54:31.277566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4333 | 2024.07.31 06:54:31.277615 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4334 | 2024.07.31 06:54:31.277635 [ 3 ] {} <Debug> HTTP-Session: 62805c6a-5f85-4114-bb94-153e676b33d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4335 | 2024.07.31 06:54:31.277651 [ 3 ] {} <Debug> HTTP-Session: 62805c6a-5f85-4114-bb94-153e676b33d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4336 | 2024.07.31 06:54:31.277665 [ 3 ] {} <Debug> HTTP-Session: 62805c6a-5f85-4114-bb94-153e676b33d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4337 | 2024.07.31 06:54:31.277695 [ 3 ] {} <Trace> HTTP-Session: 62805c6a-5f85-4114-bb94-153e676b33d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4338 | 2024.07.31 06:54:31.277828 [ 3 ] {074dd6df-1c54-4bd5-a876-341d5ae1edef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4339 | 2024.07.31 06:54:31.277894 [ 3 ] {074dd6df-1c54-4bd5-a876-341d5ae1edef} <Trace> 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 | ||
| 4340 | 2024.07.31 06:54:31.278291 [ 3 ] {074dd6df-1c54-4bd5-a876-341d5ae1edef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4341 | 2024.07.31 06:54:31.278820 [ 3 ] {074dd6df-1c54-4bd5-a876-341d5ae1edef} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4342 | 2024.07.31 06:54:31.278855 [ 3 ] {074dd6df-1c54-4bd5-a876-341d5ae1edef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4343 | 2024.07.31 06:54:31.279444 [ 3 ] {074dd6df-1c54-4bd5-a876-341d5ae1edef} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4344 | 2024.07.31 06:54:31.279883 [ 3 ] {074dd6df-1c54-4bd5-a876-341d5ae1edef} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4345 | 2024.07.31 06:54:31.280098 [ 3 ] {074dd6df-1c54-4bd5-a876-341d5ae1edef} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002323 sec., 1721.9113215669393 rows/sec., 3.09 MiB/sec. | ||
| 4346 | 2024.07.31 06:54:31.280609 [ 3 ] {074dd6df-1c54-4bd5-a876-341d5ae1edef} <Debug> DynamicQueryHandler: Done processing query | ||
| 4347 | 2024.07.31 06:54:31.280635 [ 3 ] {074dd6df-1c54-4bd5-a876-341d5ae1edef} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 4348 | 2024.07.31 06:54:31.280651 [ 3 ] {} <Debug> HTTP-Session: 62805c6a-5f85-4114-bb94-153e676b33d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4349 | 2024.07.31 06:54:31.280771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4350 | 2024.07.31 06:54:31.280821 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4351 | 2024.07.31 06:54:31.280841 [ 3 ] {} <Debug> HTTP-Session: 7a763667-2ac0-4cbe-b9b7-befdf81c7d1f Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4352 | 2024.07.31 06:54:31.280857 [ 3 ] {} <Debug> HTTP-Session: 7a763667-2ac0-4cbe-b9b7-befdf81c7d1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4353 | 2024.07.31 06:54:31.280871 [ 3 ] {} <Debug> HTTP-Session: 7a763667-2ac0-4cbe-b9b7-befdf81c7d1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4354 | 2024.07.31 06:54:31.280901 [ 3 ] {} <Trace> HTTP-Session: 7a763667-2ac0-4cbe-b9b7-befdf81c7d1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4355 | 2024.07.31 06:54:31.281096 [ 3 ] {717ba4cd-4e3d-46cb-9220-5f3369dacd66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4356 | 2024.07.31 06:54:31.281141 [ 3 ] {717ba4cd-4e3d-46cb-9220-5f3369dacd66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 4357 | 2024.07.31 06:54:31.281284 [ 3 ] {717ba4cd-4e3d-46cb-9220-5f3369dacd66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4358 | 2024.07.31 06:54:31.281585 [ 3 ] {717ba4cd-4e3d-46cb-9220-5f3369dacd66} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4359 | 2024.07.31 06:54:31.281622 [ 3 ] {717ba4cd-4e3d-46cb-9220-5f3369dacd66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4360 | 2024.07.31 06:54:31.281977 [ 3 ] {717ba4cd-4e3d-46cb-9220-5f3369dacd66} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4361 | 2024.07.31 06:54:31.282327 [ 3 ] {717ba4cd-4e3d-46cb-9220-5f3369dacd66} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4362 | 2024.07.31 06:54:31.282453 [ 3 ] {717ba4cd-4e3d-46cb-9220-5f3369dacd66} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001389 sec., 16558.67530597552 rows/sec., 895.71 KiB/sec. | ||
| 4363 | 2024.07.31 06:54:31.282619 [ 3 ] {717ba4cd-4e3d-46cb-9220-5f3369dacd66} <Debug> DynamicQueryHandler: Done processing query | ||
| 4364 | 2024.07.31 06:54:31.282645 [ 3 ] {717ba4cd-4e3d-46cb-9220-5f3369dacd66} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4365 | 2024.07.31 06:54:31.282661 [ 3 ] {} <Debug> HTTP-Session: 7a763667-2ac0-4cbe-b9b7-befdf81c7d1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4366 | 2024.07.31 06:54:31.282781 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4367 | 2024.07.31 06:54:31.282831 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4368 | 2024.07.31 06:54:31.282850 [ 3 ] {} <Debug> HTTP-Session: 0dd86780-1856-46b4-8010-411417e242fa Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4369 | 2024.07.31 06:54:31.282866 [ 3 ] {} <Debug> HTTP-Session: 0dd86780-1856-46b4-8010-411417e242fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4370 | 2024.07.31 06:54:31.282879 [ 3 ] {} <Debug> HTTP-Session: 0dd86780-1856-46b4-8010-411417e242fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4371 | 2024.07.31 06:54:31.282909 [ 3 ] {} <Trace> HTTP-Session: 0dd86780-1856-46b4-8010-411417e242fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4372 | 2024.07.31 06:54:31.283027 [ 3 ] {84e7cfb8-51b1-447a-935f-374f07a3cd32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4373 | 2024.07.31 06:54:31.283071 [ 3 ] {84e7cfb8-51b1-447a-935f-374f07a3cd32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4374 | 2024.07.31 06:54:31.283199 [ 3 ] {84e7cfb8-51b1-447a-935f-374f07a3cd32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4375 | 2024.07.31 06:54:31.283492 [ 3 ] {84e7cfb8-51b1-447a-935f-374f07a3cd32} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4376 | 2024.07.31 06:54:31.283527 [ 3 ] {84e7cfb8-51b1-447a-935f-374f07a3cd32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4377 | 2024.07.31 06:54:31.283872 [ 3 ] {84e7cfb8-51b1-447a-935f-374f07a3cd32} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4378 | 2024.07.31 06:54:31.284197 [ 3 ] {84e7cfb8-51b1-447a-935f-374f07a3cd32} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4379 | 2024.07.31 06:54:31.284321 [ 3 ] {84e7cfb8-51b1-447a-935f-374f07a3cd32} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001338 sec., 44843.04932735426 rows/sec., 3.02 MiB/sec. | ||
| 4380 | 2024.07.31 06:54:31.284488 [ 3 ] {84e7cfb8-51b1-447a-935f-374f07a3cd32} <Debug> DynamicQueryHandler: Done processing query | ||
| 4381 | 2024.07.31 06:54:31.284513 [ 3 ] {84e7cfb8-51b1-447a-935f-374f07a3cd32} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4382 | 2024.07.31 06:54:31.284530 [ 3 ] {} <Debug> HTTP-Session: 0dd86780-1856-46b4-8010-411417e242fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4383 | 2024.07.31 06:54:36.262132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4384 | 2024.07.31 06:54:36.262318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4385 | 2024.07.31 06:54:36.262366 [ 3 ] {} <Debug> HTTP-Session: 559961da-64a9-4e0d-a6f1-aad9531f9a6c Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4386 | 2024.07.31 06:54:36.262406 [ 3 ] {} <Debug> HTTP-Session: 559961da-64a9-4e0d-a6f1-aad9531f9a6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4387 | 2024.07.31 06:54:36.262435 [ 3 ] {} <Debug> HTTP-Session: 559961da-64a9-4e0d-a6f1-aad9531f9a6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4388 | 2024.07.31 06:54:36.262515 [ 3 ] {} <Trace> HTTP-Session: 559961da-64a9-4e0d-a6f1-aad9531f9a6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4389 | 2024.07.31 06:54:36.262758 [ 3 ] {02476f0f-05c1-43f0-af97-ebc368c33984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4390 | 2024.07.31 06:54:36.262824 [ 3 ] {02476f0f-05c1-43f0-af97-ebc368c33984} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4391 | 2024.07.31 06:54:36.263014 [ 3 ] {02476f0f-05c1-43f0-af97-ebc368c33984} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4392 | 2024.07.31 06:54:36.263522 [ 3 ] {02476f0f-05c1-43f0-af97-ebc368c33984} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4393 | 2024.07.31 06:54:36.263566 [ 3 ] {02476f0f-05c1-43f0-af97-ebc368c33984} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4394 | 2024.07.31 06:54:36.263935 [ 3 ] {02476f0f-05c1-43f0-af97-ebc368c33984} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4395 | 2024.07.31 06:54:36.264274 [ 3 ] {02476f0f-05c1-43f0-af97-ebc368c33984} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4396 | 2024.07.31 06:54:36.264446 [ 3 ] {02476f0f-05c1-43f0-af97-ebc368c33984} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001735 sec., 15561.959654178674 rows/sec., 1.23 MiB/sec. | ||
| 4397 | 2024.07.31 06:54:36.264667 [ 3 ] {02476f0f-05c1-43f0-af97-ebc368c33984} <Debug> DynamicQueryHandler: Done processing query | ||
| 4398 | 2024.07.31 06:54:36.264695 [ 3 ] {02476f0f-05c1-43f0-af97-ebc368c33984} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4399 | 2024.07.31 06:54:36.264712 [ 3 ] {} <Debug> HTTP-Session: 559961da-64a9-4e0d-a6f1-aad9531f9a6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4400 | 2024.07.31 06:54:36.264913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 25039, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4401 | 2024.07.31 06:54:36.264970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4402 | 2024.07.31 06:54:36.264990 [ 3 ] {} <Debug> HTTP-Session: 365bcc3a-5c3c-4989-93ca-d5c98a799a68 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4403 | 2024.07.31 06:54:36.265008 [ 3 ] {} <Debug> HTTP-Session: 365bcc3a-5c3c-4989-93ca-d5c98a799a68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4404 | 2024.07.31 06:54:36.265022 [ 3 ] {} <Debug> HTTP-Session: 365bcc3a-5c3c-4989-93ca-d5c98a799a68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4405 | 2024.07.31 06:54:36.265057 [ 3 ] {} <Trace> HTTP-Session: 365bcc3a-5c3c-4989-93ca-d5c98a799a68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4406 | 2024.07.31 06:54:36.265206 [ 3 ] {659421bc-325a-476f-a181-912c78564652} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4407 | 2024.07.31 06:54:36.265254 [ 3 ] {659421bc-325a-476f-a181-912c78564652} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4408 | 2024.07.31 06:54:36.265387 [ 3 ] {659421bc-325a-476f-a181-912c78564652} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4409 | 2024.07.31 06:54:36.265811 [ 3 ] {659421bc-325a-476f-a181-912c78564652} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4410 | 2024.07.31 06:54:36.265850 [ 3 ] {659421bc-325a-476f-a181-912c78564652} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4411 | 2024.07.31 06:54:36.266178 [ 3 ] {659421bc-325a-476f-a181-912c78564652} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4412 | 2024.07.31 06:54:36.266499 [ 3 ] {659421bc-325a-476f-a181-912c78564652} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4413 | 2024.07.31 06:54:36.266666 [ 3 ] {659421bc-325a-476f-a181-912c78564652} <Debug> executeQuery: Read 173 rows, 14.53 KiB in 0.001518 sec., 113965.74440052701 rows/sec., 9.34 MiB/sec. | ||
| 4414 | 2024.07.31 06:54:36.266890 [ 3 ] {659421bc-325a-476f-a181-912c78564652} <Debug> DynamicQueryHandler: Done processing query | ||
| 4415 | 2024.07.31 06:54:36.266916 [ 3 ] {659421bc-325a-476f-a181-912c78564652} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 4416 | 2024.07.31 06:54:36.266932 [ 3 ] {} <Debug> HTTP-Session: 365bcc3a-5c3c-4989-93ca-d5c98a799a68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4417 | 2024.07.31 06:54:36.267121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 19503, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4418 | 2024.07.31 06:54:36.267173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4419 | 2024.07.31 06:54:36.267193 [ 3 ] {} <Debug> HTTP-Session: 17985d71-d293-4aba-8504-ef11f7d4804a Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4420 | 2024.07.31 06:54:36.267210 [ 3 ] {} <Debug> HTTP-Session: 17985d71-d293-4aba-8504-ef11f7d4804a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4421 | 2024.07.31 06:54:36.267223 [ 3 ] {} <Debug> HTTP-Session: 17985d71-d293-4aba-8504-ef11f7d4804a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4422 | 2024.07.31 06:54:36.267255 [ 3 ] {} <Trace> HTTP-Session: 17985d71-d293-4aba-8504-ef11f7d4804a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4423 | 2024.07.31 06:54:36.267388 [ 3 ] {f798ad15-4c45-4128-8cda-d00529acc55f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4424 | 2024.07.31 06:54:36.267433 [ 3 ] {f798ad15-4c45-4128-8cda-d00529acc55f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4425 | 2024.07.31 06:54:36.267562 [ 3 ] {f798ad15-4c45-4128-8cda-d00529acc55f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4426 | 2024.07.31 06:54:36.267930 [ 3 ] {f798ad15-4c45-4128-8cda-d00529acc55f} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4427 | 2024.07.31 06:54:36.267968 [ 3 ] {f798ad15-4c45-4128-8cda-d00529acc55f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4428 | 2024.07.31 06:54:36.268278 [ 3 ] {f798ad15-4c45-4128-8cda-d00529acc55f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4429 | 2024.07.31 06:54:36.268589 [ 3 ] {f798ad15-4c45-4128-8cda-d00529acc55f} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4430 | 2024.07.31 06:54:36.268748 [ 3 ] {f798ad15-4c45-4128-8cda-d00529acc55f} <Debug> executeQuery: Read 115 rows, 9.18 KiB in 0.001407 sec., 81734.18621179815 rows/sec., 6.37 MiB/sec. | ||
| 4431 | 2024.07.31 06:54:36.268920 [ 3 ] {f798ad15-4c45-4128-8cda-d00529acc55f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4432 | 2024.07.31 06:54:36.268946 [ 3 ] {f798ad15-4c45-4128-8cda-d00529acc55f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4433 | 2024.07.31 06:54:36.268962 [ 3 ] {} <Debug> HTTP-Session: 17985d71-d293-4aba-8504-ef11f7d4804a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4434 | 2024.07.31 06:54:36.269211 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 37581, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4435 | 2024.07.31 06:54:36.269261 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4436 | 2024.07.31 06:54:36.269281 [ 3 ] {} <Debug> HTTP-Session: b93683b9-9530-41ad-9a54-c89299d46514 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4437 | 2024.07.31 06:54:36.269297 [ 3 ] {} <Debug> HTTP-Session: b93683b9-9530-41ad-9a54-c89299d46514 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4438 | 2024.07.31 06:54:36.269310 [ 3 ] {} <Debug> HTTP-Session: b93683b9-9530-41ad-9a54-c89299d46514 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4439 | 2024.07.31 06:54:36.269342 [ 3 ] {} <Trace> HTTP-Session: b93683b9-9530-41ad-9a54-c89299d46514 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4440 | 2024.07.31 06:54:36.269529 [ 3 ] {bb6ed2f9-7e70-4341-8ef3-8c08219f8702} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4441 | 2024.07.31 06:54:36.269584 [ 3 ] {bb6ed2f9-7e70-4341-8ef3-8c08219f8702} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4442 | 2024.07.31 06:54:36.269733 [ 3 ] {bb6ed2f9-7e70-4341-8ef3-8c08219f8702} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4443 | 2024.07.31 06:54:36.270160 [ 3 ] {bb6ed2f9-7e70-4341-8ef3-8c08219f8702} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4444 | 2024.07.31 06:54:36.270197 [ 3 ] {bb6ed2f9-7e70-4341-8ef3-8c08219f8702} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4445 | 2024.07.31 06:54:36.270589 [ 3 ] {bb6ed2f9-7e70-4341-8ef3-8c08219f8702} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4446 | 2024.07.31 06:54:36.270927 [ 3 ] {bb6ed2f9-7e70-4341-8ef3-8c08219f8702} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4447 | 2024.07.31 06:54:36.271088 [ 3 ] {bb6ed2f9-7e70-4341-8ef3-8c08219f8702} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001649 sec., 118859.91510006064 rows/sec., 8.30 MiB/sec. | ||
| 4448 | 2024.07.31 06:54:36.271296 [ 3 ] {bb6ed2f9-7e70-4341-8ef3-8c08219f8702} <Debug> DynamicQueryHandler: Done processing query | ||
| 4449 | 2024.07.31 06:54:36.271321 [ 3 ] {bb6ed2f9-7e70-4341-8ef3-8c08219f8702} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 4450 | 2024.07.31 06:54:36.271337 [ 3 ] {} <Debug> HTTP-Session: b93683b9-9530-41ad-9a54-c89299d46514 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4451 | 2024.07.31 06:54:36.271524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 43454, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4452 | 2024.07.31 06:54:36.271574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4453 | 2024.07.31 06:54:36.271593 [ 3 ] {} <Debug> HTTP-Session: 75d8bf87-fe1e-4de1-8df4-675ea1ebe5cb Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4454 | 2024.07.31 06:54:36.271609 [ 3 ] {} <Debug> HTTP-Session: 75d8bf87-fe1e-4de1-8df4-675ea1ebe5cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4455 | 2024.07.31 06:54:36.271623 [ 3 ] {} <Debug> HTTP-Session: 75d8bf87-fe1e-4de1-8df4-675ea1ebe5cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4456 | 2024.07.31 06:54:36.271655 [ 3 ] {} <Trace> HTTP-Session: 75d8bf87-fe1e-4de1-8df4-675ea1ebe5cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4457 | 2024.07.31 06:54:36.271953 [ 3 ] {b310a35c-748f-480a-af3c-39c884fa1d4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4458 | 2024.07.31 06:54:36.272017 [ 3 ] {b310a35c-748f-480a-af3c-39c884fa1d4f} <Trace> 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 | ||
| 4459 | 2024.07.31 06:54:36.272429 [ 3 ] {b310a35c-748f-480a-af3c-39c884fa1d4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4460 | 2024.07.31 06:54:36.273159 [ 3 ] {b310a35c-748f-480a-af3c-39c884fa1d4f} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4461 | 2024.07.31 06:54:36.273196 [ 3 ] {b310a35c-748f-480a-af3c-39c884fa1d4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4462 | 2024.07.31 06:54:36.273799 [ 3 ] {b310a35c-748f-480a-af3c-39c884fa1d4f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4463 | 2024.07.31 06:54:36.274202 [ 3 ] {b310a35c-748f-480a-af3c-39c884fa1d4f} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4464 | 2024.07.31 06:54:36.274374 [ 29 ] {} <Debug> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4465 | 2024.07.31 06:54:36.274401 [ 3 ] {b310a35c-748f-480a-af3c-39c884fa1d4f} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002659 sec., 10154.193305754043 rows/sec., 18.20 MiB/sec. | ||
| 4466 | 2024.07.31 06:54:36.274465 [ 29 ] {} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4467 | 2024.07.31 06:54:36.274541 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4468 | 2024.07.31 06:54:36.274839 [ 193 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 4469 | 2024.07.31 06:54:36.274962 [ 3 ] {b310a35c-748f-480a-af3c-39c884fa1d4f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4470 | 2024.07.31 06:54:36.275015 [ 3 ] {b310a35c-748f-480a-af3c-39c884fa1d4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 4471 | 2024.07.31 06:54:36.275064 [ 3 ] {} <Debug> HTTP-Session: 75d8bf87-fe1e-4de1-8df4-675ea1ebe5cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4472 | 2024.07.31 06:54:36.275329 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4473 | 2024.07.31 06:54:36.275368 [ 193 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4474 | 2024.07.31 06:54:36.275421 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4475 | 2024.07.31 06:54:36.275482 [ 3 ] {} <Debug> HTTP-Session: 77e2cc69-743c-4351-919a-73cc5443118a Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4476 | 2024.07.31 06:54:36.275516 [ 193 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 115 rows starting from the beginning of the part | ||
| 4477 | 2024.07.31 06:54:36.275525 [ 3 ] {} <Debug> HTTP-Session: 77e2cc69-743c-4351-919a-73cc5443118a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4478 | 2024.07.31 06:54:36.275562 [ 3 ] {} <Debug> HTTP-Session: 77e2cc69-743c-4351-919a-73cc5443118a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4479 | 2024.07.31 06:54:36.275654 [ 3 ] {} <Trace> HTTP-Session: 77e2cc69-743c-4351-919a-73cc5443118a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4480 | 2024.07.31 06:54:36.276068 [ 3 ] {8714ded9-1571-4680-9374-da5530b73c23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4481 | 2024.07.31 06:54:36.276130 [ 193 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 27 rows starting from the beginning of the part | ||
| 4482 | 2024.07.31 06:54:36.276183 [ 3 ] {8714ded9-1571-4680-9374-da5530b73c23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4483 | 2024.07.31 06:54:36.277058 [ 193 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
| 4484 | 2024.07.31 06:54:36.277072 [ 3 ] {8714ded9-1571-4680-9374-da5530b73c23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4485 | 2024.07.31 06:54:36.277443 [ 193 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 27 rows starting from the beginning of the part | ||
| 4486 | 2024.07.31 06:54:36.278075 [ 193 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
| 4487 | 2024.07.31 06:54:36.278286 [ 3 ] {8714ded9-1571-4680-9374-da5530b73c23} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4488 | 2024.07.31 06:54:36.278423 [ 3 ] {8714ded9-1571-4680-9374-da5530b73c23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4489 | 2024.07.31 06:54:36.278760 [ 193 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 27 rows starting from the beginning of the part | ||
| 4490 | 2024.07.31 06:54:36.279864 [ 3 ] {8714ded9-1571-4680-9374-da5530b73c23} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4491 | 2024.07.31 06:54:36.280677 [ 3 ] {8714ded9-1571-4680-9374-da5530b73c23} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4492 | 2024.07.31 06:54:36.280988 [ 3 ] {8714ded9-1571-4680-9374-da5530b73c23} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005119 sec., 11721.039265481539 rows/sec., 808.87 KiB/sec. | ||
| 4493 | 2024.07.31 06:54:36.281355 [ 3 ] {8714ded9-1571-4680-9374-da5530b73c23} <Debug> DynamicQueryHandler: Done processing query | ||
| 4494 | 2024.07.31 06:54:36.281430 [ 3 ] {8714ded9-1571-4680-9374-da5530b73c23} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4495 | 2024.07.31 06:54:36.281473 [ 3 ] {} <Debug> HTTP-Session: 77e2cc69-743c-4351-919a-73cc5443118a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4496 | 2024.07.31 06:54:36.285877 [ 188 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 204 rows, containing 19 columns (19 merged, 0 gathered) in 0.011196569 sec., 18219.86717538203 rows/sec., 32.65 MiB/sec. | ||
| 4497 | 2024.07.31 06:54:36.286397 [ 191 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4498 | 2024.07.31 06:54:36.287072 [ 191 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4499 | 2024.07.31 06:54:36.287174 [ 191 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4500 | 2024.07.31 06:54:36.287334 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.41 MiB. | ||
| 4501 | 2024.07.31 06:54:38.075770 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4502 | 2024.07.31 06:54:38.075820 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4503 | 2024.07.31 06:54:39.001280 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000887523 sec. | ||
| 4504 | 2024.07.31 06:54:41.264486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4505 | 2024.07.31 06:54:41.264670 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4506 | 2024.07.31 06:54:41.264713 [ 3 ] {} <Debug> HTTP-Session: 1d354847-e7cf-4a1b-9116-7beb90bda6c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4507 | 2024.07.31 06:54:41.264752 [ 3 ] {} <Debug> HTTP-Session: 1d354847-e7cf-4a1b-9116-7beb90bda6c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4508 | 2024.07.31 06:54:41.264780 [ 3 ] {} <Debug> HTTP-Session: 1d354847-e7cf-4a1b-9116-7beb90bda6c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4509 | 2024.07.31 06:54:41.264852 [ 3 ] {} <Trace> HTTP-Session: 1d354847-e7cf-4a1b-9116-7beb90bda6c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4510 | 2024.07.31 06:54:41.265024 [ 3 ] {de3f94ea-4c0f-4188-b7b1-2ee17a37a196} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4511 | 2024.07.31 06:54:41.265088 [ 3 ] {de3f94ea-4c0f-4188-b7b1-2ee17a37a196} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4512 | 2024.07.31 06:54:41.265278 [ 3 ] {de3f94ea-4c0f-4188-b7b1-2ee17a37a196} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4513 | 2024.07.31 06:54:41.265719 [ 3 ] {de3f94ea-4c0f-4188-b7b1-2ee17a37a196} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4514 | 2024.07.31 06:54:41.265760 [ 3 ] {de3f94ea-4c0f-4188-b7b1-2ee17a37a196} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 4515 | 2024.07.31 06:54:41.266118 [ 3 ] {de3f94ea-4c0f-4188-b7b1-2ee17a37a196} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4516 | 2024.07.31 06:54:41.266454 [ 3 ] {de3f94ea-4c0f-4188-b7b1-2ee17a37a196} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4517 | 2024.07.31 06:54:41.266627 [ 3 ] {de3f94ea-4c0f-4188-b7b1-2ee17a37a196} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.00165 sec., 6060.606060606061 rows/sec., 402.46 KiB/sec. | ||
| 4518 | 2024.07.31 06:54:41.266639 [ 45 ] {} <Debug> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4519 | 2024.07.31 06:54:41.266746 [ 45 ] {} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4520 | 2024.07.31 06:54:41.266802 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 4521 | 2024.07.31 06:54:41.266977 [ 3 ] {de3f94ea-4c0f-4188-b7b1-2ee17a37a196} <Debug> DynamicQueryHandler: Done processing query | ||
| 4522 | 2024.07.31 06:54:41.267091 [ 3 ] {de3f94ea-4c0f-4188-b7b1-2ee17a37a196} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4523 | 2024.07.31 06:54:41.267257 [ 3 ] {} <Debug> HTTP-Session: 1d354847-e7cf-4a1b-9116-7beb90bda6c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4524 | 2024.07.31 06:54:41.267435 [ 190 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 4525 | 2024.07.31 06:54:41.267716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4526 | 2024.07.31 06:54:41.267801 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4527 | 2024.07.31 06:54:41.267835 [ 3 ] {} <Debug> HTTP-Session: ef55a3f9-54c7-4629-b4cd-b8bb4e32e509 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4528 | 2024.07.31 06:54:41.267843 [ 190 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4529 | 2024.07.31 06:54:41.267861 [ 3 ] {} <Debug> HTTP-Session: ef55a3f9-54c7-4629-b4cd-b8bb4e32e509 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4530 | 2024.07.31 06:54:41.267880 [ 3 ] {} <Debug> HTTP-Session: ef55a3f9-54c7-4629-b4cd-b8bb4e32e509 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4531 | 2024.07.31 06:54:41.267881 [ 190 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 37 rows starting from the beginning of the part | ||
| 4532 | 2024.07.31 06:54:41.267925 [ 3 ] {} <Trace> HTTP-Session: ef55a3f9-54c7-4629-b4cd-b8bb4e32e509 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4533 | 2024.07.31 06:54:41.268024 [ 190 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 10 rows starting from the beginning of the part | ||
| 4534 | 2024.07.31 06:54:41.268310 [ 3 ] {d0669560-1d53-4426-890d-ea5ccf4353df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4535 | 2024.07.31 06:54:41.268335 [ 190 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 27 rows starting from the beginning of the part | ||
| 4536 | 2024.07.31 06:54:41.268398 [ 3 ] {d0669560-1d53-4426-890d-ea5ccf4353df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4537 | 2024.07.31 06:54:41.268632 [ 190 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 10 rows starting from the beginning of the part | ||
| 4538 | 2024.07.31 06:54:41.268919 [ 190 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 27 rows starting from the beginning of the part | ||
| 4539 | 2024.07.31 06:54:41.269232 [ 190 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 10 rows starting from the beginning of the part | ||
| 4540 | 2024.07.31 06:54:41.269594 [ 3 ] {d0669560-1d53-4426-890d-ea5ccf4353df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4541 | 2024.07.31 06:54:41.270393 [ 3 ] {d0669560-1d53-4426-890d-ea5ccf4353df} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4542 | 2024.07.31 06:54:41.270442 [ 3 ] {d0669560-1d53-4426-890d-ea5ccf4353df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 4543 | 2024.07.31 06:54:41.271001 [ 3 ] {d0669560-1d53-4426-890d-ea5ccf4353df} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4544 | 2024.07.31 06:54:41.271013 [ 188 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 4 columns (4 merged, 0 gathered) in 0.004112752 sec., 29420.689601512564 rows/sec., 2.19 MiB/sec. | ||
| 4545 | 2024.07.31 06:54:41.271310 [ 188 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4546 | 2024.07.31 06:54:41.271623 [ 3 ] {d0669560-1d53-4426-890d-ea5ccf4353df} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4547 | 2024.07.31 06:54:41.272008 [ 45 ] {} <Debug> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4548 | 2024.07.31 06:54:41.272102 [ 3 ] {d0669560-1d53-4426-890d-ea5ccf4353df} <Debug> executeQuery: Read 173 rows, 15.66 KiB in 0.003995 sec., 43304.130162703375 rows/sec., 3.83 MiB/sec. | ||
| 4549 | 2024.07.31 06:54:41.272110 [ 45 ] {} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4550 | 2024.07.31 06:54:41.272225 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 4551 | 2024.07.31 06:54:41.272479 [ 188 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_16_3} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4552 | 2024.07.31 06:54:41.272819 [ 197 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 4553 | 2024.07.31 06:54:41.272900 [ 188 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_16_3} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4554 | 2024.07.31 06:54:41.273203 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 4555 | 2024.07.31 06:54:41.273276 [ 3 ] {d0669560-1d53-4426-890d-ea5ccf4353df} <Debug> DynamicQueryHandler: Done processing query | ||
| 4556 | 2024.07.31 06:54:41.273344 [ 3 ] {d0669560-1d53-4426-890d-ea5ccf4353df} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 4557 | 2024.07.31 06:54:41.273359 [ 197 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4558 | 2024.07.31 06:54:41.273400 [ 3 ] {} <Debug> HTTP-Session: ef55a3f9-54c7-4629-b4cd-b8bb4e32e509 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4559 | 2024.07.31 06:54:41.273432 [ 197 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 296 rows starting from the beginning of the part | ||
| 4560 | 2024.07.31 06:54:41.273518 [ 197 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 173 rows starting from the beginning of the part | ||
| 4561 | 2024.07.31 06:54:41.273777 [ 197 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 138 rows starting from the beginning of the part | ||
| 4562 | 2024.07.31 06:54:41.273819 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 62271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4563 | 2024.07.31 06:54:41.274013 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4564 | 2024.07.31 06:54:41.274078 [ 197 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 173 rows starting from the beginning of the part | ||
| 4565 | 2024.07.31 06:54:41.274095 [ 3 ] {} <Debug> HTTP-Session: 96591d50-7364-4c85-9ae6-edff90b9eaa1 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4566 | 2024.07.31 06:54:41.274174 [ 3 ] {} <Debug> HTTP-Session: 96591d50-7364-4c85-9ae6-edff90b9eaa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4567 | 2024.07.31 06:54:41.274243 [ 3 ] {} <Debug> HTTP-Session: 96591d50-7364-4c85-9ae6-edff90b9eaa1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4568 | 2024.07.31 06:54:41.274379 [ 197 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 173 rows starting from the beginning of the part | ||
| 4569 | 2024.07.31 06:54:41.274394 [ 3 ] {} <Trace> HTTP-Session: 96591d50-7364-4c85-9ae6-edff90b9eaa1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4570 | 2024.07.31 06:54:41.274601 [ 197 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 173 rows starting from the beginning of the part | ||
| 4571 | 2024.07.31 06:54:41.274937 [ 3 ] {4a2b9a9c-321b-4538-8713-66912632f818} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4572 | 2024.07.31 06:54:41.275075 [ 3 ] {4a2b9a9c-321b-4538-8713-66912632f818} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4573 | 2024.07.31 06:54:41.275488 [ 3 ] {4a2b9a9c-321b-4538-8713-66912632f818} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4574 | 2024.07.31 06:54:41.276688 [ 3 ] {4a2b9a9c-321b-4538-8713-66912632f818} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4575 | 2024.07.31 06:54:41.276758 [ 3 ] {4a2b9a9c-321b-4538-8713-66912632f818} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 4576 | 2024.07.31 06:54:41.277430 [ 196 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1126 rows, containing 4 columns (4 merged, 0 gathered) in 0.005063516 sec., 222375.12432072894 rows/sec., 19.20 MiB/sec. | ||
| 4577 | 2024.07.31 06:54:41.277469 [ 3 ] {4a2b9a9c-321b-4538-8713-66912632f818} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4578 | 2024.07.31 06:54:41.277616 [ 196 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4579 | 2024.07.31 06:54:41.277941 [ 3 ] {4a2b9a9c-321b-4538-8713-66912632f818} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4580 | 2024.07.31 06:54:41.278163 [ 45 ] {} <Debug> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4581 | 2024.07.31 06:54:41.278184 [ 3 ] {4a2b9a9c-321b-4538-8713-66912632f818} <Debug> executeQuery: Read 386 rows, 27.79 KiB in 0.003544 sec., 108916.47855530474 rows/sec., 7.66 MiB/sec. | ||
| 4582 | 2024.07.31 06:54:41.278220 [ 196 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_21_4} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4583 | 2024.07.31 06:54:41.278261 [ 45 ] {} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4584 | 2024.07.31 06:54:41.278407 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 4585 | 2024.07.31 06:54:41.278541 [ 196 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_21_4} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4586 | 2024.07.31 06:54:41.278929 [ 3 ] {4a2b9a9c-321b-4538-8713-66912632f818} <Debug> DynamicQueryHandler: Done processing query | ||
| 4587 | 2024.07.31 06:54:41.279003 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 4588 | 2024.07.31 06:54:41.279012 [ 3 ] {4a2b9a9c-321b-4538-8713-66912632f818} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 4589 | 2024.07.31 06:54:41.279067 [ 3 ] {} <Debug> HTTP-Session: 96591d50-7364-4c85-9ae6-edff90b9eaa1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4590 | 2024.07.31 06:54:41.279113 [ 194 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 4591 | 2024.07.31 06:54:41.279310 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4592 | 2024.07.31 06:54:41.279376 [ 194 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4593 | 2024.07.31 06:54:41.279408 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4594 | 2024.07.31 06:54:41.279427 [ 194 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 465 rows starting from the beginning of the part | ||
| 4595 | 2024.07.31 06:54:41.279436 [ 3 ] {} <Debug> HTTP-Session: bf6da927-f79f-4ad9-acd0-b723e0d7f483 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4596 | 2024.07.31 06:54:41.279468 [ 3 ] {} <Debug> HTTP-Session: bf6da927-f79f-4ad9-acd0-b723e0d7f483 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4597 | 2024.07.31 06:54:41.279489 [ 3 ] {} <Debug> HTTP-Session: bf6da927-f79f-4ad9-acd0-b723e0d7f483 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4598 | 2024.07.31 06:54:41.279598 [ 3 ] {} <Trace> HTTP-Session: bf6da927-f79f-4ad9-acd0-b723e0d7f483 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4599 | 2024.07.31 06:54:41.279696 [ 194 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 386 rows starting from the beginning of the part | ||
| 4600 | 2024.07.31 06:54:41.280015 [ 3 ] {0bcf2035-c369-45f3-bbab-e91a518aa1b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 4601 | 2024.07.31 06:54:41.280032 [ 194 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 93 rows starting from the beginning of the part | ||
| 4602 | 2024.07.31 06:54:41.280155 [ 3 ] {0bcf2035-c369-45f3-bbab-e91a518aa1b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4603 | 2024.07.31 06:54:41.280287 [ 194 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 386 rows starting from the beginning of the part | ||
| 4604 | 2024.07.31 06:54:41.280625 [ 194 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 115 rows starting from the beginning of the part | ||
| 4605 | 2024.07.31 06:54:41.280939 [ 194 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 386 rows starting from the beginning of the part | ||
| 4606 | 2024.07.31 06:54:41.281469 [ 3 ] {0bcf2035-c369-45f3-bbab-e91a518aa1b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4607 | 2024.07.31 06:54:41.282140 [ 3 ] {0bcf2035-c369-45f3-bbab-e91a518aa1b0} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4608 | 2024.07.31 06:54:41.282192 [ 3 ] {0bcf2035-c369-45f3-bbab-e91a518aa1b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 4609 | 2024.07.31 06:54:41.283106 [ 3 ] {0bcf2035-c369-45f3-bbab-e91a518aa1b0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4610 | 2024.07.31 06:54:41.283750 [ 3 ] {0bcf2035-c369-45f3-bbab-e91a518aa1b0} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4611 | 2024.07.31 06:54:41.283925 [ 196 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1831 rows, containing 4 columns (4 merged, 0 gathered) in 0.005344213 sec., 342613.589690381 rows/sec., 24.51 MiB/sec. | ||
| 4612 | 2024.07.31 06:54:41.284091 [ 3 ] {0bcf2035-c369-45f3-bbab-e91a518aa1b0} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.004201 sec., 1428.2313734825043 rows/sec., 61.37 KiB/sec. | ||
| 4613 | 2024.07.31 06:54:41.284259 [ 196 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4614 | 2024.07.31 06:54:41.284732 [ 3 ] {0bcf2035-c369-45f3-bbab-e91a518aa1b0} <Debug> DynamicQueryHandler: Done processing query | ||
| 4615 | 2024.07.31 06:54:41.284763 [ 3 ] {0bcf2035-c369-45f3-bbab-e91a518aa1b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4616 | 2024.07.31 06:54:41.284789 [ 3 ] {} <Debug> HTTP-Session: bf6da927-f79f-4ad9-acd0-b723e0d7f483 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4617 | 2024.07.31 06:54:41.284951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4618 | 2024.07.31 06:54:41.285014 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4619 | 2024.07.31 06:54:41.285034 [ 3 ] {} <Debug> HTTP-Session: 0e89fb48-2c0c-4ee5-be06-9d3a1e83d57f Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4620 | 2024.07.31 06:54:41.285057 [ 3 ] {} <Debug> HTTP-Session: 0e89fb48-2c0c-4ee5-be06-9d3a1e83d57f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4621 | 2024.07.31 06:54:41.285069 [ 196 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_21_4} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4622 | 2024.07.31 06:54:41.285077 [ 3 ] {} <Debug> HTTP-Session: 0e89fb48-2c0c-4ee5-be06-9d3a1e83d57f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4623 | 2024.07.31 06:54:41.285129 [ 3 ] {} <Trace> HTTP-Session: 0e89fb48-2c0c-4ee5-be06-9d3a1e83d57f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4624 | 2024.07.31 06:54:41.285168 [ 196 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_21_4} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4625 | 2024.07.31 06:54:41.285254 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 4626 | 2024.07.31 06:54:41.285296 [ 3 ] {ee515734-3af2-4d42-82cd-e62ee912531c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 4627 | 2024.07.31 06:54:41.285342 [ 3 ] {ee515734-3af2-4d42-82cd-e62ee912531c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 4628 | 2024.07.31 06:54:41.285492 [ 3 ] {ee515734-3af2-4d42-82cd-e62ee912531c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4629 | 2024.07.31 06:54:41.285829 [ 3 ] {ee515734-3af2-4d42-82cd-e62ee912531c} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4630 | 2024.07.31 06:54:41.285865 [ 3 ] {ee515734-3af2-4d42-82cd-e62ee912531c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 4631 | 2024.07.31 06:54:41.286227 [ 3 ] {ee515734-3af2-4d42-82cd-e62ee912531c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4632 | 2024.07.31 06:54:41.286562 [ 3 ] {ee515734-3af2-4d42-82cd-e62ee912531c} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4633 | 2024.07.31 06:54:41.286728 [ 3 ] {ee515734-3af2-4d42-82cd-e62ee912531c} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.0015 sec., 51333.333333333336 rows/sec., 3.16 MiB/sec. | ||
| 4634 | 2024.07.31 06:54:41.286958 [ 3 ] {ee515734-3af2-4d42-82cd-e62ee912531c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4635 | 2024.07.31 06:54:41.286984 [ 3 ] {ee515734-3af2-4d42-82cd-e62ee912531c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4636 | 2024.07.31 06:54:41.287000 [ 3 ] {} <Debug> HTTP-Session: 0e89fb48-2c0c-4ee5-be06-9d3a1e83d57f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4637 | 2024.07.31 06:54:41.287159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4638 | 2024.07.31 06:54:41.287207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4639 | 2024.07.31 06:54:41.287226 [ 3 ] {} <Debug> HTTP-Session: 259d39f5-8c37-4795-8a6d-3dd1f68274d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4640 | 2024.07.31 06:54:41.287241 [ 3 ] {} <Debug> HTTP-Session: 259d39f5-8c37-4795-8a6d-3dd1f68274d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4641 | 2024.07.31 06:54:41.287255 [ 3 ] {} <Debug> HTTP-Session: 259d39f5-8c37-4795-8a6d-3dd1f68274d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4642 | 2024.07.31 06:54:41.287286 [ 3 ] {} <Trace> HTTP-Session: 259d39f5-8c37-4795-8a6d-3dd1f68274d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4643 | 2024.07.31 06:54:41.287441 [ 3 ] {b13d0686-833f-432d-89ce-30ca55890788} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4644 | 2024.07.31 06:54:41.287487 [ 3 ] {b13d0686-833f-432d-89ce-30ca55890788} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4645 | 2024.07.31 06:54:41.287632 [ 3 ] {b13d0686-833f-432d-89ce-30ca55890788} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4646 | 2024.07.31 06:54:41.288017 [ 3 ] {b13d0686-833f-432d-89ce-30ca55890788} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4647 | 2024.07.31 06:54:41.288054 [ 3 ] {b13d0686-833f-432d-89ce-30ca55890788} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 4648 | 2024.07.31 06:54:41.288425 [ 3 ] {b13d0686-833f-432d-89ce-30ca55890788} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4649 | 2024.07.31 06:54:41.288767 [ 3 ] {b13d0686-833f-432d-89ce-30ca55890788} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4650 | 2024.07.31 06:54:41.288932 [ 3 ] {b13d0686-833f-432d-89ce-30ca55890788} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001554 sec., 102960.10296010296 rows/sec., 7.17 MiB/sec. | ||
| 4651 | 2024.07.31 06:54:41.288933 [ 45 ] {} <Debug> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4652 | 2024.07.31 06:54:41.289034 [ 45 ] {} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4653 | 2024.07.31 06:54:41.289093 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 4654 | 2024.07.31 06:54:41.289270 [ 3 ] {b13d0686-833f-432d-89ce-30ca55890788} <Debug> DynamicQueryHandler: Done processing query | ||
| 4655 | 2024.07.31 06:54:41.289391 [ 3 ] {b13d0686-833f-432d-89ce-30ca55890788} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4656 | 2024.07.31 06:54:41.289391 [ 194 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 4657 | 2024.07.31 06:54:41.289473 [ 3 ] {} <Debug> HTTP-Session: 259d39f5-8c37-4795-8a6d-3dd1f68274d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4658 | 2024.07.31 06:54:41.289827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4659 | 2024.07.31 06:54:41.289827 [ 194 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4660 | 2024.07.31 06:54:41.289915 [ 194 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2623 rows starting from the beginning of the part | ||
| 4661 | 2024.07.31 06:54:41.289926 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4662 | 2024.07.31 06:54:41.289975 [ 3 ] {} <Debug> HTTP-Session: 50929766-73c4-442a-849a-5956be2b57a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4663 | 2024.07.31 06:54:41.290034 [ 3 ] {} <Debug> HTTP-Session: 50929766-73c4-442a-849a-5956be2b57a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4664 | 2024.07.31 06:54:41.290137 [ 194 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part | ||
| 4665 | 2024.07.31 06:54:41.290147 [ 3 ] {} <Debug> HTTP-Session: 50929766-73c4-442a-849a-5956be2b57a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4666 | 2024.07.31 06:54:41.290319 [ 3 ] {} <Trace> HTTP-Session: 50929766-73c4-442a-849a-5956be2b57a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4667 | 2024.07.31 06:54:41.290460 [ 194 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 161 rows starting from the beginning of the part | ||
| 4668 | 2024.07.31 06:54:41.290709 [ 194 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part | ||
| 4669 | 2024.07.31 06:54:41.290798 [ 3 ] {3fd3398e-40e0-4e4f-8735-0b7edbe29de3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4670 | 2024.07.31 06:54:41.290919 [ 194 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 196 rows starting from the beginning of the part | ||
| 4671 | 2024.07.31 06:54:41.291265 [ 194 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part | ||
| 4672 | 2024.07.31 06:54:41.291287 [ 3 ] {3fd3398e-40e0-4e4f-8735-0b7edbe29de3} <Trace> 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 | ||
| 4673 | 2024.07.31 06:54:41.293111 [ 3 ] {3fd3398e-40e0-4e4f-8735-0b7edbe29de3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4674 | 2024.07.31 06:54:41.294496 [ 3 ] {3fd3398e-40e0-4e4f-8735-0b7edbe29de3} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4675 | 2024.07.31 06:54:41.294569 [ 3 ] {3fd3398e-40e0-4e4f-8735-0b7edbe29de3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 4676 | 2024.07.31 06:54:41.295330 [ 194 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3460 rows, containing 5 columns (5 merged, 0 gathered) in 0.006134013 sec., 564067.9274726023 rows/sec., 39.32 MiB/sec. | ||
| 4677 | 2024.07.31 06:54:41.295697 [ 3 ] {3fd3398e-40e0-4e4f-8735-0b7edbe29de3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4678 | 2024.07.31 06:54:41.295705 [ 196 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4679 | 2024.07.31 06:54:41.296424 [ 196 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4680 | 2024.07.31 06:54:41.296448 [ 3 ] {3fd3398e-40e0-4e4f-8735-0b7edbe29de3} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4681 | 2024.07.31 06:54:41.296526 [ 196 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4682 | 2024.07.31 06:54:41.296773 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.87 MiB. | ||
| 4683 | 2024.07.31 06:54:41.296783 [ 3 ] {3fd3398e-40e0-4e4f-8735-0b7edbe29de3} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.006261 sec., 638.8755789809934 rows/sec., 1.14 MiB/sec. | ||
| 4684 | 2024.07.31 06:54:41.297074 [ 3 ] {3fd3398e-40e0-4e4f-8735-0b7edbe29de3} <Debug> DynamicQueryHandler: Done processing query | ||
| 4685 | 2024.07.31 06:54:41.297099 [ 3 ] {3fd3398e-40e0-4e4f-8735-0b7edbe29de3} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 4686 | 2024.07.31 06:54:41.297117 [ 3 ] {} <Debug> HTTP-Session: 50929766-73c4-442a-849a-5956be2b57a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4687 | 2024.07.31 06:54:41.297242 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4688 | 2024.07.31 06:54:41.297292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4689 | 2024.07.31 06:54:41.297311 [ 3 ] {} <Debug> HTTP-Session: f67b30bd-d72f-4cc3-b844-66b86e64dd6d Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4690 | 2024.07.31 06:54:41.297327 [ 3 ] {} <Debug> HTTP-Session: f67b30bd-d72f-4cc3-b844-66b86e64dd6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4691 | 2024.07.31 06:54:41.297341 [ 3 ] {} <Debug> HTTP-Session: f67b30bd-d72f-4cc3-b844-66b86e64dd6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4692 | 2024.07.31 06:54:41.297372 [ 3 ] {} <Trace> HTTP-Session: f67b30bd-d72f-4cc3-b844-66b86e64dd6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4693 | 2024.07.31 06:54:41.297480 [ 3 ] {47da9f7b-2235-4eb0-8c28-aaff0011c91e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4694 | 2024.07.31 06:54:41.297525 [ 3 ] {47da9f7b-2235-4eb0-8c28-aaff0011c91e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 4695 | 2024.07.31 06:54:41.297662 [ 3 ] {47da9f7b-2235-4eb0-8c28-aaff0011c91e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4696 | 2024.07.31 06:54:41.297986 [ 3 ] {47da9f7b-2235-4eb0-8c28-aaff0011c91e} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4697 | 2024.07.31 06:54:41.298024 [ 3 ] {47da9f7b-2235-4eb0-8c28-aaff0011c91e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 4698 | 2024.07.31 06:54:41.298383 [ 3 ] {47da9f7b-2235-4eb0-8c28-aaff0011c91e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4699 | 2024.07.31 06:54:41.298723 [ 3 ] {47da9f7b-2235-4eb0-8c28-aaff0011c91e} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4700 | 2024.07.31 06:54:41.298888 [ 3 ] {47da9f7b-2235-4eb0-8c28-aaff0011c91e} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00143 sec., 16083.916083916083 rows/sec., 870.03 KiB/sec. | ||
| 4701 | 2024.07.31 06:54:41.299101 [ 3 ] {47da9f7b-2235-4eb0-8c28-aaff0011c91e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4702 | 2024.07.31 06:54:41.299127 [ 3 ] {47da9f7b-2235-4eb0-8c28-aaff0011c91e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4703 | 2024.07.31 06:54:41.299143 [ 3 ] {} <Debug> HTTP-Session: f67b30bd-d72f-4cc3-b844-66b86e64dd6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4704 | 2024.07.31 06:54:41.299271 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4705 | 2024.07.31 06:54:41.299321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4706 | 2024.07.31 06:54:41.299340 [ 3 ] {} <Debug> HTTP-Session: 6359e490-42e3-4693-ba27-22b4cfdf6537 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4707 | 2024.07.31 06:54:41.299356 [ 3 ] {} <Debug> HTTP-Session: 6359e490-42e3-4693-ba27-22b4cfdf6537 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4708 | 2024.07.31 06:54:41.299370 [ 3 ] {} <Debug> HTTP-Session: 6359e490-42e3-4693-ba27-22b4cfdf6537 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4709 | 2024.07.31 06:54:41.299401 [ 3 ] {} <Trace> HTTP-Session: 6359e490-42e3-4693-ba27-22b4cfdf6537 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4710 | 2024.07.31 06:54:41.299518 [ 3 ] {8ee1f96e-383d-405b-a20a-40b9680bd322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4711 | 2024.07.31 06:54:41.299562 [ 3 ] {8ee1f96e-383d-405b-a20a-40b9680bd322} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4712 | 2024.07.31 06:54:41.299692 [ 3 ] {8ee1f96e-383d-405b-a20a-40b9680bd322} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4713 | 2024.07.31 06:54:41.299995 [ 3 ] {8ee1f96e-383d-405b-a20a-40b9680bd322} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4714 | 2024.07.31 06:54:41.300031 [ 3 ] {8ee1f96e-383d-405b-a20a-40b9680bd322} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 4715 | 2024.07.31 06:54:41.300387 [ 3 ] {8ee1f96e-383d-405b-a20a-40b9680bd322} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4716 | 2024.07.31 06:54:41.300730 [ 3 ] {8ee1f96e-383d-405b-a20a-40b9680bd322} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4717 | 2024.07.31 06:54:41.300884 [ 45 ] {} <Debug> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4718 | 2024.07.31 06:54:41.300896 [ 3 ] {8ee1f96e-383d-405b-a20a-40b9680bd322} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001409 sec., 42583.392476933994 rows/sec., 2.87 MiB/sec. | ||
| 4719 | 2024.07.31 06:54:41.300951 [ 45 ] {} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4720 | 2024.07.31 06:54:41.301019 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 4721 | 2024.07.31 06:54:41.301328 [ 3 ] {8ee1f96e-383d-405b-a20a-40b9680bd322} <Debug> DynamicQueryHandler: Done processing query | ||
| 4722 | 2024.07.31 06:54:41.301439 [ 3 ] {8ee1f96e-383d-405b-a20a-40b9680bd322} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4723 | 2024.07.31 06:54:41.301543 [ 3 ] {} <Debug> HTTP-Session: 6359e490-42e3-4693-ba27-22b4cfdf6537 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4724 | 2024.07.31 06:54:41.301639 [ 196 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 4725 | 2024.07.31 06:54:41.302184 [ 196 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4726 | 2024.07.31 06:54:41.302220 [ 196 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 886 rows starting from the beginning of the part | ||
| 4727 | 2024.07.31 06:54:41.302323 [ 196 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part | ||
| 4728 | 2024.07.31 06:54:41.302427 [ 196 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part | ||
| 4729 | 2024.07.31 06:54:41.302515 [ 196 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part | ||
| 4730 | 2024.07.31 06:54:41.302645 [ 196 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part | ||
| 4731 | 2024.07.31 06:54:41.302813 [ 196 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part | ||
| 4732 | 2024.07.31 06:54:41.303936 [ 187 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1186 rows, containing 4 columns (4 merged, 0 gathered) in 0.00280766 sec., 422415.8195792938 rows/sec., 28.49 MiB/sec. | ||
| 4733 | 2024.07.31 06:54:41.304160 [ 187 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4734 | 2024.07.31 06:54:41.304649 [ 187 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_21_4} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4735 | 2024.07.31 06:54:41.304750 [ 187 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_21_4} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4736 | 2024.07.31 06:54:41.304850 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 4737 | 2024.07.31 06:54:46.260832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4738 | 2024.07.31 06:54:46.260960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4739 | 2024.07.31 06:54:46.260985 [ 3 ] {} <Debug> HTTP-Session: da39f4ea-78d1-4c68-bc78-b69c74158e42 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4740 | 2024.07.31 06:54:46.261009 [ 3 ] {} <Debug> HTTP-Session: da39f4ea-78d1-4c68-bc78-b69c74158e42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4741 | 2024.07.31 06:54:46.261024 [ 3 ] {} <Debug> HTTP-Session: da39f4ea-78d1-4c68-bc78-b69c74158e42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4742 | 2024.07.31 06:54:46.261073 [ 3 ] {} <Trace> HTTP-Session: da39f4ea-78d1-4c68-bc78-b69c74158e42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4743 | 2024.07.31 06:54:46.261256 [ 3 ] {6ecdf069-e96f-4f7e-8829-d8acaa32be3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4744 | 2024.07.31 06:54:46.261321 [ 3 ] {6ecdf069-e96f-4f7e-8829-d8acaa32be3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4745 | 2024.07.31 06:54:46.261513 [ 3 ] {6ecdf069-e96f-4f7e-8829-d8acaa32be3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4746 | 2024.07.31 06:54:46.261964 [ 3 ] {6ecdf069-e96f-4f7e-8829-d8acaa32be3b} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4747 | 2024.07.31 06:54:46.262004 [ 3 ] {6ecdf069-e96f-4f7e-8829-d8acaa32be3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 4748 | 2024.07.31 06:54:46.262370 [ 3 ] {6ecdf069-e96f-4f7e-8829-d8acaa32be3b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4749 | 2024.07.31 06:54:46.262712 [ 3 ] {6ecdf069-e96f-4f7e-8829-d8acaa32be3b} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4750 | 2024.07.31 06:54:46.262879 [ 3 ] {6ecdf069-e96f-4f7e-8829-d8acaa32be3b} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001674 sec., 16129.032258064517 rows/sec., 1.28 MiB/sec. | ||
| 4751 | 2024.07.31 06:54:46.263082 [ 3 ] {6ecdf069-e96f-4f7e-8829-d8acaa32be3b} <Debug> DynamicQueryHandler: Done processing query | ||
| 4752 | 2024.07.31 06:54:46.263109 [ 3 ] {6ecdf069-e96f-4f7e-8829-d8acaa32be3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4753 | 2024.07.31 06:54:46.263126 [ 3 ] {} <Debug> HTTP-Session: da39f4ea-78d1-4c68-bc78-b69c74158e42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4754 | 2024.07.31 06:54:46.263295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 20062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4755 | 2024.07.31 06:54:46.263345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4756 | 2024.07.31 06:54:46.263364 [ 3 ] {} <Debug> HTTP-Session: b7dbddd7-ea20-43f3-bccd-7e9ca8d1a6ea Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4757 | 2024.07.31 06:54:46.263382 [ 3 ] {} <Debug> HTTP-Session: b7dbddd7-ea20-43f3-bccd-7e9ca8d1a6ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4758 | 2024.07.31 06:54:46.263397 [ 3 ] {} <Debug> HTTP-Session: b7dbddd7-ea20-43f3-bccd-7e9ca8d1a6ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4759 | 2024.07.31 06:54:46.263429 [ 3 ] {} <Trace> HTTP-Session: b7dbddd7-ea20-43f3-bccd-7e9ca8d1a6ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4760 | 2024.07.31 06:54:46.263566 [ 3 ] {ba1d9662-6b10-4527-ba22-597459495c85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4761 | 2024.07.31 06:54:46.263610 [ 3 ] {ba1d9662-6b10-4527-ba22-597459495c85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4762 | 2024.07.31 06:54:46.263739 [ 3 ] {ba1d9662-6b10-4527-ba22-597459495c85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4763 | 2024.07.31 06:54:46.264144 [ 3 ] {ba1d9662-6b10-4527-ba22-597459495c85} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4764 | 2024.07.31 06:54:46.264183 [ 3 ] {ba1d9662-6b10-4527-ba22-597459495c85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 4765 | 2024.07.31 06:54:46.264515 [ 3 ] {ba1d9662-6b10-4527-ba22-597459495c85} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4766 | 2024.07.31 06:54:46.264824 [ 3 ] {ba1d9662-6b10-4527-ba22-597459495c85} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4767 | 2024.07.31 06:54:46.264977 [ 3 ] {ba1d9662-6b10-4527-ba22-597459495c85} <Debug> executeQuery: Read 137 rows, 11.71 KiB in 0.001469 sec., 93260.72157930565 rows/sec., 7.79 MiB/sec. | ||
| 4768 | 2024.07.31 06:54:46.265145 [ 3 ] {ba1d9662-6b10-4527-ba22-597459495c85} <Debug> DynamicQueryHandler: Done processing query | ||
| 4769 | 2024.07.31 06:54:46.265170 [ 3 ] {ba1d9662-6b10-4527-ba22-597459495c85} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4770 | 2024.07.31 06:54:46.265187 [ 3 ] {} <Debug> HTTP-Session: b7dbddd7-ea20-43f3-bccd-7e9ca8d1a6ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4771 | 2024.07.31 06:54:46.265337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 15465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4772 | 2024.07.31 06:54:46.265385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4773 | 2024.07.31 06:54:46.265404 [ 3 ] {} <Debug> HTTP-Session: 4e522aea-e971-4031-a7dd-ec1d7e51652c Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4774 | 2024.07.31 06:54:46.265420 [ 3 ] {} <Debug> HTTP-Session: 4e522aea-e971-4031-a7dd-ec1d7e51652c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4775 | 2024.07.31 06:54:46.265433 [ 3 ] {} <Debug> HTTP-Session: 4e522aea-e971-4031-a7dd-ec1d7e51652c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4776 | 2024.07.31 06:54:46.265464 [ 3 ] {} <Trace> HTTP-Session: 4e522aea-e971-4031-a7dd-ec1d7e51652c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4777 | 2024.07.31 06:54:46.265590 [ 3 ] {5a3aa50b-a5a1-4fe2-8204-bb8807af17d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4778 | 2024.07.31 06:54:46.265632 [ 3 ] {5a3aa50b-a5a1-4fe2-8204-bb8807af17d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4779 | 2024.07.31 06:54:46.265759 [ 3 ] {5a3aa50b-a5a1-4fe2-8204-bb8807af17d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4780 | 2024.07.31 06:54:46.266105 [ 3 ] {5a3aa50b-a5a1-4fe2-8204-bb8807af17d0} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4781 | 2024.07.31 06:54:46.266142 [ 3 ] {5a3aa50b-a5a1-4fe2-8204-bb8807af17d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 4782 | 2024.07.31 06:54:46.266455 [ 3 ] {5a3aa50b-a5a1-4fe2-8204-bb8807af17d0} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4783 | 2024.07.31 06:54:46.266765 [ 3 ] {5a3aa50b-a5a1-4fe2-8204-bb8807af17d0} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4784 | 2024.07.31 06:54:46.266928 [ 3 ] {5a3aa50b-a5a1-4fe2-8204-bb8807af17d0} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001383 sec., 65798.98770788142 rows/sec., 5.14 MiB/sec. | ||
| 4785 | 2024.07.31 06:54:46.267138 [ 3 ] {5a3aa50b-a5a1-4fe2-8204-bb8807af17d0} <Debug> DynamicQueryHandler: Done processing query | ||
| 4786 | 2024.07.31 06:54:46.267163 [ 3 ] {5a3aa50b-a5a1-4fe2-8204-bb8807af17d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 4787 | 2024.07.31 06:54:46.267180 [ 3 ] {} <Debug> HTTP-Session: 4e522aea-e971-4031-a7dd-ec1d7e51652c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4788 | 2024.07.31 06:54:46.267360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4789 | 2024.07.31 06:54:46.267409 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4790 | 2024.07.31 06:54:46.267429 [ 3 ] {} <Debug> HTTP-Session: 6578355e-5e87-49e2-9390-6ec176a76171 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4791 | 2024.07.31 06:54:46.267445 [ 3 ] {} <Debug> HTTP-Session: 6578355e-5e87-49e2-9390-6ec176a76171 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4792 | 2024.07.31 06:54:46.267459 [ 3 ] {} <Debug> HTTP-Session: 6578355e-5e87-49e2-9390-6ec176a76171 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4793 | 2024.07.31 06:54:46.267490 [ 3 ] {} <Trace> HTTP-Session: 6578355e-5e87-49e2-9390-6ec176a76171 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4794 | 2024.07.31 06:54:46.267634 [ 3 ] {91ac0c15-9875-408e-854a-af1f009de1dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4795 | 2024.07.31 06:54:46.267680 [ 3 ] {91ac0c15-9875-408e-854a-af1f009de1dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4796 | 2024.07.31 06:54:46.267828 [ 3 ] {91ac0c15-9875-408e-854a-af1f009de1dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4797 | 2024.07.31 06:54:46.268222 [ 3 ] {91ac0c15-9875-408e-854a-af1f009de1dd} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4798 | 2024.07.31 06:54:46.268259 [ 3 ] {91ac0c15-9875-408e-854a-af1f009de1dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 4799 | 2024.07.31 06:54:46.268651 [ 3 ] {91ac0c15-9875-408e-854a-af1f009de1dd} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4800 | 2024.07.31 06:54:46.268995 [ 3 ] {91ac0c15-9875-408e-854a-af1f009de1dd} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4801 | 2024.07.31 06:54:46.269167 [ 3 ] {91ac0c15-9875-408e-854a-af1f009de1dd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001589 sec., 100692.25928256765 rows/sec., 7.01 MiB/sec. | ||
| 4802 | 2024.07.31 06:54:46.269494 [ 3 ] {91ac0c15-9875-408e-854a-af1f009de1dd} <Debug> DynamicQueryHandler: Done processing query | ||
| 4803 | 2024.07.31 06:54:46.269523 [ 3 ] {91ac0c15-9875-408e-854a-af1f009de1dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4804 | 2024.07.31 06:54:46.269540 [ 3 ] {} <Debug> HTTP-Session: 6578355e-5e87-49e2-9390-6ec176a76171 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4805 | 2024.07.31 06:54:46.269714 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 43434, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4806 | 2024.07.31 06:54:46.269764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4807 | 2024.07.31 06:54:46.269784 [ 3 ] {} <Debug> HTTP-Session: f19b7820-3613-4ae6-8489-6ed73e4cbc39 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4808 | 2024.07.31 06:54:46.269800 [ 3 ] {} <Debug> HTTP-Session: f19b7820-3613-4ae6-8489-6ed73e4cbc39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4809 | 2024.07.31 06:54:46.269814 [ 3 ] {} <Debug> HTTP-Session: f19b7820-3613-4ae6-8489-6ed73e4cbc39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4810 | 2024.07.31 06:54:46.269844 [ 3 ] {} <Trace> HTTP-Session: f19b7820-3613-4ae6-8489-6ed73e4cbc39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4811 | 2024.07.31 06:54:46.270141 [ 3 ] {94cb0d81-5b22-48cd-b946-f0aa4153863c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4812 | 2024.07.31 06:54:46.270213 [ 3 ] {94cb0d81-5b22-48cd-b946-f0aa4153863c} <Trace> 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 | ||
| 4813 | 2024.07.31 06:54:46.270641 [ 3 ] {94cb0d81-5b22-48cd-b946-f0aa4153863c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4814 | 2024.07.31 06:54:46.271348 [ 3 ] {94cb0d81-5b22-48cd-b946-f0aa4153863c} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4815 | 2024.07.31 06:54:46.271384 [ 3 ] {94cb0d81-5b22-48cd-b946-f0aa4153863c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 4816 | 2024.07.31 06:54:46.272009 [ 3 ] {94cb0d81-5b22-48cd-b946-f0aa4153863c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4817 | 2024.07.31 06:54:46.272424 [ 3 ] {94cb0d81-5b22-48cd-b946-f0aa4153863c} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4818 | 2024.07.31 06:54:46.272610 [ 3 ] {94cb0d81-5b22-48cd-b946-f0aa4153863c} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002678 sec., 10082.15085884989 rows/sec., 18.07 MiB/sec. | ||
| 4819 | 2024.07.31 06:54:46.272833 [ 3 ] {94cb0d81-5b22-48cd-b946-f0aa4153863c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4820 | 2024.07.31 06:54:46.272858 [ 3 ] {94cb0d81-5b22-48cd-b946-f0aa4153863c} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 4821 | 2024.07.31 06:54:46.272874 [ 3 ] {} <Debug> HTTP-Session: f19b7820-3613-4ae6-8489-6ed73e4cbc39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4822 | 2024.07.31 06:54:46.272996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4823 | 2024.07.31 06:54:46.273047 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4824 | 2024.07.31 06:54:46.273066 [ 3 ] {} <Debug> HTTP-Session: 3921beff-a4b5-4289-84c9-1c0a99073af2 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4825 | 2024.07.31 06:54:46.273082 [ 3 ] {} <Debug> HTTP-Session: 3921beff-a4b5-4289-84c9-1c0a99073af2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4826 | 2024.07.31 06:54:46.273096 [ 3 ] {} <Debug> HTTP-Session: 3921beff-a4b5-4289-84c9-1c0a99073af2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4827 | 2024.07.31 06:54:46.273126 [ 3 ] {} <Trace> HTTP-Session: 3921beff-a4b5-4289-84c9-1c0a99073af2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4828 | 2024.07.31 06:54:46.273237 [ 3 ] {30593005-8cb5-432f-a513-3529115b033d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4829 | 2024.07.31 06:54:46.273280 [ 3 ] {30593005-8cb5-432f-a513-3529115b033d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4830 | 2024.07.31 06:54:46.273407 [ 3 ] {30593005-8cb5-432f-a513-3529115b033d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4831 | 2024.07.31 06:54:46.273696 [ 3 ] {30593005-8cb5-432f-a513-3529115b033d} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4832 | 2024.07.31 06:54:46.273730 [ 3 ] {30593005-8cb5-432f-a513-3529115b033d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 4833 | 2024.07.31 06:54:46.274059 [ 3 ] {30593005-8cb5-432f-a513-3529115b033d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4834 | 2024.07.31 06:54:46.274362 [ 3 ] {30593005-8cb5-432f-a513-3529115b033d} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4835 | 2024.07.31 06:54:46.274571 [ 3 ] {30593005-8cb5-432f-a513-3529115b033d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00137 sec., 43795.620437956204 rows/sec., 2.95 MiB/sec. | ||
| 4836 | 2024.07.31 06:54:46.274736 [ 3 ] {30593005-8cb5-432f-a513-3529115b033d} <Debug> DynamicQueryHandler: Done processing query | ||
| 4837 | 2024.07.31 06:54:46.274760 [ 3 ] {30593005-8cb5-432f-a513-3529115b033d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4838 | 2024.07.31 06:54:46.274776 [ 3 ] {} <Debug> HTTP-Session: 3921beff-a4b5-4289-84c9-1c0a99073af2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4839 | 2024.07.31 06:54:51.264324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4840 | 2024.07.31 06:54:51.264513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4841 | 2024.07.31 06:54:51.264559 [ 3 ] {} <Debug> HTTP-Session: 8c0765fb-ab34-45ba-a89f-426dddbbb482 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4842 | 2024.07.31 06:54:51.264599 [ 3 ] {} <Debug> HTTP-Session: 8c0765fb-ab34-45ba-a89f-426dddbbb482 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4843 | 2024.07.31 06:54:51.264626 [ 3 ] {} <Debug> HTTP-Session: 8c0765fb-ab34-45ba-a89f-426dddbbb482 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4844 | 2024.07.31 06:54:51.264704 [ 3 ] {} <Trace> HTTP-Session: 8c0765fb-ab34-45ba-a89f-426dddbbb482 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4845 | 2024.07.31 06:54:51.264979 [ 3 ] {ca494fa4-d87b-482e-94a9-21aede53d6d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4846 | 2024.07.31 06:54:51.265084 [ 3 ] {ca494fa4-d87b-482e-94a9-21aede53d6d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4847 | 2024.07.31 06:54:51.265326 [ 3 ] {ca494fa4-d87b-482e-94a9-21aede53d6d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4848 | 2024.07.31 06:54:51.265766 [ 3 ] {ca494fa4-d87b-482e-94a9-21aede53d6d4} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4849 | 2024.07.31 06:54:51.265807 [ 3 ] {ca494fa4-d87b-482e-94a9-21aede53d6d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 4850 | 2024.07.31 06:54:51.266167 [ 3 ] {ca494fa4-d87b-482e-94a9-21aede53d6d4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4851 | 2024.07.31 06:54:51.266511 [ 3 ] {ca494fa4-d87b-482e-94a9-21aede53d6d4} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4852 | 2024.07.31 06:54:51.266676 [ 3 ] {ca494fa4-d87b-482e-94a9-21aede53d6d4} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.001778 sec., 5624.29696287964 rows/sec., 373.49 KiB/sec. | ||
| 4853 | 2024.07.31 06:54:51.266875 [ 3 ] {ca494fa4-d87b-482e-94a9-21aede53d6d4} <Debug> DynamicQueryHandler: Done processing query | ||
| 4854 | 2024.07.31 06:54:51.266901 [ 3 ] {ca494fa4-d87b-482e-94a9-21aede53d6d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4855 | 2024.07.31 06:54:51.266917 [ 3 ] {} <Debug> HTTP-Session: 8c0765fb-ab34-45ba-a89f-426dddbbb482 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4856 | 2024.07.31 06:54:51.267077 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4857 | 2024.07.31 06:54:51.267125 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4858 | 2024.07.31 06:54:51.267143 [ 3 ] {} <Debug> HTTP-Session: 33044643-61b3-45eb-9d5e-9ef203de316b Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4859 | 2024.07.31 06:54:51.267159 [ 3 ] {} <Debug> HTTP-Session: 33044643-61b3-45eb-9d5e-9ef203de316b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4860 | 2024.07.31 06:54:51.267173 [ 3 ] {} <Debug> HTTP-Session: 33044643-61b3-45eb-9d5e-9ef203de316b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4861 | 2024.07.31 06:54:51.267203 [ 3 ] {} <Trace> HTTP-Session: 33044643-61b3-45eb-9d5e-9ef203de316b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4862 | 2024.07.31 06:54:51.267298 [ 3 ] {f15ae0d3-4bbd-41dc-9a31-e4c55b2a2ea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 4863 | 2024.07.31 06:54:51.267340 [ 3 ] {f15ae0d3-4bbd-41dc-9a31-e4c55b2a2ea2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4864 | 2024.07.31 06:54:51.267463 [ 3 ] {f15ae0d3-4bbd-41dc-9a31-e4c55b2a2ea2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4865 | 2024.07.31 06:54:51.267751 [ 3 ] {f15ae0d3-4bbd-41dc-9a31-e4c55b2a2ea2} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4866 | 2024.07.31 06:54:51.267787 [ 3 ] {f15ae0d3-4bbd-41dc-9a31-e4c55b2a2ea2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 4867 | 2024.07.31 06:54:51.268079 [ 3 ] {f15ae0d3-4bbd-41dc-9a31-e4c55b2a2ea2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4868 | 2024.07.31 06:54:51.268382 [ 3 ] {f15ae0d3-4bbd-41dc-9a31-e4c55b2a2ea2} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4869 | 2024.07.31 06:54:51.268544 [ 3 ] {f15ae0d3-4bbd-41dc-9a31-e4c55b2a2ea2} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001259 sec., 3177.1247021445593 rows/sec., 259.07 KiB/sec. | ||
| 4870 | 2024.07.31 06:54:51.268831 [ 3 ] {f15ae0d3-4bbd-41dc-9a31-e4c55b2a2ea2} <Debug> DynamicQueryHandler: Done processing query | ||
| 4871 | 2024.07.31 06:54:51.268855 [ 3 ] {f15ae0d3-4bbd-41dc-9a31-e4c55b2a2ea2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4872 | 2024.07.31 06:54:51.268871 [ 3 ] {} <Debug> HTTP-Session: 33044643-61b3-45eb-9d5e-9ef203de316b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4873 | 2024.07.31 06:54:51.269035 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26474, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4874 | 2024.07.31 06:54:51.269083 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4875 | 2024.07.31 06:54:51.269102 [ 3 ] {} <Debug> HTTP-Session: cd321eef-e4c9-4a70-bdb9-0d459cdfd7cd Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4876 | 2024.07.31 06:54:51.269118 [ 3 ] {} <Debug> HTTP-Session: cd321eef-e4c9-4a70-bdb9-0d459cdfd7cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4877 | 2024.07.31 06:54:51.269132 [ 3 ] {} <Debug> HTTP-Session: cd321eef-e4c9-4a70-bdb9-0d459cdfd7cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4878 | 2024.07.31 06:54:51.269162 [ 3 ] {} <Trace> HTTP-Session: cd321eef-e4c9-4a70-bdb9-0d459cdfd7cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4879 | 2024.07.31 06:54:51.269298 [ 3 ] {2130b61c-d874-4ca9-9d74-181688c29a8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4880 | 2024.07.31 06:54:51.269339 [ 3 ] {2130b61c-d874-4ca9-9d74-181688c29a8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4881 | 2024.07.31 06:54:51.269481 [ 3 ] {2130b61c-d874-4ca9-9d74-181688c29a8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4882 | 2024.07.31 06:54:51.269872 [ 3 ] {2130b61c-d874-4ca9-9d74-181688c29a8b} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4883 | 2024.07.31 06:54:51.269909 [ 3 ] {2130b61c-d874-4ca9-9d74-181688c29a8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 4884 | 2024.07.31 06:54:51.270233 [ 3 ] {2130b61c-d874-4ca9-9d74-181688c29a8b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4885 | 2024.07.31 06:54:51.270535 [ 3 ] {2130b61c-d874-4ca9-9d74-181688c29a8b} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4886 | 2024.07.31 06:54:51.270684 [ 3 ] {2130b61c-d874-4ca9-9d74-181688c29a8b} <Debug> executeQuery: Read 175 rows, 15.81 KiB in 0.001441 sec., 121443.44205412907 rows/sec., 10.71 MiB/sec. | ||
| 4887 | 2024.07.31 06:54:51.270839 [ 3 ] {2130b61c-d874-4ca9-9d74-181688c29a8b} <Debug> DynamicQueryHandler: Done processing query | ||
| 4888 | 2024.07.31 06:54:51.270862 [ 3 ] {2130b61c-d874-4ca9-9d74-181688c29a8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 4889 | 2024.07.31 06:54:51.270878 [ 3 ] {} <Debug> HTTP-Session: cd321eef-e4c9-4a70-bdb9-0d459cdfd7cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4890 | 2024.07.31 06:54:51.271003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4891 | 2024.07.31 06:54:51.271049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4892 | 2024.07.31 06:54:51.271067 [ 3 ] {} <Debug> HTTP-Session: 7ec970c0-160e-4b06-90d5-4e8b5d8f9f6f Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4893 | 2024.07.31 06:54:51.271082 [ 3 ] {} <Debug> HTTP-Session: 7ec970c0-160e-4b06-90d5-4e8b5d8f9f6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4894 | 2024.07.31 06:54:51.271096 [ 3 ] {} <Debug> HTTP-Session: 7ec970c0-160e-4b06-90d5-4e8b5d8f9f6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4895 | 2024.07.31 06:54:51.271127 [ 3 ] {} <Trace> HTTP-Session: 7ec970c0-160e-4b06-90d5-4e8b5d8f9f6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4896 | 2024.07.31 06:54:51.271218 [ 3 ] {36d387f4-4d9d-479e-9993-56b5bf2ee086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4897 | 2024.07.31 06:54:51.271259 [ 3 ] {36d387f4-4d9d-479e-9993-56b5bf2ee086} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4898 | 2024.07.31 06:54:51.271382 [ 3 ] {36d387f4-4d9d-479e-9993-56b5bf2ee086} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4899 | 2024.07.31 06:54:51.271649 [ 3 ] {36d387f4-4d9d-479e-9993-56b5bf2ee086} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4900 | 2024.07.31 06:54:51.271685 [ 3 ] {36d387f4-4d9d-479e-9993-56b5bf2ee086} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 4901 | 2024.07.31 06:54:51.271975 [ 3 ] {36d387f4-4d9d-479e-9993-56b5bf2ee086} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4902 | 2024.07.31 06:54:51.272288 [ 3 ] {36d387f4-4d9d-479e-9993-56b5bf2ee086} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4903 | 2024.07.31 06:54:51.272445 [ 3 ] {36d387f4-4d9d-479e-9993-56b5bf2ee086} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001241 sec., 3223.2070910556004 rows/sec., 225.06 KiB/sec. | ||
| 4904 | 2024.07.31 06:54:51.272641 [ 3 ] {36d387f4-4d9d-479e-9993-56b5bf2ee086} <Debug> DynamicQueryHandler: Done processing query | ||
| 4905 | 2024.07.31 06:54:51.272665 [ 3 ] {36d387f4-4d9d-479e-9993-56b5bf2ee086} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4906 | 2024.07.31 06:54:51.272681 [ 3 ] {} <Debug> HTTP-Session: 7ec970c0-160e-4b06-90d5-4e8b5d8f9f6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4907 | 2024.07.31 06:54:51.272826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 62955, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4908 | 2024.07.31 06:54:51.272874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4909 | 2024.07.31 06:54:51.272892 [ 3 ] {} <Debug> HTTP-Session: ebcf6e96-12b5-495e-8327-50016d223933 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4910 | 2024.07.31 06:54:51.272908 [ 3 ] {} <Debug> HTTP-Session: ebcf6e96-12b5-495e-8327-50016d223933 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4911 | 2024.07.31 06:54:51.272921 [ 3 ] {} <Debug> HTTP-Session: ebcf6e96-12b5-495e-8327-50016d223933 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4912 | 2024.07.31 06:54:51.272951 [ 3 ] {} <Trace> HTTP-Session: ebcf6e96-12b5-495e-8327-50016d223933 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4913 | 2024.07.31 06:54:51.273139 [ 3 ] {fa118b94-1c63-4b4d-8804-721fa11eb1ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4914 | 2024.07.31 06:54:51.273182 [ 3 ] {fa118b94-1c63-4b4d-8804-721fa11eb1ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4915 | 2024.07.31 06:54:51.273307 [ 3 ] {fa118b94-1c63-4b4d-8804-721fa11eb1ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4916 | 2024.07.31 06:54:51.273810 [ 3 ] {fa118b94-1c63-4b4d-8804-721fa11eb1ca} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4917 | 2024.07.31 06:54:51.273847 [ 3 ] {fa118b94-1c63-4b4d-8804-721fa11eb1ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 4918 | 2024.07.31 06:54:51.274158 [ 3 ] {fa118b94-1c63-4b4d-8804-721fa11eb1ca} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4919 | 2024.07.31 06:54:51.274454 [ 3 ] {fa118b94-1c63-4b4d-8804-721fa11eb1ca} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4920 | 2024.07.31 06:54:51.274601 [ 3 ] {fa118b94-1c63-4b4d-8804-721fa11eb1ca} <Debug> executeQuery: Read 390 rows, 28.12 KiB in 0.001556 sec., 250642.6735218509 rows/sec., 17.65 MiB/sec. | ||
| 4921 | 2024.07.31 06:54:51.274753 [ 3 ] {fa118b94-1c63-4b4d-8804-721fa11eb1ca} <Debug> DynamicQueryHandler: Done processing query | ||
| 4922 | 2024.07.31 06:54:51.274778 [ 3 ] {fa118b94-1c63-4b4d-8804-721fa11eb1ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 4923 | 2024.07.31 06:54:51.274793 [ 3 ] {} <Debug> HTTP-Session: ebcf6e96-12b5-495e-8327-50016d223933 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4924 | 2024.07.31 06:54:51.274938 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4925 | 2024.07.31 06:54:51.274985 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4926 | 2024.07.31 06:54:51.275004 [ 3 ] {} <Debug> HTTP-Session: bf58a625-44e2-4a27-8f29-bfc1a1b7f8bb Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4927 | 2024.07.31 06:54:51.275020 [ 3 ] {} <Debug> HTTP-Session: bf58a625-44e2-4a27-8f29-bfc1a1b7f8bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4928 | 2024.07.31 06:54:51.275033 [ 3 ] {} <Debug> HTTP-Session: bf58a625-44e2-4a27-8f29-bfc1a1b7f8bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4929 | 2024.07.31 06:54:51.275063 [ 3 ] {} <Trace> HTTP-Session: bf58a625-44e2-4a27-8f29-bfc1a1b7f8bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4930 | 2024.07.31 06:54:51.275157 [ 3 ] {6c8f5913-5a78-4ca8-ba65-140d039a34c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 4931 | 2024.07.31 06:54:51.275200 [ 3 ] {6c8f5913-5a78-4ca8-ba65-140d039a34c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4932 | 2024.07.31 06:54:51.275328 [ 3 ] {6c8f5913-5a78-4ca8-ba65-140d039a34c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4933 | 2024.07.31 06:54:51.275575 [ 3 ] {6c8f5913-5a78-4ca8-ba65-140d039a34c4} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4934 | 2024.07.31 06:54:51.275611 [ 3 ] {6c8f5913-5a78-4ca8-ba65-140d039a34c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 4935 | 2024.07.31 06:54:51.275961 [ 3 ] {6c8f5913-5a78-4ca8-ba65-140d039a34c4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4936 | 2024.07.31 06:54:51.276278 [ 3 ] {6c8f5913-5a78-4ca8-ba65-140d039a34c4} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4937 | 2024.07.31 06:54:51.276432 [ 3 ] {6c8f5913-5a78-4ca8-ba65-140d039a34c4} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00129 sec., 4651.162790697675 rows/sec., 199.85 KiB/sec. | ||
| 4938 | 2024.07.31 06:54:51.276743 [ 3 ] {6c8f5913-5a78-4ca8-ba65-140d039a34c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 4939 | 2024.07.31 06:54:51.276769 [ 3 ] {6c8f5913-5a78-4ca8-ba65-140d039a34c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4940 | 2024.07.31 06:54:51.276784 [ 3 ] {} <Debug> HTTP-Session: bf58a625-44e2-4a27-8f29-bfc1a1b7f8bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4941 | 2024.07.31 06:54:51.276927 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4942 | 2024.07.31 06:54:51.276976 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4943 | 2024.07.31 06:54:51.276994 [ 3 ] {} <Debug> HTTP-Session: c66db510-7f21-42db-8bf8-58cd4f348ec9 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4944 | 2024.07.31 06:54:51.277010 [ 3 ] {} <Debug> HTTP-Session: c66db510-7f21-42db-8bf8-58cd4f348ec9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4945 | 2024.07.31 06:54:51.277024 [ 3 ] {} <Debug> HTTP-Session: c66db510-7f21-42db-8bf8-58cd4f348ec9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4946 | 2024.07.31 06:54:51.277054 [ 3 ] {} <Trace> HTTP-Session: c66db510-7f21-42db-8bf8-58cd4f348ec9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4947 | 2024.07.31 06:54:51.277173 [ 3 ] {69d91c77-e351-4e1a-832d-3f5b10efeacd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 4948 | 2024.07.31 06:54:51.277220 [ 3 ] {69d91c77-e351-4e1a-832d-3f5b10efeacd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 4949 | 2024.07.31 06:54:51.277383 [ 3 ] {69d91c77-e351-4e1a-832d-3f5b10efeacd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4950 | 2024.07.31 06:54:51.277688 [ 3 ] {69d91c77-e351-4e1a-832d-3f5b10efeacd} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4951 | 2024.07.31 06:54:51.277725 [ 3 ] {69d91c77-e351-4e1a-832d-3f5b10efeacd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 4952 | 2024.07.31 06:54:51.278075 [ 3 ] {69d91c77-e351-4e1a-832d-3f5b10efeacd} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4953 | 2024.07.31 06:54:51.278417 [ 3 ] {69d91c77-e351-4e1a-832d-3f5b10efeacd} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4954 | 2024.07.31 06:54:51.278580 [ 3 ] {69d91c77-e351-4e1a-832d-3f5b10efeacd} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001438 sec., 53546.592489568844 rows/sec., 3.30 MiB/sec. | ||
| 4955 | 2024.07.31 06:54:51.278780 [ 3 ] {69d91c77-e351-4e1a-832d-3f5b10efeacd} <Debug> DynamicQueryHandler: Done processing query | ||
| 4956 | 2024.07.31 06:54:51.278804 [ 3 ] {69d91c77-e351-4e1a-832d-3f5b10efeacd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4957 | 2024.07.31 06:54:51.278819 [ 3 ] {} <Debug> HTTP-Session: c66db510-7f21-42db-8bf8-58cd4f348ec9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4958 | 2024.07.31 06:54:51.278992 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 31001, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4959 | 2024.07.31 06:54:51.279038 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4960 | 2024.07.31 06:54:51.279057 [ 3 ] {} <Debug> HTTP-Session: 426991b5-59c6-4278-84f8-8da67dc84851 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4961 | 2024.07.31 06:54:51.279073 [ 3 ] {} <Debug> HTTP-Session: 426991b5-59c6-4278-84f8-8da67dc84851 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4962 | 2024.07.31 06:54:51.279087 [ 3 ] {} <Debug> HTTP-Session: 426991b5-59c6-4278-84f8-8da67dc84851 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4963 | 2024.07.31 06:54:51.279117 [ 3 ] {} <Trace> HTTP-Session: 426991b5-59c6-4278-84f8-8da67dc84851 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4964 | 2024.07.31 06:54:51.279285 [ 3 ] {4f8add08-913e-4441-96be-2cdb09a5d27b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4965 | 2024.07.31 06:54:51.279329 [ 3 ] {4f8add08-913e-4441-96be-2cdb09a5d27b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4966 | 2024.07.31 06:54:51.279472 [ 3 ] {4f8add08-913e-4441-96be-2cdb09a5d27b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4967 | 2024.07.31 06:54:51.279838 [ 3 ] {4f8add08-913e-4441-96be-2cdb09a5d27b} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4968 | 2024.07.31 06:54:51.279874 [ 3 ] {4f8add08-913e-4441-96be-2cdb09a5d27b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 4969 | 2024.07.31 06:54:51.280236 [ 3 ] {4f8add08-913e-4441-96be-2cdb09a5d27b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4970 | 2024.07.31 06:54:51.280564 [ 3 ] {4f8add08-913e-4441-96be-2cdb09a5d27b} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4971 | 2024.07.31 06:54:51.280717 [ 3 ] {4f8add08-913e-4441-96be-2cdb09a5d27b} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001527 sec., 106090.37328094304 rows/sec., 7.39 MiB/sec. | ||
| 4972 | 2024.07.31 06:54:51.280884 [ 3 ] {4f8add08-913e-4441-96be-2cdb09a5d27b} <Debug> DynamicQueryHandler: Done processing query | ||
| 4973 | 2024.07.31 06:54:51.280908 [ 3 ] {4f8add08-913e-4441-96be-2cdb09a5d27b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4974 | 2024.07.31 06:54:51.280923 [ 3 ] {} <Debug> HTTP-Session: 426991b5-59c6-4278-84f8-8da67dc84851 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4975 | 2024.07.31 06:54:51.281039 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4976 | 2024.07.31 06:54:51.281088 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4977 | 2024.07.31 06:54:51.281106 [ 3 ] {} <Debug> HTTP-Session: a6f87545-552a-49c4-ac34-9290472bb0c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4978 | 2024.07.31 06:54:51.281123 [ 3 ] {} <Debug> HTTP-Session: a6f87545-552a-49c4-ac34-9290472bb0c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4979 | 2024.07.31 06:54:51.281137 [ 3 ] {} <Debug> HTTP-Session: a6f87545-552a-49c4-ac34-9290472bb0c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4980 | 2024.07.31 06:54:51.281167 [ 3 ] {} <Trace> HTTP-Session: a6f87545-552a-49c4-ac34-9290472bb0c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4981 | 2024.07.31 06:54:51.281286 [ 3 ] {fe871cbf-1bec-4e0c-803a-4533f2de47d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4982 | 2024.07.31 06:54:51.281348 [ 3 ] {fe871cbf-1bec-4e0c-803a-4533f2de47d8} <Trace> 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 | ||
| 4983 | 2024.07.31 06:54:51.281752 [ 3 ] {fe871cbf-1bec-4e0c-803a-4533f2de47d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4984 | 2024.07.31 06:54:51.282303 [ 3 ] {fe871cbf-1bec-4e0c-803a-4533f2de47d8} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4985 | 2024.07.31 06:54:51.282339 [ 3 ] {fe871cbf-1bec-4e0c-803a-4533f2de47d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 4986 | 2024.07.31 06:54:51.282897 [ 3 ] {fe871cbf-1bec-4e0c-803a-4533f2de47d8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4987 | 2024.07.31 06:54:51.283293 [ 3 ] {fe871cbf-1bec-4e0c-803a-4533f2de47d8} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4988 | 2024.07.31 06:54:51.283498 [ 3 ] {fe871cbf-1bec-4e0c-803a-4533f2de47d8} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002247 sec., 1780.1513128615934 rows/sec., 3.19 MiB/sec. | ||
| 4989 | 2024.07.31 06:54:51.283989 [ 3 ] {fe871cbf-1bec-4e0c-803a-4533f2de47d8} <Debug> DynamicQueryHandler: Done processing query | ||
| 4990 | 2024.07.31 06:54:51.284014 [ 3 ] {fe871cbf-1bec-4e0c-803a-4533f2de47d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 4991 | 2024.07.31 06:54:51.284030 [ 3 ] {} <Debug> HTTP-Session: a6f87545-552a-49c4-ac34-9290472bb0c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4992 | 2024.07.31 06:54:51.284154 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4993 | 2024.07.31 06:54:51.284202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4994 | 2024.07.31 06:54:51.284220 [ 3 ] {} <Debug> HTTP-Session: b45d5112-8c7b-4d1f-af83-d1af8d02aaf4 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 4995 | 2024.07.31 06:54:51.284236 [ 3 ] {} <Debug> HTTP-Session: b45d5112-8c7b-4d1f-af83-d1af8d02aaf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4996 | 2024.07.31 06:54:51.284249 [ 3 ] {} <Debug> HTTP-Session: b45d5112-8c7b-4d1f-af83-d1af8d02aaf4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4997 | 2024.07.31 06:54:51.284279 [ 3 ] {} <Trace> HTTP-Session: b45d5112-8c7b-4d1f-af83-d1af8d02aaf4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4998 | 2024.07.31 06:54:51.284379 [ 3 ] {919e6d98-c55a-4ca1-a890-71ec16d923e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4999 | 2024.07.31 06:54:51.284422 [ 3 ] {919e6d98-c55a-4ca1-a890-71ec16d923e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 5000 | 2024.07.31 06:54:51.284567 [ 3 ] {919e6d98-c55a-4ca1-a890-71ec16d923e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5001 | 2024.07.31 06:54:51.284840 [ 3 ] {919e6d98-c55a-4ca1-a890-71ec16d923e5} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5002 | 2024.07.31 06:54:51.284876 [ 3 ] {919e6d98-c55a-4ca1-a890-71ec16d923e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5003 | 2024.07.31 06:54:51.285232 [ 3 ] {919e6d98-c55a-4ca1-a890-71ec16d923e5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5004 | 2024.07.31 06:54:51.285558 [ 3 ] {919e6d98-c55a-4ca1-a890-71ec16d923e5} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5005 | 2024.07.31 06:54:51.285709 [ 3 ] {919e6d98-c55a-4ca1-a890-71ec16d923e5} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001353 sec., 16999.260901699927 rows/sec., 919.54 KiB/sec. | ||
| 5006 | 2024.07.31 06:54:51.285706 [ 93 ] {} <Debug> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 5007 | 2024.07.31 06:54:51.285821 [ 93 ] {} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5008 | 2024.07.31 06:54:51.285866 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5009 | 2024.07.31 06:54:51.285945 [ 3 ] {919e6d98-c55a-4ca1-a890-71ec16d923e5} <Debug> DynamicQueryHandler: Done processing query | ||
| 5010 | 2024.07.31 06:54:51.285999 [ 3 ] {919e6d98-c55a-4ca1-a890-71ec16d923e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5011 | 2024.07.31 06:54:51.286062 [ 3 ] {} <Debug> HTTP-Session: b45d5112-8c7b-4d1f-af83-d1af8d02aaf4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5012 | 2024.07.31 06:54:51.286159 [ 196 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 5013 | 2024.07.31 06:54:51.286237 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5014 | 2024.07.31 06:54:51.286304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5015 | 2024.07.31 06:54:51.286330 [ 196 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5016 | 2024.07.31 06:54:51.286335 [ 3 ] {} <Debug> HTTP-Session: a50d74c8-c4df-42ce-adbe-059583226025 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5017 | 2024.07.31 06:54:51.286369 [ 3 ] {} <Debug> HTTP-Session: a50d74c8-c4df-42ce-adbe-059583226025 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5018 | 2024.07.31 06:54:51.286376 [ 196 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 142 rows starting from the beginning of the part | ||
| 5019 | 2024.07.31 06:54:51.286387 [ 3 ] {} <Debug> HTTP-Session: a50d74c8-c4df-42ce-adbe-059583226025 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5020 | 2024.07.31 06:54:51.286431 [ 3 ] {} <Trace> HTTP-Session: a50d74c8-c4df-42ce-adbe-059583226025 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5021 | 2024.07.31 06:54:51.286487 [ 196 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 23 rows starting from the beginning of the part | ||
| 5022 | 2024.07.31 06:54:51.286792 [ 3 ] {65abe3c5-26a5-4d7f-8ce6-e137c8fc8e90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5023 | 2024.07.31 06:54:51.286838 [ 196 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 23 rows starting from the beginning of the part | ||
| 5024 | 2024.07.31 06:54:51.286944 [ 3 ] {65abe3c5-26a5-4d7f-8ce6-e137c8fc8e90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5025 | 2024.07.31 06:54:51.287234 [ 196 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 23 rows starting from the beginning of the part | ||
| 5026 | 2024.07.31 06:54:51.287489 [ 196 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 23 rows starting from the beginning of the part | ||
| 5027 | 2024.07.31 06:54:51.287741 [ 196 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 23 rows starting from the beginning of the part | ||
| 5028 | 2024.07.31 06:54:51.288131 [ 3 ] {65abe3c5-26a5-4d7f-8ce6-e137c8fc8e90} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5029 | 2024.07.31 06:54:51.288616 [ 3 ] {65abe3c5-26a5-4d7f-8ce6-e137c8fc8e90} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5030 | 2024.07.31 06:54:51.288657 [ 3 ] {65abe3c5-26a5-4d7f-8ce6-e137c8fc8e90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5031 | 2024.07.31 06:54:51.289245 [ 3 ] {65abe3c5-26a5-4d7f-8ce6-e137c8fc8e90} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5032 | 2024.07.31 06:54:51.289532 [ 187 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 257 rows, containing 4 columns (4 merged, 0 gathered) in 0.003571249 sec., 71963.61833072967 rows/sec., 3.95 MiB/sec. | ||
| 5033 | 2024.07.31 06:54:51.289807 [ 187 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 5034 | 2024.07.31 06:54:51.289864 [ 3 ] {65abe3c5-26a5-4d7f-8ce6-e137c8fc8e90} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5035 | 2024.07.31 06:54:51.290191 [ 3 ] {65abe3c5-26a5-4d7f-8ce6-e137c8fc8e90} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003608 sec., 16629.71175166297 rows/sec., 1.12 MiB/sec. | ||
| 5036 | 2024.07.31 06:54:51.290593 [ 3 ] {65abe3c5-26a5-4d7f-8ce6-e137c8fc8e90} <Debug> DynamicQueryHandler: Done processing query | ||
| 5037 | 2024.07.31 06:54:51.290630 [ 3 ] {65abe3c5-26a5-4d7f-8ce6-e137c8fc8e90} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5038 | 2024.07.31 06:54:51.290659 [ 3 ] {} <Debug> HTTP-Session: a50d74c8-c4df-42ce-adbe-059583226025 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5039 | 2024.07.31 06:54:51.290777 [ 187 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_11_2} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5040 | 2024.07.31 06:54:51.290878 [ 187 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_11_2} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 5041 | 2024.07.31 06:54:51.290979 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5042 | 2024.07.31 06:54:53.075859 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5043 | 2024.07.31 06:54:53.075905 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5044 | 2024.07.31 06:54:56.259960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5045 | 2024.07.31 06:54:56.260100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5046 | 2024.07.31 06:54:56.260132 [ 3 ] {} <Debug> HTTP-Session: 96ffa19d-9155-48ea-9b12-517cd7a313fc Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5047 | 2024.07.31 06:54:56.260159 [ 3 ] {} <Debug> HTTP-Session: 96ffa19d-9155-48ea-9b12-517cd7a313fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5048 | 2024.07.31 06:54:56.260177 [ 3 ] {} <Debug> HTTP-Session: 96ffa19d-9155-48ea-9b12-517cd7a313fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5049 | 2024.07.31 06:54:56.260233 [ 3 ] {} <Trace> HTTP-Session: 96ffa19d-9155-48ea-9b12-517cd7a313fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5050 | 2024.07.31 06:54:56.260432 [ 3 ] {08f10430-065d-4249-b33f-6ebce8381958} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5051 | 2024.07.31 06:54:56.260498 [ 3 ] {08f10430-065d-4249-b33f-6ebce8381958} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5052 | 2024.07.31 06:54:56.260688 [ 3 ] {08f10430-065d-4249-b33f-6ebce8381958} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5053 | 2024.07.31 06:54:56.261143 [ 3 ] {08f10430-065d-4249-b33f-6ebce8381958} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5054 | 2024.07.31 06:54:56.261186 [ 3 ] {08f10430-065d-4249-b33f-6ebce8381958} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5055 | 2024.07.31 06:54:56.261547 [ 3 ] {08f10430-065d-4249-b33f-6ebce8381958} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5056 | 2024.07.31 06:54:56.261915 [ 3 ] {08f10430-065d-4249-b33f-6ebce8381958} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5057 | 2024.07.31 06:54:56.262078 [ 3 ] {08f10430-065d-4249-b33f-6ebce8381958} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001704 sec., 15845.070422535211 rows/sec., 1.25 MiB/sec. | ||
| 5058 | 2024.07.31 06:54:56.262360 [ 3 ] {08f10430-065d-4249-b33f-6ebce8381958} <Debug> DynamicQueryHandler: Done processing query | ||
| 5059 | 2024.07.31 06:54:56.262388 [ 3 ] {08f10430-065d-4249-b33f-6ebce8381958} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5060 | 2024.07.31 06:54:56.262405 [ 3 ] {} <Debug> HTTP-Session: 96ffa19d-9155-48ea-9b12-517cd7a313fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5061 | 2024.07.31 06:54:56.262605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 20062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5062 | 2024.07.31 06:54:56.262657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5063 | 2024.07.31 06:54:56.262678 [ 3 ] {} <Debug> HTTP-Session: 8e084b33-d62f-4407-9dd7-2a5e560c26a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5064 | 2024.07.31 06:54:56.262695 [ 3 ] {} <Debug> HTTP-Session: 8e084b33-d62f-4407-9dd7-2a5e560c26a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5065 | 2024.07.31 06:54:56.262708 [ 3 ] {} <Debug> HTTP-Session: 8e084b33-d62f-4407-9dd7-2a5e560c26a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5066 | 2024.07.31 06:54:56.262741 [ 3 ] {} <Trace> HTTP-Session: 8e084b33-d62f-4407-9dd7-2a5e560c26a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5067 | 2024.07.31 06:54:56.262903 [ 3 ] {c14f6266-1406-4cdd-89b0-b6bc66d59625} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5068 | 2024.07.31 06:54:56.262948 [ 3 ] {c14f6266-1406-4cdd-89b0-b6bc66d59625} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5069 | 2024.07.31 06:54:56.263090 [ 3 ] {c14f6266-1406-4cdd-89b0-b6bc66d59625} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5070 | 2024.07.31 06:54:56.263508 [ 3 ] {c14f6266-1406-4cdd-89b0-b6bc66d59625} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5071 | 2024.07.31 06:54:56.263547 [ 3 ] {c14f6266-1406-4cdd-89b0-b6bc66d59625} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5072 | 2024.07.31 06:54:56.263868 [ 3 ] {c14f6266-1406-4cdd-89b0-b6bc66d59625} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5073 | 2024.07.31 06:54:56.264181 [ 3 ] {c14f6266-1406-4cdd-89b0-b6bc66d59625} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5074 | 2024.07.31 06:54:56.264306 [ 3 ] {c14f6266-1406-4cdd-89b0-b6bc66d59625} <Debug> executeQuery: Read 137 rows, 11.71 KiB in 0.001461 sec., 93771.38945927446 rows/sec., 7.83 MiB/sec. | ||
| 5075 | 2024.07.31 06:54:56.264471 [ 3 ] {c14f6266-1406-4cdd-89b0-b6bc66d59625} <Debug> DynamicQueryHandler: Done processing query | ||
| 5076 | 2024.07.31 06:54:56.264497 [ 3 ] {c14f6266-1406-4cdd-89b0-b6bc66d59625} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5077 | 2024.07.31 06:54:56.264512 [ 3 ] {} <Debug> HTTP-Session: 8e084b33-d62f-4407-9dd7-2a5e560c26a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5078 | 2024.07.31 06:54:56.264662 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 15465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5079 | 2024.07.31 06:54:56.264712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5080 | 2024.07.31 06:54:56.264731 [ 3 ] {} <Debug> HTTP-Session: 1063f03f-3486-473c-a0fa-1173a255d2cf Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5081 | 2024.07.31 06:54:56.264748 [ 3 ] {} <Debug> HTTP-Session: 1063f03f-3486-473c-a0fa-1173a255d2cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5082 | 2024.07.31 06:54:56.264761 [ 3 ] {} <Debug> HTTP-Session: 1063f03f-3486-473c-a0fa-1173a255d2cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5083 | 2024.07.31 06:54:56.264792 [ 3 ] {} <Trace> HTTP-Session: 1063f03f-3486-473c-a0fa-1173a255d2cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5084 | 2024.07.31 06:54:56.264921 [ 3 ] {4dffd51b-616c-41bc-b57e-914c6bdee7ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5085 | 2024.07.31 06:54:56.264963 [ 3 ] {4dffd51b-616c-41bc-b57e-914c6bdee7ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5086 | 2024.07.31 06:54:56.265088 [ 3 ] {4dffd51b-616c-41bc-b57e-914c6bdee7ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5087 | 2024.07.31 06:54:56.265434 [ 3 ] {4dffd51b-616c-41bc-b57e-914c6bdee7ad} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5088 | 2024.07.31 06:54:56.265471 [ 3 ] {4dffd51b-616c-41bc-b57e-914c6bdee7ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5089 | 2024.07.31 06:54:56.265786 [ 3 ] {4dffd51b-616c-41bc-b57e-914c6bdee7ad} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5090 | 2024.07.31 06:54:56.266093 [ 3 ] {4dffd51b-616c-41bc-b57e-914c6bdee7ad} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5091 | 2024.07.31 06:54:56.266219 [ 3 ] {4dffd51b-616c-41bc-b57e-914c6bdee7ad} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001354 sec., 67208.2717872969 rows/sec., 5.25 MiB/sec. | ||
| 5092 | 2024.07.31 06:54:56.266503 [ 3 ] {4dffd51b-616c-41bc-b57e-914c6bdee7ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 5093 | 2024.07.31 06:54:56.266535 [ 3 ] {4dffd51b-616c-41bc-b57e-914c6bdee7ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 5094 | 2024.07.31 06:54:56.266552 [ 3 ] {} <Debug> HTTP-Session: 1063f03f-3486-473c-a0fa-1173a255d2cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5095 | 2024.07.31 06:54:56.266726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5096 | 2024.07.31 06:54:56.266777 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5097 | 2024.07.31 06:54:56.266796 [ 3 ] {} <Debug> HTTP-Session: 026c849b-c102-477a-8415-bf4a2ea2c170 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5098 | 2024.07.31 06:54:56.266812 [ 3 ] {} <Debug> HTTP-Session: 026c849b-c102-477a-8415-bf4a2ea2c170 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5099 | 2024.07.31 06:54:56.266826 [ 3 ] {} <Debug> HTTP-Session: 026c849b-c102-477a-8415-bf4a2ea2c170 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5100 | 2024.07.31 06:54:56.266856 [ 3 ] {} <Trace> HTTP-Session: 026c849b-c102-477a-8415-bf4a2ea2c170 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5101 | 2024.07.31 06:54:56.267002 [ 3 ] {9c962962-3846-4733-8e4d-6724c16a289a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5102 | 2024.07.31 06:54:56.267053 [ 3 ] {9c962962-3846-4733-8e4d-6724c16a289a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5103 | 2024.07.31 06:54:56.267220 [ 3 ] {9c962962-3846-4733-8e4d-6724c16a289a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5104 | 2024.07.31 06:54:56.267615 [ 3 ] {9c962962-3846-4733-8e4d-6724c16a289a} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5105 | 2024.07.31 06:54:56.267653 [ 3 ] {9c962962-3846-4733-8e4d-6724c16a289a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5106 | 2024.07.31 06:54:56.268044 [ 3 ] {9c962962-3846-4733-8e4d-6724c16a289a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5107 | 2024.07.31 06:54:56.268396 [ 3 ] {9c962962-3846-4733-8e4d-6724c16a289a} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5108 | 2024.07.31 06:54:56.268538 [ 3 ] {9c962962-3846-4733-8e4d-6724c16a289a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001605 sec., 99688.47352024922 rows/sec., 6.94 MiB/sec. | ||
| 5109 | 2024.07.31 06:54:56.268706 [ 3 ] {9c962962-3846-4733-8e4d-6724c16a289a} <Debug> DynamicQueryHandler: Done processing query | ||
| 5110 | 2024.07.31 06:54:56.268731 [ 3 ] {9c962962-3846-4733-8e4d-6724c16a289a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5111 | 2024.07.31 06:54:56.268747 [ 3 ] {} <Debug> HTTP-Session: 026c849b-c102-477a-8415-bf4a2ea2c170 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5112 | 2024.07.31 06:54:56.268918 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 43466, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5113 | 2024.07.31 06:54:56.268968 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5114 | 2024.07.31 06:54:56.268987 [ 3 ] {} <Debug> HTTP-Session: 8713fd0c-6098-4421-a964-5848ee8778b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5115 | 2024.07.31 06:54:56.269003 [ 3 ] {} <Debug> HTTP-Session: 8713fd0c-6098-4421-a964-5848ee8778b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5116 | 2024.07.31 06:54:56.269016 [ 3 ] {} <Debug> HTTP-Session: 8713fd0c-6098-4421-a964-5848ee8778b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5117 | 2024.07.31 06:54:56.269047 [ 3 ] {} <Trace> HTTP-Session: 8713fd0c-6098-4421-a964-5848ee8778b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5118 | 2024.07.31 06:54:56.269450 [ 3 ] {189243ba-55f2-41d7-81de-f0ffad458599} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5119 | 2024.07.31 06:54:56.269515 [ 3 ] {189243ba-55f2-41d7-81de-f0ffad458599} <Trace> 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 | ||
| 5120 | 2024.07.31 06:54:56.269921 [ 3 ] {189243ba-55f2-41d7-81de-f0ffad458599} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5121 | 2024.07.31 06:54:56.270603 [ 3 ] {189243ba-55f2-41d7-81de-f0ffad458599} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5122 | 2024.07.31 06:54:56.270642 [ 3 ] {189243ba-55f2-41d7-81de-f0ffad458599} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5123 | 2024.07.31 06:54:56.271252 [ 3 ] {189243ba-55f2-41d7-81de-f0ffad458599} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5124 | 2024.07.31 06:54:56.271662 [ 3 ] {189243ba-55f2-41d7-81de-f0ffad458599} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5125 | 2024.07.31 06:54:56.271811 [ 3 ] {189243ba-55f2-41d7-81de-f0ffad458599} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002681 sec., 10070.869078701977 rows/sec., 18.05 MiB/sec. | ||
| 5126 | 2024.07.31 06:54:56.272030 [ 3 ] {189243ba-55f2-41d7-81de-f0ffad458599} <Debug> DynamicQueryHandler: Done processing query | ||
| 5127 | 2024.07.31 06:54:56.272055 [ 3 ] {189243ba-55f2-41d7-81de-f0ffad458599} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 5128 | 2024.07.31 06:54:56.272071 [ 3 ] {} <Debug> HTTP-Session: 8713fd0c-6098-4421-a964-5848ee8778b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5129 | 2024.07.31 06:54:56.272204 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5130 | 2024.07.31 06:54:56.272255 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5131 | 2024.07.31 06:54:56.272276 [ 3 ] {} <Debug> HTTP-Session: 4f12fa5e-824d-4da6-8b38-1479785290e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5132 | 2024.07.31 06:54:56.272292 [ 3 ] {} <Debug> HTTP-Session: 4f12fa5e-824d-4da6-8b38-1479785290e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5133 | 2024.07.31 06:54:56.272305 [ 3 ] {} <Debug> HTTP-Session: 4f12fa5e-824d-4da6-8b38-1479785290e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5134 | 2024.07.31 06:54:56.272337 [ 3 ] {} <Trace> HTTP-Session: 4f12fa5e-824d-4da6-8b38-1479785290e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5135 | 2024.07.31 06:54:56.272455 [ 3 ] {c7539d05-e6bf-47f4-b63e-d4d37e350bc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5136 | 2024.07.31 06:54:56.272500 [ 3 ] {c7539d05-e6bf-47f4-b63e-d4d37e350bc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5137 | 2024.07.31 06:54:56.272633 [ 3 ] {c7539d05-e6bf-47f4-b63e-d4d37e350bc2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5138 | 2024.07.31 06:54:56.272936 [ 3 ] {c7539d05-e6bf-47f4-b63e-d4d37e350bc2} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5139 | 2024.07.31 06:54:56.272973 [ 3 ] {c7539d05-e6bf-47f4-b63e-d4d37e350bc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5140 | 2024.07.31 06:54:56.273328 [ 3 ] {c7539d05-e6bf-47f4-b63e-d4d37e350bc2} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5141 | 2024.07.31 06:54:56.273653 [ 3 ] {c7539d05-e6bf-47f4-b63e-d4d37e350bc2} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5142 | 2024.07.31 06:54:56.273777 [ 3 ] {c7539d05-e6bf-47f4-b63e-d4d37e350bc2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001368 sec., 43859.649122807015 rows/sec., 2.96 MiB/sec. | ||
| 5143 | 2024.07.31 06:54:56.273931 [ 3 ] {c7539d05-e6bf-47f4-b63e-d4d37e350bc2} <Debug> DynamicQueryHandler: Done processing query | ||
| 5144 | 2024.07.31 06:54:56.273956 [ 3 ] {c7539d05-e6bf-47f4-b63e-d4d37e350bc2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5145 | 2024.07.31 06:54:56.273972 [ 3 ] {} <Debug> HTTP-Session: 4f12fa5e-824d-4da6-8b38-1479785290e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5146 | 2024.07.31 06:55:01.262865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5147 | 2024.07.31 06:55:01.263005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5148 | 2024.07.31 06:55:01.263035 [ 3 ] {} <Debug> HTTP-Session: 5878bcb4-dc58-47f6-a7c6-53dddf83a160 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5149 | 2024.07.31 06:55:01.263063 [ 3 ] {} <Debug> HTTP-Session: 5878bcb4-dc58-47f6-a7c6-53dddf83a160 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5150 | 2024.07.31 06:55:01.263082 [ 3 ] {} <Debug> HTTP-Session: 5878bcb4-dc58-47f6-a7c6-53dddf83a160 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5151 | 2024.07.31 06:55:01.263138 [ 3 ] {} <Trace> HTTP-Session: 5878bcb4-dc58-47f6-a7c6-53dddf83a160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5152 | 2024.07.31 06:55:01.263338 [ 3 ] {a0511ab1-61ce-4caf-acba-ac17a1742305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5153 | 2024.07.31 06:55:01.263413 [ 3 ] {a0511ab1-61ce-4caf-acba-ac17a1742305} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5154 | 2024.07.31 06:55:01.263612 [ 3 ] {a0511ab1-61ce-4caf-acba-ac17a1742305} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5155 | 2024.07.31 06:55:01.264034 [ 3 ] {a0511ab1-61ce-4caf-acba-ac17a1742305} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5156 | 2024.07.31 06:55:01.264081 [ 3 ] {a0511ab1-61ce-4caf-acba-ac17a1742305} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5157 | 2024.07.31 06:55:01.264454 [ 3 ] {a0511ab1-61ce-4caf-acba-ac17a1742305} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5158 | 2024.07.31 06:55:01.264811 [ 3 ] {a0511ab1-61ce-4caf-acba-ac17a1742305} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5159 | 2024.07.31 06:55:01.264980 [ 3 ] {a0511ab1-61ce-4caf-acba-ac17a1742305} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.001695 sec., 5899.705014749263 rows/sec., 391.78 KiB/sec. | ||
| 5160 | 2024.07.31 06:55:01.265317 [ 3 ] {a0511ab1-61ce-4caf-acba-ac17a1742305} <Debug> DynamicQueryHandler: Done processing query | ||
| 5161 | 2024.07.31 06:55:01.265349 [ 3 ] {a0511ab1-61ce-4caf-acba-ac17a1742305} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5162 | 2024.07.31 06:55:01.265367 [ 3 ] {} <Debug> HTTP-Session: 5878bcb4-dc58-47f6-a7c6-53dddf83a160 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5163 | 2024.07.31 06:55:01.265512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5164 | 2024.07.31 06:55:01.265568 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5165 | 2024.07.31 06:55:01.265587 [ 3 ] {} <Debug> HTTP-Session: 52643013-e645-46bb-9f1b-0540bd04eae9 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5166 | 2024.07.31 06:55:01.265603 [ 3 ] {} <Debug> HTTP-Session: 52643013-e645-46bb-9f1b-0540bd04eae9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5167 | 2024.07.31 06:55:01.265618 [ 3 ] {} <Debug> HTTP-Session: 52643013-e645-46bb-9f1b-0540bd04eae9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5168 | 2024.07.31 06:55:01.265653 [ 3 ] {} <Trace> HTTP-Session: 52643013-e645-46bb-9f1b-0540bd04eae9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5169 | 2024.07.31 06:55:01.265757 [ 3 ] {06cc2515-60ce-4d50-bb2d-87c8c930526f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 5170 | 2024.07.31 06:55:01.265804 [ 3 ] {06cc2515-60ce-4d50-bb2d-87c8c930526f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5171 | 2024.07.31 06:55:01.265959 [ 3 ] {06cc2515-60ce-4d50-bb2d-87c8c930526f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5172 | 2024.07.31 06:55:01.266245 [ 3 ] {06cc2515-60ce-4d50-bb2d-87c8c930526f} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5173 | 2024.07.31 06:55:01.266283 [ 3 ] {06cc2515-60ce-4d50-bb2d-87c8c930526f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5174 | 2024.07.31 06:55:01.266579 [ 3 ] {06cc2515-60ce-4d50-bb2d-87c8c930526f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5175 | 2024.07.31 06:55:01.266870 [ 3 ] {06cc2515-60ce-4d50-bb2d-87c8c930526f} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5176 | 2024.07.31 06:55:01.266996 [ 3 ] {06cc2515-60ce-4d50-bb2d-87c8c930526f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.0013 sec., 1538.4615384615386 rows/sec., 125.45 KiB/sec. | ||
| 5177 | 2024.07.31 06:55:01.267021 [ 82 ] {} <Debug> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 5178 | 2024.07.31 06:55:01.267124 [ 82 ] {} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5179 | 2024.07.31 06:55:01.267165 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5180 | 2024.07.31 06:55:01.267222 [ 3 ] {06cc2515-60ce-4d50-bb2d-87c8c930526f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5181 | 2024.07.31 06:55:01.267303 [ 3 ] {06cc2515-60ce-4d50-bb2d-87c8c930526f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5182 | 2024.07.31 06:55:01.267380 [ 3 ] {} <Debug> HTTP-Session: 52643013-e645-46bb-9f1b-0540bd04eae9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5183 | 2024.07.31 06:55:01.267674 [ 189 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 5184 | 2024.07.31 06:55:01.267765 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5185 | 2024.07.31 06:55:01.267848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5186 | 2024.07.31 06:55:01.267899 [ 3 ] {} <Debug> HTTP-Session: 2cfdf423-1614-4f16-a938-2d59128c866d Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5187 | 2024.07.31 06:55:01.267944 [ 3 ] {} <Debug> HTTP-Session: 2cfdf423-1614-4f16-a938-2d59128c866d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5188 | 2024.07.31 06:55:01.267986 [ 3 ] {} <Debug> HTTP-Session: 2cfdf423-1614-4f16-a938-2d59128c866d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5189 | 2024.07.31 06:55:01.268017 [ 189 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5190 | 2024.07.31 06:55:01.268050 [ 3 ] {} <Trace> HTTP-Session: 2cfdf423-1614-4f16-a938-2d59128c866d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5191 | 2024.07.31 06:55:01.268089 [ 189 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
| 5192 | 2024.07.31 06:55:01.268334 [ 3 ] {f18cd81c-81e2-44b9-bdf0-f473e892f120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5193 | 2024.07.31 06:55:01.268386 [ 189 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
| 5194 | 2024.07.31 06:55:01.268489 [ 3 ] {f18cd81c-81e2-44b9-bdf0-f473e892f120} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5195 | 2024.07.31 06:55:01.268663 [ 189 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
| 5196 | 2024.07.31 06:55:01.268932 [ 189 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
| 5197 | 2024.07.31 06:55:01.269172 [ 189 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
| 5198 | 2024.07.31 06:55:01.269486 [ 189 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
| 5199 | 2024.07.31 06:55:01.270064 [ 3 ] {f18cd81c-81e2-44b9-bdf0-f473e892f120} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5200 | 2024.07.31 06:55:01.270840 [ 3 ] {f18cd81c-81e2-44b9-bdf0-f473e892f120} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5201 | 2024.07.31 06:55:01.270903 [ 3 ] {f18cd81c-81e2-44b9-bdf0-f473e892f120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5202 | 2024.07.31 06:55:01.271689 [ 3 ] {f18cd81c-81e2-44b9-bdf0-f473e892f120} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5203 | 2024.07.31 06:55:01.271954 [ 187 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.004626755 sec., 3890.41563687725 rows/sec., 317.24 KiB/sec. | ||
| 5204 | 2024.07.31 06:55:01.272206 [ 187 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 5205 | 2024.07.31 06:55:01.272378 [ 3 ] {f18cd81c-81e2-44b9-bdf0-f473e892f120} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5206 | 2024.07.31 06:55:01.272733 [ 3 ] {f18cd81c-81e2-44b9-bdf0-f473e892f120} <Debug> executeQuery: Read 174 rows, 15.73 KiB in 0.004538 sec., 38342.882327016305 rows/sec., 3.39 MiB/sec. | ||
| 5207 | 2024.07.31 06:55:01.273257 [ 3 ] {f18cd81c-81e2-44b9-bdf0-f473e892f120} <Debug> DynamicQueryHandler: Done processing query | ||
| 5208 | 2024.07.31 06:55:01.273295 [ 3 ] {f18cd81c-81e2-44b9-bdf0-f473e892f120} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 5209 | 2024.07.31 06:55:01.273326 [ 3 ] {} <Debug> HTTP-Session: 2cfdf423-1614-4f16-a938-2d59128c866d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5210 | 2024.07.31 06:55:01.273417 [ 187 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_6_1} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5211 | 2024.07.31 06:55:01.273520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5212 | 2024.07.31 06:55:01.273551 [ 187 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_6_1} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 5213 | 2024.07.31 06:55:01.273594 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5214 | 2024.07.31 06:55:01.273661 [ 3 ] {} <Debug> HTTP-Session: a443c53a-547a-40cd-87ba-33e43cb391fc Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5215 | 2024.07.31 06:55:01.273699 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5216 | 2024.07.31 06:55:01.273700 [ 3 ] {} <Debug> HTTP-Session: a443c53a-547a-40cd-87ba-33e43cb391fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5217 | 2024.07.31 06:55:01.273752 [ 3 ] {} <Debug> HTTP-Session: a443c53a-547a-40cd-87ba-33e43cb391fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5218 | 2024.07.31 06:55:01.273787 [ 3 ] {} <Trace> HTTP-Session: a443c53a-547a-40cd-87ba-33e43cb391fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5219 | 2024.07.31 06:55:01.273888 [ 3 ] {e4500b47-078e-42ce-853f-126fb9409d9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5220 | 2024.07.31 06:55:01.273932 [ 3 ] {e4500b47-078e-42ce-853f-126fb9409d9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5221 | 2024.07.31 06:55:01.274082 [ 3 ] {e4500b47-078e-42ce-853f-126fb9409d9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5222 | 2024.07.31 06:55:01.274353 [ 3 ] {e4500b47-078e-42ce-853f-126fb9409d9f} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5223 | 2024.07.31 06:55:01.274389 [ 3 ] {e4500b47-078e-42ce-853f-126fb9409d9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5224 | 2024.07.31 06:55:01.274698 [ 3 ] {e4500b47-078e-42ce-853f-126fb9409d9f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5225 | 2024.07.31 06:55:01.275009 [ 3 ] {e4500b47-078e-42ce-853f-126fb9409d9f} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5226 | 2024.07.31 06:55:01.275166 [ 82 ] {} <Debug> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 5227 | 2024.07.31 06:55:01.275173 [ 3 ] {e4500b47-078e-42ce-853f-126fb9409d9f} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001296 sec., 1543.2098765432097 rows/sec., 107.75 KiB/sec. | ||
| 5228 | 2024.07.31 06:55:01.275223 [ 82 ] {} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5229 | 2024.07.31 06:55:01.275290 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5230 | 2024.07.31 06:55:01.275571 [ 3 ] {e4500b47-078e-42ce-853f-126fb9409d9f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5231 | 2024.07.31 06:55:01.275674 [ 3 ] {e4500b47-078e-42ce-853f-126fb9409d9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5232 | 2024.07.31 06:55:01.275675 [ 189 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 5233 | 2024.07.31 06:55:01.275726 [ 3 ] {} <Debug> HTTP-Session: a443c53a-547a-40cd-87ba-33e43cb391fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5234 | 2024.07.31 06:55:01.275888 [ 189 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5235 | 2024.07.31 06:55:01.275927 [ 189 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
| 5236 | 2024.07.31 06:55:01.276113 [ 189 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
| 5237 | 2024.07.31 06:55:01.276117 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 62612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5238 | 2024.07.31 06:55:01.276300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5239 | 2024.07.31 06:55:01.276374 [ 189 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
| 5240 | 2024.07.31 06:55:01.276398 [ 3 ] {} <Debug> HTTP-Session: 532f6dc5-a43f-4603-afa0-44f3dbe34a83 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5241 | 2024.07.31 06:55:01.276489 [ 3 ] {} <Debug> HTTP-Session: 532f6dc5-a43f-4603-afa0-44f3dbe34a83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5242 | 2024.07.31 06:55:01.276565 [ 3 ] {} <Debug> HTTP-Session: 532f6dc5-a43f-4603-afa0-44f3dbe34a83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5243 | 2024.07.31 06:55:01.276662 [ 189 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
| 5244 | 2024.07.31 06:55:01.276734 [ 3 ] {} <Trace> HTTP-Session: 532f6dc5-a43f-4603-afa0-44f3dbe34a83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5245 | 2024.07.31 06:55:01.276943 [ 189 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
| 5246 | 2024.07.31 06:55:01.277156 [ 189 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
| 5247 | 2024.07.31 06:55:01.277481 [ 3 ] {357e6ca5-5947-4af9-96b4-5f0fb164a192} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5248 | 2024.07.31 06:55:01.277588 [ 3 ] {357e6ca5-5947-4af9-96b4-5f0fb164a192} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5249 | 2024.07.31 06:55:01.278003 [ 3 ] {357e6ca5-5947-4af9-96b4-5f0fb164a192} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5250 | 2024.07.31 06:55:01.279203 [ 3 ] {357e6ca5-5947-4af9-96b4-5f0fb164a192} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5251 | 2024.07.31 06:55:01.279301 [ 3 ] {357e6ca5-5947-4af9-96b4-5f0fb164a192} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5252 | 2024.07.31 06:55:01.279391 [ 189 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.00398694 sec., 4514.740628150913 rows/sec., 315.24 KiB/sec. | ||
| 5253 | 2024.07.31 06:55:01.279572 [ 189 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 5254 | 2024.07.31 06:55:01.279997 [ 3 ] {357e6ca5-5947-4af9-96b4-5f0fb164a192} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5255 | 2024.07.31 06:55:01.280373 [ 187 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_6_1} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5256 | 2024.07.31 06:55:01.280516 [ 187 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_6_1} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 5257 | 2024.07.31 06:55:01.280680 [ 3 ] {357e6ca5-5947-4af9-96b4-5f0fb164a192} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5258 | 2024.07.31 06:55:01.280690 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5259 | 2024.07.31 06:55:01.280907 [ 3 ] {357e6ca5-5947-4af9-96b4-5f0fb164a192} <Debug> executeQuery: Read 388 rows, 27.96 KiB in 0.00384 sec., 101041.66666666666 rows/sec., 7.11 MiB/sec. | ||
| 5260 | 2024.07.31 06:55:01.281126 [ 3 ] {357e6ca5-5947-4af9-96b4-5f0fb164a192} <Debug> DynamicQueryHandler: Done processing query | ||
| 5261 | 2024.07.31 06:55:01.281152 [ 3 ] {357e6ca5-5947-4af9-96b4-5f0fb164a192} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 5262 | 2024.07.31 06:55:01.281169 [ 3 ] {} <Debug> HTTP-Session: 532f6dc5-a43f-4603-afa0-44f3dbe34a83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5263 | 2024.07.31 06:55:01.281319 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5264 | 2024.07.31 06:55:01.281370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5265 | 2024.07.31 06:55:01.281388 [ 3 ] {} <Debug> HTTP-Session: 6098b185-a8bb-4dbb-a7d6-d4337fbd23d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5266 | 2024.07.31 06:55:01.281405 [ 3 ] {} <Debug> HTTP-Session: 6098b185-a8bb-4dbb-a7d6-d4337fbd23d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5267 | 2024.07.31 06:55:01.281418 [ 3 ] {} <Debug> HTTP-Session: 6098b185-a8bb-4dbb-a7d6-d4337fbd23d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5268 | 2024.07.31 06:55:01.281449 [ 3 ] {} <Trace> HTTP-Session: 6098b185-a8bb-4dbb-a7d6-d4337fbd23d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5269 | 2024.07.31 06:55:01.281547 [ 3 ] {9cf511e8-2aa8-48dc-94f2-1ebac21590d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 5270 | 2024.07.31 06:55:01.281591 [ 3 ] {9cf511e8-2aa8-48dc-94f2-1ebac21590d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5271 | 2024.07.31 06:55:01.281729 [ 3 ] {9cf511e8-2aa8-48dc-94f2-1ebac21590d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5272 | 2024.07.31 06:55:01.281994 [ 3 ] {9cf511e8-2aa8-48dc-94f2-1ebac21590d5} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5273 | 2024.07.31 06:55:01.282030 [ 3 ] {9cf511e8-2aa8-48dc-94f2-1ebac21590d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5274 | 2024.07.31 06:55:01.282396 [ 3 ] {9cf511e8-2aa8-48dc-94f2-1ebac21590d5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5275 | 2024.07.31 06:55:01.282721 [ 3 ] {9cf511e8-2aa8-48dc-94f2-1ebac21590d5} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5276 | 2024.07.31 06:55:01.282882 [ 82 ] {} <Debug> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 5277 | 2024.07.31 06:55:01.282888 [ 3 ] {9cf511e8-2aa8-48dc-94f2-1ebac21590d5} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001354 sec., 4431.314623338257 rows/sec., 190.41 KiB/sec. | ||
| 5278 | 2024.07.31 06:55:01.282930 [ 82 ] {} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5279 | 2024.07.31 06:55:01.282998 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5280 | 2024.07.31 06:55:01.283243 [ 3 ] {9cf511e8-2aa8-48dc-94f2-1ebac21590d5} <Debug> DynamicQueryHandler: Done processing query | ||
| 5281 | 2024.07.31 06:55:01.283363 [ 3 ] {9cf511e8-2aa8-48dc-94f2-1ebac21590d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5282 | 2024.07.31 06:55:01.283386 [ 189 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 5283 | 2024.07.31 06:55:01.283438 [ 3 ] {} <Debug> HTTP-Session: 6098b185-a8bb-4dbb-a7d6-d4337fbd23d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5284 | 2024.07.31 06:55:01.283692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5285 | 2024.07.31 06:55:01.283706 [ 189 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5286 | 2024.07.31 06:55:01.283779 [ 189 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part | ||
| 5287 | 2024.07.31 06:55:01.283787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5288 | 2024.07.31 06:55:01.283834 [ 3 ] {} <Debug> HTTP-Session: 0adf6798-06ef-4511-9791-ee238ffc0f15 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5289 | 2024.07.31 06:55:01.283943 [ 3 ] {} <Debug> HTTP-Session: 0adf6798-06ef-4511-9791-ee238ffc0f15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5290 | 2024.07.31 06:55:01.283959 [ 189 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
| 5291 | 2024.07.31 06:55:01.284014 [ 3 ] {} <Debug> HTTP-Session: 0adf6798-06ef-4511-9791-ee238ffc0f15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5292 | 2024.07.31 06:55:01.284236 [ 3 ] {} <Trace> HTTP-Session: 0adf6798-06ef-4511-9791-ee238ffc0f15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5293 | 2024.07.31 06:55:01.284227 [ 189 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
| 5294 | 2024.07.31 06:55:01.284424 [ 189 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 5295 | 2024.07.31 06:55:01.284703 [ 189 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
| 5296 | 2024.07.31 06:55:01.284876 [ 3 ] {c66f1114-f7b9-48fd-b263-a9110814af02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 5297 | 2024.07.31 06:55:01.284975 [ 189 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
| 5298 | 2024.07.31 06:55:01.285119 [ 3 ] {c66f1114-f7b9-48fd-b263-a9110814af02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 5299 | 2024.07.31 06:55:01.285804 [ 3 ] {c66f1114-f7b9-48fd-b263-a9110814af02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5300 | 2024.07.31 06:55:01.286692 [ 3 ] {c66f1114-f7b9-48fd-b263-a9110814af02} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5301 | 2024.07.31 06:55:01.286741 [ 3 ] {c66f1114-f7b9-48fd-b263-a9110814af02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5302 | 2024.07.31 06:55:01.287717 [ 189 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.004598834 sec., 14351.463871059488 rows/sec., 616.66 KiB/sec. | ||
| 5303 | 2024.07.31 06:55:01.287840 [ 3 ] {c66f1114-f7b9-48fd-b263-a9110814af02} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5304 | 2024.07.31 06:55:01.287875 [ 189 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 5305 | 2024.07.31 06:55:01.288700 [ 189 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_11_2} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5306 | 2024.07.31 06:55:01.288837 [ 3 ] {c66f1114-f7b9-48fd-b263-a9110814af02} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5307 | 2024.07.31 06:55:01.288890 [ 189 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_11_2} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 5308 | 2024.07.31 06:55:01.289049 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5309 | 2024.07.31 06:55:01.289137 [ 82 ] {} <Debug> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 5310 | 2024.07.31 06:55:01.289216 [ 3 ] {c66f1114-f7b9-48fd-b263-a9110814af02} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004722 sec., 16306.649724692928 rows/sec., 1.00 MiB/sec. | ||
| 5311 | 2024.07.31 06:55:01.289223 [ 82 ] {} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5312 | 2024.07.31 06:55:01.289316 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5313 | 2024.07.31 06:55:01.289616 [ 192 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 5314 | 2024.07.31 06:55:01.289660 [ 3 ] {c66f1114-f7b9-48fd-b263-a9110814af02} <Debug> DynamicQueryHandler: Done processing query | ||
| 5315 | 2024.07.31 06:55:01.289699 [ 3 ] {c66f1114-f7b9-48fd-b263-a9110814af02} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5316 | 2024.07.31 06:55:01.289728 [ 3 ] {} <Debug> HTTP-Session: 0adf6798-06ef-4511-9791-ee238ffc0f15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5317 | 2024.07.31 06:55:01.289793 [ 192 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5318 | 2024.07.31 06:55:01.289826 [ 192 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 462 rows starting from the beginning of the part | ||
| 5319 | 2024.07.31 06:55:01.289967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5320 | 2024.07.31 06:55:01.289985 [ 192 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 77 rows starting from the beginning of the part | ||
| 5321 | 2024.07.31 06:55:01.290089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5322 | 2024.07.31 06:55:01.290210 [ 3 ] {} <Debug> HTTP-Session: f4f01608-6a6a-4f6d-ae22-02bb9cdef73e Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5323 | 2024.07.31 06:55:01.290257 [ 3 ] {} <Debug> HTTP-Session: f4f01608-6a6a-4f6d-ae22-02bb9cdef73e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5324 | 2024.07.31 06:55:01.290265 [ 192 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 77 rows starting from the beginning of the part | ||
| 5325 | 2024.07.31 06:55:01.290295 [ 3 ] {} <Debug> HTTP-Session: f4f01608-6a6a-4f6d-ae22-02bb9cdef73e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5326 | 2024.07.31 06:55:01.290415 [ 3 ] {} <Trace> HTTP-Session: f4f01608-6a6a-4f6d-ae22-02bb9cdef73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5327 | 2024.07.31 06:55:01.290549 [ 192 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 77 rows starting from the beginning of the part | ||
| 5328 | 2024.07.31 06:55:01.290771 [ 192 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 77 rows starting from the beginning of the part | ||
| 5329 | 2024.07.31 06:55:01.290815 [ 3 ] {6a28fc20-2bea-46de-9b5f-14b507f698d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5330 | 2024.07.31 06:55:01.290983 [ 3 ] {6a28fc20-2bea-46de-9b5f-14b507f698d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5331 | 2024.07.31 06:55:01.291048 [ 192 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 77 rows starting from the beginning of the part | ||
| 5332 | 2024.07.31 06:55:01.291520 [ 3 ] {6a28fc20-2bea-46de-9b5f-14b507f698d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5333 | 2024.07.31 06:55:01.292232 [ 3 ] {6a28fc20-2bea-46de-9b5f-14b507f698d8} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5334 | 2024.07.31 06:55:01.292272 [ 3 ] {6a28fc20-2bea-46de-9b5f-14b507f698d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5335 | 2024.07.31 06:55:01.293052 [ 3 ] {6a28fc20-2bea-46de-9b5f-14b507f698d8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5336 | 2024.07.31 06:55:01.293096 [ 192 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 847 rows, containing 5 columns (5 merged, 0 gathered) in 0.00363443 sec., 233048.92376521215 rows/sec., 14.35 MiB/sec. | ||
| 5337 | 2024.07.31 06:55:01.293255 [ 192 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 5338 | 2024.07.31 06:55:01.293572 [ 3 ] {6a28fc20-2bea-46de-9b5f-14b507f698d8} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5339 | 2024.07.31 06:55:01.293855 [ 3 ] {6a28fc20-2bea-46de-9b5f-14b507f698d8} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.003245 sec., 49614.79198767334 rows/sec., 3.46 MiB/sec. | ||
| 5340 | 2024.07.31 06:55:01.293865 [ 192 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_11_2} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5341 | 2024.07.31 06:55:01.293998 [ 192 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_11_2} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 5342 | 2024.07.31 06:55:01.294085 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 5343 | 2024.07.31 06:55:01.294110 [ 3 ] {6a28fc20-2bea-46de-9b5f-14b507f698d8} <Debug> DynamicQueryHandler: Done processing query | ||
| 5344 | 2024.07.31 06:55:01.294139 [ 3 ] {6a28fc20-2bea-46de-9b5f-14b507f698d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5345 | 2024.07.31 06:55:01.294156 [ 3 ] {} <Debug> HTTP-Session: f4f01608-6a6a-4f6d-ae22-02bb9cdef73e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5346 | 2024.07.31 06:55:01.294327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5347 | 2024.07.31 06:55:01.294376 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5348 | 2024.07.31 06:55:01.294395 [ 3 ] {} <Debug> HTTP-Session: 578b81a7-c4d7-4ea0-ac38-116be9c559e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5349 | 2024.07.31 06:55:01.294411 [ 3 ] {} <Debug> HTTP-Session: 578b81a7-c4d7-4ea0-ac38-116be9c559e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5350 | 2024.07.31 06:55:01.294426 [ 3 ] {} <Debug> HTTP-Session: 578b81a7-c4d7-4ea0-ac38-116be9c559e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5351 | 2024.07.31 06:55:01.294457 [ 3 ] {} <Trace> HTTP-Session: 578b81a7-c4d7-4ea0-ac38-116be9c559e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5352 | 2024.07.31 06:55:01.294596 [ 3 ] {845f39e1-f7ef-4746-82fc-f25f18f99e6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5353 | 2024.07.31 06:55:01.294660 [ 3 ] {845f39e1-f7ef-4746-82fc-f25f18f99e6e} <Trace> 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 | ||
| 5354 | 2024.07.31 06:55:01.295073 [ 3 ] {845f39e1-f7ef-4746-82fc-f25f18f99e6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5355 | 2024.07.31 06:55:01.295581 [ 3 ] {845f39e1-f7ef-4746-82fc-f25f18f99e6e} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5356 | 2024.07.31 06:55:01.295619 [ 3 ] {845f39e1-f7ef-4746-82fc-f25f18f99e6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5357 | 2024.07.31 06:55:01.296193 [ 3 ] {845f39e1-f7ef-4746-82fc-f25f18f99e6e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5358 | 2024.07.31 06:55:01.296608 [ 3 ] {845f39e1-f7ef-4746-82fc-f25f18f99e6e} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5359 | 2024.07.31 06:55:01.296778 [ 82 ] {} <Debug> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5360 | 2024.07.31 06:55:01.296813 [ 3 ] {845f39e1-f7ef-4746-82fc-f25f18f99e6e} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002271 sec., 1761.3386173491854 rows/sec., 3.16 MiB/sec. | ||
| 5361 | 2024.07.31 06:55:01.296832 [ 82 ] {} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5362 | 2024.07.31 06:55:01.296903 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5363 | 2024.07.31 06:55:01.297365 [ 198 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 5364 | 2024.07.31 06:55:01.297772 [ 3 ] {845f39e1-f7ef-4746-82fc-f25f18f99e6e} <Debug> DynamicQueryHandler: Done processing query | ||
| 5365 | 2024.07.31 06:55:01.297842 [ 3 ] {845f39e1-f7ef-4746-82fc-f25f18f99e6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 5366 | 2024.07.31 06:55:01.297892 [ 3 ] {} <Debug> HTTP-Session: 578b81a7-c4d7-4ea0-ac38-116be9c559e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5367 | 2024.07.31 06:55:01.298097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5368 | 2024.07.31 06:55:01.298112 [ 198 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5369 | 2024.07.31 06:55:01.298205 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5370 | 2024.07.31 06:55:01.298268 [ 198 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 204 rows starting from the beginning of the part | ||
| 5371 | 2024.07.31 06:55:01.298270 [ 3 ] {} <Debug> HTTP-Session: 8279376f-b5a2-4e6a-85fa-14119f041ba1 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5372 | 2024.07.31 06:55:01.298331 [ 3 ] {} <Debug> HTTP-Session: 8279376f-b5a2-4e6a-85fa-14119f041ba1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5373 | 2024.07.31 06:55:01.298380 [ 3 ] {} <Debug> HTTP-Session: 8279376f-b5a2-4e6a-85fa-14119f041ba1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5374 | 2024.07.31 06:55:01.298464 [ 3 ] {} <Trace> HTTP-Session: 8279376f-b5a2-4e6a-85fa-14119f041ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5375 | 2024.07.31 06:55:01.298853 [ 3 ] {528452ef-8739-4b42-9036-cb71c8b752b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5376 | 2024.07.31 06:55:01.298893 [ 198 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
| 5377 | 2024.07.31 06:55:01.298952 [ 3 ] {528452ef-8739-4b42-9036-cb71c8b752b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 5378 | 2024.07.31 06:55:01.299679 [ 198 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 27 rows starting from the beginning of the part | ||
| 5379 | 2024.07.31 06:55:01.299802 [ 3 ] {528452ef-8739-4b42-9036-cb71c8b752b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5380 | 2024.07.31 06:55:01.300269 [ 198 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part | ||
| 5381 | 2024.07.31 06:55:01.300959 [ 3 ] {528452ef-8739-4b42-9036-cb71c8b752b8} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5382 | 2024.07.31 06:55:01.300990 [ 198 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 27 rows starting from the beginning of the part | ||
| 5383 | 2024.07.31 06:55:01.301020 [ 3 ] {528452ef-8739-4b42-9036-cb71c8b752b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5384 | 2024.07.31 06:55:01.301543 [ 198 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part | ||
| 5385 | 2024.07.31 06:55:01.302278 [ 3 ] {528452ef-8739-4b42-9036-cb71c8b752b8} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5386 | 2024.07.31 06:55:01.303043 [ 3 ] {528452ef-8739-4b42-9036-cb71c8b752b8} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5387 | 2024.07.31 06:55:01.303405 [ 3 ] {528452ef-8739-4b42-9036-cb71c8b752b8} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.004702 sec., 4891.535516801361 rows/sec., 264.60 KiB/sec. | ||
| 5388 | 2024.07.31 06:55:01.303695 [ 3 ] {528452ef-8739-4b42-9036-cb71c8b752b8} <Debug> DynamicQueryHandler: Done processing query | ||
| 5389 | 2024.07.31 06:55:01.303731 [ 3 ] {528452ef-8739-4b42-9036-cb71c8b752b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5390 | 2024.07.31 06:55:01.303768 [ 3 ] {} <Debug> HTTP-Session: 8279376f-b5a2-4e6a-85fa-14119f041ba1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5391 | 2024.07.31 06:55:01.303985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5392 | 2024.07.31 06:55:01.304091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5393 | 2024.07.31 06:55:01.304146 [ 3 ] {} <Debug> HTTP-Session: 2a92e3b6-c58d-4660-9e95-4f597994032f Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5394 | 2024.07.31 06:55:01.304201 [ 3 ] {} <Debug> HTTP-Session: 2a92e3b6-c58d-4660-9e95-4f597994032f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5395 | 2024.07.31 06:55:01.304242 [ 3 ] {} <Debug> HTTP-Session: 2a92e3b6-c58d-4660-9e95-4f597994032f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5396 | 2024.07.31 06:55:01.304343 [ 3 ] {} <Trace> HTTP-Session: 2a92e3b6-c58d-4660-9e95-4f597994032f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5397 | 2024.07.31 06:55:01.304621 [ 3 ] {39698da3-643b-44fb-92b6-fa7b592d6cd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5398 | 2024.07.31 06:55:01.304726 [ 3 ] {39698da3-643b-44fb-92b6-fa7b592d6cd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5399 | 2024.07.31 06:55:01.305475 [ 3 ] {39698da3-643b-44fb-92b6-fa7b592d6cd1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5400 | 2024.07.31 06:55:01.306211 [ 3 ] {39698da3-643b-44fb-92b6-fa7b592d6cd1} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5401 | 2024.07.31 06:55:01.306290 [ 3 ] {39698da3-643b-44fb-92b6-fa7b592d6cd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5402 | 2024.07.31 06:55:01.307571 [ 3 ] {39698da3-643b-44fb-92b6-fa7b592d6cd1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5403 | 2024.07.31 06:55:01.308395 [ 3 ] {39698da3-643b-44fb-92b6-fa7b592d6cd1} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5404 | 2024.07.31 06:55:01.308799 [ 3 ] {39698da3-643b-44fb-92b6-fa7b592d6cd1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004296 sec., 13966.480446927373 rows/sec., 963.83 KiB/sec. | ||
| 5405 | 2024.07.31 06:55:01.309226 [ 3 ] {39698da3-643b-44fb-92b6-fa7b592d6cd1} <Debug> DynamicQueryHandler: Done processing query | ||
| 5406 | 2024.07.31 06:55:01.309250 [ 3 ] {39698da3-643b-44fb-92b6-fa7b592d6cd1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5407 | 2024.07.31 06:55:01.309267 [ 3 ] {} <Debug> HTTP-Session: 2a92e3b6-c58d-4660-9e95-4f597994032f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5408 | 2024.07.31 06:55:01.309624 [ 186 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 270 rows, containing 19 columns (19 merged, 0 gathered) in 0.012593954 sec., 21438.858677743305 rows/sec., 38.41 MiB/sec. | ||
| 5409 | 2024.07.31 06:55:01.310213 [ 186 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5410 | 2024.07.31 06:55:01.310844 [ 186 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5411 | 2024.07.31 06:55:01.310924 [ 186 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5412 | 2024.07.31 06:55:01.311053 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.77 MiB. | ||
| 5413 | 2024.07.31 06:55:06.261355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5414 | 2024.07.31 06:55:06.261482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5415 | 2024.07.31 06:55:06.261508 [ 3 ] {} <Debug> HTTP-Session: 271bb25a-797c-47e9-b8a7-d4d08dc04c4d Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5416 | 2024.07.31 06:55:06.261532 [ 3 ] {} <Debug> HTTP-Session: 271bb25a-797c-47e9-b8a7-d4d08dc04c4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5417 | 2024.07.31 06:55:06.261548 [ 3 ] {} <Debug> HTTP-Session: 271bb25a-797c-47e9-b8a7-d4d08dc04c4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5418 | 2024.07.31 06:55:06.261597 [ 3 ] {} <Trace> HTTP-Session: 271bb25a-797c-47e9-b8a7-d4d08dc04c4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5419 | 2024.07.31 06:55:06.261781 [ 3 ] {55a251fb-bad0-4b71-ab96-85f36c08b81c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5420 | 2024.07.31 06:55:06.261848 [ 3 ] {55a251fb-bad0-4b71-ab96-85f36c08b81c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5421 | 2024.07.31 06:55:06.262042 [ 3 ] {55a251fb-bad0-4b71-ab96-85f36c08b81c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5422 | 2024.07.31 06:55:06.262508 [ 3 ] {55a251fb-bad0-4b71-ab96-85f36c08b81c} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5423 | 2024.07.31 06:55:06.262553 [ 3 ] {55a251fb-bad0-4b71-ab96-85f36c08b81c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5424 | 2024.07.31 06:55:06.262939 [ 3 ] {55a251fb-bad0-4b71-ab96-85f36c08b81c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5425 | 2024.07.31 06:55:06.263306 [ 3 ] {55a251fb-bad0-4b71-ab96-85f36c08b81c} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5426 | 2024.07.31 06:55:06.263478 [ 77 ] {} <Debug> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5427 | 2024.07.31 06:55:06.263489 [ 3 ] {55a251fb-bad0-4b71-ab96-85f36c08b81c} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001759 sec., 15349.63047185901 rows/sec., 1.21 MiB/sec. | ||
| 5428 | 2024.07.31 06:55:06.263562 [ 77 ] {} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5429 | 2024.07.31 06:55:06.263625 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5430 | 2024.07.31 06:55:06.263774 [ 192 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 5431 | 2024.07.31 06:55:06.263823 [ 3 ] {55a251fb-bad0-4b71-ab96-85f36c08b81c} <Debug> DynamicQueryHandler: Done processing query | ||
| 5432 | 2024.07.31 06:55:06.263857 [ 3 ] {55a251fb-bad0-4b71-ab96-85f36c08b81c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5433 | 2024.07.31 06:55:06.263881 [ 3 ] {} <Debug> HTTP-Session: 271bb25a-797c-47e9-b8a7-d4d08dc04c4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5434 | 2024.07.31 06:55:06.263954 [ 192 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5435 | 2024.07.31 06:55:06.263988 [ 192 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 37 rows starting from the beginning of the part | ||
| 5436 | 2024.07.31 06:55:06.264085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5437 | 2024.07.31 06:55:06.264100 [ 192 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 27 rows starting from the beginning of the part | ||
| 5438 | 2024.07.31 06:55:06.264179 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5439 | 2024.07.31 06:55:06.264268 [ 3 ] {} <Debug> HTTP-Session: 1b66e44f-f890-4352-9168-c80e1ce475cd Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5440 | 2024.07.31 06:55:06.264285 [ 192 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 10 rows starting from the beginning of the part | ||
| 5441 | 2024.07.31 06:55:06.264332 [ 3 ] {} <Debug> HTTP-Session: 1b66e44f-f890-4352-9168-c80e1ce475cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5442 | 2024.07.31 06:55:06.264392 [ 3 ] {} <Debug> HTTP-Session: 1b66e44f-f890-4352-9168-c80e1ce475cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5443 | 2024.07.31 06:55:06.264604 [ 3 ] {} <Trace> HTTP-Session: 1b66e44f-f890-4352-9168-c80e1ce475cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5444 | 2024.07.31 06:55:06.264681 [ 192 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 27 rows starting from the beginning of the part | ||
| 5445 | 2024.07.31 06:55:06.264820 [ 192 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 10 rows starting from the beginning of the part | ||
| 5446 | 2024.07.31 06:55:06.264850 [ 3 ] {ed2349fc-6541-43a1-8b67-eaca40151084} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 5447 | 2024.07.31 06:55:06.264911 [ 192 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 27 rows starting from the beginning of the part | ||
| 5448 | 2024.07.31 06:55:06.264962 [ 3 ] {ed2349fc-6541-43a1-8b67-eaca40151084} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5449 | 2024.07.31 06:55:06.265604 [ 3 ] {ed2349fc-6541-43a1-8b67-eaca40151084} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5450 | 2024.07.31 06:55:06.266151 [ 3 ] {ed2349fc-6541-43a1-8b67-eaca40151084} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5451 | 2024.07.31 06:55:06.266196 [ 3 ] {ed2349fc-6541-43a1-8b67-eaca40151084} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5452 | 2024.07.31 06:55:06.266720 [ 3 ] {ed2349fc-6541-43a1-8b67-eaca40151084} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5453 | 2024.07.31 06:55:06.266776 [ 191 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 138 rows, containing 4 columns (4 merged, 0 gathered) in 0.003057896 sec., 45129.06913773392 rows/sec., 3.43 MiB/sec. | ||
| 5454 | 2024.07.31 06:55:06.267089 [ 191 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5455 | 2024.07.31 06:55:06.267280 [ 3 ] {ed2349fc-6541-43a1-8b67-eaca40151084} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5456 | 2024.07.31 06:55:06.267754 [ 3 ] {ed2349fc-6541-43a1-8b67-eaca40151084} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002979 sec., 1342.732460557234 rows/sec., 109.49 KiB/sec. | ||
| 5457 | 2024.07.31 06:55:06.268201 [ 3 ] {ed2349fc-6541-43a1-8b67-eaca40151084} <Debug> DynamicQueryHandler: Done processing query | ||
| 5458 | 2024.07.31 06:55:06.268209 [ 191 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_21_4} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5459 | 2024.07.31 06:55:06.268240 [ 3 ] {ed2349fc-6541-43a1-8b67-eaca40151084} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5460 | 2024.07.31 06:55:06.268295 [ 3 ] {} <Debug> HTTP-Session: 1b66e44f-f890-4352-9168-c80e1ce475cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5461 | 2024.07.31 06:55:06.268395 [ 191 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_21_4} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5462 | 2024.07.31 06:55:06.268514 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 25305, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5463 | 2024.07.31 06:55:06.268549 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 5464 | 2024.07.31 06:55:06.268605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5465 | 2024.07.31 06:55:06.268631 [ 3 ] {} <Debug> HTTP-Session: 04e775a3-e9c8-4e6b-b4ac-02382f8207a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5466 | 2024.07.31 06:55:06.268648 [ 3 ] {} <Debug> HTTP-Session: 04e775a3-e9c8-4e6b-b4ac-02382f8207a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5467 | 2024.07.31 06:55:06.268663 [ 3 ] {} <Debug> HTTP-Session: 04e775a3-e9c8-4e6b-b4ac-02382f8207a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5468 | 2024.07.31 06:55:06.268698 [ 3 ] {} <Trace> HTTP-Session: 04e775a3-e9c8-4e6b-b4ac-02382f8207a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5469 | 2024.07.31 06:55:06.268868 [ 3 ] {b0d0d42d-520f-44d7-9c95-03c9d773d340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5470 | 2024.07.31 06:55:06.268914 [ 3 ] {b0d0d42d-520f-44d7-9c95-03c9d773d340} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5471 | 2024.07.31 06:55:06.269054 [ 3 ] {b0d0d42d-520f-44d7-9c95-03c9d773d340} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5472 | 2024.07.31 06:55:06.269474 [ 3 ] {b0d0d42d-520f-44d7-9c95-03c9d773d340} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5473 | 2024.07.31 06:55:06.269511 [ 3 ] {b0d0d42d-520f-44d7-9c95-03c9d773d340} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5474 | 2024.07.31 06:55:06.269832 [ 3 ] {b0d0d42d-520f-44d7-9c95-03c9d773d340} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5475 | 2024.07.31 06:55:06.270141 [ 3 ] {b0d0d42d-520f-44d7-9c95-03c9d773d340} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5476 | 2024.07.31 06:55:06.270289 [ 3 ] {b0d0d42d-520f-44d7-9c95-03c9d773d340} <Debug> executeQuery: Read 175 rows, 14.67 KiB in 0.001501 sec., 116588.94070619588 rows/sec., 9.55 MiB/sec. | ||
| 5477 | 2024.07.31 06:55:06.270313 [ 76 ] {} <Debug> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5478 | 2024.07.31 06:55:06.270424 [ 76 ] {} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5479 | 2024.07.31 06:55:06.270455 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5480 | 2024.07.31 06:55:06.270543 [ 3 ] {b0d0d42d-520f-44d7-9c95-03c9d773d340} <Debug> DynamicQueryHandler: Done processing query | ||
| 5481 | 2024.07.31 06:55:06.270590 [ 3 ] {b0d0d42d-520f-44d7-9c95-03c9d773d340} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 5482 | 2024.07.31 06:55:06.270618 [ 197 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 5483 | 2024.07.31 06:55:06.270631 [ 3 ] {} <Debug> HTTP-Session: 04e775a3-e9c8-4e6b-b4ac-02382f8207a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5484 | 2024.07.31 06:55:06.270850 [ 197 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5485 | 2024.07.31 06:55:06.270858 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5486 | 2024.07.31 06:55:06.270912 [ 197 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 297 rows starting from the beginning of the part | ||
| 5487 | 2024.07.31 06:55:06.270962 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5488 | 2024.07.31 06:55:06.271033 [ 3 ] {} <Debug> HTTP-Session: 04d1e1be-de29-4a3c-9b1b-e23bdc64b7f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5489 | 2024.07.31 06:55:06.271124 [ 3 ] {} <Debug> HTTP-Session: 04d1e1be-de29-4a3c-9b1b-e23bdc64b7f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5490 | 2024.07.31 06:55:06.271197 [ 3 ] {} <Debug> HTTP-Session: 04d1e1be-de29-4a3c-9b1b-e23bdc64b7f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5491 | 2024.07.31 06:55:06.271237 [ 197 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 137 rows starting from the beginning of the part | ||
| 5492 | 2024.07.31 06:55:06.271316 [ 3 ] {} <Trace> HTTP-Session: 04d1e1be-de29-4a3c-9b1b-e23bdc64b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5493 | 2024.07.31 06:55:06.271571 [ 197 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 175 rows starting from the beginning of the part | ||
| 5494 | 2024.07.31 06:55:06.271641 [ 3 ] {ee770658-a300-4c1f-bdd2-cf2d47e5a000} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5495 | 2024.07.31 06:55:06.271816 [ 197 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 137 rows starting from the beginning of the part | ||
| 5496 | 2024.07.31 06:55:06.271820 [ 3 ] {ee770658-a300-4c1f-bdd2-cf2d47e5a000} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5497 | 2024.07.31 06:55:06.272155 [ 197 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 174 rows starting from the beginning of the part | ||
| 5498 | 2024.07.31 06:55:06.272461 [ 197 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 175 rows starting from the beginning of the part | ||
| 5499 | 2024.07.31 06:55:06.273046 [ 3 ] {ee770658-a300-4c1f-bdd2-cf2d47e5a000} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5500 | 2024.07.31 06:55:06.273761 [ 3 ] {ee770658-a300-4c1f-bdd2-cf2d47e5a000} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5501 | 2024.07.31 06:55:06.273818 [ 3 ] {ee770658-a300-4c1f-bdd2-cf2d47e5a000} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5502 | 2024.07.31 06:55:06.274640 [ 3 ] {ee770658-a300-4c1f-bdd2-cf2d47e5a000} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5503 | 2024.07.31 06:55:06.275405 [ 3 ] {ee770658-a300-4c1f-bdd2-cf2d47e5a000} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5504 | 2024.07.31 06:55:06.275808 [ 3 ] {ee770658-a300-4c1f-bdd2-cf2d47e5a000} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.004272 sec., 936.3295880149814 rows/sec., 65.38 KiB/sec. | ||
| 5505 | 2024.07.31 06:55:06.275810 [ 199 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1095 rows, containing 4 columns (4 merged, 0 gathered) in 0.005291672 sec., 206928.9252999808 rows/sec., 17.71 MiB/sec. | ||
| 5506 | 2024.07.31 06:55:06.276108 [ 3 ] {ee770658-a300-4c1f-bdd2-cf2d47e5a000} <Debug> DynamicQueryHandler: Done processing query | ||
| 5507 | 2024.07.31 06:55:06.276120 [ 199 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5508 | 2024.07.31 06:55:06.276149 [ 3 ] {ee770658-a300-4c1f-bdd2-cf2d47e5a000} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5509 | 2024.07.31 06:55:06.276199 [ 3 ] {} <Debug> HTTP-Session: 04d1e1be-de29-4a3c-9b1b-e23bdc64b7f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5510 | 2024.07.31 06:55:06.276390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 20185, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5511 | 2024.07.31 06:55:06.276533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5512 | 2024.07.31 06:55:06.276604 [ 3 ] {} <Debug> HTTP-Session: 0916485c-11e8-4cc6-b0fd-17b63e5a3be2 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5513 | 2024.07.31 06:55:06.276653 [ 3 ] {} <Debug> HTTP-Session: 0916485c-11e8-4cc6-b0fd-17b63e5a3be2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5514 | 2024.07.31 06:55:06.276691 [ 3 ] {} <Debug> HTTP-Session: 0916485c-11e8-4cc6-b0fd-17b63e5a3be2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5515 | 2024.07.31 06:55:06.276747 [ 3 ] {} <Trace> HTTP-Session: 0916485c-11e8-4cc6-b0fd-17b63e5a3be2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5516 | 2024.07.31 06:55:06.276974 [ 199 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_26_5} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5517 | 2024.07.31 06:55:06.276977 [ 3 ] {b4e6a871-5c0d-45b1-b15f-ee23dc169e8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5518 | 2024.07.31 06:55:06.277088 [ 3 ] {b4e6a871-5c0d-45b1-b15f-ee23dc169e8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5519 | 2024.07.31 06:55:06.277175 [ 199 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_26_5} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5520 | 2024.07.31 06:55:06.277382 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 5521 | 2024.07.31 06:55:06.277489 [ 3 ] {b4e6a871-5c0d-45b1-b15f-ee23dc169e8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5522 | 2024.07.31 06:55:06.277908 [ 3 ] {b4e6a871-5c0d-45b1-b15f-ee23dc169e8d} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5523 | 2024.07.31 06:55:06.277947 [ 3 ] {b4e6a871-5c0d-45b1-b15f-ee23dc169e8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5524 | 2024.07.31 06:55:06.278277 [ 3 ] {b4e6a871-5c0d-45b1-b15f-ee23dc169e8d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5525 | 2024.07.31 06:55:06.278605 [ 3 ] {b4e6a871-5c0d-45b1-b15f-ee23dc169e8d} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5526 | 2024.07.31 06:55:06.278732 [ 3 ] {b4e6a871-5c0d-45b1-b15f-ee23dc169e8d} <Debug> executeQuery: Read 119 rows, 9.50 KiB in 0.001861 sec., 63944.11606663084 rows/sec., 4.99 MiB/sec. | ||
| 5527 | 2024.07.31 06:55:06.278739 [ 75 ] {} <Debug> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5528 | 2024.07.31 06:55:06.278794 [ 75 ] {} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5529 | 2024.07.31 06:55:06.278832 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5530 | 2024.07.31 06:55:06.278960 [ 3 ] {b4e6a871-5c0d-45b1-b15f-ee23dc169e8d} <Debug> DynamicQueryHandler: Done processing query | ||
| 5531 | 2024.07.31 06:55:06.278984 [ 195 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 5532 | 2024.07.31 06:55:06.278999 [ 3 ] {b4e6a871-5c0d-45b1-b15f-ee23dc169e8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5533 | 2024.07.31 06:55:06.279055 [ 3 ] {} <Debug> HTTP-Session: 0916485c-11e8-4cc6-b0fd-17b63e5a3be2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5534 | 2024.07.31 06:55:06.279171 [ 195 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5535 | 2024.07.31 06:55:06.279208 [ 195 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 467 rows starting from the beginning of the part | ||
| 5536 | 2024.07.31 06:55:06.279314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 37962, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5537 | 2024.07.31 06:55:06.279422 [ 195 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 91 rows starting from the beginning of the part | ||
| 5538 | 2024.07.31 06:55:06.279456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5539 | 2024.07.31 06:55:06.279542 [ 3 ] {} <Debug> HTTP-Session: b9ba6e16-845e-42b8-a6bc-c629ee1c6258 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5540 | 2024.07.31 06:55:06.279620 [ 3 ] {} <Debug> HTTP-Session: b9ba6e16-845e-42b8-a6bc-c629ee1c6258 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5541 | 2024.07.31 06:55:06.279690 [ 3 ] {} <Debug> HTTP-Session: b9ba6e16-845e-42b8-a6bc-c629ee1c6258 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5542 | 2024.07.31 06:55:06.279728 [ 195 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 390 rows starting from the beginning of the part | ||
| 5543 | 2024.07.31 06:55:06.279807 [ 3 ] {} <Trace> HTTP-Session: b9ba6e16-845e-42b8-a6bc-c629ee1c6258 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5544 | 2024.07.31 06:55:06.280020 [ 195 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 91 rows starting from the beginning of the part | ||
| 5545 | 2024.07.31 06:55:06.280158 [ 195 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 388 rows starting from the beginning of the part | ||
| 5546 | 2024.07.31 06:55:06.280261 [ 3 ] {84f84fa4-d626-4414-b3c4-cc1613f1adb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5547 | 2024.07.31 06:55:06.280439 [ 195 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 119 rows starting from the beginning of the part | ||
| 5548 | 2024.07.31 06:55:06.280551 [ 3 ] {84f84fa4-d626-4414-b3c4-cc1613f1adb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5549 | 2024.07.31 06:55:06.281295 [ 3 ] {84f84fa4-d626-4414-b3c4-cc1613f1adb2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5550 | 2024.07.31 06:55:06.282310 [ 3 ] {84f84fa4-d626-4414-b3c4-cc1613f1adb2} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5551 | 2024.07.31 06:55:06.282385 [ 3 ] {84f84fa4-d626-4414-b3c4-cc1613f1adb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5552 | 2024.07.31 06:55:06.283295 [ 3 ] {84f84fa4-d626-4414-b3c4-cc1613f1adb2} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5553 | 2024.07.31 06:55:06.283312 [ 194 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1546 rows, containing 4 columns (4 merged, 0 gathered) in 0.00440564 sec., 350913.82863783697 rows/sec., 25.36 MiB/sec. | ||
| 5554 | 2024.07.31 06:55:06.283596 [ 194 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5555 | 2024.07.31 06:55:06.284015 [ 3 ] {84f84fa4-d626-4414-b3c4-cc1613f1adb2} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5556 | 2024.07.31 06:55:06.284287 [ 75 ] {} <Debug> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5557 | 2024.07.31 06:55:06.284369 [ 75 ] {} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5558 | 2024.07.31 06:55:06.284384 [ 3 ] {84f84fa4-d626-4414-b3c4-cc1613f1adb2} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.004336 sec., 45664.20664206643 rows/sec., 3.19 MiB/sec. | ||
| 5559 | 2024.07.31 06:55:06.284413 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5560 | 2024.07.31 06:55:06.284700 [ 194 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_26_5} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5561 | 2024.07.31 06:55:06.284843 [ 188 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 5562 | 2024.07.31 06:55:06.285015 [ 194 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_26_5} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5563 | 2024.07.31 06:55:06.285063 [ 3 ] {84f84fa4-d626-4414-b3c4-cc1613f1adb2} <Debug> DynamicQueryHandler: Done processing query | ||
| 5564 | 2024.07.31 06:55:06.285151 [ 3 ] {84f84fa4-d626-4414-b3c4-cc1613f1adb2} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 5565 | 2024.07.31 06:55:06.285295 [ 3 ] {} <Debug> HTTP-Session: b9ba6e16-845e-42b8-a6bc-c629ee1c6258 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5566 | 2024.07.31 06:55:06.285324 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
| 5567 | 2024.07.31 06:55:06.285440 [ 188 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5568 | 2024.07.31 06:55:06.285482 [ 188 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3460 rows starting from the beginning of the part | ||
| 5569 | 2024.07.31 06:55:06.285603 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 43472, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5570 | 2024.07.31 06:55:06.285760 [ 188 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part | ||
| 5571 | 2024.07.31 06:55:06.285780 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5572 | 2024.07.31 06:55:06.285843 [ 3 ] {} <Debug> HTTP-Session: 756640e0-24c0-4ae0-a855-bb4ec862a68d Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5573 | 2024.07.31 06:55:06.285898 [ 3 ] {} <Debug> HTTP-Session: 756640e0-24c0-4ae0-a855-bb4ec862a68d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5574 | 2024.07.31 06:55:06.285965 [ 3 ] {} <Debug> HTTP-Session: 756640e0-24c0-4ae0-a855-bb4ec862a68d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5575 | 2024.07.31 06:55:06.286067 [ 188 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 162 rows starting from the beginning of the part | ||
| 5576 | 2024.07.31 06:55:06.286101 [ 3 ] {} <Trace> HTTP-Session: 756640e0-24c0-4ae0-a855-bb4ec862a68d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5577 | 2024.07.31 06:55:06.286371 [ 188 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part | ||
| 5578 | 2024.07.31 06:55:06.286509 [ 188 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 161 rows starting from the beginning of the part | ||
| 5579 | 2024.07.31 06:55:06.286733 [ 3 ] {05d5d44d-493f-409f-9534-6cd68447a742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5580 | 2024.07.31 06:55:06.286756 [ 188 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 198 rows starting from the beginning of the part | ||
| 5581 | 2024.07.31 06:55:06.287100 [ 3 ] {05d5d44d-493f-409f-9534-6cd68447a742} <Trace> 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 | ||
| 5582 | 2024.07.31 06:55:06.288719 [ 3 ] {05d5d44d-493f-409f-9534-6cd68447a742} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5583 | 2024.07.31 06:55:06.290168 [ 3 ] {05d5d44d-493f-409f-9534-6cd68447a742} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5584 | 2024.07.31 06:55:06.290483 [ 3 ] {05d5d44d-493f-409f-9534-6cd68447a742} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5585 | 2024.07.31 06:55:06.291192 [ 190 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4301 rows, containing 5 columns (5 merged, 0 gathered) in 0.006632806 sec., 648443.5094287395 rows/sec., 45.20 MiB/sec. | ||
| 5586 | 2024.07.31 06:55:06.291585 [ 190 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5587 | 2024.07.31 06:55:06.291801 [ 3 ] {05d5d44d-493f-409f-9534-6cd68447a742} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5588 | 2024.07.31 06:55:06.292175 [ 190 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5589 | 2024.07.31 06:55:06.292272 [ 190 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5590 | 2024.07.31 06:55:06.292378 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 5591 | 2024.07.31 06:55:06.292448 [ 3 ] {05d5d44d-493f-409f-9534-6cd68447a742} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5592 | 2024.07.31 06:55:06.292602 [ 3 ] {05d5d44d-493f-409f-9534-6cd68447a742} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.006287 sec., 4294.5761094321615 rows/sec., 7.70 MiB/sec. | ||
| 5593 | 2024.07.31 06:55:06.292868 [ 3 ] {05d5d44d-493f-409f-9534-6cd68447a742} <Debug> DynamicQueryHandler: Done processing query | ||
| 5594 | 2024.07.31 06:55:06.292894 [ 3 ] {05d5d44d-493f-409f-9534-6cd68447a742} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 5595 | 2024.07.31 06:55:06.292911 [ 3 ] {} <Debug> HTTP-Session: 756640e0-24c0-4ae0-a855-bb4ec862a68d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5596 | 2024.07.31 06:55:06.293052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5597 | 2024.07.31 06:55:06.293102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5598 | 2024.07.31 06:55:06.293123 [ 3 ] {} <Debug> HTTP-Session: 028fce45-6f6c-4f24-85fd-9001a48b2bbc Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5599 | 2024.07.31 06:55:06.293141 [ 3 ] {} <Debug> HTTP-Session: 028fce45-6f6c-4f24-85fd-9001a48b2bbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5600 | 2024.07.31 06:55:06.293156 [ 3 ] {} <Debug> HTTP-Session: 028fce45-6f6c-4f24-85fd-9001a48b2bbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5601 | 2024.07.31 06:55:06.293189 [ 3 ] {} <Trace> HTTP-Session: 028fce45-6f6c-4f24-85fd-9001a48b2bbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5602 | 2024.07.31 06:55:06.293316 [ 3 ] {a5edf7ac-1f9b-483f-bbbb-d50370200423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5603 | 2024.07.31 06:55:06.293360 [ 3 ] {a5edf7ac-1f9b-483f-bbbb-d50370200423} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5604 | 2024.07.31 06:55:06.293499 [ 3 ] {a5edf7ac-1f9b-483f-bbbb-d50370200423} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5605 | 2024.07.31 06:55:06.293827 [ 3 ] {a5edf7ac-1f9b-483f-bbbb-d50370200423} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5606 | 2024.07.31 06:55:06.293864 [ 3 ] {a5edf7ac-1f9b-483f-bbbb-d50370200423} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5607 | 2024.07.31 06:55:06.294228 [ 3 ] {a5edf7ac-1f9b-483f-bbbb-d50370200423} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5608 | 2024.07.31 06:55:06.294567 [ 3 ] {a5edf7ac-1f9b-483f-bbbb-d50370200423} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5609 | 2024.07.31 06:55:06.294687 [ 75 ] {} <Debug> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5610 | 2024.07.31 06:55:06.294696 [ 3 ] {a5edf7ac-1f9b-483f-bbbb-d50370200423} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001429 sec., 41987.40377886634 rows/sec., 2.83 MiB/sec. | ||
| 5611 | 2024.07.31 06:55:06.294716 [ 75 ] {} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5612 | 2024.07.31 06:55:06.294746 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5613 | 2024.07.31 06:55:06.294867 [ 200 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 5614 | 2024.07.31 06:55:06.294908 [ 3 ] {a5edf7ac-1f9b-483f-bbbb-d50370200423} <Debug> DynamicQueryHandler: Done processing query | ||
| 5615 | 2024.07.31 06:55:06.294942 [ 3 ] {a5edf7ac-1f9b-483f-bbbb-d50370200423} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5616 | 2024.07.31 06:55:06.294970 [ 3 ] {} <Debug> HTTP-Session: 028fce45-6f6c-4f24-85fd-9001a48b2bbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5617 | 2024.07.31 06:55:06.295017 [ 200 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5618 | 2024.07.31 06:55:06.295053 [ 200 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1186 rows starting from the beginning of the part | ||
| 5619 | 2024.07.31 06:55:06.295126 [ 200 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part | ||
| 5620 | 2024.07.31 06:55:06.295237 [ 200 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part | ||
| 5621 | 2024.07.31 06:55:06.295445 [ 200 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part | ||
| 5622 | 2024.07.31 06:55:06.295518 [ 200 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part | ||
| 5623 | 2024.07.31 06:55:06.295585 [ 200 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part | ||
| 5624 | 2024.07.31 06:55:06.296794 [ 200 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1486 rows, containing 4 columns (4 merged, 0 gathered) in 0.0019736 sec., 752938.7920551278 rows/sec., 50.78 MiB/sec. | ||
| 5625 | 2024.07.31 06:55:06.296954 [ 200 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5626 | 2024.07.31 06:55:06.297304 [ 200 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_26_5} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5627 | 2024.07.31 06:55:06.297377 [ 200 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_26_5} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5628 | 2024.07.31 06:55:06.297440 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 5629 | 2024.07.31 06:55:08.075984 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5630 | 2024.07.31 06:55:08.076066 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5631 | 2024.07.31 06:55:11.263769 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5632 | 2024.07.31 06:55:11.263898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5633 | 2024.07.31 06:55:11.263929 [ 3 ] {} <Debug> HTTP-Session: 653cd797-7781-419a-ada5-ff111f1c25cc Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5634 | 2024.07.31 06:55:11.263956 [ 3 ] {} <Debug> HTTP-Session: 653cd797-7781-419a-ada5-ff111f1c25cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5635 | 2024.07.31 06:55:11.263974 [ 3 ] {} <Debug> HTTP-Session: 653cd797-7781-419a-ada5-ff111f1c25cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5636 | 2024.07.31 06:55:11.264032 [ 3 ] {} <Trace> HTTP-Session: 653cd797-7781-419a-ada5-ff111f1c25cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5637 | 2024.07.31 06:55:11.264235 [ 3 ] {c115d137-1c44-4692-85eb-502c40033f59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5638 | 2024.07.31 06:55:11.264308 [ 3 ] {c115d137-1c44-4692-85eb-502c40033f59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5639 | 2024.07.31 06:55:11.264527 [ 3 ] {c115d137-1c44-4692-85eb-502c40033f59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5640 | 2024.07.31 06:55:11.265008 [ 3 ] {c115d137-1c44-4692-85eb-502c40033f59} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5641 | 2024.07.31 06:55:11.265050 [ 3 ] {c115d137-1c44-4692-85eb-502c40033f59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5642 | 2024.07.31 06:55:11.265429 [ 3 ] {c115d137-1c44-4692-85eb-502c40033f59} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5643 | 2024.07.31 06:55:11.265802 [ 3 ] {c115d137-1c44-4692-85eb-502c40033f59} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5644 | 2024.07.31 06:55:11.265948 [ 3 ] {c115d137-1c44-4692-85eb-502c40033f59} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.001774 sec., 5636.978579481398 rows/sec., 374.33 KiB/sec. | ||
| 5645 | 2024.07.31 06:55:11.266300 [ 3 ] {c115d137-1c44-4692-85eb-502c40033f59} <Debug> DynamicQueryHandler: Done processing query | ||
| 5646 | 2024.07.31 06:55:11.266330 [ 3 ] {c115d137-1c44-4692-85eb-502c40033f59} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5647 | 2024.07.31 06:55:11.266348 [ 3 ] {} <Debug> HTTP-Session: 653cd797-7781-419a-ada5-ff111f1c25cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5648 | 2024.07.31 06:55:11.266518 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5649 | 2024.07.31 06:55:11.266578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5650 | 2024.07.31 06:55:11.266599 [ 3 ] {} <Debug> HTTP-Session: 92a4b85c-e2fd-4b63-a406-d7c94811ec3f Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5651 | 2024.07.31 06:55:11.266616 [ 3 ] {} <Debug> HTTP-Session: 92a4b85c-e2fd-4b63-a406-d7c94811ec3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5652 | 2024.07.31 06:55:11.266630 [ 3 ] {} <Debug> HTTP-Session: 92a4b85c-e2fd-4b63-a406-d7c94811ec3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5653 | 2024.07.31 06:55:11.266666 [ 3 ] {} <Trace> HTTP-Session: 92a4b85c-e2fd-4b63-a406-d7c94811ec3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5654 | 2024.07.31 06:55:11.266779 [ 3 ] {9c003c4a-48fc-4805-94b4-50c7c1f6eff8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 5655 | 2024.07.31 06:55:11.266828 [ 3 ] {9c003c4a-48fc-4805-94b4-50c7c1f6eff8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5656 | 2024.07.31 06:55:11.266980 [ 3 ] {9c003c4a-48fc-4805-94b4-50c7c1f6eff8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5657 | 2024.07.31 06:55:11.267306 [ 3 ] {9c003c4a-48fc-4805-94b4-50c7c1f6eff8} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5658 | 2024.07.31 06:55:11.267345 [ 3 ] {9c003c4a-48fc-4805-94b4-50c7c1f6eff8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5659 | 2024.07.31 06:55:11.267651 [ 3 ] {9c003c4a-48fc-4805-94b4-50c7c1f6eff8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5660 | 2024.07.31 06:55:11.267978 [ 3 ] {9c003c4a-48fc-4805-94b4-50c7c1f6eff8} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5661 | 2024.07.31 06:55:11.268112 [ 3 ] {9c003c4a-48fc-4805-94b4-50c7c1f6eff8} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001364 sec., 2932.551319648094 rows/sec., 239.13 KiB/sec. | ||
| 5662 | 2024.07.31 06:55:11.268383 [ 3 ] {9c003c4a-48fc-4805-94b4-50c7c1f6eff8} <Debug> DynamicQueryHandler: Done processing query | ||
| 5663 | 2024.07.31 06:55:11.268410 [ 3 ] {9c003c4a-48fc-4805-94b4-50c7c1f6eff8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5664 | 2024.07.31 06:55:11.268427 [ 3 ] {} <Debug> HTTP-Session: 92a4b85c-e2fd-4b63-a406-d7c94811ec3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5665 | 2024.07.31 06:55:11.268580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26475, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5666 | 2024.07.31 06:55:11.268633 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5667 | 2024.07.31 06:55:11.268653 [ 3 ] {} <Debug> HTTP-Session: 6cf8d345-8db3-4cc9-9772-3b81640366c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5668 | 2024.07.31 06:55:11.268670 [ 3 ] {} <Debug> HTTP-Session: 6cf8d345-8db3-4cc9-9772-3b81640366c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5669 | 2024.07.31 06:55:11.268684 [ 3 ] {} <Debug> HTTP-Session: 6cf8d345-8db3-4cc9-9772-3b81640366c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5670 | 2024.07.31 06:55:11.268717 [ 3 ] {} <Trace> HTTP-Session: 6cf8d345-8db3-4cc9-9772-3b81640366c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5671 | 2024.07.31 06:55:11.268863 [ 3 ] {f51ea48f-c498-4b8e-b86a-6c3684f5ede5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5672 | 2024.07.31 06:55:11.268908 [ 3 ] {f51ea48f-c498-4b8e-b86a-6c3684f5ede5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5673 | 2024.07.31 06:55:11.269050 [ 3 ] {f51ea48f-c498-4b8e-b86a-6c3684f5ede5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5674 | 2024.07.31 06:55:11.269486 [ 3 ] {f51ea48f-c498-4b8e-b86a-6c3684f5ede5} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5675 | 2024.07.31 06:55:11.269523 [ 3 ] {f51ea48f-c498-4b8e-b86a-6c3684f5ede5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5676 | 2024.07.31 06:55:11.269850 [ 3 ] {f51ea48f-c498-4b8e-b86a-6c3684f5ede5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5677 | 2024.07.31 06:55:11.270170 [ 3 ] {f51ea48f-c498-4b8e-b86a-6c3684f5ede5} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5678 | 2024.07.31 06:55:11.270313 [ 3 ] {f51ea48f-c498-4b8e-b86a-6c3684f5ede5} <Debug> executeQuery: Read 175 rows, 15.81 KiB in 0.001515 sec., 115511.5511551155 rows/sec., 10.19 MiB/sec. | ||
| 5679 | 2024.07.31 06:55:11.270591 [ 3 ] {f51ea48f-c498-4b8e-b86a-6c3684f5ede5} <Debug> DynamicQueryHandler: Done processing query | ||
| 5680 | 2024.07.31 06:55:11.270627 [ 3 ] {f51ea48f-c498-4b8e-b86a-6c3684f5ede5} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 5681 | 2024.07.31 06:55:11.270645 [ 3 ] {} <Debug> HTTP-Session: 6cf8d345-8db3-4cc9-9772-3b81640366c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5682 | 2024.07.31 06:55:11.270774 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5683 | 2024.07.31 06:55:11.270825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5684 | 2024.07.31 06:55:11.270845 [ 3 ] {} <Debug> HTTP-Session: b8a0a818-2ca8-4408-8809-af2b07ef0eca Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5685 | 2024.07.31 06:55:11.270863 [ 3 ] {} <Debug> HTTP-Session: b8a0a818-2ca8-4408-8809-af2b07ef0eca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5686 | 2024.07.31 06:55:11.270877 [ 3 ] {} <Debug> HTTP-Session: b8a0a818-2ca8-4408-8809-af2b07ef0eca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5687 | 2024.07.31 06:55:11.270909 [ 3 ] {} <Trace> HTTP-Session: b8a0a818-2ca8-4408-8809-af2b07ef0eca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5688 | 2024.07.31 06:55:11.271010 [ 3 ] {1d51e16f-a03f-419d-a510-8d3d58206f44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5689 | 2024.07.31 06:55:11.271054 [ 3 ] {1d51e16f-a03f-419d-a510-8d3d58206f44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5690 | 2024.07.31 06:55:11.271201 [ 3 ] {1d51e16f-a03f-419d-a510-8d3d58206f44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5691 | 2024.07.31 06:55:11.271482 [ 3 ] {1d51e16f-a03f-419d-a510-8d3d58206f44} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5692 | 2024.07.31 06:55:11.271519 [ 3 ] {1d51e16f-a03f-419d-a510-8d3d58206f44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5693 | 2024.07.31 06:55:11.271817 [ 3 ] {1d51e16f-a03f-419d-a510-8d3d58206f44} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5694 | 2024.07.31 06:55:11.272148 [ 3 ] {1d51e16f-a03f-419d-a510-8d3d58206f44} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5695 | 2024.07.31 06:55:11.272303 [ 3 ] {1d51e16f-a03f-419d-a510-8d3d58206f44} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001318 sec., 3034.901365705615 rows/sec., 211.91 KiB/sec. | ||
| 5696 | 2024.07.31 06:55:11.272474 [ 3 ] {1d51e16f-a03f-419d-a510-8d3d58206f44} <Debug> DynamicQueryHandler: Done processing query | ||
| 5697 | 2024.07.31 06:55:11.272499 [ 3 ] {1d51e16f-a03f-419d-a510-8d3d58206f44} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5698 | 2024.07.31 06:55:11.272516 [ 3 ] {} <Debug> HTTP-Session: b8a0a818-2ca8-4408-8809-af2b07ef0eca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5699 | 2024.07.31 06:55:11.272675 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 62957, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5700 | 2024.07.31 06:55:11.272725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5701 | 2024.07.31 06:55:11.272745 [ 3 ] {} <Debug> HTTP-Session: aeba32f5-31d1-4e44-aec7-ea96c0bd57f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5702 | 2024.07.31 06:55:11.272762 [ 3 ] {} <Debug> HTTP-Session: aeba32f5-31d1-4e44-aec7-ea96c0bd57f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5703 | 2024.07.31 06:55:11.272776 [ 3 ] {} <Debug> HTTP-Session: aeba32f5-31d1-4e44-aec7-ea96c0bd57f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5704 | 2024.07.31 06:55:11.272807 [ 3 ] {} <Trace> HTTP-Session: aeba32f5-31d1-4e44-aec7-ea96c0bd57f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5705 | 2024.07.31 06:55:11.273053 [ 3 ] {ca696ed1-0b47-47b8-8792-885ea53611eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5706 | 2024.07.31 06:55:11.273098 [ 3 ] {ca696ed1-0b47-47b8-8792-885ea53611eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5707 | 2024.07.31 06:55:11.273227 [ 3 ] {ca696ed1-0b47-47b8-8792-885ea53611eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5708 | 2024.07.31 06:55:11.273772 [ 3 ] {ca696ed1-0b47-47b8-8792-885ea53611eb} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5709 | 2024.07.31 06:55:11.273811 [ 3 ] {ca696ed1-0b47-47b8-8792-885ea53611eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5710 | 2024.07.31 06:55:11.274139 [ 3 ] {ca696ed1-0b47-47b8-8792-885ea53611eb} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5711 | 2024.07.31 06:55:11.274450 [ 3 ] {ca696ed1-0b47-47b8-8792-885ea53611eb} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5712 | 2024.07.31 06:55:11.274602 [ 3 ] {ca696ed1-0b47-47b8-8792-885ea53611eb} <Debug> executeQuery: Read 390 rows, 28.12 KiB in 0.001701 sec., 229276.89594356262 rows/sec., 16.14 MiB/sec. | ||
| 5713 | 2024.07.31 06:55:11.274768 [ 3 ] {ca696ed1-0b47-47b8-8792-885ea53611eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 5714 | 2024.07.31 06:55:11.274793 [ 3 ] {ca696ed1-0b47-47b8-8792-885ea53611eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 5715 | 2024.07.31 06:55:11.274809 [ 3 ] {} <Debug> HTTP-Session: aeba32f5-31d1-4e44-aec7-ea96c0bd57f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5716 | 2024.07.31 06:55:11.274943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5717 | 2024.07.31 06:55:11.274992 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5718 | 2024.07.31 06:55:11.275012 [ 3 ] {} <Debug> HTTP-Session: ec454a14-d3ec-42e4-8764-f7924e7a655b Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5719 | 2024.07.31 06:55:11.275028 [ 3 ] {} <Debug> HTTP-Session: ec454a14-d3ec-42e4-8764-f7924e7a655b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5720 | 2024.07.31 06:55:11.275042 [ 3 ] {} <Debug> HTTP-Session: ec454a14-d3ec-42e4-8764-f7924e7a655b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5721 | 2024.07.31 06:55:11.275073 [ 3 ] {} <Trace> HTTP-Session: ec454a14-d3ec-42e4-8764-f7924e7a655b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5722 | 2024.07.31 06:55:11.275167 [ 3 ] {829e2f65-acaa-4b7f-86e9-96ed6e99d9e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 5723 | 2024.07.31 06:55:11.275212 [ 3 ] {829e2f65-acaa-4b7f-86e9-96ed6e99d9e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5724 | 2024.07.31 06:55:11.275341 [ 3 ] {829e2f65-acaa-4b7f-86e9-96ed6e99d9e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5725 | 2024.07.31 06:55:11.275600 [ 3 ] {829e2f65-acaa-4b7f-86e9-96ed6e99d9e1} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5726 | 2024.07.31 06:55:11.275636 [ 3 ] {829e2f65-acaa-4b7f-86e9-96ed6e99d9e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5727 | 2024.07.31 06:55:11.275996 [ 3 ] {829e2f65-acaa-4b7f-86e9-96ed6e99d9e1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5728 | 2024.07.31 06:55:11.276319 [ 3 ] {829e2f65-acaa-4b7f-86e9-96ed6e99d9e1} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5729 | 2024.07.31 06:55:11.276477 [ 3 ] {829e2f65-acaa-4b7f-86e9-96ed6e99d9e1} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00133 sec., 4511.278195488721 rows/sec., 193.84 KiB/sec. | ||
| 5730 | 2024.07.31 06:55:11.276774 [ 3 ] {829e2f65-acaa-4b7f-86e9-96ed6e99d9e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 5731 | 2024.07.31 06:55:11.276800 [ 3 ] {829e2f65-acaa-4b7f-86e9-96ed6e99d9e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5732 | 2024.07.31 06:55:11.276817 [ 3 ] {} <Debug> HTTP-Session: ec454a14-d3ec-42e4-8764-f7924e7a655b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5733 | 2024.07.31 06:55:11.276935 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5734 | 2024.07.31 06:55:11.276985 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5735 | 2024.07.31 06:55:11.277005 [ 3 ] {} <Debug> HTTP-Session: 876dcf30-bc43-4fc4-bd1a-e998cd934d02 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5736 | 2024.07.31 06:55:11.277021 [ 3 ] {} <Debug> HTTP-Session: 876dcf30-bc43-4fc4-bd1a-e998cd934d02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5737 | 2024.07.31 06:55:11.277035 [ 3 ] {} <Debug> HTTP-Session: 876dcf30-bc43-4fc4-bd1a-e998cd934d02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5738 | 2024.07.31 06:55:11.277065 [ 3 ] {} <Trace> HTTP-Session: 876dcf30-bc43-4fc4-bd1a-e998cd934d02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5739 | 2024.07.31 06:55:11.277203 [ 3 ] {ba70c6c2-faf2-4a72-a87c-5afb740dd40c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 5740 | 2024.07.31 06:55:11.277250 [ 3 ] {ba70c6c2-faf2-4a72-a87c-5afb740dd40c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 5741 | 2024.07.31 06:55:11.277411 [ 3 ] {ba70c6c2-faf2-4a72-a87c-5afb740dd40c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5742 | 2024.07.31 06:55:11.277744 [ 3 ] {ba70c6c2-faf2-4a72-a87c-5afb740dd40c} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5743 | 2024.07.31 06:55:11.277781 [ 3 ] {ba70c6c2-faf2-4a72-a87c-5afb740dd40c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5744 | 2024.07.31 06:55:11.278146 [ 3 ] {ba70c6c2-faf2-4a72-a87c-5afb740dd40c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5745 | 2024.07.31 06:55:11.278496 [ 3 ] {ba70c6c2-faf2-4a72-a87c-5afb740dd40c} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5746 | 2024.07.31 06:55:11.278663 [ 3 ] {ba70c6c2-faf2-4a72-a87c-5afb740dd40c} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001523 sec., 50558.1089954038 rows/sec., 3.11 MiB/sec. | ||
| 5747 | 2024.07.31 06:55:11.278834 [ 3 ] {ba70c6c2-faf2-4a72-a87c-5afb740dd40c} <Debug> DynamicQueryHandler: Done processing query | ||
| 5748 | 2024.07.31 06:55:11.278859 [ 3 ] {ba70c6c2-faf2-4a72-a87c-5afb740dd40c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5749 | 2024.07.31 06:55:11.278876 [ 3 ] {} <Debug> HTTP-Session: 876dcf30-bc43-4fc4-bd1a-e998cd934d02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5750 | 2024.07.31 06:55:11.279048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 31005, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5751 | 2024.07.31 06:55:11.279097 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5752 | 2024.07.31 06:55:11.279117 [ 3 ] {} <Debug> HTTP-Session: 079694b9-bc68-4100-b058-b394c4bf4c5f Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5753 | 2024.07.31 06:55:11.279137 [ 3 ] {} <Debug> HTTP-Session: 079694b9-bc68-4100-b058-b394c4bf4c5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5754 | 2024.07.31 06:55:11.279151 [ 3 ] {} <Debug> HTTP-Session: 079694b9-bc68-4100-b058-b394c4bf4c5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5755 | 2024.07.31 06:55:11.279182 [ 3 ] {} <Trace> HTTP-Session: 079694b9-bc68-4100-b058-b394c4bf4c5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5756 | 2024.07.31 06:55:11.279362 [ 3 ] {5ed3936b-2f51-49eb-b89d-4a449869d771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5757 | 2024.07.31 06:55:11.279409 [ 3 ] {5ed3936b-2f51-49eb-b89d-4a449869d771} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5758 | 2024.07.31 06:55:11.279552 [ 3 ] {5ed3936b-2f51-49eb-b89d-4a449869d771} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5759 | 2024.07.31 06:55:11.279937 [ 3 ] {5ed3936b-2f51-49eb-b89d-4a449869d771} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5760 | 2024.07.31 06:55:11.279976 [ 3 ] {5ed3936b-2f51-49eb-b89d-4a449869d771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5761 | 2024.07.31 06:55:11.280352 [ 3 ] {5ed3936b-2f51-49eb-b89d-4a449869d771} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5762 | 2024.07.31 06:55:11.280686 [ 3 ] {5ed3936b-2f51-49eb-b89d-4a449869d771} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5763 | 2024.07.31 06:55:11.280874 [ 3 ] {5ed3936b-2f51-49eb-b89d-4a449869d771} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001607 sec., 100808.96079651525 rows/sec., 7.02 MiB/sec. | ||
| 5764 | 2024.07.31 06:55:11.281205 [ 3 ] {5ed3936b-2f51-49eb-b89d-4a449869d771} <Debug> DynamicQueryHandler: Done processing query | ||
| 5765 | 2024.07.31 06:55:11.281231 [ 3 ] {5ed3936b-2f51-49eb-b89d-4a449869d771} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5766 | 2024.07.31 06:55:11.281246 [ 3 ] {} <Debug> HTTP-Session: 079694b9-bc68-4100-b058-b394c4bf4c5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5767 | 2024.07.31 06:55:11.281367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5768 | 2024.07.31 06:55:11.281415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5769 | 2024.07.31 06:55:11.281434 [ 3 ] {} <Debug> HTTP-Session: 6ef79247-abd5-4733-bb4f-01709a5a343e Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5770 | 2024.07.31 06:55:11.281450 [ 3 ] {} <Debug> HTTP-Session: 6ef79247-abd5-4733-bb4f-01709a5a343e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5771 | 2024.07.31 06:55:11.281463 [ 3 ] {} <Debug> HTTP-Session: 6ef79247-abd5-4733-bb4f-01709a5a343e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5772 | 2024.07.31 06:55:11.281493 [ 3 ] {} <Trace> HTTP-Session: 6ef79247-abd5-4733-bb4f-01709a5a343e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5773 | 2024.07.31 06:55:11.281633 [ 3 ] {d85fdfb6-b548-4a13-a37f-a8151259dde8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5774 | 2024.07.31 06:55:11.281730 [ 3 ] {d85fdfb6-b548-4a13-a37f-a8151259dde8} <Trace> 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 | ||
| 5775 | 2024.07.31 06:55:11.282153 [ 3 ] {d85fdfb6-b548-4a13-a37f-a8151259dde8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5776 | 2024.07.31 06:55:11.282650 [ 3 ] {d85fdfb6-b548-4a13-a37f-a8151259dde8} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5777 | 2024.07.31 06:55:11.282686 [ 3 ] {d85fdfb6-b548-4a13-a37f-a8151259dde8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5778 | 2024.07.31 06:55:11.283269 [ 3 ] {d85fdfb6-b548-4a13-a37f-a8151259dde8} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5779 | 2024.07.31 06:55:11.283676 [ 3 ] {d85fdfb6-b548-4a13-a37f-a8151259dde8} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5780 | 2024.07.31 06:55:11.283860 [ 3 ] {d85fdfb6-b548-4a13-a37f-a8151259dde8} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002295 sec., 1742.9193899782133 rows/sec., 3.12 MiB/sec. | ||
| 5781 | 2024.07.31 06:55:11.284078 [ 3 ] {d85fdfb6-b548-4a13-a37f-a8151259dde8} <Debug> DynamicQueryHandler: Done processing query | ||
| 5782 | 2024.07.31 06:55:11.284101 [ 3 ] {d85fdfb6-b548-4a13-a37f-a8151259dde8} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 5783 | 2024.07.31 06:55:11.284116 [ 3 ] {} <Debug> HTTP-Session: 6ef79247-abd5-4733-bb4f-01709a5a343e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5784 | 2024.07.31 06:55:11.284233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5785 | 2024.07.31 06:55:11.284282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5786 | 2024.07.31 06:55:11.284301 [ 3 ] {} <Debug> HTTP-Session: 8a59580a-b19a-4cd4-8c8c-0d95c088d269 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5787 | 2024.07.31 06:55:11.284317 [ 3 ] {} <Debug> HTTP-Session: 8a59580a-b19a-4cd4-8c8c-0d95c088d269 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5788 | 2024.07.31 06:55:11.284331 [ 3 ] {} <Debug> HTTP-Session: 8a59580a-b19a-4cd4-8c8c-0d95c088d269 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5789 | 2024.07.31 06:55:11.284361 [ 3 ] {} <Trace> HTTP-Session: 8a59580a-b19a-4cd4-8c8c-0d95c088d269 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5790 | 2024.07.31 06:55:11.284465 [ 3 ] {6fd197dd-826f-4759-b803-6a553712c650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5791 | 2024.07.31 06:55:11.284509 [ 3 ] {6fd197dd-826f-4759-b803-6a553712c650} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 5792 | 2024.07.31 06:55:11.284634 [ 3 ] {6fd197dd-826f-4759-b803-6a553712c650} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5793 | 2024.07.31 06:55:11.284903 [ 3 ] {6fd197dd-826f-4759-b803-6a553712c650} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5794 | 2024.07.31 06:55:11.284939 [ 3 ] {6fd197dd-826f-4759-b803-6a553712c650} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5795 | 2024.07.31 06:55:11.285279 [ 3 ] {6fd197dd-826f-4759-b803-6a553712c650} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5796 | 2024.07.31 06:55:11.285595 [ 3 ] {6fd197dd-826f-4759-b803-6a553712c650} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5797 | 2024.07.31 06:55:11.285750 [ 3 ] {6fd197dd-826f-4759-b803-6a553712c650} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001312 sec., 17530.48780487805 rows/sec., 948.28 KiB/sec. | ||
| 5798 | 2024.07.31 06:55:11.286042 [ 3 ] {6fd197dd-826f-4759-b803-6a553712c650} <Debug> DynamicQueryHandler: Done processing query | ||
| 5799 | 2024.07.31 06:55:11.286068 [ 3 ] {6fd197dd-826f-4759-b803-6a553712c650} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5800 | 2024.07.31 06:55:11.286083 [ 3 ] {} <Debug> HTTP-Session: 8a59580a-b19a-4cd4-8c8c-0d95c088d269 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5801 | 2024.07.31 06:55:11.286205 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5802 | 2024.07.31 06:55:11.286254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5803 | 2024.07.31 06:55:11.286274 [ 3 ] {} <Debug> HTTP-Session: 6049b203-f32b-4d5e-b470-cf6b19bf0841 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5804 | 2024.07.31 06:55:11.286290 [ 3 ] {} <Debug> HTTP-Session: 6049b203-f32b-4d5e-b470-cf6b19bf0841 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5805 | 2024.07.31 06:55:11.286305 [ 3 ] {} <Debug> HTTP-Session: 6049b203-f32b-4d5e-b470-cf6b19bf0841 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5806 | 2024.07.31 06:55:11.286335 [ 3 ] {} <Trace> HTTP-Session: 6049b203-f32b-4d5e-b470-cf6b19bf0841 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5807 | 2024.07.31 06:55:11.286454 [ 3 ] {05e407b4-f3ab-41ca-b23c-e27229afe8bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5808 | 2024.07.31 06:55:11.286499 [ 3 ] {05e407b4-f3ab-41ca-b23c-e27229afe8bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5809 | 2024.07.31 06:55:11.286647 [ 3 ] {05e407b4-f3ab-41ca-b23c-e27229afe8bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5810 | 2024.07.31 06:55:11.286928 [ 3 ] {05e407b4-f3ab-41ca-b23c-e27229afe8bd} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5811 | 2024.07.31 06:55:11.286964 [ 3 ] {05e407b4-f3ab-41ca-b23c-e27229afe8bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5812 | 2024.07.31 06:55:11.287313 [ 3 ] {05e407b4-f3ab-41ca-b23c-e27229afe8bd} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5813 | 2024.07.31 06:55:11.287630 [ 3 ] {05e407b4-f3ab-41ca-b23c-e27229afe8bd} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5814 | 2024.07.31 06:55:11.287785 [ 3 ] {05e407b4-f3ab-41ca-b23c-e27229afe8bd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001366 sec., 43923.86530014641 rows/sec., 2.96 MiB/sec. | ||
| 5815 | 2024.07.31 06:55:11.287954 [ 3 ] {05e407b4-f3ab-41ca-b23c-e27229afe8bd} <Debug> DynamicQueryHandler: Done processing query | ||
| 5816 | 2024.07.31 06:55:11.287978 [ 3 ] {05e407b4-f3ab-41ca-b23c-e27229afe8bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5817 | 2024.07.31 06:55:11.287993 [ 3 ] {} <Debug> HTTP-Session: 6049b203-f32b-4d5e-b470-cf6b19bf0841 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5818 | 2024.07.31 06:55:16.259552 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5819 | 2024.07.31 06:55:16.259683 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5820 | 2024.07.31 06:55:16.259710 [ 3 ] {} <Debug> HTTP-Session: 6642301b-72be-497a-aa3f-d88c2d9e033b Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5821 | 2024.07.31 06:55:16.259735 [ 3 ] {} <Debug> HTTP-Session: 6642301b-72be-497a-aa3f-d88c2d9e033b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5822 | 2024.07.31 06:55:16.259752 [ 3 ] {} <Debug> HTTP-Session: 6642301b-72be-497a-aa3f-d88c2d9e033b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5823 | 2024.07.31 06:55:16.259803 [ 3 ] {} <Trace> HTTP-Session: 6642301b-72be-497a-aa3f-d88c2d9e033b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5824 | 2024.07.31 06:55:16.259993 [ 3 ] {5a6854af-d277-4473-9716-0d7eeedf34d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5825 | 2024.07.31 06:55:16.260062 [ 3 ] {5a6854af-d277-4473-9716-0d7eeedf34d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5826 | 2024.07.31 06:55:16.260256 [ 3 ] {5a6854af-d277-4473-9716-0d7eeedf34d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5827 | 2024.07.31 06:55:16.260678 [ 3 ] {5a6854af-d277-4473-9716-0d7eeedf34d9} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5828 | 2024.07.31 06:55:16.260726 [ 3 ] {5a6854af-d277-4473-9716-0d7eeedf34d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5829 | 2024.07.31 06:55:16.261095 [ 3 ] {5a6854af-d277-4473-9716-0d7eeedf34d9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5830 | 2024.07.31 06:55:16.261439 [ 3 ] {5a6854af-d277-4473-9716-0d7eeedf34d9} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5831 | 2024.07.31 06:55:16.261609 [ 3 ] {5a6854af-d277-4473-9716-0d7eeedf34d9} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001671 sec., 16157.989228007182 rows/sec., 1.28 MiB/sec. | ||
| 5832 | 2024.07.31 06:55:16.261824 [ 3 ] {5a6854af-d277-4473-9716-0d7eeedf34d9} <Debug> DynamicQueryHandler: Done processing query | ||
| 5833 | 2024.07.31 06:55:16.261853 [ 3 ] {5a6854af-d277-4473-9716-0d7eeedf34d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5834 | 2024.07.31 06:55:16.261870 [ 3 ] {} <Debug> HTTP-Session: 6642301b-72be-497a-aa3f-d88c2d9e033b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5835 | 2024.07.31 06:55:16.262060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 20062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5836 | 2024.07.31 06:55:16.262114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5837 | 2024.07.31 06:55:16.262137 [ 3 ] {} <Debug> HTTP-Session: 7a353d54-7153-438b-b407-783b23df6967 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5838 | 2024.07.31 06:55:16.262156 [ 3 ] {} <Debug> HTTP-Session: 7a353d54-7153-438b-b407-783b23df6967 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5839 | 2024.07.31 06:55:16.262172 [ 3 ] {} <Debug> HTTP-Session: 7a353d54-7153-438b-b407-783b23df6967 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5840 | 2024.07.31 06:55:16.262208 [ 3 ] {} <Trace> HTTP-Session: 7a353d54-7153-438b-b407-783b23df6967 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5841 | 2024.07.31 06:55:16.262353 [ 3 ] {3fb4a75d-b602-493e-8ed0-1977478a5136} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5842 | 2024.07.31 06:55:16.262403 [ 3 ] {3fb4a75d-b602-493e-8ed0-1977478a5136} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5843 | 2024.07.31 06:55:16.262536 [ 3 ] {3fb4a75d-b602-493e-8ed0-1977478a5136} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5844 | 2024.07.31 06:55:16.263001 [ 3 ] {3fb4a75d-b602-493e-8ed0-1977478a5136} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5845 | 2024.07.31 06:55:16.263040 [ 3 ] {3fb4a75d-b602-493e-8ed0-1977478a5136} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5846 | 2024.07.31 06:55:16.263372 [ 3 ] {3fb4a75d-b602-493e-8ed0-1977478a5136} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5847 | 2024.07.31 06:55:16.263689 [ 3 ] {3fb4a75d-b602-493e-8ed0-1977478a5136} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5848 | 2024.07.31 06:55:16.263856 [ 3 ] {3fb4a75d-b602-493e-8ed0-1977478a5136} <Debug> executeQuery: Read 137 rows, 11.71 KiB in 0.001557 sec., 87989.72382787411 rows/sec., 7.35 MiB/sec. | ||
| 5849 | 2024.07.31 06:55:16.264075 [ 3 ] {3fb4a75d-b602-493e-8ed0-1977478a5136} <Debug> DynamicQueryHandler: Done processing query | ||
| 5850 | 2024.07.31 06:55:16.264102 [ 3 ] {3fb4a75d-b602-493e-8ed0-1977478a5136} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5851 | 2024.07.31 06:55:16.264120 [ 3 ] {} <Debug> HTTP-Session: 7a353d54-7153-438b-b407-783b23df6967 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5852 | 2024.07.31 06:55:16.264265 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 15465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5853 | 2024.07.31 06:55:16.264316 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5854 | 2024.07.31 06:55:16.264337 [ 3 ] {} <Debug> HTTP-Session: b81e420f-9b2b-4873-9af2-781e75d98d3a Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5855 | 2024.07.31 06:55:16.264356 [ 3 ] {} <Debug> HTTP-Session: b81e420f-9b2b-4873-9af2-781e75d98d3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5856 | 2024.07.31 06:55:16.264371 [ 3 ] {} <Debug> HTTP-Session: b81e420f-9b2b-4873-9af2-781e75d98d3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5857 | 2024.07.31 06:55:16.264404 [ 3 ] {} <Trace> HTTP-Session: b81e420f-9b2b-4873-9af2-781e75d98d3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5858 | 2024.07.31 06:55:16.264531 [ 3 ] {b59b0dfe-0acf-48df-a971-b1469422a40c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5859 | 2024.07.31 06:55:16.264581 [ 3 ] {b59b0dfe-0acf-48df-a971-b1469422a40c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5860 | 2024.07.31 06:55:16.264711 [ 3 ] {b59b0dfe-0acf-48df-a971-b1469422a40c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5861 | 2024.07.31 06:55:16.265057 [ 3 ] {b59b0dfe-0acf-48df-a971-b1469422a40c} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5862 | 2024.07.31 06:55:16.265096 [ 3 ] {b59b0dfe-0acf-48df-a971-b1469422a40c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5863 | 2024.07.31 06:55:16.265410 [ 3 ] {b59b0dfe-0acf-48df-a971-b1469422a40c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5864 | 2024.07.31 06:55:16.265734 [ 3 ] {b59b0dfe-0acf-48df-a971-b1469422a40c} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5865 | 2024.07.31 06:55:16.265888 [ 3 ] {b59b0dfe-0acf-48df-a971-b1469422a40c} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.0014 sec., 65000 rows/sec., 5.08 MiB/sec. | ||
| 5866 | 2024.07.31 06:55:16.266050 [ 3 ] {b59b0dfe-0acf-48df-a971-b1469422a40c} <Debug> DynamicQueryHandler: Done processing query | ||
| 5867 | 2024.07.31 06:55:16.266077 [ 3 ] {b59b0dfe-0acf-48df-a971-b1469422a40c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 5868 | 2024.07.31 06:55:16.266093 [ 3 ] {} <Debug> HTTP-Session: b81e420f-9b2b-4873-9af2-781e75d98d3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5869 | 2024.07.31 06:55:16.266298 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5870 | 2024.07.31 06:55:16.266348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5871 | 2024.07.31 06:55:16.266369 [ 3 ] {} <Debug> HTTP-Session: a00970c8-e17d-4ba6-82c5-10f2517fe516 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5872 | 2024.07.31 06:55:16.266388 [ 3 ] {} <Debug> HTTP-Session: a00970c8-e17d-4ba6-82c5-10f2517fe516 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5873 | 2024.07.31 06:55:16.266403 [ 3 ] {} <Debug> HTTP-Session: a00970c8-e17d-4ba6-82c5-10f2517fe516 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5874 | 2024.07.31 06:55:16.266435 [ 3 ] {} <Trace> HTTP-Session: a00970c8-e17d-4ba6-82c5-10f2517fe516 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5875 | 2024.07.31 06:55:16.266583 [ 3 ] {cb8e17b8-65e5-4838-b48a-89d4f4e6c292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5876 | 2024.07.31 06:55:16.266634 [ 3 ] {cb8e17b8-65e5-4838-b48a-89d4f4e6c292} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5877 | 2024.07.31 06:55:16.266778 [ 3 ] {cb8e17b8-65e5-4838-b48a-89d4f4e6c292} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5878 | 2024.07.31 06:55:16.267160 [ 3 ] {cb8e17b8-65e5-4838-b48a-89d4f4e6c292} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5879 | 2024.07.31 06:55:16.267200 [ 3 ] {cb8e17b8-65e5-4838-b48a-89d4f4e6c292} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5880 | 2024.07.31 06:55:16.267590 [ 3 ] {cb8e17b8-65e5-4838-b48a-89d4f4e6c292} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5881 | 2024.07.31 06:55:16.267928 [ 3 ] {cb8e17b8-65e5-4838-b48a-89d4f4e6c292} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5882 | 2024.07.31 06:55:16.268091 [ 3 ] {cb8e17b8-65e5-4838-b48a-89d4f4e6c292} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001569 sec., 101975.78075207138 rows/sec., 7.10 MiB/sec. | ||
| 5883 | 2024.07.31 06:55:16.268266 [ 3 ] {cb8e17b8-65e5-4838-b48a-89d4f4e6c292} <Debug> DynamicQueryHandler: Done processing query | ||
| 5884 | 2024.07.31 06:55:16.268293 [ 3 ] {cb8e17b8-65e5-4838-b48a-89d4f4e6c292} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5885 | 2024.07.31 06:55:16.268309 [ 3 ] {} <Debug> HTTP-Session: a00970c8-e17d-4ba6-82c5-10f2517fe516 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5886 | 2024.07.31 06:55:16.268467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 43497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5887 | 2024.07.31 06:55:16.268519 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5888 | 2024.07.31 06:55:16.268539 [ 3 ] {} <Debug> HTTP-Session: b01eedaf-6fc6-4496-9693-9292e86d8a77 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5889 | 2024.07.31 06:55:16.268558 [ 3 ] {} <Debug> HTTP-Session: b01eedaf-6fc6-4496-9693-9292e86d8a77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5890 | 2024.07.31 06:55:16.268574 [ 3 ] {} <Debug> HTTP-Session: b01eedaf-6fc6-4496-9693-9292e86d8a77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5891 | 2024.07.31 06:55:16.268606 [ 3 ] {} <Trace> HTTP-Session: b01eedaf-6fc6-4496-9693-9292e86d8a77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5892 | 2024.07.31 06:55:16.268897 [ 3 ] {449319d7-a8e7-4c6e-8f50-db829f0bcbab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5893 | 2024.07.31 06:55:16.268963 [ 3 ] {449319d7-a8e7-4c6e-8f50-db829f0bcbab} <Trace> 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 | ||
| 5894 | 2024.07.31 06:55:16.269373 [ 3 ] {449319d7-a8e7-4c6e-8f50-db829f0bcbab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5895 | 2024.07.31 06:55:16.269967 [ 3 ] {449319d7-a8e7-4c6e-8f50-db829f0bcbab} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5896 | 2024.07.31 06:55:16.270005 [ 3 ] {449319d7-a8e7-4c6e-8f50-db829f0bcbab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5897 | 2024.07.31 06:55:16.270607 [ 3 ] {449319d7-a8e7-4c6e-8f50-db829f0bcbab} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5898 | 2024.07.31 06:55:16.271019 [ 3 ] {449319d7-a8e7-4c6e-8f50-db829f0bcbab} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5899 | 2024.07.31 06:55:16.271221 [ 3 ] {449319d7-a8e7-4c6e-8f50-db829f0bcbab} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002526 sec., 10688.836104513064 rows/sec., 19.15 MiB/sec. | ||
| 5900 | 2024.07.31 06:55:16.271710 [ 3 ] {449319d7-a8e7-4c6e-8f50-db829f0bcbab} <Debug> DynamicQueryHandler: Done processing query | ||
| 5901 | 2024.07.31 06:55:16.271738 [ 3 ] {449319d7-a8e7-4c6e-8f50-db829f0bcbab} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 5902 | 2024.07.31 06:55:16.271755 [ 3 ] {} <Debug> HTTP-Session: b01eedaf-6fc6-4496-9693-9292e86d8a77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5903 | 2024.07.31 06:55:16.271895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5904 | 2024.07.31 06:55:16.271944 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5905 | 2024.07.31 06:55:16.271966 [ 3 ] {} <Debug> HTTP-Session: 3b01fc91-017a-4241-a510-9a681eb40832 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5906 | 2024.07.31 06:55:16.271983 [ 3 ] {} <Debug> HTTP-Session: 3b01fc91-017a-4241-a510-9a681eb40832 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5907 | 2024.07.31 06:55:16.271998 [ 3 ] {} <Debug> HTTP-Session: 3b01fc91-017a-4241-a510-9a681eb40832 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5908 | 2024.07.31 06:55:16.272030 [ 3 ] {} <Trace> HTTP-Session: 3b01fc91-017a-4241-a510-9a681eb40832 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5909 | 2024.07.31 06:55:16.272148 [ 3 ] {1811230b-cc4e-4bee-beaa-a8d383cb0249} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5910 | 2024.07.31 06:55:16.272195 [ 3 ] {1811230b-cc4e-4bee-beaa-a8d383cb0249} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5911 | 2024.07.31 06:55:16.272342 [ 3 ] {1811230b-cc4e-4bee-beaa-a8d383cb0249} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5912 | 2024.07.31 06:55:16.272670 [ 3 ] {1811230b-cc4e-4bee-beaa-a8d383cb0249} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5913 | 2024.07.31 06:55:16.272709 [ 3 ] {1811230b-cc4e-4bee-beaa-a8d383cb0249} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 5914 | 2024.07.31 06:55:16.273080 [ 3 ] {1811230b-cc4e-4bee-beaa-a8d383cb0249} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5915 | 2024.07.31 06:55:16.273402 [ 3 ] {1811230b-cc4e-4bee-beaa-a8d383cb0249} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5916 | 2024.07.31 06:55:16.273563 [ 3 ] {1811230b-cc4e-4bee-beaa-a8d383cb0249} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001448 sec., 41436.464088397785 rows/sec., 2.79 MiB/sec. | ||
| 5917 | 2024.07.31 06:55:16.273784 [ 3 ] {1811230b-cc4e-4bee-beaa-a8d383cb0249} <Debug> DynamicQueryHandler: Done processing query | ||
| 5918 | 2024.07.31 06:55:16.273812 [ 3 ] {1811230b-cc4e-4bee-beaa-a8d383cb0249} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5919 | 2024.07.31 06:55:16.273828 [ 3 ] {} <Debug> HTTP-Session: 3b01fc91-017a-4241-a510-9a681eb40832 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5920 | 2024.07.31 06:55:21.263580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5921 | 2024.07.31 06:55:21.263774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5922 | 2024.07.31 06:55:21.263820 [ 3 ] {} <Debug> HTTP-Session: ac4979f1-c200-48ce-8e6e-7401bcd28e35 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5923 | 2024.07.31 06:55:21.263861 [ 3 ] {} <Debug> HTTP-Session: ac4979f1-c200-48ce-8e6e-7401bcd28e35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5924 | 2024.07.31 06:55:21.263889 [ 3 ] {} <Debug> HTTP-Session: ac4979f1-c200-48ce-8e6e-7401bcd28e35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5925 | 2024.07.31 06:55:21.263970 [ 3 ] {} <Trace> HTTP-Session: ac4979f1-c200-48ce-8e6e-7401bcd28e35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5926 | 2024.07.31 06:55:21.264260 [ 3 ] {9b2e8aa2-51b8-41ac-957c-a1349bf18128} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5927 | 2024.07.31 06:55:21.264366 [ 3 ] {9b2e8aa2-51b8-41ac-957c-a1349bf18128} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5928 | 2024.07.31 06:55:21.264567 [ 3 ] {9b2e8aa2-51b8-41ac-957c-a1349bf18128} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5929 | 2024.07.31 06:55:21.265001 [ 3 ] {9b2e8aa2-51b8-41ac-957c-a1349bf18128} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5930 | 2024.07.31 06:55:21.265049 [ 3 ] {9b2e8aa2-51b8-41ac-957c-a1349bf18128} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 5931 | 2024.07.31 06:55:21.265428 [ 3 ] {9b2e8aa2-51b8-41ac-957c-a1349bf18128} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5932 | 2024.07.31 06:55:21.265767 [ 3 ] {9b2e8aa2-51b8-41ac-957c-a1349bf18128} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5933 | 2024.07.31 06:55:21.265941 [ 3 ] {9b2e8aa2-51b8-41ac-957c-a1349bf18128} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.001764 sec., 5668.934240362812 rows/sec., 376.45 KiB/sec. | ||
| 5934 | 2024.07.31 06:55:21.266165 [ 3 ] {9b2e8aa2-51b8-41ac-957c-a1349bf18128} <Debug> DynamicQueryHandler: Done processing query | ||
| 5935 | 2024.07.31 06:55:21.266194 [ 3 ] {9b2e8aa2-51b8-41ac-957c-a1349bf18128} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5936 | 2024.07.31 06:55:21.266211 [ 3 ] {} <Debug> HTTP-Session: ac4979f1-c200-48ce-8e6e-7401bcd28e35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5937 | 2024.07.31 06:55:21.266454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5938 | 2024.07.31 06:55:21.266508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5939 | 2024.07.31 06:55:21.266528 [ 3 ] {} <Debug> HTTP-Session: c9aede2c-360d-4803-a3ec-ce0c68cfc4e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5940 | 2024.07.31 06:55:21.266545 [ 3 ] {} <Debug> HTTP-Session: c9aede2c-360d-4803-a3ec-ce0c68cfc4e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5941 | 2024.07.31 06:55:21.266559 [ 3 ] {} <Debug> HTTP-Session: c9aede2c-360d-4803-a3ec-ce0c68cfc4e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5942 | 2024.07.31 06:55:21.266594 [ 3 ] {} <Trace> HTTP-Session: c9aede2c-360d-4803-a3ec-ce0c68cfc4e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5943 | 2024.07.31 06:55:21.266746 [ 3 ] {4a69360f-e963-46c0-9b50-4d48ca86a241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5944 | 2024.07.31 06:55:21.266793 [ 3 ] {4a69360f-e963-46c0-9b50-4d48ca86a241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5945 | 2024.07.31 06:55:21.266926 [ 3 ] {4a69360f-e963-46c0-9b50-4d48ca86a241} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5946 | 2024.07.31 06:55:21.267364 [ 3 ] {4a69360f-e963-46c0-9b50-4d48ca86a241} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5947 | 2024.07.31 06:55:21.267403 [ 3 ] {4a69360f-e963-46c0-9b50-4d48ca86a241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 5948 | 2024.07.31 06:55:21.267733 [ 3 ] {4a69360f-e963-46c0-9b50-4d48ca86a241} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5949 | 2024.07.31 06:55:21.268045 [ 3 ] {4a69360f-e963-46c0-9b50-4d48ca86a241} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5950 | 2024.07.31 06:55:21.268204 [ 3 ] {4a69360f-e963-46c0-9b50-4d48ca86a241} <Debug> executeQuery: Read 173 rows, 15.66 KiB in 0.001519 sec., 113890.71757735353 rows/sec., 10.07 MiB/sec. | ||
| 5951 | 2024.07.31 06:55:21.268370 [ 3 ] {4a69360f-e963-46c0-9b50-4d48ca86a241} <Debug> DynamicQueryHandler: Done processing query | ||
| 5952 | 2024.07.31 06:55:21.268396 [ 3 ] {4a69360f-e963-46c0-9b50-4d48ca86a241} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 5953 | 2024.07.31 06:55:21.268412 [ 3 ] {} <Debug> HTTP-Session: c9aede2c-360d-4803-a3ec-ce0c68cfc4e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5954 | 2024.07.31 06:55:21.268666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 62271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5955 | 2024.07.31 06:55:21.268715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5956 | 2024.07.31 06:55:21.268735 [ 3 ] {} <Debug> HTTP-Session: 57f113f9-6d77-4944-92f4-00a5d36b2b3a Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5957 | 2024.07.31 06:55:21.268751 [ 3 ] {} <Debug> HTTP-Session: 57f113f9-6d77-4944-92f4-00a5d36b2b3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5958 | 2024.07.31 06:55:21.268764 [ 3 ] {} <Debug> HTTP-Session: 57f113f9-6d77-4944-92f4-00a5d36b2b3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5959 | 2024.07.31 06:55:21.268797 [ 3 ] {} <Trace> HTTP-Session: 57f113f9-6d77-4944-92f4-00a5d36b2b3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5960 | 2024.07.31 06:55:21.269003 [ 3 ] {5d06e7a7-fbb4-4ad5-af75-2f79c8f2b2c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5961 | 2024.07.31 06:55:21.269048 [ 3 ] {5d06e7a7-fbb4-4ad5-af75-2f79c8f2b2c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5962 | 2024.07.31 06:55:21.269178 [ 3 ] {5d06e7a7-fbb4-4ad5-af75-2f79c8f2b2c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5963 | 2024.07.31 06:55:21.269709 [ 3 ] {5d06e7a7-fbb4-4ad5-af75-2f79c8f2b2c0} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5964 | 2024.07.31 06:55:21.269749 [ 3 ] {5d06e7a7-fbb4-4ad5-af75-2f79c8f2b2c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 5965 | 2024.07.31 06:55:21.270090 [ 3 ] {5d06e7a7-fbb4-4ad5-af75-2f79c8f2b2c0} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5966 | 2024.07.31 06:55:21.270398 [ 3 ] {5d06e7a7-fbb4-4ad5-af75-2f79c8f2b2c0} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5967 | 2024.07.31 06:55:21.270557 [ 3 ] {5d06e7a7-fbb4-4ad5-af75-2f79c8f2b2c0} <Debug> executeQuery: Read 386 rows, 27.79 KiB in 0.001662 sec., 232250.30084235859 rows/sec., 16.33 MiB/sec. | ||
| 5968 | 2024.07.31 06:55:21.270724 [ 3 ] {5d06e7a7-fbb4-4ad5-af75-2f79c8f2b2c0} <Debug> DynamicQueryHandler: Done processing query | ||
| 5969 | 2024.07.31 06:55:21.270750 [ 3 ] {5d06e7a7-fbb4-4ad5-af75-2f79c8f2b2c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 5970 | 2024.07.31 06:55:21.270766 [ 3 ] {} <Debug> HTTP-Session: 57f113f9-6d77-4944-92f4-00a5d36b2b3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5971 | 2024.07.31 06:55:21.270938 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5972 | 2024.07.31 06:55:21.270986 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5973 | 2024.07.31 06:55:21.271005 [ 3 ] {} <Debug> HTTP-Session: 1ea53cc6-eaf3-4ac5-b96e-6dabe6cfc9c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5974 | 2024.07.31 06:55:21.271021 [ 3 ] {} <Debug> HTTP-Session: 1ea53cc6-eaf3-4ac5-b96e-6dabe6cfc9c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5975 | 2024.07.31 06:55:21.271035 [ 3 ] {} <Debug> HTTP-Session: 1ea53cc6-eaf3-4ac5-b96e-6dabe6cfc9c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5976 | 2024.07.31 06:55:21.271066 [ 3 ] {} <Trace> HTTP-Session: 1ea53cc6-eaf3-4ac5-b96e-6dabe6cfc9c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5977 | 2024.07.31 06:55:21.271160 [ 3 ] {6237b232-b44a-40bb-a794-6d214b665605} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 5978 | 2024.07.31 06:55:21.271206 [ 3 ] {6237b232-b44a-40bb-a794-6d214b665605} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5979 | 2024.07.31 06:55:21.271338 [ 3 ] {6237b232-b44a-40bb-a794-6d214b665605} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5980 | 2024.07.31 06:55:21.271601 [ 3 ] {6237b232-b44a-40bb-a794-6d214b665605} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5981 | 2024.07.31 06:55:21.271636 [ 3 ] {6237b232-b44a-40bb-a794-6d214b665605} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 5982 | 2024.07.31 06:55:21.271988 [ 3 ] {6237b232-b44a-40bb-a794-6d214b665605} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5983 | 2024.07.31 06:55:21.272308 [ 3 ] {6237b232-b44a-40bb-a794-6d214b665605} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5984 | 2024.07.31 06:55:21.272461 [ 3 ] {6237b232-b44a-40bb-a794-6d214b665605} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001315 sec., 4562.737642585552 rows/sec., 196.06 KiB/sec. | ||
| 5985 | 2024.07.31 06:55:21.272775 [ 3 ] {6237b232-b44a-40bb-a794-6d214b665605} <Debug> DynamicQueryHandler: Done processing query | ||
| 5986 | 2024.07.31 06:55:21.272801 [ 3 ] {6237b232-b44a-40bb-a794-6d214b665605} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5987 | 2024.07.31 06:55:21.272817 [ 3 ] {} <Debug> HTTP-Session: 1ea53cc6-eaf3-4ac5-b96e-6dabe6cfc9c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5988 | 2024.07.31 06:55:21.272946 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5989 | 2024.07.31 06:55:21.272996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5990 | 2024.07.31 06:55:21.273014 [ 3 ] {} <Debug> HTTP-Session: 0d184ae5-2f86-4d53-a50b-554faff2bf58 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 5991 | 2024.07.31 06:55:21.273030 [ 3 ] {} <Debug> HTTP-Session: 0d184ae5-2f86-4d53-a50b-554faff2bf58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5992 | 2024.07.31 06:55:21.273043 [ 3 ] {} <Debug> HTTP-Session: 0d184ae5-2f86-4d53-a50b-554faff2bf58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5993 | 2024.07.31 06:55:21.273075 [ 3 ] {} <Trace> HTTP-Session: 0d184ae5-2f86-4d53-a50b-554faff2bf58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5994 | 2024.07.31 06:55:21.273203 [ 3 ] {03db2373-9eb1-498d-a157-28accbfd8f52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 5995 | 2024.07.31 06:55:21.273251 [ 3 ] {03db2373-9eb1-498d-a157-28accbfd8f52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 5996 | 2024.07.31 06:55:21.273417 [ 3 ] {03db2373-9eb1-498d-a157-28accbfd8f52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5997 | 2024.07.31 06:55:21.273761 [ 3 ] {03db2373-9eb1-498d-a157-28accbfd8f52} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5998 | 2024.07.31 06:55:21.273796 [ 3 ] {03db2373-9eb1-498d-a157-28accbfd8f52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 5999 | 2024.07.31 06:55:21.274152 [ 3 ] {03db2373-9eb1-498d-a157-28accbfd8f52} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6000 | 2024.07.31 06:55:21.274481 [ 3 ] {03db2373-9eb1-498d-a157-28accbfd8f52} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6001 | 2024.07.31 06:55:21.274647 [ 3 ] {03db2373-9eb1-498d-a157-28accbfd8f52} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001489 sec., 51712.55876427132 rows/sec., 3.18 MiB/sec. | ||
| 6002 | 2024.07.31 06:55:21.274948 [ 3 ] {03db2373-9eb1-498d-a157-28accbfd8f52} <Debug> DynamicQueryHandler: Done processing query | ||
| 6003 | 2024.07.31 06:55:21.274973 [ 3 ] {03db2373-9eb1-498d-a157-28accbfd8f52} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6004 | 2024.07.31 06:55:21.274988 [ 3 ] {} <Debug> HTTP-Session: 0d184ae5-2f86-4d53-a50b-554faff2bf58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6005 | 2024.07.31 06:55:21.275166 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6006 | 2024.07.31 06:55:21.275214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6007 | 2024.07.31 06:55:21.275232 [ 3 ] {} <Debug> HTTP-Session: f7bc09f3-07db-4bcc-9cf7-72d79684f7de Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6008 | 2024.07.31 06:55:21.275249 [ 3 ] {} <Debug> HTTP-Session: f7bc09f3-07db-4bcc-9cf7-72d79684f7de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6009 | 2024.07.31 06:55:21.275263 [ 3 ] {} <Debug> HTTP-Session: f7bc09f3-07db-4bcc-9cf7-72d79684f7de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6010 | 2024.07.31 06:55:21.275293 [ 3 ] {} <Trace> HTTP-Session: f7bc09f3-07db-4bcc-9cf7-72d79684f7de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6011 | 2024.07.31 06:55:21.275452 [ 3 ] {e30daeaa-9333-4f9b-a1ca-5dd36ca663f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6012 | 2024.07.31 06:55:21.275498 [ 3 ] {e30daeaa-9333-4f9b-a1ca-5dd36ca663f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6013 | 2024.07.31 06:55:21.275660 [ 3 ] {e30daeaa-9333-4f9b-a1ca-5dd36ca663f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6014 | 2024.07.31 06:55:21.276034 [ 3 ] {e30daeaa-9333-4f9b-a1ca-5dd36ca663f8} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6015 | 2024.07.31 06:55:21.276069 [ 3 ] {e30daeaa-9333-4f9b-a1ca-5dd36ca663f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6016 | 2024.07.31 06:55:21.276438 [ 3 ] {e30daeaa-9333-4f9b-a1ca-5dd36ca663f8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6017 | 2024.07.31 06:55:21.276773 [ 3 ] {e30daeaa-9333-4f9b-a1ca-5dd36ca663f8} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6018 | 2024.07.31 06:55:21.276928 [ 3 ] {e30daeaa-9333-4f9b-a1ca-5dd36ca663f8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00154 sec., 103896.1038961039 rows/sec., 7.24 MiB/sec. | ||
| 6019 | 2024.07.31 06:55:21.277098 [ 3 ] {e30daeaa-9333-4f9b-a1ca-5dd36ca663f8} <Debug> DynamicQueryHandler: Done processing query | ||
| 6020 | 2024.07.31 06:55:21.277123 [ 3 ] {e30daeaa-9333-4f9b-a1ca-5dd36ca663f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6021 | 2024.07.31 06:55:21.277138 [ 3 ] {} <Debug> HTTP-Session: f7bc09f3-07db-4bcc-9cf7-72d79684f7de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6022 | 2024.07.31 06:55:21.277258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6023 | 2024.07.31 06:55:21.277306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6024 | 2024.07.31 06:55:21.277324 [ 3 ] {} <Debug> HTTP-Session: 52a58d88-4733-4bdd-8ef2-f93461dd50ee Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6025 | 2024.07.31 06:55:21.277340 [ 3 ] {} <Debug> HTTP-Session: 52a58d88-4733-4bdd-8ef2-f93461dd50ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6026 | 2024.07.31 06:55:21.277353 [ 3 ] {} <Debug> HTTP-Session: 52a58d88-4733-4bdd-8ef2-f93461dd50ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6027 | 2024.07.31 06:55:21.277384 [ 3 ] {} <Trace> HTTP-Session: 52a58d88-4733-4bdd-8ef2-f93461dd50ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6028 | 2024.07.31 06:55:21.277525 [ 3 ] {7acfc58e-45ad-4e3b-816a-83c6f175c7a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6029 | 2024.07.31 06:55:21.277589 [ 3 ] {7acfc58e-45ad-4e3b-816a-83c6f175c7a2} <Trace> 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 | ||
| 6030 | 2024.07.31 06:55:21.277990 [ 3 ] {7acfc58e-45ad-4e3b-816a-83c6f175c7a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6031 | 2024.07.31 06:55:21.278444 [ 3 ] {7acfc58e-45ad-4e3b-816a-83c6f175c7a2} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6032 | 2024.07.31 06:55:21.278480 [ 3 ] {7acfc58e-45ad-4e3b-816a-83c6f175c7a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6033 | 2024.07.31 06:55:21.279047 [ 3 ] {7acfc58e-45ad-4e3b-816a-83c6f175c7a2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6034 | 2024.07.31 06:55:21.279447 [ 3 ] {7acfc58e-45ad-4e3b-816a-83c6f175c7a2} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6035 | 2024.07.31 06:55:21.279632 [ 3 ] {7acfc58e-45ad-4e3b-816a-83c6f175c7a2} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.00218 sec., 1834.8623853211009 rows/sec., 3.29 MiB/sec. | ||
| 6036 | 2024.07.31 06:55:21.279854 [ 3 ] {7acfc58e-45ad-4e3b-816a-83c6f175c7a2} <Debug> DynamicQueryHandler: Done processing query | ||
| 6037 | 2024.07.31 06:55:21.279878 [ 3 ] {7acfc58e-45ad-4e3b-816a-83c6f175c7a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 6038 | 2024.07.31 06:55:21.279893 [ 3 ] {} <Debug> HTTP-Session: 52a58d88-4733-4bdd-8ef2-f93461dd50ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6039 | 2024.07.31 06:55:21.280014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6040 | 2024.07.31 06:55:21.280064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6041 | 2024.07.31 06:55:21.280082 [ 3 ] {} <Debug> HTTP-Session: 2bb70731-ff46-4e48-9350-d093609ac056 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6042 | 2024.07.31 06:55:21.280097 [ 3 ] {} <Debug> HTTP-Session: 2bb70731-ff46-4e48-9350-d093609ac056 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6043 | 2024.07.31 06:55:21.280110 [ 3 ] {} <Debug> HTTP-Session: 2bb70731-ff46-4e48-9350-d093609ac056 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6044 | 2024.07.31 06:55:21.280140 [ 3 ] {} <Trace> HTTP-Session: 2bb70731-ff46-4e48-9350-d093609ac056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6045 | 2024.07.31 06:55:21.280240 [ 3 ] {44cd13d5-049a-46f2-b36d-ba14fd4506d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6046 | 2024.07.31 06:55:21.280284 [ 3 ] {44cd13d5-049a-46f2-b36d-ba14fd4506d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 6047 | 2024.07.31 06:55:21.280411 [ 3 ] {44cd13d5-049a-46f2-b36d-ba14fd4506d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6048 | 2024.07.31 06:55:21.280673 [ 3 ] {44cd13d5-049a-46f2-b36d-ba14fd4506d7} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6049 | 2024.07.31 06:55:21.280709 [ 3 ] {44cd13d5-049a-46f2-b36d-ba14fd4506d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6050 | 2024.07.31 06:55:21.281056 [ 3 ] {44cd13d5-049a-46f2-b36d-ba14fd4506d7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6051 | 2024.07.31 06:55:21.281376 [ 3 ] {44cd13d5-049a-46f2-b36d-ba14fd4506d7} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6052 | 2024.07.31 06:55:21.281527 [ 3 ] {44cd13d5-049a-46f2-b36d-ba14fd4506d7} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001315 sec., 17490.49429657795 rows/sec., 946.11 KiB/sec. | ||
| 6053 | 2024.07.31 06:55:21.281698 [ 3 ] {44cd13d5-049a-46f2-b36d-ba14fd4506d7} <Debug> DynamicQueryHandler: Done processing query | ||
| 6054 | 2024.07.31 06:55:21.281724 [ 3 ] {44cd13d5-049a-46f2-b36d-ba14fd4506d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6055 | 2024.07.31 06:55:21.281739 [ 3 ] {} <Debug> HTTP-Session: 2bb70731-ff46-4e48-9350-d093609ac056 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6056 | 2024.07.31 06:55:21.281856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6057 | 2024.07.31 06:55:21.281907 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6058 | 2024.07.31 06:55:21.281927 [ 3 ] {} <Debug> HTTP-Session: 1fff1f73-f7e1-4fd1-8353-f39cd4811ce3 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6059 | 2024.07.31 06:55:21.281943 [ 3 ] {} <Debug> HTTP-Session: 1fff1f73-f7e1-4fd1-8353-f39cd4811ce3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6060 | 2024.07.31 06:55:21.281956 [ 3 ] {} <Debug> HTTP-Session: 1fff1f73-f7e1-4fd1-8353-f39cd4811ce3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6061 | 2024.07.31 06:55:21.281987 [ 3 ] {} <Trace> HTTP-Session: 1fff1f73-f7e1-4fd1-8353-f39cd4811ce3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6062 | 2024.07.31 06:55:21.282099 [ 3 ] {3fbc7ef7-19f8-4d2a-b4db-51e4218332ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6063 | 2024.07.31 06:55:21.282145 [ 3 ] {3fbc7ef7-19f8-4d2a-b4db-51e4218332ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6064 | 2024.07.31 06:55:21.282274 [ 3 ] {3fbc7ef7-19f8-4d2a-b4db-51e4218332ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6065 | 2024.07.31 06:55:21.282562 [ 3 ] {3fbc7ef7-19f8-4d2a-b4db-51e4218332ef} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6066 | 2024.07.31 06:55:21.282598 [ 3 ] {3fbc7ef7-19f8-4d2a-b4db-51e4218332ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6067 | 2024.07.31 06:55:21.282947 [ 3 ] {3fbc7ef7-19f8-4d2a-b4db-51e4218332ef} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6068 | 2024.07.31 06:55:21.283264 [ 3 ] {3fbc7ef7-19f8-4d2a-b4db-51e4218332ef} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6069 | 2024.07.31 06:55:21.283420 [ 3 ] {3fbc7ef7-19f8-4d2a-b4db-51e4218332ef} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001353 sec., 44345.89800443459 rows/sec., 2.99 MiB/sec. | ||
| 6070 | 2024.07.31 06:55:21.283586 [ 3 ] {3fbc7ef7-19f8-4d2a-b4db-51e4218332ef} <Debug> DynamicQueryHandler: Done processing query | ||
| 6071 | 2024.07.31 06:55:21.283610 [ 3 ] {3fbc7ef7-19f8-4d2a-b4db-51e4218332ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6072 | 2024.07.31 06:55:21.283626 [ 3 ] {} <Debug> HTTP-Session: 1fff1f73-f7e1-4fd1-8353-f39cd4811ce3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6073 | 2024.07.31 06:55:23.076120 [ 52 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6074 | 2024.07.31 06:55:23.076168 [ 52 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6075 | 2024.07.31 06:55:26.261222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6076 | 2024.07.31 06:55:26.261343 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6077 | 2024.07.31 06:55:26.261368 [ 3 ] {} <Debug> HTTP-Session: 0571f553-eefd-4a98-979c-799df167f6b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6078 | 2024.07.31 06:55:26.261391 [ 3 ] {} <Debug> HTTP-Session: 0571f553-eefd-4a98-979c-799df167f6b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6079 | 2024.07.31 06:55:26.261405 [ 3 ] {} <Debug> HTTP-Session: 0571f553-eefd-4a98-979c-799df167f6b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6080 | 2024.07.31 06:55:26.261454 [ 3 ] {} <Trace> HTTP-Session: 0571f553-eefd-4a98-979c-799df167f6b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6081 | 2024.07.31 06:55:26.261639 [ 3 ] {9e79df43-76d5-48ec-ba71-e1c5d3472f66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6082 | 2024.07.31 06:55:26.261705 [ 3 ] {9e79df43-76d5-48ec-ba71-e1c5d3472f66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6083 | 2024.07.31 06:55:26.261897 [ 3 ] {9e79df43-76d5-48ec-ba71-e1c5d3472f66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6084 | 2024.07.31 06:55:26.262327 [ 3 ] {9e79df43-76d5-48ec-ba71-e1c5d3472f66} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6085 | 2024.07.31 06:55:26.262369 [ 3 ] {9e79df43-76d5-48ec-ba71-e1c5d3472f66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6086 | 2024.07.31 06:55:26.262730 [ 3 ] {9e79df43-76d5-48ec-ba71-e1c5d3472f66} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6087 | 2024.07.31 06:55:26.263060 [ 3 ] {9e79df43-76d5-48ec-ba71-e1c5d3472f66} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6088 | 2024.07.31 06:55:26.263225 [ 3 ] {9e79df43-76d5-48ec-ba71-e1c5d3472f66} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.00164 sec., 16463.414634146342 rows/sec., 1.30 MiB/sec. | ||
| 6089 | 2024.07.31 06:55:26.263432 [ 3 ] {9e79df43-76d5-48ec-ba71-e1c5d3472f66} <Debug> DynamicQueryHandler: Done processing query | ||
| 6090 | 2024.07.31 06:55:26.263458 [ 3 ] {9e79df43-76d5-48ec-ba71-e1c5d3472f66} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6091 | 2024.07.31 06:55:26.263474 [ 3 ] {} <Debug> HTTP-Session: 0571f553-eefd-4a98-979c-799df167f6b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6092 | 2024.07.31 06:55:26.263641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6093 | 2024.07.31 06:55:26.263691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6094 | 2024.07.31 06:55:26.263710 [ 3 ] {} <Debug> HTTP-Session: 65f3d145-50e4-4cbd-b708-3a9cfc8ffaf1 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6095 | 2024.07.31 06:55:26.263727 [ 3 ] {} <Debug> HTTP-Session: 65f3d145-50e4-4cbd-b708-3a9cfc8ffaf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6096 | 2024.07.31 06:55:26.263741 [ 3 ] {} <Debug> HTTP-Session: 65f3d145-50e4-4cbd-b708-3a9cfc8ffaf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6097 | 2024.07.31 06:55:26.263772 [ 3 ] {} <Trace> HTTP-Session: 65f3d145-50e4-4cbd-b708-3a9cfc8ffaf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6098 | 2024.07.31 06:55:26.263866 [ 3 ] {aa06b66d-5f15-4271-b712-5228fce4feb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6099 | 2024.07.31 06:55:26.263911 [ 3 ] {aa06b66d-5f15-4271-b712-5228fce4feb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6100 | 2024.07.31 06:55:26.264039 [ 3 ] {aa06b66d-5f15-4271-b712-5228fce4feb3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6101 | 2024.07.31 06:55:26.264307 [ 3 ] {aa06b66d-5f15-4271-b712-5228fce4feb3} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6102 | 2024.07.31 06:55:26.264344 [ 3 ] {aa06b66d-5f15-4271-b712-5228fce4feb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6103 | 2024.07.31 06:55:26.264642 [ 3 ] {aa06b66d-5f15-4271-b712-5228fce4feb3} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6104 | 2024.07.31 06:55:26.264953 [ 3 ] {aa06b66d-5f15-4271-b712-5228fce4feb3} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6105 | 2024.07.31 06:55:26.265108 [ 3 ] {aa06b66d-5f15-4271-b712-5228fce4feb3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001258 sec., 1589.825119236884 rows/sec., 129.64 KiB/sec. | ||
| 6106 | 2024.07.31 06:55:26.265394 [ 3 ] {aa06b66d-5f15-4271-b712-5228fce4feb3} <Debug> DynamicQueryHandler: Done processing query | ||
| 6107 | 2024.07.31 06:55:26.265420 [ 3 ] {aa06b66d-5f15-4271-b712-5228fce4feb3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6108 | 2024.07.31 06:55:26.265436 [ 3 ] {} <Debug> HTTP-Session: 65f3d145-50e4-4cbd-b708-3a9cfc8ffaf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6109 | 2024.07.31 06:55:26.265599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 20195, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6110 | 2024.07.31 06:55:26.265649 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6111 | 2024.07.31 06:55:26.265668 [ 3 ] {} <Debug> HTTP-Session: f344ee02-507e-4785-a9a0-0f4488a42ed2 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6112 | 2024.07.31 06:55:26.265684 [ 3 ] {} <Debug> HTTP-Session: f344ee02-507e-4785-a9a0-0f4488a42ed2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6113 | 2024.07.31 06:55:26.265698 [ 3 ] {} <Debug> HTTP-Session: f344ee02-507e-4785-a9a0-0f4488a42ed2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6114 | 2024.07.31 06:55:26.265729 [ 3 ] {} <Trace> HTTP-Session: f344ee02-507e-4785-a9a0-0f4488a42ed2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6115 | 2024.07.31 06:55:26.265862 [ 3 ] {2d05f82d-01b3-4c8a-9d8b-19b264139885} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6116 | 2024.07.31 06:55:26.265906 [ 3 ] {2d05f82d-01b3-4c8a-9d8b-19b264139885} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6117 | 2024.07.31 06:55:26.266053 [ 3 ] {2d05f82d-01b3-4c8a-9d8b-19b264139885} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6118 | 2024.07.31 06:55:26.266483 [ 3 ] {2d05f82d-01b3-4c8a-9d8b-19b264139885} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6119 | 2024.07.31 06:55:26.266521 [ 3 ] {2d05f82d-01b3-4c8a-9d8b-19b264139885} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6120 | 2024.07.31 06:55:26.266836 [ 3 ] {2d05f82d-01b3-4c8a-9d8b-19b264139885} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6121 | 2024.07.31 06:55:26.267137 [ 3 ] {2d05f82d-01b3-4c8a-9d8b-19b264139885} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6122 | 2024.07.31 06:55:26.267291 [ 3 ] {2d05f82d-01b3-4c8a-9d8b-19b264139885} <Debug> executeQuery: Read 138 rows, 11.79 KiB in 0.001478 sec., 93369.41813261164 rows/sec., 7.79 MiB/sec. | ||
| 6123 | 2024.07.31 06:55:26.267601 [ 3 ] {2d05f82d-01b3-4c8a-9d8b-19b264139885} <Debug> DynamicQueryHandler: Done processing query | ||
| 6124 | 2024.07.31 06:55:26.267638 [ 3 ] {2d05f82d-01b3-4c8a-9d8b-19b264139885} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 6125 | 2024.07.31 06:55:26.267655 [ 3 ] {} <Debug> HTTP-Session: f344ee02-507e-4785-a9a0-0f4488a42ed2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6126 | 2024.07.31 06:55:26.267816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6127 | 2024.07.31 06:55:26.267867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6128 | 2024.07.31 06:55:26.267885 [ 3 ] {} <Debug> HTTP-Session: a8d15df2-3bc0-4df6-8095-6f6040141689 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6129 | 2024.07.31 06:55:26.267902 [ 3 ] {} <Debug> HTTP-Session: a8d15df2-3bc0-4df6-8095-6f6040141689 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6130 | 2024.07.31 06:55:26.267917 [ 3 ] {} <Debug> HTTP-Session: a8d15df2-3bc0-4df6-8095-6f6040141689 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6131 | 2024.07.31 06:55:26.267948 [ 3 ] {} <Trace> HTTP-Session: a8d15df2-3bc0-4df6-8095-6f6040141689 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6132 | 2024.07.31 06:55:26.268047 [ 3 ] {49e616c2-3b0d-42f3-83bd-6ae714142c31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6133 | 2024.07.31 06:55:26.268091 [ 3 ] {49e616c2-3b0d-42f3-83bd-6ae714142c31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6134 | 2024.07.31 06:55:26.268239 [ 3 ] {49e616c2-3b0d-42f3-83bd-6ae714142c31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6135 | 2024.07.31 06:55:26.268511 [ 3 ] {49e616c2-3b0d-42f3-83bd-6ae714142c31} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6136 | 2024.07.31 06:55:26.268549 [ 3 ] {49e616c2-3b0d-42f3-83bd-6ae714142c31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6137 | 2024.07.31 06:55:26.268848 [ 3 ] {49e616c2-3b0d-42f3-83bd-6ae714142c31} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6138 | 2024.07.31 06:55:26.269153 [ 3 ] {49e616c2-3b0d-42f3-83bd-6ae714142c31} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6139 | 2024.07.31 06:55:26.269310 [ 3 ] {49e616c2-3b0d-42f3-83bd-6ae714142c31} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001285 sec., 1556.4202334630352 rows/sec., 108.68 KiB/sec. | ||
| 6140 | 2024.07.31 06:55:26.269590 [ 3 ] {49e616c2-3b0d-42f3-83bd-6ae714142c31} <Debug> DynamicQueryHandler: Done processing query | ||
| 6141 | 2024.07.31 06:55:26.269620 [ 3 ] {49e616c2-3b0d-42f3-83bd-6ae714142c31} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6142 | 2024.07.31 06:55:26.269637 [ 3 ] {} <Debug> HTTP-Session: a8d15df2-3bc0-4df6-8095-6f6040141689 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6143 | 2024.07.31 06:55:26.269774 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 15806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6144 | 2024.07.31 06:55:26.269823 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6145 | 2024.07.31 06:55:26.269841 [ 3 ] {} <Debug> HTTP-Session: d962cc8c-c03c-494a-80fa-e78aff58264e Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6146 | 2024.07.31 06:55:26.269858 [ 3 ] {} <Debug> HTTP-Session: d962cc8c-c03c-494a-80fa-e78aff58264e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6147 | 2024.07.31 06:55:26.269872 [ 3 ] {} <Debug> HTTP-Session: d962cc8c-c03c-494a-80fa-e78aff58264e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6148 | 2024.07.31 06:55:26.269902 [ 3 ] {} <Trace> HTTP-Session: d962cc8c-c03c-494a-80fa-e78aff58264e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6149 | 2024.07.31 06:55:26.270026 [ 3 ] {7a905e87-c0ae-4b6c-b5bb-813781aceb2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6150 | 2024.07.31 06:55:26.270069 [ 3 ] {7a905e87-c0ae-4b6c-b5bb-813781aceb2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6151 | 2024.07.31 06:55:26.270215 [ 3 ] {7a905e87-c0ae-4b6c-b5bb-813781aceb2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6152 | 2024.07.31 06:55:26.270558 [ 3 ] {7a905e87-c0ae-4b6c-b5bb-813781aceb2c} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6153 | 2024.07.31 06:55:26.270595 [ 3 ] {7a905e87-c0ae-4b6c-b5bb-813781aceb2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6154 | 2024.07.31 06:55:26.270909 [ 3 ] {7a905e87-c0ae-4b6c-b5bb-813781aceb2c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6155 | 2024.07.31 06:55:26.271210 [ 3 ] {7a905e87-c0ae-4b6c-b5bb-813781aceb2c} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6156 | 2024.07.31 06:55:26.271368 [ 3 ] {7a905e87-c0ae-4b6c-b5bb-813781aceb2c} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.00138 sec., 67391.3043478261 rows/sec., 5.27 MiB/sec. | ||
| 6157 | 2024.07.31 06:55:26.271684 [ 3 ] {7a905e87-c0ae-4b6c-b5bb-813781aceb2c} <Debug> DynamicQueryHandler: Done processing query | ||
| 6158 | 2024.07.31 06:55:26.271711 [ 3 ] {7a905e87-c0ae-4b6c-b5bb-813781aceb2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 6159 | 2024.07.31 06:55:26.271728 [ 3 ] {} <Debug> HTTP-Session: d962cc8c-c03c-494a-80fa-e78aff58264e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6160 | 2024.07.31 06:55:26.271897 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6161 | 2024.07.31 06:55:26.271947 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6162 | 2024.07.31 06:55:26.271965 [ 3 ] {} <Debug> HTTP-Session: dc8ac19e-dc11-4c95-ba87-7fd1d21db2d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6163 | 2024.07.31 06:55:26.271981 [ 3 ] {} <Debug> HTTP-Session: dc8ac19e-dc11-4c95-ba87-7fd1d21db2d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6164 | 2024.07.31 06:55:26.271995 [ 3 ] {} <Debug> HTTP-Session: dc8ac19e-dc11-4c95-ba87-7fd1d21db2d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6165 | 2024.07.31 06:55:26.272026 [ 3 ] {} <Trace> HTTP-Session: dc8ac19e-dc11-4c95-ba87-7fd1d21db2d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6166 | 2024.07.31 06:55:26.272169 [ 3 ] {5ceddc43-4d42-4d5a-bade-a0d2453c82d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6167 | 2024.07.31 06:55:26.272218 [ 3 ] {5ceddc43-4d42-4d5a-bade-a0d2453c82d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6168 | 2024.07.31 06:55:26.272386 [ 3 ] {5ceddc43-4d42-4d5a-bade-a0d2453c82d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6169 | 2024.07.31 06:55:26.272765 [ 3 ] {5ceddc43-4d42-4d5a-bade-a0d2453c82d9} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6170 | 2024.07.31 06:55:26.272802 [ 3 ] {5ceddc43-4d42-4d5a-bade-a0d2453c82d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6171 | 2024.07.31 06:55:26.273194 [ 3 ] {5ceddc43-4d42-4d5a-bade-a0d2453c82d9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6172 | 2024.07.31 06:55:26.273530 [ 3 ] {5ceddc43-4d42-4d5a-bade-a0d2453c82d9} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6173 | 2024.07.31 06:55:26.273689 [ 3 ] {5ceddc43-4d42-4d5a-bade-a0d2453c82d9} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001576 sec., 102157.36040609138 rows/sec., 7.11 MiB/sec. | ||
| 6174 | 2024.07.31 06:55:26.273860 [ 3 ] {5ceddc43-4d42-4d5a-bade-a0d2453c82d9} <Debug> DynamicQueryHandler: Done processing query | ||
| 6175 | 2024.07.31 06:55:26.273886 [ 3 ] {5ceddc43-4d42-4d5a-bade-a0d2453c82d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6176 | 2024.07.31 06:55:26.273903 [ 3 ] {} <Debug> HTTP-Session: dc8ac19e-dc11-4c95-ba87-7fd1d21db2d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6177 | 2024.07.31 06:55:26.274080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 43609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6178 | 2024.07.31 06:55:26.274129 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6179 | 2024.07.31 06:55:26.274149 [ 3 ] {} <Debug> HTTP-Session: 1b6c8e41-9a3d-4735-880c-acae0867936a Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6180 | 2024.07.31 06:55:26.274166 [ 3 ] {} <Debug> HTTP-Session: 1b6c8e41-9a3d-4735-880c-acae0867936a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6181 | 2024.07.31 06:55:26.274180 [ 3 ] {} <Debug> HTTP-Session: 1b6c8e41-9a3d-4735-880c-acae0867936a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6182 | 2024.07.31 06:55:26.274210 [ 3 ] {} <Trace> HTTP-Session: 1b6c8e41-9a3d-4735-880c-acae0867936a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6183 | 2024.07.31 06:55:26.274703 [ 3 ] {30c8e8cc-e957-4861-a74e-e69f53ad73f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6184 | 2024.07.31 06:55:26.274769 [ 3 ] {30c8e8cc-e957-4861-a74e-e69f53ad73f2} <Trace> 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 | ||
| 6185 | 2024.07.31 06:55:26.275176 [ 3 ] {30c8e8cc-e957-4861-a74e-e69f53ad73f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6186 | 2024.07.31 06:55:26.275937 [ 3 ] {30c8e8cc-e957-4861-a74e-e69f53ad73f2} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6187 | 2024.07.31 06:55:26.275971 [ 3 ] {30c8e8cc-e957-4861-a74e-e69f53ad73f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6188 | 2024.07.31 06:55:26.276532 [ 3 ] {30c8e8cc-e957-4861-a74e-e69f53ad73f2} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6189 | 2024.07.31 06:55:26.277002 [ 3 ] {30c8e8cc-e957-4861-a74e-e69f53ad73f2} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6190 | 2024.07.31 06:55:26.277186 [ 42 ] {} <Debug> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6191 | 2024.07.31 06:55:26.277205 [ 3 ] {30c8e8cc-e957-4861-a74e-e69f53ad73f2} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002901 sec., 9307.135470527404 rows/sec., 16.68 MiB/sec. | ||
| 6192 | 2024.07.31 06:55:26.277275 [ 42 ] {} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6193 | 2024.07.31 06:55:26.277346 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6194 | 2024.07.31 06:55:26.277882 [ 190 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 6195 | 2024.07.31 06:55:26.277925 [ 3 ] {30c8e8cc-e957-4861-a74e-e69f53ad73f2} <Debug> DynamicQueryHandler: Done processing query | ||
| 6196 | 2024.07.31 06:55:26.278007 [ 3 ] {30c8e8cc-e957-4861-a74e-e69f53ad73f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 6197 | 2024.07.31 06:55:26.278089 [ 3 ] {} <Debug> HTTP-Session: 1b6c8e41-9a3d-4735-880c-acae0867936a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6198 | 2024.07.31 06:55:26.278300 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6199 | 2024.07.31 06:55:26.278376 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6200 | 2024.07.31 06:55:26.278408 [ 3 ] {} <Debug> HTTP-Session: 1cefdecf-7195-46a4-bb42-3b0aedd6067f Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6201 | 2024.07.31 06:55:26.278436 [ 3 ] {} <Debug> HTTP-Session: 1cefdecf-7195-46a4-bb42-3b0aedd6067f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6202 | 2024.07.31 06:55:26.278461 [ 3 ] {} <Debug> HTTP-Session: 1cefdecf-7195-46a4-bb42-3b0aedd6067f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6203 | 2024.07.31 06:55:26.278514 [ 3 ] {} <Trace> HTTP-Session: 1cefdecf-7195-46a4-bb42-3b0aedd6067f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6204 | 2024.07.31 06:55:26.278577 [ 190 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6205 | 2024.07.31 06:55:26.278649 [ 190 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 270 rows starting from the beginning of the part | ||
| 6206 | 2024.07.31 06:55:26.278684 [ 3 ] {d33bb40f-17d8-4e18-847b-de0b1c92bf59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6207 | 2024.07.31 06:55:26.278744 [ 3 ] {d33bb40f-17d8-4e18-847b-de0b1c92bf59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6208 | 2024.07.31 06:55:26.279183 [ 190 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 27 rows starting from the beginning of the part | ||
| 6209 | 2024.07.31 06:55:26.279278 [ 3 ] {d33bb40f-17d8-4e18-847b-de0b1c92bf59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6210 | 2024.07.31 06:55:26.279593 [ 190 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
| 6211 | 2024.07.31 06:55:26.280092 [ 190 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 27 rows starting from the beginning of the part | ||
| 6212 | 2024.07.31 06:55:26.280115 [ 3 ] {d33bb40f-17d8-4e18-847b-de0b1c92bf59} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6213 | 2024.07.31 06:55:26.280163 [ 3 ] {d33bb40f-17d8-4e18-847b-de0b1c92bf59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6214 | 2024.07.31 06:55:26.280414 [ 190 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
| 6215 | 2024.07.31 06:55:26.280851 [ 190 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 27 rows starting from the beginning of the part | ||
| 6216 | 2024.07.31 06:55:26.281331 [ 3 ] {d33bb40f-17d8-4e18-847b-de0b1c92bf59} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6217 | 2024.07.31 06:55:26.282057 [ 3 ] {d33bb40f-17d8-4e18-847b-de0b1c92bf59} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6218 | 2024.07.31 06:55:26.282311 [ 3 ] {d33bb40f-17d8-4e18-847b-de0b1c92bf59} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003696 sec., 16233.766233766233 rows/sec., 1.09 MiB/sec. | ||
| 6219 | 2024.07.31 06:55:26.282560 [ 3 ] {d33bb40f-17d8-4e18-847b-de0b1c92bf59} <Debug> DynamicQueryHandler: Done processing query | ||
| 6220 | 2024.07.31 06:55:26.282588 [ 3 ] {d33bb40f-17d8-4e18-847b-de0b1c92bf59} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6221 | 2024.07.31 06:55:26.282614 [ 3 ] {} <Debug> HTTP-Session: 1cefdecf-7195-46a4-bb42-3b0aedd6067f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6222 | 2024.07.31 06:55:26.285134 [ 187 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 359 rows, containing 19 columns (19 merged, 0 gathered) in 0.007636281 sec., 47012.41350337946 rows/sec., 84.24 MiB/sec. | ||
| 6223 | 2024.07.31 06:55:26.285808 [ 187 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6224 | 2024.07.31 06:55:26.286458 [ 187 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6225 | 2024.07.31 06:55:26.286548 [ 187 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6226 | 2024.07.31 06:55:26.286717 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.05 MiB. | ||
| 6227 | 2024.07.31 06:55:31.262997 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6228 | 2024.07.31 06:55:31.263133 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6229 | 2024.07.31 06:55:31.263161 [ 3 ] {} <Debug> HTTP-Session: 5b187064-e37e-4eec-80c1-423571411160 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6230 | 2024.07.31 06:55:31.263190 [ 3 ] {} <Debug> HTTP-Session: 5b187064-e37e-4eec-80c1-423571411160 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6231 | 2024.07.31 06:55:31.263207 [ 3 ] {} <Debug> HTTP-Session: 5b187064-e37e-4eec-80c1-423571411160 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6232 | 2024.07.31 06:55:31.263262 [ 3 ] {} <Trace> HTTP-Session: 5b187064-e37e-4eec-80c1-423571411160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6233 | 2024.07.31 06:55:31.263459 [ 3 ] {7eaf1a2b-af38-46bd-8093-d6f1c349da91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6234 | 2024.07.31 06:55:31.263532 [ 3 ] {7eaf1a2b-af38-46bd-8093-d6f1c349da91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6235 | 2024.07.31 06:55:31.263745 [ 3 ] {7eaf1a2b-af38-46bd-8093-d6f1c349da91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6236 | 2024.07.31 06:55:31.264162 [ 3 ] {7eaf1a2b-af38-46bd-8093-d6f1c349da91} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6237 | 2024.07.31 06:55:31.264203 [ 3 ] {7eaf1a2b-af38-46bd-8093-d6f1c349da91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6238 | 2024.07.31 06:55:31.264579 [ 3 ] {7eaf1a2b-af38-46bd-8093-d6f1c349da91} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6239 | 2024.07.31 06:55:31.264925 [ 3 ] {7eaf1a2b-af38-46bd-8093-d6f1c349da91} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6240 | 2024.07.31 06:55:31.265066 [ 36 ] {} <Debug> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 6241 | 2024.07.31 06:55:31.265073 [ 3 ] {7eaf1a2b-af38-46bd-8093-d6f1c349da91} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.001672 sec., 5980.861244019138 rows/sec., 397.17 KiB/sec. | ||
| 6242 | 2024.07.31 06:55:31.265109 [ 36 ] {} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6243 | 2024.07.31 06:55:31.265148 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6244 | 2024.07.31 06:55:31.265329 [ 202 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 6245 | 2024.07.31 06:55:31.265366 [ 3 ] {7eaf1a2b-af38-46bd-8093-d6f1c349da91} <Debug> DynamicQueryHandler: Done processing query | ||
| 6246 | 2024.07.31 06:55:31.265423 [ 3 ] {7eaf1a2b-af38-46bd-8093-d6f1c349da91} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6247 | 2024.07.31 06:55:31.265443 [ 3 ] {} <Debug> HTTP-Session: 5b187064-e37e-4eec-80c1-423571411160 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6248 | 2024.07.31 06:55:31.265552 [ 202 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6249 | 2024.07.31 06:55:31.265591 [ 202 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 37 rows starting from the beginning of the part | ||
| 6250 | 2024.07.31 06:55:31.265682 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6251 | 2024.07.31 06:55:31.265805 [ 202 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 10 rows starting from the beginning of the part | ||
| 6252 | 2024.07.31 06:55:31.265891 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6253 | 2024.07.31 06:55:31.266072 [ 3 ] {} <Debug> HTTP-Session: ea035111-f669-4914-b758-49611d10423d Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6254 | 2024.07.31 06:55:31.266133 [ 202 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 27 rows starting from the beginning of the part | ||
| 6255 | 2024.07.31 06:55:31.266158 [ 3 ] {} <Debug> HTTP-Session: ea035111-f669-4914-b758-49611d10423d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6256 | 2024.07.31 06:55:31.266229 [ 3 ] {} <Debug> HTTP-Session: ea035111-f669-4914-b758-49611d10423d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6257 | 2024.07.31 06:55:31.266420 [ 202 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 10 rows starting from the beginning of the part | ||
| 6258 | 2024.07.31 06:55:31.266423 [ 3 ] {} <Trace> HTTP-Session: ea035111-f669-4914-b758-49611d10423d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6259 | 2024.07.31 06:55:31.266583 [ 202 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 27 rows starting from the beginning of the part | ||
| 6260 | 2024.07.31 06:55:31.266863 [ 202 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 10 rows starting from the beginning of the part | ||
| 6261 | 2024.07.31 06:55:31.267118 [ 3 ] {b5edc1f3-dbae-4d8b-a79c-33e85e81e854} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6262 | 2024.07.31 06:55:31.267262 [ 3 ] {b5edc1f3-dbae-4d8b-a79c-33e85e81e854} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6263 | 2024.07.31 06:55:31.267615 [ 3 ] {b5edc1f3-dbae-4d8b-a79c-33e85e81e854} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6264 | 2024.07.31 06:55:31.268613 [ 3 ] {b5edc1f3-dbae-4d8b-a79c-33e85e81e854} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6265 | 2024.07.31 06:55:31.268681 [ 3 ] {b5edc1f3-dbae-4d8b-a79c-33e85e81e854} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6266 | 2024.07.31 06:55:31.269575 [ 3 ] {b5edc1f3-dbae-4d8b-a79c-33e85e81e854} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6267 | 2024.07.31 06:55:31.269576 [ 193 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 4 columns (4 merged, 0 gathered) in 0.004327488 sec., 27960.793883195056 rows/sec., 2.08 MiB/sec. | ||
| 6268 | 2024.07.31 06:55:31.269866 [ 193 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 6269 | 2024.07.31 06:55:31.270283 [ 3 ] {b5edc1f3-dbae-4d8b-a79c-33e85e81e854} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6270 | 2024.07.31 06:55:31.270605 [ 36 ] {} <Debug> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6271 | 2024.07.31 06:55:31.270661 [ 3 ] {b5edc1f3-dbae-4d8b-a79c-33e85e81e854} <Debug> executeQuery: Read 173 rows, 15.66 KiB in 0.003995 sec., 43304.130162703375 rows/sec., 3.83 MiB/sec. | ||
| 6272 | 2024.07.31 06:55:31.270672 [ 36 ] {} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6273 | 2024.07.31 06:55:31.270743 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6274 | 2024.07.31 06:55:31.271089 [ 193 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_26_5} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6275 | 2024.07.31 06:55:31.271100 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 6276 | 2024.07.31 06:55:31.271118 [ 3 ] {b5edc1f3-dbae-4d8b-a79c-33e85e81e854} <Debug> DynamicQueryHandler: Done processing query | ||
| 6277 | 2024.07.31 06:55:31.271196 [ 3 ] {b5edc1f3-dbae-4d8b-a79c-33e85e81e854} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 6278 | 2024.07.31 06:55:31.271265 [ 3 ] {} <Debug> HTTP-Session: ea035111-f669-4914-b758-49611d10423d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6279 | 2024.07.31 06:55:31.271411 [ 193 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_26_5} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 6280 | 2024.07.31 06:55:31.271456 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6281 | 2024.07.31 06:55:31.271534 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 299 rows starting from the beginning of the part | ||
| 6282 | 2024.07.31 06:55:31.271578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 62271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6283 | 2024.07.31 06:55:31.271672 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6284 | 2024.07.31 06:55:31.271797 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6285 | 2024.07.31 06:55:31.271800 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 175 rows starting from the beginning of the part | ||
| 6286 | 2024.07.31 06:55:31.271865 [ 3 ] {} <Debug> HTTP-Session: fab92260-cca4-43ea-a592-e3112bbb6032 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6287 | 2024.07.31 06:55:31.271969 [ 3 ] {} <Debug> HTTP-Session: fab92260-cca4-43ea-a592-e3112bbb6032 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6288 | 2024.07.31 06:55:31.272115 [ 3 ] {} <Debug> HTTP-Session: fab92260-cca4-43ea-a592-e3112bbb6032 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6289 | 2024.07.31 06:55:31.272215 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 137 rows starting from the beginning of the part | ||
| 6290 | 2024.07.31 06:55:31.272243 [ 3 ] {} <Trace> HTTP-Session: fab92260-cca4-43ea-a592-e3112bbb6032 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6291 | 2024.07.31 06:55:31.272519 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 173 rows starting from the beginning of the part | ||
| 6292 | 2024.07.31 06:55:31.272724 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 138 rows starting from the beginning of the part | ||
| 6293 | 2024.07.31 06:55:31.272741 [ 3 ] {045c5b24-f9e9-491b-adfc-25c91b3525bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6294 | 2024.07.31 06:55:31.272914 [ 3 ] {045c5b24-f9e9-491b-adfc-25c91b3525bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6295 | 2024.07.31 06:55:31.273023 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 173 rows starting from the beginning of the part | ||
| 6296 | 2024.07.31 06:55:31.273564 [ 3 ] {045c5b24-f9e9-491b-adfc-25c91b3525bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6297 | 2024.07.31 06:55:31.274362 [ 3 ] {045c5b24-f9e9-491b-adfc-25c91b3525bd} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6298 | 2024.07.31 06:55:31.274406 [ 3 ] {045c5b24-f9e9-491b-adfc-25c91b3525bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6299 | 2024.07.31 06:55:31.274829 [ 3 ] {045c5b24-f9e9-491b-adfc-25c91b3525bd} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6300 | 2024.07.31 06:55:31.274862 [ 189 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1095 rows, containing 4 columns (4 merged, 0 gathered) in 0.003972399 sec., 275652.0681834831 rows/sec., 23.87 MiB/sec. | ||
| 6301 | 2024.07.31 06:55:31.275196 [ 189 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6302 | 2024.07.31 06:55:31.275713 [ 3 ] {045c5b24-f9e9-491b-adfc-25c91b3525bd} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6303 | 2024.07.31 06:55:31.276156 [ 36 ] {} <Debug> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6304 | 2024.07.31 06:55:31.276236 [ 3 ] {045c5b24-f9e9-491b-adfc-25c91b3525bd} <Debug> executeQuery: Read 386 rows, 27.79 KiB in 0.003729 sec., 103513.00616787342 rows/sec., 7.28 MiB/sec. | ||
| 6305 | 2024.07.31 06:55:31.276251 [ 36 ] {} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6306 | 2024.07.31 06:55:31.276311 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6307 | 2024.07.31 06:55:31.276578 [ 186 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 6308 | 2024.07.31 06:55:31.276617 [ 3 ] {045c5b24-f9e9-491b-adfc-25c91b3525bd} <Debug> DynamicQueryHandler: Done processing query | ||
| 6309 | 2024.07.31 06:55:31.276660 [ 3 ] {045c5b24-f9e9-491b-adfc-25c91b3525bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 6310 | 2024.07.31 06:55:31.276728 [ 3 ] {} <Debug> HTTP-Session: fab92260-cca4-43ea-a592-e3112bbb6032 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6311 | 2024.07.31 06:55:31.276763 [ 189 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_31_6} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6312 | 2024.07.31 06:55:31.276927 [ 186 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6313 | 2024.07.31 06:55:31.276961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6314 | 2024.07.31 06:55:31.277002 [ 186 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 471 rows starting from the beginning of the part | ||
| 6315 | 2024.07.31 06:55:31.277079 [ 189 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_31_6} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6316 | 2024.07.31 06:55:31.277137 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6317 | 2024.07.31 06:55:31.277261 [ 3 ] {} <Debug> HTTP-Session: fe1d03ae-457c-4646-96d5-b78331987802 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6318 | 2024.07.31 06:55:31.277372 [ 3 ] {} <Debug> HTTP-Session: fe1d03ae-457c-4646-96d5-b78331987802 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6319 | 2024.07.31 06:55:31.277372 [ 186 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 390 rows starting from the beginning of the part | ||
| 6320 | 2024.07.31 06:55:31.277448 [ 3 ] {} <Debug> HTTP-Session: fe1d03ae-457c-4646-96d5-b78331987802 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6321 | 2024.07.31 06:55:31.277464 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 6322 | 2024.07.31 06:55:31.277604 [ 3 ] {} <Trace> HTTP-Session: fe1d03ae-457c-4646-96d5-b78331987802 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6323 | 2024.07.31 06:55:31.277621 [ 186 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 91 rows starting from the beginning of the part | ||
| 6324 | 2024.07.31 06:55:31.277705 [ 186 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 386 rows starting from the beginning of the part | ||
| 6325 | 2024.07.31 06:55:31.277878 [ 3 ] {62c02b49-337f-4ba7-ab72-04218aaf66b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 6326 | 2024.07.31 06:55:31.278094 [ 186 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 93 rows starting from the beginning of the part | ||
| 6327 | 2024.07.31 06:55:31.278112 [ 3 ] {62c02b49-337f-4ba7-ab72-04218aaf66b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6328 | 2024.07.31 06:55:31.278423 [ 186 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 386 rows starting from the beginning of the part | ||
| 6329 | 2024.07.31 06:55:31.279048 [ 3 ] {62c02b49-337f-4ba7-ab72-04218aaf66b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6330 | 2024.07.31 06:55:31.279507 [ 3 ] {62c02b49-337f-4ba7-ab72-04218aaf66b8} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6331 | 2024.07.31 06:55:31.279551 [ 3 ] {62c02b49-337f-4ba7-ab72-04218aaf66b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6332 | 2024.07.31 06:55:31.280114 [ 3 ] {62c02b49-337f-4ba7-ab72-04218aaf66b8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6333 | 2024.07.31 06:55:31.280481 [ 186 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1817 rows, containing 4 columns (4 merged, 0 gathered) in 0.004045781 sec., 449109.8257666443 rows/sec., 32.11 MiB/sec. | ||
| 6334 | 2024.07.31 06:55:31.280595 [ 3 ] {62c02b49-337f-4ba7-ab72-04218aaf66b8} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6335 | 2024.07.31 06:55:31.280712 [ 198 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6336 | 2024.07.31 06:55:31.280919 [ 3 ] {62c02b49-337f-4ba7-ab72-04218aaf66b8} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003154 sec., 1902.3462270133164 rows/sec., 81.74 KiB/sec. | ||
| 6337 | 2024.07.31 06:55:31.281722 [ 3 ] {62c02b49-337f-4ba7-ab72-04218aaf66b8} <Debug> DynamicQueryHandler: Done processing query | ||
| 6338 | 2024.07.31 06:55:31.281773 [ 3 ] {62c02b49-337f-4ba7-ab72-04218aaf66b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6339 | 2024.07.31 06:55:31.281800 [ 3 ] {} <Debug> HTTP-Session: fe1d03ae-457c-4646-96d5-b78331987802 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6340 | 2024.07.31 06:55:31.281904 [ 198 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_31_6} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6341 | 2024.07.31 06:55:31.282001 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6342 | 2024.07.31 06:55:31.282051 [ 198 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_31_6} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6343 | 2024.07.31 06:55:31.282086 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6344 | 2024.07.31 06:55:31.282137 [ 3 ] {} <Debug> HTTP-Session: fcdcf501-4068-4269-b48b-6cc53aee2f14 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6345 | 2024.07.31 06:55:31.282180 [ 3 ] {} <Debug> HTTP-Session: fcdcf501-4068-4269-b48b-6cc53aee2f14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6346 | 2024.07.31 06:55:31.282196 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
| 6347 | 2024.07.31 06:55:31.282204 [ 3 ] {} <Debug> HTTP-Session: fcdcf501-4068-4269-b48b-6cc53aee2f14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6348 | 2024.07.31 06:55:31.282263 [ 3 ] {} <Trace> HTTP-Session: fcdcf501-4068-4269-b48b-6cc53aee2f14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6349 | 2024.07.31 06:55:31.282395 [ 3 ] {bf311168-e0ca-43ce-9746-bff5fd56d9a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 6350 | 2024.07.31 06:55:31.282443 [ 3 ] {bf311168-e0ca-43ce-9746-bff5fd56d9a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 6351 | 2024.07.31 06:55:31.282612 [ 3 ] {bf311168-e0ca-43ce-9746-bff5fd56d9a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6352 | 2024.07.31 06:55:31.282978 [ 3 ] {bf311168-e0ca-43ce-9746-bff5fd56d9a0} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6353 | 2024.07.31 06:55:31.283014 [ 3 ] {bf311168-e0ca-43ce-9746-bff5fd56d9a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6354 | 2024.07.31 06:55:31.283391 [ 3 ] {bf311168-e0ca-43ce-9746-bff5fd56d9a0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6355 | 2024.07.31 06:55:31.283740 [ 3 ] {bf311168-e0ca-43ce-9746-bff5fd56d9a0} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6356 | 2024.07.31 06:55:31.283895 [ 3 ] {bf311168-e0ca-43ce-9746-bff5fd56d9a0} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001542 sec., 49935.14915693904 rows/sec., 3.08 MiB/sec. | ||
| 6357 | 2024.07.31 06:55:31.284069 [ 3 ] {bf311168-e0ca-43ce-9746-bff5fd56d9a0} <Debug> DynamicQueryHandler: Done processing query | ||
| 6358 | 2024.07.31 06:55:31.284094 [ 3 ] {bf311168-e0ca-43ce-9746-bff5fd56d9a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6359 | 2024.07.31 06:55:31.284109 [ 3 ] {} <Debug> HTTP-Session: fcdcf501-4068-4269-b48b-6cc53aee2f14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6360 | 2024.07.31 06:55:31.284266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6361 | 2024.07.31 06:55:31.284315 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6362 | 2024.07.31 06:55:31.284335 [ 3 ] {} <Debug> HTTP-Session: 08cf4510-3507-4a09-8d21-c3a68d1875d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6363 | 2024.07.31 06:55:31.284351 [ 3 ] {} <Debug> HTTP-Session: 08cf4510-3507-4a09-8d21-c3a68d1875d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6364 | 2024.07.31 06:55:31.284364 [ 3 ] {} <Debug> HTTP-Session: 08cf4510-3507-4a09-8d21-c3a68d1875d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6365 | 2024.07.31 06:55:31.284394 [ 3 ] {} <Trace> HTTP-Session: 08cf4510-3507-4a09-8d21-c3a68d1875d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6366 | 2024.07.31 06:55:31.284541 [ 3 ] {d8eb0c2d-6274-4f9a-91e6-6f998d66c321} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6367 | 2024.07.31 06:55:31.284587 [ 3 ] {d8eb0c2d-6274-4f9a-91e6-6f998d66c321} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6368 | 2024.07.31 06:55:31.284729 [ 3 ] {d8eb0c2d-6274-4f9a-91e6-6f998d66c321} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6369 | 2024.07.31 06:55:31.285147 [ 3 ] {d8eb0c2d-6274-4f9a-91e6-6f998d66c321} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6370 | 2024.07.31 06:55:31.285183 [ 3 ] {d8eb0c2d-6274-4f9a-91e6-6f998d66c321} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6371 | 2024.07.31 06:55:31.285554 [ 3 ] {d8eb0c2d-6274-4f9a-91e6-6f998d66c321} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6372 | 2024.07.31 06:55:31.285885 [ 3 ] {d8eb0c2d-6274-4f9a-91e6-6f998d66c321} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6373 | 2024.07.31 06:55:31.286047 [ 34 ] {} <Debug> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6374 | 2024.07.31 06:55:31.286050 [ 3 ] {d8eb0c2d-6274-4f9a-91e6-6f998d66c321} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001564 sec., 102301.79028132992 rows/sec., 7.13 MiB/sec. | ||
| 6375 | 2024.07.31 06:55:31.286113 [ 34 ] {} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6376 | 2024.07.31 06:55:31.286182 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6377 | 2024.07.31 06:55:31.286421 [ 189 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 6378 | 2024.07.31 06:55:31.286486 [ 3 ] {d8eb0c2d-6274-4f9a-91e6-6f998d66c321} <Debug> DynamicQueryHandler: Done processing query | ||
| 6379 | 2024.07.31 06:55:31.286573 [ 3 ] {d8eb0c2d-6274-4f9a-91e6-6f998d66c321} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6380 | 2024.07.31 06:55:31.286695 [ 3 ] {} <Debug> HTTP-Session: 08cf4510-3507-4a09-8d21-c3a68d1875d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6381 | 2024.07.31 06:55:31.286872 [ 189 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6382 | 2024.07.31 06:55:31.286935 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6383 | 2024.07.31 06:55:31.286945 [ 189 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 4301 rows starting from the beginning of the part | ||
| 6384 | 2024.07.31 06:55:31.287018 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6385 | 2024.07.31 06:55:31.287163 [ 189 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 162 rows starting from the beginning of the part | ||
| 6386 | 2024.07.31 06:55:31.287158 [ 3 ] {} <Debug> HTTP-Session: dbd76925-ac58-497e-a5b1-fe19c21f7c90 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6387 | 2024.07.31 06:55:31.287275 [ 3 ] {} <Debug> HTTP-Session: dbd76925-ac58-497e-a5b1-fe19c21f7c90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6388 | 2024.07.31 06:55:31.287346 [ 3 ] {} <Debug> HTTP-Session: dbd76925-ac58-497e-a5b1-fe19c21f7c90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6389 | 2024.07.31 06:55:31.287503 [ 189 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part | ||
| 6390 | 2024.07.31 06:55:31.287555 [ 3 ] {} <Trace> HTTP-Session: dbd76925-ac58-497e-a5b1-fe19c21f7c90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6391 | 2024.07.31 06:55:31.287812 [ 189 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part | ||
| 6392 | 2024.07.31 06:55:31.288069 [ 189 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 161 rows starting from the beginning of the part | ||
| 6393 | 2024.07.31 06:55:31.288067 [ 3 ] {8ae71579-409c-4016-9250-9385844a537f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6394 | 2024.07.31 06:55:31.288425 [ 189 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part | ||
| 6395 | 2024.07.31 06:55:31.288447 [ 3 ] {8ae71579-409c-4016-9250-9385844a537f} <Trace> 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 | ||
| 6396 | 2024.07.31 06:55:31.290191 [ 3 ] {8ae71579-409c-4016-9250-9385844a537f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6397 | 2024.07.31 06:55:31.291695 [ 3 ] {8ae71579-409c-4016-9250-9385844a537f} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6398 | 2024.07.31 06:55:31.291765 [ 3 ] {8ae71579-409c-4016-9250-9385844a537f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6399 | 2024.07.31 06:55:31.293164 [ 3 ] {8ae71579-409c-4016-9250-9385844a537f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6400 | 2024.07.31 06:55:31.293915 [ 189 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5104 rows, containing 5 columns (5 merged, 0 gathered) in 0.007642561 sec., 667838.9613115289 rows/sec., 46.54 MiB/sec. | ||
| 6401 | 2024.07.31 06:55:31.293917 [ 3 ] {8ae71579-409c-4016-9250-9385844a537f} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6402 | 2024.07.31 06:55:31.294177 [ 3 ] {8ae71579-409c-4016-9250-9385844a537f} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.006368 sec., 628.1407035175879 rows/sec., 1.13 MiB/sec. | ||
| 6403 | 2024.07.31 06:55:31.294373 [ 189 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6404 | 2024.07.31 06:55:31.294684 [ 3 ] {8ae71579-409c-4016-9250-9385844a537f} <Debug> DynamicQueryHandler: Done processing query | ||
| 6405 | 2024.07.31 06:55:31.294730 [ 3 ] {8ae71579-409c-4016-9250-9385844a537f} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 6406 | 2024.07.31 06:55:31.294761 [ 3 ] {} <Debug> HTTP-Session: dbd76925-ac58-497e-a5b1-fe19c21f7c90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6407 | 2024.07.31 06:55:31.294970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6408 | 2024.07.31 06:55:31.295053 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6409 | 2024.07.31 06:55:31.295095 [ 3 ] {} <Debug> HTTP-Session: 9d8d0f2c-2a35-4990-a885-5ad8074bc70c Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6410 | 2024.07.31 06:55:31.295134 [ 3 ] {} <Debug> HTTP-Session: 9d8d0f2c-2a35-4990-a885-5ad8074bc70c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6411 | 2024.07.31 06:55:31.295150 [ 189 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6412 | 2024.07.31 06:55:31.295164 [ 3 ] {} <Debug> HTTP-Session: 9d8d0f2c-2a35-4990-a885-5ad8074bc70c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6413 | 2024.07.31 06:55:31.295262 [ 3 ] {} <Trace> HTTP-Session: 9d8d0f2c-2a35-4990-a885-5ad8074bc70c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6414 | 2024.07.31 06:55:31.295306 [ 189 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6415 | 2024.07.31 06:55:31.295448 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. | ||
| 6416 | 2024.07.31 06:55:31.295456 [ 3 ] {5fb42fbe-0f34-4084-8236-55f00b3afdb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6417 | 2024.07.31 06:55:31.295518 [ 3 ] {5fb42fbe-0f34-4084-8236-55f00b3afdb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 6418 | 2024.07.31 06:55:31.295669 [ 3 ] {5fb42fbe-0f34-4084-8236-55f00b3afdb3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6419 | 2024.07.31 06:55:31.295981 [ 3 ] {5fb42fbe-0f34-4084-8236-55f00b3afdb3} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6420 | 2024.07.31 06:55:31.296018 [ 3 ] {5fb42fbe-0f34-4084-8236-55f00b3afdb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6421 | 2024.07.31 06:55:31.296389 [ 3 ] {5fb42fbe-0f34-4084-8236-55f00b3afdb3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 6422 | 2024.07.31 06:55:31.296724 [ 3 ] {5fb42fbe-0f34-4084-8236-55f00b3afdb3} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6423 | 2024.07.31 06:55:31.296880 [ 3 ] {5fb42fbe-0f34-4084-8236-55f00b3afdb3} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001505 sec., 15282.392026578073 rows/sec., 826.67 KiB/sec. | ||
| 6424 | 2024.07.31 06:55:31.297053 [ 3 ] {5fb42fbe-0f34-4084-8236-55f00b3afdb3} <Debug> DynamicQueryHandler: Done processing query | ||
| 6425 | 2024.07.31 06:55:31.297078 [ 3 ] {5fb42fbe-0f34-4084-8236-55f00b3afdb3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6426 | 2024.07.31 06:55:31.297095 [ 3 ] {} <Debug> HTTP-Session: 9d8d0f2c-2a35-4990-a885-5ad8074bc70c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6427 | 2024.07.31 06:55:31.297218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6428 | 2024.07.31 06:55:31.297266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6429 | 2024.07.31 06:55:31.297286 [ 3 ] {} <Debug> HTTP-Session: 633bfc37-9a33-4e6c-bcd7-d3f2b316770b Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6430 | 2024.07.31 06:55:31.297303 [ 3 ] {} <Debug> HTTP-Session: 633bfc37-9a33-4e6c-bcd7-d3f2b316770b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6431 | 2024.07.31 06:55:31.297316 [ 3 ] {} <Debug> HTTP-Session: 633bfc37-9a33-4e6c-bcd7-d3f2b316770b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6432 | 2024.07.31 06:55:31.297347 [ 3 ] {} <Trace> HTTP-Session: 633bfc37-9a33-4e6c-bcd7-d3f2b316770b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6433 | 2024.07.31 06:55:31.297466 [ 3 ] {02b9ed43-1bde-49b4-88ca-065d1785b171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6434 | 2024.07.31 06:55:31.297510 [ 3 ] {02b9ed43-1bde-49b4-88ca-065d1785b171} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6435 | 2024.07.31 06:55:31.297641 [ 3 ] {02b9ed43-1bde-49b4-88ca-065d1785b171} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6436 | 2024.07.31 06:55:31.297955 [ 3 ] {02b9ed43-1bde-49b4-88ca-065d1785b171} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6437 | 2024.07.31 06:55:31.297991 [ 3 ] {02b9ed43-1bde-49b4-88ca-065d1785b171} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6438 | 2024.07.31 06:55:31.298356 [ 3 ] {02b9ed43-1bde-49b4-88ca-065d1785b171} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6439 | 2024.07.31 06:55:31.298683 [ 3 ] {02b9ed43-1bde-49b4-88ca-065d1785b171} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6440 | 2024.07.31 06:55:31.298843 [ 34 ] {} <Debug> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6441 | 2024.07.31 06:55:31.298850 [ 3 ] {02b9ed43-1bde-49b4-88ca-065d1785b171} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001418 sec., 42313.11706629055 rows/sec., 2.85 MiB/sec. | ||
| 6442 | 2024.07.31 06:55:31.298900 [ 34 ] {} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6443 | 2024.07.31 06:55:31.298970 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6444 | 2024.07.31 06:55:31.299222 [ 3 ] {02b9ed43-1bde-49b4-88ca-065d1785b171} <Debug> DynamicQueryHandler: Done processing query | ||
| 6445 | 2024.07.31 06:55:31.299312 [ 3 ] {02b9ed43-1bde-49b4-88ca-065d1785b171} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6446 | 2024.07.31 06:55:31.299357 [ 191 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 6447 | 2024.07.31 06:55:31.299397 [ 3 ] {} <Debug> HTTP-Session: 633bfc37-9a33-4e6c-bcd7-d3f2b316770b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6448 | 2024.07.31 06:55:31.299775 [ 191 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6449 | 2024.07.31 06:55:31.299816 [ 191 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1486 rows starting from the beginning of the part | ||
| 6450 | 2024.07.31 06:55:31.299916 [ 191 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part | ||
| 6451 | 2024.07.31 06:55:31.300099 [ 191 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part | ||
| 6452 | 2024.07.31 06:55:31.300243 [ 191 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part | ||
| 6453 | 2024.07.31 06:55:31.300427 [ 191 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part | ||
| 6454 | 2024.07.31 06:55:31.300507 [ 191 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part | ||
| 6455 | 2024.07.31 06:55:31.301883 [ 196 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1786 rows, containing 4 columns (4 merged, 0 gathered) in 0.00279696 sec., 638550.4261769922 rows/sec., 43.06 MiB/sec. | ||
| 6456 | 2024.07.31 06:55:31.302168 [ 188 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6457 | 2024.07.31 06:55:31.302757 [ 188 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_31_6} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6458 | 2024.07.31 06:55:31.302847 [ 188 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_31_6} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6459 | 2024.07.31 06:55:31.302933 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 6460 | 2024.07.31 06:55:36.261584 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6461 | 2024.07.31 06:55:36.261724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6462 | 2024.07.31 06:55:36.261753 [ 3 ] {} <Debug> HTTP-Session: 79804341-7209-420c-a740-99f13d0c12b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6463 | 2024.07.31 06:55:36.261781 [ 3 ] {} <Debug> HTTP-Session: 79804341-7209-420c-a740-99f13d0c12b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6464 | 2024.07.31 06:55:36.261799 [ 3 ] {} <Debug> HTTP-Session: 79804341-7209-420c-a740-99f13d0c12b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6465 | 2024.07.31 06:55:36.261854 [ 3 ] {} <Trace> HTTP-Session: 79804341-7209-420c-a740-99f13d0c12b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6466 | 2024.07.31 06:55:36.262047 [ 3 ] {e9c3aa4e-76a3-4eaa-a242-b5ca2fdb7fda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6467 | 2024.07.31 06:55:36.262113 [ 3 ] {e9c3aa4e-76a3-4eaa-a242-b5ca2fdb7fda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6468 | 2024.07.31 06:55:36.262302 [ 3 ] {e9c3aa4e-76a3-4eaa-a242-b5ca2fdb7fda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6469 | 2024.07.31 06:55:36.262815 [ 3 ] {e9c3aa4e-76a3-4eaa-a242-b5ca2fdb7fda} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6470 | 2024.07.31 06:55:36.262855 [ 3 ] {e9c3aa4e-76a3-4eaa-a242-b5ca2fdb7fda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6471 | 2024.07.31 06:55:36.263227 [ 3 ] {e9c3aa4e-76a3-4eaa-a242-b5ca2fdb7fda} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6472 | 2024.07.31 06:55:36.263566 [ 3 ] {e9c3aa4e-76a3-4eaa-a242-b5ca2fdb7fda} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6473 | 2024.07.31 06:55:36.263708 [ 3 ] {e9c3aa4e-76a3-4eaa-a242-b5ca2fdb7fda} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001717 sec., 15725.101921956903 rows/sec., 1.24 MiB/sec. | ||
| 6474 | 2024.07.31 06:55:36.263982 [ 3 ] {e9c3aa4e-76a3-4eaa-a242-b5ca2fdb7fda} <Debug> DynamicQueryHandler: Done processing query | ||
| 6475 | 2024.07.31 06:55:36.264011 [ 3 ] {e9c3aa4e-76a3-4eaa-a242-b5ca2fdb7fda} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6476 | 2024.07.31 06:55:36.264029 [ 3 ] {} <Debug> HTTP-Session: 79804341-7209-420c-a740-99f13d0c12b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6477 | 2024.07.31 06:55:36.264229 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 25039, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6478 | 2024.07.31 06:55:36.264281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6479 | 2024.07.31 06:55:36.264300 [ 3 ] {} <Debug> HTTP-Session: af6fb482-3014-4d60-bddd-f47c18cc9208 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6480 | 2024.07.31 06:55:36.264317 [ 3 ] {} <Debug> HTTP-Session: af6fb482-3014-4d60-bddd-f47c18cc9208 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6481 | 2024.07.31 06:55:36.264330 [ 3 ] {} <Debug> HTTP-Session: af6fb482-3014-4d60-bddd-f47c18cc9208 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6482 | 2024.07.31 06:55:36.264361 [ 3 ] {} <Trace> HTTP-Session: af6fb482-3014-4d60-bddd-f47c18cc9208 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6483 | 2024.07.31 06:55:36.264503 [ 3 ] {a6d6022c-e072-4397-9725-26a8d48ccc43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6484 | 2024.07.31 06:55:36.264572 [ 3 ] {a6d6022c-e072-4397-9725-26a8d48ccc43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6485 | 2024.07.31 06:55:36.264698 [ 3 ] {a6d6022c-e072-4397-9725-26a8d48ccc43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6486 | 2024.07.31 06:55:36.265149 [ 3 ] {a6d6022c-e072-4397-9725-26a8d48ccc43} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6487 | 2024.07.31 06:55:36.265187 [ 3 ] {a6d6022c-e072-4397-9725-26a8d48ccc43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6488 | 2024.07.31 06:55:36.265519 [ 3 ] {a6d6022c-e072-4397-9725-26a8d48ccc43} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6489 | 2024.07.31 06:55:36.265830 [ 3 ] {a6d6022c-e072-4397-9725-26a8d48ccc43} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6490 | 2024.07.31 06:55:36.265957 [ 3 ] {a6d6022c-e072-4397-9725-26a8d48ccc43} <Debug> executeQuery: Read 173 rows, 14.53 KiB in 0.001517 sec., 114040.87013843113 rows/sec., 9.35 MiB/sec. | ||
| 6491 | 2024.07.31 06:55:36.266162 [ 3 ] {a6d6022c-e072-4397-9725-26a8d48ccc43} <Debug> DynamicQueryHandler: Done processing query | ||
| 6492 | 2024.07.31 06:55:36.266187 [ 3 ] {a6d6022c-e072-4397-9725-26a8d48ccc43} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 6493 | 2024.07.31 06:55:36.266204 [ 3 ] {} <Debug> HTTP-Session: af6fb482-3014-4d60-bddd-f47c18cc9208 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6494 | 2024.07.31 06:55:36.266351 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 19503, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6495 | 2024.07.31 06:55:36.266401 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6496 | 2024.07.31 06:55:36.266421 [ 3 ] {} <Debug> HTTP-Session: d717872b-c810-4fd3-9605-682ad6a145fe Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6497 | 2024.07.31 06:55:36.266437 [ 3 ] {} <Debug> HTTP-Session: d717872b-c810-4fd3-9605-682ad6a145fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6498 | 2024.07.31 06:55:36.266451 [ 3 ] {} <Debug> HTTP-Session: d717872b-c810-4fd3-9605-682ad6a145fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6499 | 2024.07.31 06:55:36.266482 [ 3 ] {} <Trace> HTTP-Session: d717872b-c810-4fd3-9605-682ad6a145fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6500 | 2024.07.31 06:55:36.266614 [ 3 ] {e5750c94-a543-4a20-8dab-3f1436350aea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6501 | 2024.07.31 06:55:36.266656 [ 3 ] {e5750c94-a543-4a20-8dab-3f1436350aea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6502 | 2024.07.31 06:55:36.266791 [ 3 ] {e5750c94-a543-4a20-8dab-3f1436350aea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6503 | 2024.07.31 06:55:36.267153 [ 3 ] {e5750c94-a543-4a20-8dab-3f1436350aea} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6504 | 2024.07.31 06:55:36.267190 [ 3 ] {e5750c94-a543-4a20-8dab-3f1436350aea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6505 | 2024.07.31 06:55:36.267507 [ 3 ] {e5750c94-a543-4a20-8dab-3f1436350aea} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6506 | 2024.07.31 06:55:36.267822 [ 3 ] {e5750c94-a543-4a20-8dab-3f1436350aea} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6507 | 2024.07.31 06:55:36.267964 [ 3 ] {e5750c94-a543-4a20-8dab-3f1436350aea} <Debug> executeQuery: Read 115 rows, 9.18 KiB in 0.001398 sec., 82260.37195994279 rows/sec., 6.41 MiB/sec. | ||
| 6508 | 2024.07.31 06:55:36.268138 [ 3 ] {e5750c94-a543-4a20-8dab-3f1436350aea} <Debug> DynamicQueryHandler: Done processing query | ||
| 6509 | 2024.07.31 06:55:36.268162 [ 3 ] {e5750c94-a543-4a20-8dab-3f1436350aea} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6510 | 2024.07.31 06:55:36.268178 [ 3 ] {} <Debug> HTTP-Session: d717872b-c810-4fd3-9605-682ad6a145fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6511 | 2024.07.31 06:55:36.268343 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 37582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6512 | 2024.07.31 06:55:36.268392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6513 | 2024.07.31 06:55:36.268411 [ 3 ] {} <Debug> HTTP-Session: 537f8f7b-ea7d-47cb-9192-629ec4dd8fd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6514 | 2024.07.31 06:55:36.268427 [ 3 ] {} <Debug> HTTP-Session: 537f8f7b-ea7d-47cb-9192-629ec4dd8fd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6515 | 2024.07.31 06:55:36.268440 [ 3 ] {} <Debug> HTTP-Session: 537f8f7b-ea7d-47cb-9192-629ec4dd8fd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6516 | 2024.07.31 06:55:36.268471 [ 3 ] {} <Trace> HTTP-Session: 537f8f7b-ea7d-47cb-9192-629ec4dd8fd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6517 | 2024.07.31 06:55:36.268667 [ 3 ] {b3798a61-bd87-4696-8525-7dce2c31f5df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6518 | 2024.07.31 06:55:36.268718 [ 3 ] {b3798a61-bd87-4696-8525-7dce2c31f5df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6519 | 2024.07.31 06:55:36.268863 [ 3 ] {b3798a61-bd87-4696-8525-7dce2c31f5df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6520 | 2024.07.31 06:55:36.269273 [ 3 ] {b3798a61-bd87-4696-8525-7dce2c31f5df} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6521 | 2024.07.31 06:55:36.269310 [ 3 ] {b3798a61-bd87-4696-8525-7dce2c31f5df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6522 | 2024.07.31 06:55:36.269705 [ 3 ] {b3798a61-bd87-4696-8525-7dce2c31f5df} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6523 | 2024.07.31 06:55:36.270059 [ 3 ] {b3798a61-bd87-4696-8525-7dce2c31f5df} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6524 | 2024.07.31 06:55:36.270203 [ 3 ] {b3798a61-bd87-4696-8525-7dce2c31f5df} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001645 sec., 119148.93617021276 rows/sec., 8.32 MiB/sec. | ||
| 6525 | 2024.07.31 06:55:36.270383 [ 3 ] {b3798a61-bd87-4696-8525-7dce2c31f5df} <Debug> DynamicQueryHandler: Done processing query | ||
| 6526 | 2024.07.31 06:55:36.270408 [ 3 ] {b3798a61-bd87-4696-8525-7dce2c31f5df} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 6527 | 2024.07.31 06:55:36.270424 [ 3 ] {} <Debug> HTTP-Session: 537f8f7b-ea7d-47cb-9192-629ec4dd8fd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6528 | 2024.07.31 06:55:36.270584 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 43609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6529 | 2024.07.31 06:55:36.270633 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6530 | 2024.07.31 06:55:36.270652 [ 3 ] {} <Debug> HTTP-Session: d60c31f3-9da0-452b-ad17-ea61f25c19f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6531 | 2024.07.31 06:55:36.270669 [ 3 ] {} <Debug> HTTP-Session: d60c31f3-9da0-452b-ad17-ea61f25c19f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6532 | 2024.07.31 06:55:36.270683 [ 3 ] {} <Debug> HTTP-Session: d60c31f3-9da0-452b-ad17-ea61f25c19f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6533 | 2024.07.31 06:55:36.270715 [ 3 ] {} <Trace> HTTP-Session: d60c31f3-9da0-452b-ad17-ea61f25c19f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6534 | 2024.07.31 06:55:36.271093 [ 3 ] {1b2e2c5a-8401-4eed-85c3-8fa6f9811b15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6535 | 2024.07.31 06:55:36.271158 [ 3 ] {1b2e2c5a-8401-4eed-85c3-8fa6f9811b15} <Trace> 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 | ||
| 6536 | 2024.07.31 06:55:36.271570 [ 3 ] {1b2e2c5a-8401-4eed-85c3-8fa6f9811b15} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6537 | 2024.07.31 06:55:36.272259 [ 3 ] {1b2e2c5a-8401-4eed-85c3-8fa6f9811b15} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6538 | 2024.07.31 06:55:36.272295 [ 3 ] {1b2e2c5a-8401-4eed-85c3-8fa6f9811b15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6539 | 2024.07.31 06:55:36.272933 [ 3 ] {1b2e2c5a-8401-4eed-85c3-8fa6f9811b15} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6540 | 2024.07.31 06:55:36.273363 [ 3 ] {1b2e2c5a-8401-4eed-85c3-8fa6f9811b15} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6541 | 2024.07.31 06:55:36.273541 [ 3 ] {1b2e2c5a-8401-4eed-85c3-8fa6f9811b15} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00274 sec., 9854.014598540147 rows/sec., 17.66 MiB/sec. | ||
| 6542 | 2024.07.31 06:55:36.273774 [ 3 ] {1b2e2c5a-8401-4eed-85c3-8fa6f9811b15} <Debug> DynamicQueryHandler: Done processing query | ||
| 6543 | 2024.07.31 06:55:36.273799 [ 3 ] {1b2e2c5a-8401-4eed-85c3-8fa6f9811b15} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 6544 | 2024.07.31 06:55:36.273815 [ 3 ] {} <Debug> HTTP-Session: d60c31f3-9da0-452b-ad17-ea61f25c19f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6545 | 2024.07.31 06:55:36.273986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6546 | 2024.07.31 06:55:36.274036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6547 | 2024.07.31 06:55:36.274056 [ 3 ] {} <Debug> HTTP-Session: 3c43ea47-2e44-426f-a54a-058c3559d3dc Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6548 | 2024.07.31 06:55:36.274071 [ 3 ] {} <Debug> HTTP-Session: 3c43ea47-2e44-426f-a54a-058c3559d3dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6549 | 2024.07.31 06:55:36.274085 [ 3 ] {} <Debug> HTTP-Session: 3c43ea47-2e44-426f-a54a-058c3559d3dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6550 | 2024.07.31 06:55:36.274116 [ 3 ] {} <Trace> HTTP-Session: 3c43ea47-2e44-426f-a54a-058c3559d3dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6551 | 2024.07.31 06:55:36.274233 [ 3 ] {c887a1c0-b584-424c-a5c9-5134446fb1b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6552 | 2024.07.31 06:55:36.274279 [ 3 ] {c887a1c0-b584-424c-a5c9-5134446fb1b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6553 | 2024.07.31 06:55:36.274406 [ 3 ] {c887a1c0-b584-424c-a5c9-5134446fb1b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6554 | 2024.07.31 06:55:36.274722 [ 3 ] {c887a1c0-b584-424c-a5c9-5134446fb1b6} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6555 | 2024.07.31 06:55:36.274758 [ 3 ] {c887a1c0-b584-424c-a5c9-5134446fb1b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6556 | 2024.07.31 06:55:36.275115 [ 3 ] {c887a1c0-b584-424c-a5c9-5134446fb1b6} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6557 | 2024.07.31 06:55:36.275447 [ 3 ] {c887a1c0-b584-424c-a5c9-5134446fb1b6} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6558 | 2024.07.31 06:55:36.275603 [ 3 ] {c887a1c0-b584-424c-a5c9-5134446fb1b6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001404 sec., 42735.042735042734 rows/sec., 2.88 MiB/sec. | ||
| 6559 | 2024.07.31 06:55:36.275766 [ 3 ] {c887a1c0-b584-424c-a5c9-5134446fb1b6} <Debug> DynamicQueryHandler: Done processing query | ||
| 6560 | 2024.07.31 06:55:36.275791 [ 3 ] {c887a1c0-b584-424c-a5c9-5134446fb1b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6561 | 2024.07.31 06:55:36.275808 [ 3 ] {} <Debug> HTTP-Session: 3c43ea47-2e44-426f-a54a-058c3559d3dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6562 | 2024.07.31 06:55:38.076230 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6563 | 2024.07.31 06:55:38.076308 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6564 | 2024.07.31 06:55:41.264378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6565 | 2024.07.31 06:55:41.264522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6566 | 2024.07.31 06:55:41.264552 [ 3 ] {} <Debug> HTTP-Session: 5dfa9adf-8e15-4317-9772-a8147d084d65 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6567 | 2024.07.31 06:55:41.264580 [ 3 ] {} <Debug> HTTP-Session: 5dfa9adf-8e15-4317-9772-a8147d084d65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6568 | 2024.07.31 06:55:41.264597 [ 3 ] {} <Debug> HTTP-Session: 5dfa9adf-8e15-4317-9772-a8147d084d65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6569 | 2024.07.31 06:55:41.264652 [ 3 ] {} <Trace> HTTP-Session: 5dfa9adf-8e15-4317-9772-a8147d084d65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6570 | 2024.07.31 06:55:41.264857 [ 3 ] {2a24a661-4b0a-4434-b513-2ff566ae9ada} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6571 | 2024.07.31 06:55:41.264929 [ 3 ] {2a24a661-4b0a-4434-b513-2ff566ae9ada} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6572 | 2024.07.31 06:55:41.265146 [ 3 ] {2a24a661-4b0a-4434-b513-2ff566ae9ada} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6573 | 2024.07.31 06:55:41.265554 [ 3 ] {2a24a661-4b0a-4434-b513-2ff566ae9ada} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6574 | 2024.07.31 06:55:41.265593 [ 3 ] {2a24a661-4b0a-4434-b513-2ff566ae9ada} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6575 | 2024.07.31 06:55:41.265960 [ 3 ] {2a24a661-4b0a-4434-b513-2ff566ae9ada} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6576 | 2024.07.31 06:55:41.266308 [ 3 ] {2a24a661-4b0a-4434-b513-2ff566ae9ada} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6577 | 2024.07.31 06:55:41.266449 [ 3 ] {2a24a661-4b0a-4434-b513-2ff566ae9ada} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.001654 sec., 6045.949214026602 rows/sec., 401.49 KiB/sec. | ||
| 6578 | 2024.07.31 06:55:41.266779 [ 3 ] {2a24a661-4b0a-4434-b513-2ff566ae9ada} <Debug> DynamicQueryHandler: Done processing query | ||
| 6579 | 2024.07.31 06:55:41.266806 [ 3 ] {2a24a661-4b0a-4434-b513-2ff566ae9ada} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6580 | 2024.07.31 06:55:41.266823 [ 3 ] {} <Debug> HTTP-Session: 5dfa9adf-8e15-4317-9772-a8147d084d65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6581 | 2024.07.31 06:55:41.267018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6582 | 2024.07.31 06:55:41.267068 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6583 | 2024.07.31 06:55:41.267088 [ 3 ] {} <Debug> HTTP-Session: 0a779934-c51c-41ff-b3cc-f2cdc747c331 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6584 | 2024.07.31 06:55:41.267105 [ 3 ] {} <Debug> HTTP-Session: 0a779934-c51c-41ff-b3cc-f2cdc747c331 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6585 | 2024.07.31 06:55:41.267118 [ 3 ] {} <Debug> HTTP-Session: 0a779934-c51c-41ff-b3cc-f2cdc747c331 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6586 | 2024.07.31 06:55:41.267150 [ 3 ] {} <Trace> HTTP-Session: 0a779934-c51c-41ff-b3cc-f2cdc747c331 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6587 | 2024.07.31 06:55:41.267294 [ 3 ] {f2519f77-d8d0-407d-a16d-6e007e3cc49f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6588 | 2024.07.31 06:55:41.267339 [ 3 ] {f2519f77-d8d0-407d-a16d-6e007e3cc49f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6589 | 2024.07.31 06:55:41.267482 [ 3 ] {f2519f77-d8d0-407d-a16d-6e007e3cc49f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6590 | 2024.07.31 06:55:41.267879 [ 3 ] {f2519f77-d8d0-407d-a16d-6e007e3cc49f} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6591 | 2024.07.31 06:55:41.267915 [ 3 ] {f2519f77-d8d0-407d-a16d-6e007e3cc49f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6592 | 2024.07.31 06:55:41.268234 [ 3 ] {f2519f77-d8d0-407d-a16d-6e007e3cc49f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6593 | 2024.07.31 06:55:41.268538 [ 3 ] {f2519f77-d8d0-407d-a16d-6e007e3cc49f} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6594 | 2024.07.31 06:55:41.268661 [ 3 ] {f2519f77-d8d0-407d-a16d-6e007e3cc49f} <Debug> executeQuery: Read 173 rows, 15.66 KiB in 0.001432 sec., 120810.0558659218 rows/sec., 10.68 MiB/sec. | ||
| 6595 | 2024.07.31 06:55:41.268827 [ 3 ] {f2519f77-d8d0-407d-a16d-6e007e3cc49f} <Debug> DynamicQueryHandler: Done processing query | ||
| 6596 | 2024.07.31 06:55:41.268853 [ 3 ] {f2519f77-d8d0-407d-a16d-6e007e3cc49f} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 6597 | 2024.07.31 06:55:41.268869 [ 3 ] {} <Debug> HTTP-Session: 0a779934-c51c-41ff-b3cc-f2cdc747c331 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6598 | 2024.07.31 06:55:41.269090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 62271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6599 | 2024.07.31 06:55:41.269138 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6600 | 2024.07.31 06:55:41.269157 [ 3 ] {} <Debug> HTTP-Session: e80d7f46-3216-4c82-aa5b-eb787d760676 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6601 | 2024.07.31 06:55:41.269173 [ 3 ] {} <Debug> HTTP-Session: e80d7f46-3216-4c82-aa5b-eb787d760676 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6602 | 2024.07.31 06:55:41.269187 [ 3 ] {} <Debug> HTTP-Session: e80d7f46-3216-4c82-aa5b-eb787d760676 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6603 | 2024.07.31 06:55:41.269218 [ 3 ] {} <Trace> HTTP-Session: e80d7f46-3216-4c82-aa5b-eb787d760676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6604 | 2024.07.31 06:55:41.269411 [ 3 ] {f911c19a-f83d-4e70-b60b-b1110f77b353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6605 | 2024.07.31 06:55:41.269454 [ 3 ] {f911c19a-f83d-4e70-b60b-b1110f77b353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6606 | 2024.07.31 06:55:41.269579 [ 3 ] {f911c19a-f83d-4e70-b60b-b1110f77b353} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6607 | 2024.07.31 06:55:41.270118 [ 3 ] {f911c19a-f83d-4e70-b60b-b1110f77b353} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6608 | 2024.07.31 06:55:41.270154 [ 3 ] {f911c19a-f83d-4e70-b60b-b1110f77b353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6609 | 2024.07.31 06:55:41.270474 [ 3 ] {f911c19a-f83d-4e70-b60b-b1110f77b353} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6610 | 2024.07.31 06:55:41.270787 [ 3 ] {f911c19a-f83d-4e70-b60b-b1110f77b353} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6611 | 2024.07.31 06:55:41.270909 [ 3 ] {f911c19a-f83d-4e70-b60b-b1110f77b353} <Debug> executeQuery: Read 386 rows, 27.79 KiB in 0.001604 sec., 240648.37905236907 rows/sec., 16.92 MiB/sec. | ||
| 6612 | 2024.07.31 06:55:41.271074 [ 3 ] {f911c19a-f83d-4e70-b60b-b1110f77b353} <Debug> DynamicQueryHandler: Done processing query | ||
| 6613 | 2024.07.31 06:55:41.271099 [ 3 ] {f911c19a-f83d-4e70-b60b-b1110f77b353} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 6614 | 2024.07.31 06:55:41.271116 [ 3 ] {} <Debug> HTTP-Session: e80d7f46-3216-4c82-aa5b-eb787d760676 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6615 | 2024.07.31 06:55:41.271258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6616 | 2024.07.31 06:55:41.271306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6617 | 2024.07.31 06:55:41.271326 [ 3 ] {} <Debug> HTTP-Session: 91f94e8c-dcfe-43b5-89d2-df359b1838c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6618 | 2024.07.31 06:55:41.271343 [ 3 ] {} <Debug> HTTP-Session: 91f94e8c-dcfe-43b5-89d2-df359b1838c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6619 | 2024.07.31 06:55:41.271356 [ 3 ] {} <Debug> HTTP-Session: 91f94e8c-dcfe-43b5-89d2-df359b1838c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6620 | 2024.07.31 06:55:41.271387 [ 3 ] {} <Trace> HTTP-Session: 91f94e8c-dcfe-43b5-89d2-df359b1838c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6621 | 2024.07.31 06:55:41.271481 [ 3 ] {3f2cbe61-563c-4d49-a109-5dfc9bc07749} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 6622 | 2024.07.31 06:55:41.271526 [ 3 ] {3f2cbe61-563c-4d49-a109-5dfc9bc07749} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6623 | 2024.07.31 06:55:41.271654 [ 3 ] {3f2cbe61-563c-4d49-a109-5dfc9bc07749} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6624 | 2024.07.31 06:55:41.271940 [ 3 ] {3f2cbe61-563c-4d49-a109-5dfc9bc07749} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6625 | 2024.07.31 06:55:41.271975 [ 3 ] {3f2cbe61-563c-4d49-a109-5dfc9bc07749} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6626 | 2024.07.31 06:55:41.272343 [ 3 ] {3f2cbe61-563c-4d49-a109-5dfc9bc07749} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 6627 | 2024.07.31 06:55:41.272684 [ 3 ] {3f2cbe61-563c-4d49-a109-5dfc9bc07749} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6628 | 2024.07.31 06:55:41.272813 [ 3 ] {3f2cbe61-563c-4d49-a109-5dfc9bc07749} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001356 sec., 4424.778761061947 rows/sec., 190.13 KiB/sec. | ||
| 6629 | 2024.07.31 06:55:41.272966 [ 3 ] {3f2cbe61-563c-4d49-a109-5dfc9bc07749} <Debug> DynamicQueryHandler: Done processing query | ||
| 6630 | 2024.07.31 06:55:41.272990 [ 3 ] {3f2cbe61-563c-4d49-a109-5dfc9bc07749} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6631 | 2024.07.31 06:55:41.273006 [ 3 ] {} <Debug> HTTP-Session: 91f94e8c-dcfe-43b5-89d2-df359b1838c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6632 | 2024.07.31 06:55:41.273132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6633 | 2024.07.31 06:55:41.273181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6634 | 2024.07.31 06:55:41.273201 [ 3 ] {} <Debug> HTTP-Session: 93c02568-cdbf-47a0-b9f7-9ba9f2afc781 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6635 | 2024.07.31 06:55:41.273217 [ 3 ] {} <Debug> HTTP-Session: 93c02568-cdbf-47a0-b9f7-9ba9f2afc781 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6636 | 2024.07.31 06:55:41.273230 [ 3 ] {} <Debug> HTTP-Session: 93c02568-cdbf-47a0-b9f7-9ba9f2afc781 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6637 | 2024.07.31 06:55:41.273260 [ 3 ] {} <Trace> HTTP-Session: 93c02568-cdbf-47a0-b9f7-9ba9f2afc781 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6638 | 2024.07.31 06:55:41.273376 [ 3 ] {a2de0e23-ccae-4c10-aef6-d56804762dc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 6639 | 2024.07.31 06:55:41.273423 [ 3 ] {a2de0e23-ccae-4c10-aef6-d56804762dc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 6640 | 2024.07.31 06:55:41.273563 [ 3 ] {a2de0e23-ccae-4c10-aef6-d56804762dc5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6641 | 2024.07.31 06:55:41.273878 [ 3 ] {a2de0e23-ccae-4c10-aef6-d56804762dc5} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6642 | 2024.07.31 06:55:41.273913 [ 3 ] {a2de0e23-ccae-4c10-aef6-d56804762dc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6643 | 2024.07.31 06:55:41.274269 [ 3 ] {a2de0e23-ccae-4c10-aef6-d56804762dc5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 6644 | 2024.07.31 06:55:41.274595 [ 3 ] {a2de0e23-ccae-4c10-aef6-d56804762dc5} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6645 | 2024.07.31 06:55:41.274722 [ 3 ] {a2de0e23-ccae-4c10-aef6-d56804762dc5} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001387 sec., 55515.5010814708 rows/sec., 3.42 MiB/sec. | ||
| 6646 | 2024.07.31 06:55:41.274886 [ 3 ] {a2de0e23-ccae-4c10-aef6-d56804762dc5} <Debug> DynamicQueryHandler: Done processing query | ||
| 6647 | 2024.07.31 06:55:41.274910 [ 3 ] {a2de0e23-ccae-4c10-aef6-d56804762dc5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6648 | 2024.07.31 06:55:41.274926 [ 3 ] {} <Debug> HTTP-Session: 93c02568-cdbf-47a0-b9f7-9ba9f2afc781 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6649 | 2024.07.31 06:55:41.275091 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6650 | 2024.07.31 06:55:41.275141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6651 | 2024.07.31 06:55:41.275161 [ 3 ] {} <Debug> HTTP-Session: b3325b74-a7f2-4c40-b924-bb5670e5558a Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6652 | 2024.07.31 06:55:41.275176 [ 3 ] {} <Debug> HTTP-Session: b3325b74-a7f2-4c40-b924-bb5670e5558a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6653 | 2024.07.31 06:55:41.275192 [ 3 ] {} <Debug> HTTP-Session: b3325b74-a7f2-4c40-b924-bb5670e5558a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6654 | 2024.07.31 06:55:41.275222 [ 3 ] {} <Trace> HTTP-Session: b3325b74-a7f2-4c40-b924-bb5670e5558a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6655 | 2024.07.31 06:55:41.275358 [ 3 ] {840c6632-6e6a-4762-b14d-85c9314a958b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6656 | 2024.07.31 06:55:41.275404 [ 3 ] {840c6632-6e6a-4762-b14d-85c9314a958b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6657 | 2024.07.31 06:55:41.275545 [ 3 ] {840c6632-6e6a-4762-b14d-85c9314a958b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6658 | 2024.07.31 06:55:41.276002 [ 3 ] {840c6632-6e6a-4762-b14d-85c9314a958b} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6659 | 2024.07.31 06:55:41.276037 [ 3 ] {840c6632-6e6a-4762-b14d-85c9314a958b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6660 | 2024.07.31 06:55:41.276412 [ 3 ] {840c6632-6e6a-4762-b14d-85c9314a958b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6661 | 2024.07.31 06:55:41.276747 [ 3 ] {840c6632-6e6a-4762-b14d-85c9314a958b} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6662 | 2024.07.31 06:55:41.276874 [ 3 ] {840c6632-6e6a-4762-b14d-85c9314a958b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001577 sec., 101458.4654407102 rows/sec., 7.07 MiB/sec. | ||
| 6663 | 2024.07.31 06:55:41.277042 [ 3 ] {840c6632-6e6a-4762-b14d-85c9314a958b} <Debug> DynamicQueryHandler: Done processing query | ||
| 6664 | 2024.07.31 06:55:41.277066 [ 3 ] {840c6632-6e6a-4762-b14d-85c9314a958b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6665 | 2024.07.31 06:55:41.277083 [ 3 ] {} <Debug> HTTP-Session: b3325b74-a7f2-4c40-b924-bb5670e5558a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6666 | 2024.07.31 06:55:41.277208 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6667 | 2024.07.31 06:55:41.277256 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6668 | 2024.07.31 06:55:41.277275 [ 3 ] {} <Debug> HTTP-Session: d162fe86-2104-430a-bbcd-def9796bd910 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6669 | 2024.07.31 06:55:41.277292 [ 3 ] {} <Debug> HTTP-Session: d162fe86-2104-430a-bbcd-def9796bd910 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6670 | 2024.07.31 06:55:41.277305 [ 3 ] {} <Debug> HTTP-Session: d162fe86-2104-430a-bbcd-def9796bd910 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6671 | 2024.07.31 06:55:41.277336 [ 3 ] {} <Trace> HTTP-Session: d162fe86-2104-430a-bbcd-def9796bd910 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6672 | 2024.07.31 06:55:41.277466 [ 3 ] {96dc30ed-abd4-427f-9577-86a93eaf9d3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6673 | 2024.07.31 06:55:41.277527 [ 3 ] {96dc30ed-abd4-427f-9577-86a93eaf9d3c} <Trace> 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 | ||
| 6674 | 2024.07.31 06:55:41.277931 [ 3 ] {96dc30ed-abd4-427f-9577-86a93eaf9d3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6675 | 2024.07.31 06:55:41.278452 [ 3 ] {96dc30ed-abd4-427f-9577-86a93eaf9d3c} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6676 | 2024.07.31 06:55:41.278487 [ 3 ] {96dc30ed-abd4-427f-9577-86a93eaf9d3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6677 | 2024.07.31 06:55:41.279062 [ 3 ] {96dc30ed-abd4-427f-9577-86a93eaf9d3c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6678 | 2024.07.31 06:55:41.279468 [ 3 ] {96dc30ed-abd4-427f-9577-86a93eaf9d3c} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6679 | 2024.07.31 06:55:41.279633 [ 3 ] {96dc30ed-abd4-427f-9577-86a93eaf9d3c} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002222 sec., 1800.1800180018001 rows/sec., 3.23 MiB/sec. | ||
| 6680 | 2024.07.31 06:55:41.280165 [ 3 ] {96dc30ed-abd4-427f-9577-86a93eaf9d3c} <Debug> DynamicQueryHandler: Done processing query | ||
| 6681 | 2024.07.31 06:55:41.280209 [ 3 ] {96dc30ed-abd4-427f-9577-86a93eaf9d3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 6682 | 2024.07.31 06:55:41.280226 [ 3 ] {} <Debug> HTTP-Session: d162fe86-2104-430a-bbcd-def9796bd910 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6683 | 2024.07.31 06:55:41.280338 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6684 | 2024.07.31 06:55:41.280389 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6685 | 2024.07.31 06:55:41.280408 [ 3 ] {} <Debug> HTTP-Session: 63919526-9669-43e4-a517-78edcfee06b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6686 | 2024.07.31 06:55:41.280424 [ 3 ] {} <Debug> HTTP-Session: 63919526-9669-43e4-a517-78edcfee06b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6687 | 2024.07.31 06:55:41.280437 [ 3 ] {} <Debug> HTTP-Session: 63919526-9669-43e4-a517-78edcfee06b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6688 | 2024.07.31 06:55:41.280468 [ 3 ] {} <Trace> HTTP-Session: 63919526-9669-43e4-a517-78edcfee06b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6689 | 2024.07.31 06:55:41.280573 [ 3 ] {f8ae894d-8a85-4a7b-a7c7-8e2a75d46f11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6690 | 2024.07.31 06:55:41.280619 [ 3 ] {f8ae894d-8a85-4a7b-a7c7-8e2a75d46f11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 6691 | 2024.07.31 06:55:41.280767 [ 3 ] {f8ae894d-8a85-4a7b-a7c7-8e2a75d46f11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6692 | 2024.07.31 06:55:41.281044 [ 3 ] {f8ae894d-8a85-4a7b-a7c7-8e2a75d46f11} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6693 | 2024.07.31 06:55:41.281080 [ 3 ] {f8ae894d-8a85-4a7b-a7c7-8e2a75d46f11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6694 | 2024.07.31 06:55:41.281431 [ 3 ] {f8ae894d-8a85-4a7b-a7c7-8e2a75d46f11} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6695 | 2024.07.31 06:55:41.281761 [ 3 ] {f8ae894d-8a85-4a7b-a7c7-8e2a75d46f11} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6696 | 2024.07.31 06:55:41.281918 [ 3 ] {f8ae894d-8a85-4a7b-a7c7-8e2a75d46f11} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001373 sec., 16751.638747268753 rows/sec., 906.15 KiB/sec. | ||
| 6697 | 2024.07.31 06:55:41.281917 [ 50 ] {} <Debug> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 6698 | 2024.07.31 06:55:41.282040 [ 50 ] {} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6699 | 2024.07.31 06:55:41.282079 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6700 | 2024.07.31 06:55:41.282156 [ 3 ] {f8ae894d-8a85-4a7b-a7c7-8e2a75d46f11} <Debug> DynamicQueryHandler: Done processing query | ||
| 6701 | 2024.07.31 06:55:41.282220 [ 3 ] {f8ae894d-8a85-4a7b-a7c7-8e2a75d46f11} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6702 | 2024.07.31 06:55:41.282260 [ 3 ] {} <Debug> HTTP-Session: 63919526-9669-43e4-a517-78edcfee06b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6703 | 2024.07.31 06:55:41.282273 [ 194 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 6704 | 2024.07.31 06:55:41.282454 [ 194 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6705 | 2024.07.31 06:55:41.282471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6706 | 2024.07.31 06:55:41.282507 [ 194 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 257 rows starting from the beginning of the part | ||
| 6707 | 2024.07.31 06:55:41.282563 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6708 | 2024.07.31 06:55:41.282640 [ 3 ] {} <Debug> HTTP-Session: cdbdd4d2-74ef-44ef-a705-fd694317d57a Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6709 | 2024.07.31 06:55:41.282705 [ 194 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 23 rows starting from the beginning of the part | ||
| 6710 | 2024.07.31 06:55:41.282726 [ 3 ] {} <Debug> HTTP-Session: cdbdd4d2-74ef-44ef-a705-fd694317d57a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6711 | 2024.07.31 06:55:41.282788 [ 3 ] {} <Debug> HTTP-Session: cdbdd4d2-74ef-44ef-a705-fd694317d57a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6712 | 2024.07.31 06:55:41.282944 [ 3 ] {} <Trace> HTTP-Session: cdbdd4d2-74ef-44ef-a705-fd694317d57a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6713 | 2024.07.31 06:55:41.283054 [ 194 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 23 rows starting from the beginning of the part | ||
| 6714 | 2024.07.31 06:55:41.283438 [ 3 ] {044caffe-59a8-499c-9a7e-86c7e3672403} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6715 | 2024.07.31 06:55:41.283489 [ 194 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 23 rows starting from the beginning of the part | ||
| 6716 | 2024.07.31 06:55:41.283659 [ 3 ] {044caffe-59a8-499c-9a7e-86c7e3672403} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6717 | 2024.07.31 06:55:41.283777 [ 194 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 23 rows starting from the beginning of the part | ||
| 6718 | 2024.07.31 06:55:41.284146 [ 194 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 23 rows starting from the beginning of the part | ||
| 6719 | 2024.07.31 06:55:41.284717 [ 3 ] {044caffe-59a8-499c-9a7e-86c7e3672403} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6720 | 2024.07.31 06:55:41.285297 [ 3 ] {044caffe-59a8-499c-9a7e-86c7e3672403} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6721 | 2024.07.31 06:55:41.285347 [ 3 ] {044caffe-59a8-499c-9a7e-86c7e3672403} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 6722 | 2024.07.31 06:55:41.286363 [ 3 ] {044caffe-59a8-499c-9a7e-86c7e3672403} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6723 | 2024.07.31 06:55:41.286925 [ 194 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 372 rows, containing 4 columns (4 merged, 0 gathered) in 0.004752048 sec., 78282.03755517621 rows/sec., 4.24 MiB/sec. | ||
| 6724 | 2024.07.31 06:55:41.287174 [ 3 ] {044caffe-59a8-499c-9a7e-86c7e3672403} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6725 | 2024.07.31 06:55:41.287208 [ 188 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 6726 | 2024.07.31 06:55:41.287478 [ 3 ] {044caffe-59a8-499c-9a7e-86c7e3672403} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004269 sec., 14054.813773717498 rows/sec., 969.93 KiB/sec. | ||
| 6727 | 2024.07.31 06:55:41.287833 [ 3 ] {044caffe-59a8-499c-9a7e-86c7e3672403} <Debug> DynamicQueryHandler: Done processing query | ||
| 6728 | 2024.07.31 06:55:41.287863 [ 3 ] {044caffe-59a8-499c-9a7e-86c7e3672403} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6729 | 2024.07.31 06:55:41.287890 [ 3 ] {} <Debug> HTTP-Session: cdbdd4d2-74ef-44ef-a705-fd694317d57a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6730 | 2024.07.31 06:55:41.288067 [ 188 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_16_3} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6731 | 2024.07.31 06:55:41.288167 [ 188 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_16_3} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 6732 | 2024.07.31 06:55:41.288274 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 6733 | 2024.07.31 06:55:46.259574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6734 | 2024.07.31 06:55:46.259710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6735 | 2024.07.31 06:55:46.259737 [ 3 ] {} <Debug> HTTP-Session: bd5b85ef-1077-4ed6-8b70-fc512891eda2 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6736 | 2024.07.31 06:55:46.259761 [ 3 ] {} <Debug> HTTP-Session: bd5b85ef-1077-4ed6-8b70-fc512891eda2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6737 | 2024.07.31 06:55:46.259775 [ 3 ] {} <Debug> HTTP-Session: bd5b85ef-1077-4ed6-8b70-fc512891eda2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6738 | 2024.07.31 06:55:46.259826 [ 3 ] {} <Trace> HTTP-Session: bd5b85ef-1077-4ed6-8b70-fc512891eda2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6739 | 2024.07.31 06:55:46.260018 [ 3 ] {539c4e2f-ace5-409b-aeab-8d33d9e44824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6740 | 2024.07.31 06:55:46.260086 [ 3 ] {539c4e2f-ace5-409b-aeab-8d33d9e44824} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6741 | 2024.07.31 06:55:46.260284 [ 3 ] {539c4e2f-ace5-409b-aeab-8d33d9e44824} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6742 | 2024.07.31 06:55:46.260708 [ 3 ] {539c4e2f-ace5-409b-aeab-8d33d9e44824} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6743 | 2024.07.31 06:55:46.260754 [ 3 ] {539c4e2f-ace5-409b-aeab-8d33d9e44824} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 6744 | 2024.07.31 06:55:46.261130 [ 3 ] {539c4e2f-ace5-409b-aeab-8d33d9e44824} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6745 | 2024.07.31 06:55:46.261487 [ 3 ] {539c4e2f-ace5-409b-aeab-8d33d9e44824} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6746 | 2024.07.31 06:55:46.261658 [ 3 ] {539c4e2f-ace5-409b-aeab-8d33d9e44824} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001691 sec., 15966.883500887048 rows/sec., 1.26 MiB/sec. | ||
| 6747 | 2024.07.31 06:55:46.261959 [ 3 ] {539c4e2f-ace5-409b-aeab-8d33d9e44824} <Debug> DynamicQueryHandler: Done processing query | ||
| 6748 | 2024.07.31 06:55:46.261991 [ 3 ] {539c4e2f-ace5-409b-aeab-8d33d9e44824} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6749 | 2024.07.31 06:55:46.262008 [ 3 ] {} <Debug> HTTP-Session: bd5b85ef-1077-4ed6-8b70-fc512891eda2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6750 | 2024.07.31 06:55:46.262187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 20062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6751 | 2024.07.31 06:55:46.262239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6752 | 2024.07.31 06:55:46.262259 [ 3 ] {} <Debug> HTTP-Session: 94cb9cea-9d36-4a58-a878-5bc27f7df9d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6753 | 2024.07.31 06:55:46.262276 [ 3 ] {} <Debug> HTTP-Session: 94cb9cea-9d36-4a58-a878-5bc27f7df9d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6754 | 2024.07.31 06:55:46.262290 [ 3 ] {} <Debug> HTTP-Session: 94cb9cea-9d36-4a58-a878-5bc27f7df9d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6755 | 2024.07.31 06:55:46.262322 [ 3 ] {} <Trace> HTTP-Session: 94cb9cea-9d36-4a58-a878-5bc27f7df9d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6756 | 2024.07.31 06:55:46.262484 [ 3 ] {f401696c-b72d-45f7-a5a9-00e9d9423917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6757 | 2024.07.31 06:55:46.262530 [ 3 ] {f401696c-b72d-45f7-a5a9-00e9d9423917} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6758 | 2024.07.31 06:55:46.262676 [ 3 ] {f401696c-b72d-45f7-a5a9-00e9d9423917} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6759 | 2024.07.31 06:55:46.263068 [ 3 ] {f401696c-b72d-45f7-a5a9-00e9d9423917} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6760 | 2024.07.31 06:55:46.263106 [ 3 ] {f401696c-b72d-45f7-a5a9-00e9d9423917} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 6761 | 2024.07.31 06:55:46.263427 [ 3 ] {f401696c-b72d-45f7-a5a9-00e9d9423917} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6762 | 2024.07.31 06:55:46.263740 [ 3 ] {f401696c-b72d-45f7-a5a9-00e9d9423917} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6763 | 2024.07.31 06:55:46.263904 [ 3 ] {f401696c-b72d-45f7-a5a9-00e9d9423917} <Debug> executeQuery: Read 137 rows, 11.71 KiB in 0.00149 sec., 91946.30872483221 rows/sec., 7.68 MiB/sec. | ||
| 6764 | 2024.07.31 06:55:46.264098 [ 3 ] {f401696c-b72d-45f7-a5a9-00e9d9423917} <Debug> DynamicQueryHandler: Done processing query | ||
| 6765 | 2024.07.31 06:55:46.264125 [ 3 ] {f401696c-b72d-45f7-a5a9-00e9d9423917} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 6766 | 2024.07.31 06:55:46.264142 [ 3 ] {} <Debug> HTTP-Session: 94cb9cea-9d36-4a58-a878-5bc27f7df9d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6767 | 2024.07.31 06:55:46.264285 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 15465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6768 | 2024.07.31 06:55:46.264334 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6769 | 2024.07.31 06:55:46.264353 [ 3 ] {} <Debug> HTTP-Session: 5d9cd010-1e26-46f6-9121-a483477a4557 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6770 | 2024.07.31 06:55:46.264370 [ 3 ] {} <Debug> HTTP-Session: 5d9cd010-1e26-46f6-9121-a483477a4557 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6771 | 2024.07.31 06:55:46.264383 [ 3 ] {} <Debug> HTTP-Session: 5d9cd010-1e26-46f6-9121-a483477a4557 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6772 | 2024.07.31 06:55:46.264414 [ 3 ] {} <Trace> HTTP-Session: 5d9cd010-1e26-46f6-9121-a483477a4557 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6773 | 2024.07.31 06:55:46.264531 [ 3 ] {ff8c56d8-0a32-4d30-b2c9-3cde04603c25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6774 | 2024.07.31 06:55:46.264574 [ 3 ] {ff8c56d8-0a32-4d30-b2c9-3cde04603c25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6775 | 2024.07.31 06:55:46.264700 [ 3 ] {ff8c56d8-0a32-4d30-b2c9-3cde04603c25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6776 | 2024.07.31 06:55:46.265121 [ 3 ] {ff8c56d8-0a32-4d30-b2c9-3cde04603c25} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6777 | 2024.07.31 06:55:46.265158 [ 3 ] {ff8c56d8-0a32-4d30-b2c9-3cde04603c25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 6778 | 2024.07.31 06:55:46.265471 [ 3 ] {ff8c56d8-0a32-4d30-b2c9-3cde04603c25} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6779 | 2024.07.31 06:55:46.265792 [ 3 ] {ff8c56d8-0a32-4d30-b2c9-3cde04603c25} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6780 | 2024.07.31 06:55:46.265951 [ 3 ] {ff8c56d8-0a32-4d30-b2c9-3cde04603c25} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001461 sec., 62286.1054072553 rows/sec., 4.86 MiB/sec. | ||
| 6781 | 2024.07.31 06:55:46.266120 [ 3 ] {ff8c56d8-0a32-4d30-b2c9-3cde04603c25} <Debug> DynamicQueryHandler: Done processing query | ||
| 6782 | 2024.07.31 06:55:46.266145 [ 3 ] {ff8c56d8-0a32-4d30-b2c9-3cde04603c25} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 6783 | 2024.07.31 06:55:46.266161 [ 3 ] {} <Debug> HTTP-Session: 5d9cd010-1e26-46f6-9121-a483477a4557 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6784 | 2024.07.31 06:55:46.266327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6785 | 2024.07.31 06:55:46.266377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6786 | 2024.07.31 06:55:46.266397 [ 3 ] {} <Debug> HTTP-Session: 6829d87a-b290-49db-a749-21713b973f55 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6787 | 2024.07.31 06:55:46.266413 [ 3 ] {} <Debug> HTTP-Session: 6829d87a-b290-49db-a749-21713b973f55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6788 | 2024.07.31 06:55:46.266427 [ 3 ] {} <Debug> HTTP-Session: 6829d87a-b290-49db-a749-21713b973f55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6789 | 2024.07.31 06:55:46.266458 [ 3 ] {} <Trace> HTTP-Session: 6829d87a-b290-49db-a749-21713b973f55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6790 | 2024.07.31 06:55:46.266607 [ 3 ] {ea1725c7-4c20-4473-9845-11161d813bea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6791 | 2024.07.31 06:55:46.266655 [ 3 ] {ea1725c7-4c20-4473-9845-11161d813bea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6792 | 2024.07.31 06:55:46.266805 [ 3 ] {ea1725c7-4c20-4473-9845-11161d813bea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6793 | 2024.07.31 06:55:46.267213 [ 3 ] {ea1725c7-4c20-4473-9845-11161d813bea} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6794 | 2024.07.31 06:55:46.267249 [ 3 ] {ea1725c7-4c20-4473-9845-11161d813bea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 6795 | 2024.07.31 06:55:46.267642 [ 3 ] {ea1725c7-4c20-4473-9845-11161d813bea} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6796 | 2024.07.31 06:55:46.267990 [ 3 ] {ea1725c7-4c20-4473-9845-11161d813bea} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6797 | 2024.07.31 06:55:46.268158 [ 3 ] {ea1725c7-4c20-4473-9845-11161d813bea} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001614 sec., 99132.58983890954 rows/sec., 6.90 MiB/sec. | ||
| 6798 | 2024.07.31 06:55:46.268441 [ 3 ] {ea1725c7-4c20-4473-9845-11161d813bea} <Debug> DynamicQueryHandler: Done processing query | ||
| 6799 | 2024.07.31 06:55:46.268493 [ 3 ] {ea1725c7-4c20-4473-9845-11161d813bea} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6800 | 2024.07.31 06:55:46.268516 [ 3 ] {} <Debug> HTTP-Session: 6829d87a-b290-49db-a749-21713b973f55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6801 | 2024.07.31 06:55:46.268674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 43622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6802 | 2024.07.31 06:55:46.268725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6803 | 2024.07.31 06:55:46.268745 [ 3 ] {} <Debug> HTTP-Session: 285d19de-32f6-457e-9c1c-5e2556c5b8e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6804 | 2024.07.31 06:55:46.268761 [ 3 ] {} <Debug> HTTP-Session: 285d19de-32f6-457e-9c1c-5e2556c5b8e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6805 | 2024.07.31 06:55:46.268775 [ 3 ] {} <Debug> HTTP-Session: 285d19de-32f6-457e-9c1c-5e2556c5b8e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6806 | 2024.07.31 06:55:46.268805 [ 3 ] {} <Trace> HTTP-Session: 285d19de-32f6-457e-9c1c-5e2556c5b8e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6807 | 2024.07.31 06:55:46.269318 [ 3 ] {93640802-87af-4783-9dd3-cfabe5a08289} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6808 | 2024.07.31 06:55:46.269387 [ 3 ] {93640802-87af-4783-9dd3-cfabe5a08289} <Trace> 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 | ||
| 6809 | 2024.07.31 06:55:46.269822 [ 3 ] {93640802-87af-4783-9dd3-cfabe5a08289} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6810 | 2024.07.31 06:55:46.270825 [ 3 ] {93640802-87af-4783-9dd3-cfabe5a08289} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6811 | 2024.07.31 06:55:46.270863 [ 3 ] {93640802-87af-4783-9dd3-cfabe5a08289} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 6812 | 2024.07.31 06:55:46.271494 [ 3 ] {93640802-87af-4783-9dd3-cfabe5a08289} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6813 | 2024.07.31 06:55:46.271903 [ 3 ] {93640802-87af-4783-9dd3-cfabe5a08289} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6814 | 2024.07.31 06:55:46.272097 [ 3 ] {93640802-87af-4783-9dd3-cfabe5a08289} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.0032 sec., 8437.5 rows/sec., 15.12 MiB/sec. | ||
| 6815 | 2024.07.31 06:55:46.272324 [ 3 ] {93640802-87af-4783-9dd3-cfabe5a08289} <Debug> DynamicQueryHandler: Done processing query | ||
| 6816 | 2024.07.31 06:55:46.272349 [ 3 ] {93640802-87af-4783-9dd3-cfabe5a08289} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 6817 | 2024.07.31 06:55:46.272365 [ 3 ] {} <Debug> HTTP-Session: 285d19de-32f6-457e-9c1c-5e2556c5b8e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6818 | 2024.07.31 06:55:46.272502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6819 | 2024.07.31 06:55:46.272552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6820 | 2024.07.31 06:55:46.272572 [ 3 ] {} <Debug> HTTP-Session: 86ba3d06-b267-428d-96e5-d158c87d3707 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6821 | 2024.07.31 06:55:46.272588 [ 3 ] {} <Debug> HTTP-Session: 86ba3d06-b267-428d-96e5-d158c87d3707 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6822 | 2024.07.31 06:55:46.272602 [ 3 ] {} <Debug> HTTP-Session: 86ba3d06-b267-428d-96e5-d158c87d3707 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6823 | 2024.07.31 06:55:46.272633 [ 3 ] {} <Trace> HTTP-Session: 86ba3d06-b267-428d-96e5-d158c87d3707 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6824 | 2024.07.31 06:55:46.272748 [ 3 ] {67fe9c89-c9c6-4dfe-a49b-efc37395b3b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6825 | 2024.07.31 06:55:46.272794 [ 3 ] {67fe9c89-c9c6-4dfe-a49b-efc37395b3b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6826 | 2024.07.31 06:55:46.272922 [ 3 ] {67fe9c89-c9c6-4dfe-a49b-efc37395b3b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6827 | 2024.07.31 06:55:46.273257 [ 3 ] {67fe9c89-c9c6-4dfe-a49b-efc37395b3b2} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6828 | 2024.07.31 06:55:46.273293 [ 3 ] {67fe9c89-c9c6-4dfe-a49b-efc37395b3b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 6829 | 2024.07.31 06:55:46.273649 [ 3 ] {67fe9c89-c9c6-4dfe-a49b-efc37395b3b2} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6830 | 2024.07.31 06:55:46.273986 [ 3 ] {67fe9c89-c9c6-4dfe-a49b-efc37395b3b2} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6831 | 2024.07.31 06:55:46.274144 [ 3 ] {67fe9c89-c9c6-4dfe-a49b-efc37395b3b2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001435 sec., 41811.846689895465 rows/sec., 2.82 MiB/sec. | ||
| 6832 | 2024.07.31 06:55:46.274314 [ 3 ] {67fe9c89-c9c6-4dfe-a49b-efc37395b3b2} <Debug> DynamicQueryHandler: Done processing query | ||
| 6833 | 2024.07.31 06:55:46.274339 [ 3 ] {67fe9c89-c9c6-4dfe-a49b-efc37395b3b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6834 | 2024.07.31 06:55:46.274356 [ 3 ] {} <Debug> HTTP-Session: 86ba3d06-b267-428d-96e5-d158c87d3707 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6835 | 2024.07.31 06:55:51.262662 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6836 | 2024.07.31 06:55:51.262783 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6837 | 2024.07.31 06:55:51.262807 [ 3 ] {} <Debug> HTTP-Session: f44fa6fc-156b-49f4-89b0-f0d2e71af61c Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6838 | 2024.07.31 06:55:51.262831 [ 3 ] {} <Debug> HTTP-Session: f44fa6fc-156b-49f4-89b0-f0d2e71af61c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6839 | 2024.07.31 06:55:51.262845 [ 3 ] {} <Debug> HTTP-Session: f44fa6fc-156b-49f4-89b0-f0d2e71af61c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6840 | 2024.07.31 06:55:51.262893 [ 3 ] {} <Trace> HTTP-Session: f44fa6fc-156b-49f4-89b0-f0d2e71af61c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6841 | 2024.07.31 06:55:51.263067 [ 3 ] {dc0255fe-0461-4ddb-a534-1d571284f4b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6842 | 2024.07.31 06:55:51.263132 [ 3 ] {dc0255fe-0461-4ddb-a534-1d571284f4b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6843 | 2024.07.31 06:55:51.263320 [ 3 ] {dc0255fe-0461-4ddb-a534-1d571284f4b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6844 | 2024.07.31 06:55:51.263955 [ 3 ] {dc0255fe-0461-4ddb-a534-1d571284f4b5} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6845 | 2024.07.31 06:55:51.263997 [ 3 ] {dc0255fe-0461-4ddb-a534-1d571284f4b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 6846 | 2024.07.31 06:55:51.264359 [ 3 ] {dc0255fe-0461-4ddb-a534-1d571284f4b5} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6847 | 2024.07.31 06:55:51.264693 [ 3 ] {dc0255fe-0461-4ddb-a534-1d571284f4b5} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6848 | 2024.07.31 06:55:51.264843 [ 3 ] {dc0255fe-0461-4ddb-a534-1d571284f4b5} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.001827 sec., 5473.453749315818 rows/sec., 363.47 KiB/sec. | ||
| 6849 | 2024.07.31 06:55:51.265054 [ 3 ] {dc0255fe-0461-4ddb-a534-1d571284f4b5} <Debug> DynamicQueryHandler: Done processing query | ||
| 6850 | 2024.07.31 06:55:51.265082 [ 3 ] {dc0255fe-0461-4ddb-a534-1d571284f4b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6851 | 2024.07.31 06:55:51.265099 [ 3 ] {} <Debug> HTTP-Session: f44fa6fc-156b-49f4-89b0-f0d2e71af61c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6852 | 2024.07.31 06:55:51.265272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6853 | 2024.07.31 06:55:51.265329 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6854 | 2024.07.31 06:55:51.265349 [ 3 ] {} <Debug> HTTP-Session: e72a798a-7b84-49ae-b3a4-6b0f40082903 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6855 | 2024.07.31 06:55:51.265366 [ 3 ] {} <Debug> HTTP-Session: e72a798a-7b84-49ae-b3a4-6b0f40082903 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6856 | 2024.07.31 06:55:51.265380 [ 3 ] {} <Debug> HTTP-Session: e72a798a-7b84-49ae-b3a4-6b0f40082903 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6857 | 2024.07.31 06:55:51.265415 [ 3 ] {} <Trace> HTTP-Session: e72a798a-7b84-49ae-b3a4-6b0f40082903 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6858 | 2024.07.31 06:55:51.265524 [ 3 ] {a3d9602c-19f1-4eab-981c-f7e955d21a98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6859 | 2024.07.31 06:55:51.265572 [ 3 ] {a3d9602c-19f1-4eab-981c-f7e955d21a98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6860 | 2024.07.31 06:55:51.265702 [ 3 ] {a3d9602c-19f1-4eab-981c-f7e955d21a98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6861 | 2024.07.31 06:55:51.266020 [ 3 ] {a3d9602c-19f1-4eab-981c-f7e955d21a98} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6862 | 2024.07.31 06:55:51.266057 [ 3 ] {a3d9602c-19f1-4eab-981c-f7e955d21a98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 6863 | 2024.07.31 06:55:51.266364 [ 3 ] {a3d9602c-19f1-4eab-981c-f7e955d21a98} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6864 | 2024.07.31 06:55:51.266674 [ 3 ] {a3d9602c-19f1-4eab-981c-f7e955d21a98} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6865 | 2024.07.31 06:55:51.266802 [ 3 ] {a3d9602c-19f1-4eab-981c-f7e955d21a98} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001307 sec., 3060.44376434583 rows/sec., 249.56 KiB/sec. | ||
| 6866 | 2024.07.31 06:55:51.267015 [ 3 ] {a3d9602c-19f1-4eab-981c-f7e955d21a98} <Debug> DynamicQueryHandler: Done processing query | ||
| 6867 | 2024.07.31 06:55:51.267041 [ 3 ] {a3d9602c-19f1-4eab-981c-f7e955d21a98} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6868 | 2024.07.31 06:55:51.267056 [ 3 ] {} <Debug> HTTP-Session: e72a798a-7b84-49ae-b3a4-6b0f40082903 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6869 | 2024.07.31 06:55:51.267226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26474, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6870 | 2024.07.31 06:55:51.267277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6871 | 2024.07.31 06:55:51.267295 [ 3 ] {} <Debug> HTTP-Session: 1990a2e7-1ad0-4969-9a1c-2a51bc0092cf Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6872 | 2024.07.31 06:55:51.267311 [ 3 ] {} <Debug> HTTP-Session: 1990a2e7-1ad0-4969-9a1c-2a51bc0092cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6873 | 2024.07.31 06:55:51.267324 [ 3 ] {} <Debug> HTTP-Session: 1990a2e7-1ad0-4969-9a1c-2a51bc0092cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6874 | 2024.07.31 06:55:51.267355 [ 3 ] {} <Trace> HTTP-Session: 1990a2e7-1ad0-4969-9a1c-2a51bc0092cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6875 | 2024.07.31 06:55:51.267505 [ 3 ] {cecedcae-fa15-47ed-af90-745bb2dc210a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6876 | 2024.07.31 06:55:51.267549 [ 3 ] {cecedcae-fa15-47ed-af90-745bb2dc210a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6877 | 2024.07.31 06:55:51.267671 [ 3 ] {cecedcae-fa15-47ed-af90-745bb2dc210a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6878 | 2024.07.31 06:55:51.268087 [ 3 ] {cecedcae-fa15-47ed-af90-745bb2dc210a} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6879 | 2024.07.31 06:55:51.268123 [ 3 ] {cecedcae-fa15-47ed-af90-745bb2dc210a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 6880 | 2024.07.31 06:55:51.268452 [ 3 ] {cecedcae-fa15-47ed-af90-745bb2dc210a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6881 | 2024.07.31 06:55:51.268759 [ 3 ] {cecedcae-fa15-47ed-af90-745bb2dc210a} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6882 | 2024.07.31 06:55:51.268886 [ 3 ] {cecedcae-fa15-47ed-af90-745bb2dc210a} <Debug> executeQuery: Read 175 rows, 15.81 KiB in 0.001445 sec., 121107.26643598615 rows/sec., 10.68 MiB/sec. | ||
| 6883 | 2024.07.31 06:55:51.269052 [ 3 ] {cecedcae-fa15-47ed-af90-745bb2dc210a} <Debug> DynamicQueryHandler: Done processing query | ||
| 6884 | 2024.07.31 06:55:51.269076 [ 3 ] {cecedcae-fa15-47ed-af90-745bb2dc210a} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 6885 | 2024.07.31 06:55:51.269093 [ 3 ] {} <Debug> HTTP-Session: 1990a2e7-1ad0-4969-9a1c-2a51bc0092cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6886 | 2024.07.31 06:55:51.269263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6887 | 2024.07.31 06:55:51.269312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6888 | 2024.07.31 06:55:51.269332 [ 3 ] {} <Debug> HTTP-Session: 4085b60e-b341-49ed-b894-c380489fd973 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6889 | 2024.07.31 06:55:51.269348 [ 3 ] {} <Debug> HTTP-Session: 4085b60e-b341-49ed-b894-c380489fd973 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6890 | 2024.07.31 06:55:51.269361 [ 3 ] {} <Debug> HTTP-Session: 4085b60e-b341-49ed-b894-c380489fd973 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6891 | 2024.07.31 06:55:51.269391 [ 3 ] {} <Trace> HTTP-Session: 4085b60e-b341-49ed-b894-c380489fd973 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6892 | 2024.07.31 06:55:51.269486 [ 3 ] {6b32b04f-5ea5-4187-b512-dfee742782f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6893 | 2024.07.31 06:55:51.269529 [ 3 ] {6b32b04f-5ea5-4187-b512-dfee742782f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6894 | 2024.07.31 06:55:51.269653 [ 3 ] {6b32b04f-5ea5-4187-b512-dfee742782f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6895 | 2024.07.31 06:55:51.269933 [ 3 ] {6b32b04f-5ea5-4187-b512-dfee742782f1} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6896 | 2024.07.31 06:55:51.269969 [ 3 ] {6b32b04f-5ea5-4187-b512-dfee742782f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 6897 | 2024.07.31 06:55:51.270260 [ 3 ] {6b32b04f-5ea5-4187-b512-dfee742782f1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6898 | 2024.07.31 06:55:51.270564 [ 3 ] {6b32b04f-5ea5-4187-b512-dfee742782f1} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6899 | 2024.07.31 06:55:51.270695 [ 3 ] {6b32b04f-5ea5-4187-b512-dfee742782f1} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001229 sec., 3254.6786004882015 rows/sec., 227.26 KiB/sec. | ||
| 6900 | 2024.07.31 06:55:51.271058 [ 3 ] {6b32b04f-5ea5-4187-b512-dfee742782f1} <Debug> DynamicQueryHandler: Done processing query | ||
| 6901 | 2024.07.31 06:55:51.271084 [ 3 ] {6b32b04f-5ea5-4187-b512-dfee742782f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6902 | 2024.07.31 06:55:51.271100 [ 3 ] {} <Debug> HTTP-Session: 4085b60e-b341-49ed-b894-c380489fd973 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6903 | 2024.07.31 06:55:51.271283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 62955, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6904 | 2024.07.31 06:55:51.271333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6905 | 2024.07.31 06:55:51.271352 [ 3 ] {} <Debug> HTTP-Session: ca517edb-f98b-457e-b2a7-aee698cab9ae Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6906 | 2024.07.31 06:55:51.271367 [ 3 ] {} <Debug> HTTP-Session: ca517edb-f98b-457e-b2a7-aee698cab9ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6907 | 2024.07.31 06:55:51.271381 [ 3 ] {} <Debug> HTTP-Session: ca517edb-f98b-457e-b2a7-aee698cab9ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6908 | 2024.07.31 06:55:51.271411 [ 3 ] {} <Trace> HTTP-Session: ca517edb-f98b-457e-b2a7-aee698cab9ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6909 | 2024.07.31 06:55:51.271612 [ 3 ] {128d8a4f-056d-435e-9bf8-4fe07666a836} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6910 | 2024.07.31 06:55:51.271655 [ 3 ] {128d8a4f-056d-435e-9bf8-4fe07666a836} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6911 | 2024.07.31 06:55:51.271782 [ 3 ] {128d8a4f-056d-435e-9bf8-4fe07666a836} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6912 | 2024.07.31 06:55:51.272361 [ 3 ] {128d8a4f-056d-435e-9bf8-4fe07666a836} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6913 | 2024.07.31 06:55:51.272397 [ 3 ] {128d8a4f-056d-435e-9bf8-4fe07666a836} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 6914 | 2024.07.31 06:55:51.272707 [ 3 ] {128d8a4f-056d-435e-9bf8-4fe07666a836} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6915 | 2024.07.31 06:55:51.273000 [ 3 ] {128d8a4f-056d-435e-9bf8-4fe07666a836} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6916 | 2024.07.31 06:55:51.273122 [ 3 ] {128d8a4f-056d-435e-9bf8-4fe07666a836} <Debug> executeQuery: Read 390 rows, 28.12 KiB in 0.001614 sec., 241635.68773234202 rows/sec., 17.01 MiB/sec. | ||
| 6917 | 2024.07.31 06:55:51.273288 [ 3 ] {128d8a4f-056d-435e-9bf8-4fe07666a836} <Debug> DynamicQueryHandler: Done processing query | ||
| 6918 | 2024.07.31 06:55:51.273312 [ 3 ] {128d8a4f-056d-435e-9bf8-4fe07666a836} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 6919 | 2024.07.31 06:55:51.273328 [ 3 ] {} <Debug> HTTP-Session: ca517edb-f98b-457e-b2a7-aee698cab9ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6920 | 2024.07.31 06:55:51.273545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6921 | 2024.07.31 06:55:51.273592 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6922 | 2024.07.31 06:55:51.273610 [ 3 ] {} <Debug> HTTP-Session: 672be485-6ca0-4757-8c1a-078c23e9673e Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6923 | 2024.07.31 06:55:51.273626 [ 3 ] {} <Debug> HTTP-Session: 672be485-6ca0-4757-8c1a-078c23e9673e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6924 | 2024.07.31 06:55:51.273639 [ 3 ] {} <Debug> HTTP-Session: 672be485-6ca0-4757-8c1a-078c23e9673e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6925 | 2024.07.31 06:55:51.273669 [ 3 ] {} <Trace> HTTP-Session: 672be485-6ca0-4757-8c1a-078c23e9673e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6926 | 2024.07.31 06:55:51.273761 [ 3 ] {badfd53b-fc63-4004-82a8-f335a6e387dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 6927 | 2024.07.31 06:55:51.273805 [ 3 ] {badfd53b-fc63-4004-82a8-f335a6e387dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6928 | 2024.07.31 06:55:51.273931 [ 3 ] {badfd53b-fc63-4004-82a8-f335a6e387dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6929 | 2024.07.31 06:55:51.274206 [ 3 ] {badfd53b-fc63-4004-82a8-f335a6e387dd} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6930 | 2024.07.31 06:55:51.274239 [ 3 ] {badfd53b-fc63-4004-82a8-f335a6e387dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 6931 | 2024.07.31 06:55:51.274594 [ 3 ] {badfd53b-fc63-4004-82a8-f335a6e387dd} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6932 | 2024.07.31 06:55:51.274904 [ 3 ] {badfd53b-fc63-4004-82a8-f335a6e387dd} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6933 | 2024.07.31 06:55:51.275016 [ 115 ] {} <Debug> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 6934 | 2024.07.31 06:55:51.275025 [ 3 ] {badfd53b-fc63-4004-82a8-f335a6e387dd} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001287 sec., 4662.004662004662 rows/sec., 200.32 KiB/sec. | ||
| 6935 | 2024.07.31 06:55:51.275057 [ 115 ] {} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6936 | 2024.07.31 06:55:51.275092 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 6937 | 2024.07.31 06:55:51.275268 [ 3 ] {badfd53b-fc63-4004-82a8-f335a6e387dd} <Debug> DynamicQueryHandler: Done processing query | ||
| 6938 | 2024.07.31 06:55:51.275291 [ 195 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 6939 | 2024.07.31 06:55:51.275303 [ 3 ] {badfd53b-fc63-4004-82a8-f335a6e387dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6940 | 2024.07.31 06:55:51.275382 [ 3 ] {} <Debug> HTTP-Session: 672be485-6ca0-4757-8c1a-078c23e9673e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6941 | 2024.07.31 06:55:51.275560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6942 | 2024.07.31 06:55:51.275602 [ 195 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6943 | 2024.07.31 06:55:51.275678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6944 | 2024.07.31 06:55:51.275684 [ 195 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
| 6945 | 2024.07.31 06:55:51.275718 [ 3 ] {} <Debug> HTTP-Session: c85ee3ca-5ebe-4d44-b3a9-e8b9c1cdc302 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6946 | 2024.07.31 06:55:51.275758 [ 3 ] {} <Debug> HTTP-Session: c85ee3ca-5ebe-4d44-b3a9-e8b9c1cdc302 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6947 | 2024.07.31 06:55:51.275797 [ 3 ] {} <Debug> HTTP-Session: c85ee3ca-5ebe-4d44-b3a9-e8b9c1cdc302 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6948 | 2024.07.31 06:55:51.275930 [ 3 ] {} <Trace> HTTP-Session: c85ee3ca-5ebe-4d44-b3a9-e8b9c1cdc302 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6949 | 2024.07.31 06:55:51.275938 [ 195 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 6950 | 2024.07.31 06:55:51.276160 [ 195 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 6951 | 2024.07.31 06:55:51.276386 [ 3 ] {f154597e-bacb-4134-aec8-e3e28b7c4c09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 6952 | 2024.07.31 06:55:51.276439 [ 195 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 6953 | 2024.07.31 06:55:51.276553 [ 3 ] {f154597e-bacb-4134-aec8-e3e28b7c4c09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 6954 | 2024.07.31 06:55:51.276744 [ 195 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 6955 | 2024.07.31 06:55:51.277071 [ 195 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 6956 | 2024.07.31 06:55:51.277669 [ 3 ] {f154597e-bacb-4134-aec8-e3e28b7c4c09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6957 | 2024.07.31 06:55:51.278362 [ 3 ] {f154597e-bacb-4134-aec8-e3e28b7c4c09} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6958 | 2024.07.31 06:55:51.278429 [ 3 ] {f154597e-bacb-4134-aec8-e3e28b7c4c09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 6959 | 2024.07.31 06:55:51.279513 [ 3 ] {f154597e-bacb-4134-aec8-e3e28b7c4c09} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6960 | 2024.07.31 06:55:51.279850 [ 192 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.004663356 sec., 20586.032891334053 rows/sec., 884.56 KiB/sec. | ||
| 6961 | 2024.07.31 06:55:51.280228 [ 197 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 6962 | 2024.07.31 06:55:51.280232 [ 3 ] {f154597e-bacb-4134-aec8-e3e28b7c4c09} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6963 | 2024.07.31 06:55:51.280605 [ 115 ] {} <Debug> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 6964 | 2024.07.31 06:55:51.280632 [ 3 ] {f154597e-bacb-4134-aec8-e3e28b7c4c09} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004532 sec., 16990.291262135925 rows/sec., 1.05 MiB/sec. | ||
| 6965 | 2024.07.31 06:55:51.280657 [ 115 ] {} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6966 | 2024.07.31 06:55:51.280736 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 6967 | 2024.07.31 06:55:51.281416 [ 3 ] {f154597e-bacb-4134-aec8-e3e28b7c4c09} <Debug> DynamicQueryHandler: Done processing query | ||
| 6968 | 2024.07.31 06:55:51.281435 [ 192 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 6969 | 2024.07.31 06:55:51.281547 [ 3 ] {f154597e-bacb-4134-aec8-e3e28b7c4c09} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6970 | 2024.07.31 06:55:51.281685 [ 3 ] {} <Debug> HTTP-Session: c85ee3ca-5ebe-4d44-b3a9-e8b9c1cdc302 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6971 | 2024.07.31 06:55:51.282118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 31003, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6972 | 2024.07.31 06:55:51.282239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6973 | 2024.07.31 06:55:51.282287 [ 192 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6974 | 2024.07.31 06:55:51.282318 [ 3 ] {} <Debug> HTTP-Session: d44460d2-6b73-4fc0-9503-3d0db7684c03 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 6975 | 2024.07.31 06:55:51.282363 [ 3 ] {} <Debug> HTTP-Session: d44460d2-6b73-4fc0-9503-3d0db7684c03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6976 | 2024.07.31 06:55:51.282387 [ 192 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 847 rows starting from the beginning of the part | ||
| 6977 | 2024.07.31 06:55:51.282412 [ 3 ] {} <Debug> HTTP-Session: d44460d2-6b73-4fc0-9503-3d0db7684c03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6978 | 2024.07.31 06:55:51.282480 [ 3 ] {} <Trace> HTTP-Session: d44460d2-6b73-4fc0-9503-3d0db7684c03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6979 | 2024.07.31 06:55:51.282782 [ 197 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_16_3} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6980 | 2024.07.31 06:55:51.282792 [ 192 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 77 rows starting from the beginning of the part | ||
| 6981 | 2024.07.31 06:55:51.282912 [ 3 ] {fd053439-26a3-4308-9964-c79b2008bb85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6982 | 2024.07.31 06:55:51.283171 [ 3 ] {fd053439-26a3-4308-9964-c79b2008bb85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6983 | 2024.07.31 06:55:51.283244 [ 192 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 77 rows starting from the beginning of the part | ||
| 6984 | 2024.07.31 06:55:51.283333 [ 197 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_16_3} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 6985 | 2024.07.31 06:55:51.283756 [ 192 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 77 rows starting from the beginning of the part | ||
| 6986 | 2024.07.31 06:55:51.283776 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6987 | 2024.07.31 06:55:51.284109 [ 192 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 77 rows starting from the beginning of the part | ||
| 6988 | 2024.07.31 06:55:51.284549 [ 192 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 77 rows starting from the beginning of the part | ||
| 6989 | 2024.07.31 06:55:51.284812 [ 3 ] {fd053439-26a3-4308-9964-c79b2008bb85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6990 | 2024.07.31 06:55:51.285566 [ 3 ] {fd053439-26a3-4308-9964-c79b2008bb85} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6991 | 2024.07.31 06:55:51.285611 [ 3 ] {fd053439-26a3-4308-9964-c79b2008bb85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 6992 | 2024.07.31 06:55:51.286197 [ 3 ] {fd053439-26a3-4308-9964-c79b2008bb85} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6993 | 2024.07.31 06:55:51.286639 [ 187 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1232 rows, containing 5 columns (5 merged, 0 gathered) in 0.005738223 sec., 214700.613761438 rows/sec., 13.22 MiB/sec. | ||
| 6994 | 2024.07.31 06:55:51.286805 [ 3 ] {fd053439-26a3-4308-9964-c79b2008bb85} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6995 | 2024.07.31 06:55:51.286925 [ 187 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 6996 | 2024.07.31 06:55:51.287138 [ 3 ] {fd053439-26a3-4308-9964-c79b2008bb85} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.004389 sec., 36910.457963089546 rows/sec., 2.57 MiB/sec. | ||
| 6997 | 2024.07.31 06:55:51.287456 [ 3 ] {fd053439-26a3-4308-9964-c79b2008bb85} <Debug> DynamicQueryHandler: Done processing query | ||
| 6998 | 2024.07.31 06:55:51.287527 [ 3 ] {fd053439-26a3-4308-9964-c79b2008bb85} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6999 | 2024.07.31 06:55:51.287578 [ 3 ] {} <Debug> HTTP-Session: d44460d2-6b73-4fc0-9503-3d0db7684c03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7000 | 2024.07.31 06:55:51.287750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7001 | 2024.07.31 06:55:51.287859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7002 | 2024.07.31 06:55:51.287870 [ 187 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_16_3} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7003 | 2024.07.31 06:55:51.287892 [ 3 ] {} <Debug> HTTP-Session: 628d9cfd-3abd-45af-a8f7-7634104bb865 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7004 | 2024.07.31 06:55:51.287943 [ 3 ] {} <Debug> HTTP-Session: 628d9cfd-3abd-45af-a8f7-7634104bb865 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7005 | 2024.07.31 06:55:51.287975 [ 3 ] {} <Debug> HTTP-Session: 628d9cfd-3abd-45af-a8f7-7634104bb865 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7006 | 2024.07.31 06:55:51.288036 [ 3 ] {} <Trace> HTTP-Session: 628d9cfd-3abd-45af-a8f7-7634104bb865 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7007 | 2024.07.31 06:55:51.288049 [ 187 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_16_3} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 7008 | 2024.07.31 06:55:51.288209 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 7009 | 2024.07.31 06:55:51.288280 [ 3 ] {6c3b2bf3-4585-4c98-a7ca-e17eecdca5fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7010 | 2024.07.31 06:55:51.288353 [ 3 ] {6c3b2bf3-4585-4c98-a7ca-e17eecdca5fa} <Trace> 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 | ||
| 7011 | 2024.07.31 06:55:51.288779 [ 3 ] {6c3b2bf3-4585-4c98-a7ca-e17eecdca5fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7012 | 2024.07.31 06:55:51.289279 [ 3 ] {6c3b2bf3-4585-4c98-a7ca-e17eecdca5fa} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7013 | 2024.07.31 06:55:51.289328 [ 3 ] {6c3b2bf3-4585-4c98-a7ca-e17eecdca5fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7014 | 2024.07.31 06:55:51.289907 [ 3 ] {6c3b2bf3-4585-4c98-a7ca-e17eecdca5fa} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7015 | 2024.07.31 06:55:51.290327 [ 3 ] {6c3b2bf3-4585-4c98-a7ca-e17eecdca5fa} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7016 | 2024.07.31 06:55:51.290461 [ 99 ] {} <Debug> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7017 | 2024.07.31 06:55:51.290474 [ 3 ] {6c3b2bf3-4585-4c98-a7ca-e17eecdca5fa} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002283 sec., 1752.0805957074026 rows/sec., 3.14 MiB/sec. | ||
| 7018 | 2024.07.31 06:55:51.290505 [ 99 ] {} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7019 | 2024.07.31 06:55:51.290544 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7020 | 2024.07.31 06:55:51.290701 [ 190 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 7021 | 2024.07.31 06:55:51.290818 [ 3 ] {6c3b2bf3-4585-4c98-a7ca-e17eecdca5fa} <Debug> DynamicQueryHandler: Done processing query | ||
| 7022 | 2024.07.31 06:55:51.290851 [ 3 ] {6c3b2bf3-4585-4c98-a7ca-e17eecdca5fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 7023 | 2024.07.31 06:55:51.290882 [ 3 ] {} <Debug> HTTP-Session: 628d9cfd-3abd-45af-a8f7-7634104bb865 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7024 | 2024.07.31 06:55:51.291014 [ 190 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7025 | 2024.07.31 06:55:51.291023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7026 | 2024.07.31 06:55:51.291073 [ 190 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 359 rows starting from the beginning of the part | ||
| 7027 | 2024.07.31 06:55:51.291082 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7028 | 2024.07.31 06:55:51.291115 [ 3 ] {} <Debug> HTTP-Session: 365c1471-5b12-41da-937d-041f9d817f00 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7029 | 2024.07.31 06:55:51.291141 [ 3 ] {} <Debug> HTTP-Session: 365c1471-5b12-41da-937d-041f9d817f00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7030 | 2024.07.31 06:55:51.291166 [ 3 ] {} <Debug> HTTP-Session: 365c1471-5b12-41da-937d-041f9d817f00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7031 | 2024.07.31 06:55:51.291261 [ 3 ] {} <Trace> HTTP-Session: 365c1471-5b12-41da-937d-041f9d817f00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7032 | 2024.07.31 06:55:51.291585 [ 3 ] {1dc168e6-ec61-455a-8607-2f5ef45f8f2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7033 | 2024.07.31 06:55:51.291588 [ 190 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part | ||
| 7034 | 2024.07.31 06:55:51.291642 [ 3 ] {1dc168e6-ec61-455a-8607-2f5ef45f8f2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 7035 | 2024.07.31 06:55:51.292180 [ 190 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 27 rows starting from the beginning of the part | ||
| 7036 | 2024.07.31 06:55:51.292249 [ 3 ] {1dc168e6-ec61-455a-8607-2f5ef45f8f2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7037 | 2024.07.31 06:55:51.292784 [ 190 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
| 7038 | 2024.07.31 06:55:51.293503 [ 3 ] {1dc168e6-ec61-455a-8607-2f5ef45f8f2a} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7039 | 2024.07.31 06:55:51.293563 [ 190 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 27 rows starting from the beginning of the part | ||
| 7040 | 2024.07.31 06:55:51.293566 [ 3 ] {1dc168e6-ec61-455a-8607-2f5ef45f8f2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7041 | 2024.07.31 06:55:51.294048 [ 190 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 4 rows starting from the beginning of the part | ||
| 7042 | 2024.07.31 06:55:51.294642 [ 3 ] {1dc168e6-ec61-455a-8607-2f5ef45f8f2a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7043 | 2024.07.31 06:55:51.295155 [ 3 ] {1dc168e6-ec61-455a-8607-2f5ef45f8f2a} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7044 | 2024.07.31 06:55:51.295340 [ 3 ] {1dc168e6-ec61-455a-8607-2f5ef45f8f2a} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.003871 sec., 5941.61715319039 rows/sec., 321.40 KiB/sec. | ||
| 7045 | 2024.07.31 06:55:51.295526 [ 3 ] {1dc168e6-ec61-455a-8607-2f5ef45f8f2a} <Debug> DynamicQueryHandler: Done processing query | ||
| 7046 | 2024.07.31 06:55:51.295552 [ 3 ] {1dc168e6-ec61-455a-8607-2f5ef45f8f2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7047 | 2024.07.31 06:55:51.295569 [ 3 ] {} <Debug> HTTP-Session: 365c1471-5b12-41da-937d-041f9d817f00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7048 | 2024.07.31 06:55:51.295693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7049 | 2024.07.31 06:55:51.295741 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7050 | 2024.07.31 06:55:51.295761 [ 3 ] {} <Debug> HTTP-Session: 8bc218eb-b6cf-4967-b565-8814308982ec Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7051 | 2024.07.31 06:55:51.295777 [ 3 ] {} <Debug> HTTP-Session: 8bc218eb-b6cf-4967-b565-8814308982ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7052 | 2024.07.31 06:55:51.295791 [ 3 ] {} <Debug> HTTP-Session: 8bc218eb-b6cf-4967-b565-8814308982ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7053 | 2024.07.31 06:55:51.295825 [ 3 ] {} <Trace> HTTP-Session: 8bc218eb-b6cf-4967-b565-8814308982ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7054 | 2024.07.31 06:55:51.296017 [ 3 ] {805094f7-8b76-46e8-b250-d353bfd5bae2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7055 | 2024.07.31 06:55:51.296086 [ 3 ] {805094f7-8b76-46e8-b250-d353bfd5bae2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7056 | 2024.07.31 06:55:51.296406 [ 3 ] {805094f7-8b76-46e8-b250-d353bfd5bae2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7057 | 2024.07.31 06:55:51.297024 [ 3 ] {805094f7-8b76-46e8-b250-d353bfd5bae2} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7058 | 2024.07.31 06:55:51.297073 [ 3 ] {805094f7-8b76-46e8-b250-d353bfd5bae2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7059 | 2024.07.31 06:55:51.297698 [ 3 ] {805094f7-8b76-46e8-b250-d353bfd5bae2} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7060 | 2024.07.31 06:55:51.298344 [ 3 ] {805094f7-8b76-46e8-b250-d353bfd5bae2} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7061 | 2024.07.31 06:55:51.298506 [ 3 ] {805094f7-8b76-46e8-b250-d353bfd5bae2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00258 sec., 23255.813953488374 rows/sec., 1.57 MiB/sec. | ||
| 7062 | 2024.07.31 06:55:51.298865 [ 3 ] {805094f7-8b76-46e8-b250-d353bfd5bae2} <Debug> DynamicQueryHandler: Done processing query | ||
| 7063 | 2024.07.31 06:55:51.298890 [ 3 ] {805094f7-8b76-46e8-b250-d353bfd5bae2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7064 | 2024.07.31 06:55:51.298906 [ 3 ] {} <Debug> HTTP-Session: 8bc218eb-b6cf-4967-b565-8814308982ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7065 | 2024.07.31 06:55:51.299562 [ 187 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 425 rows, containing 19 columns (19 merged, 0 gathered) in 0.008941033 sec., 47533.65746441155 rows/sec., 85.17 MiB/sec. | ||
| 7066 | 2024.07.31 06:55:51.300165 [ 187 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7067 | 2024.07.31 06:55:51.300761 [ 187 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7068 | 2024.07.31 06:55:51.300847 [ 187 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7069 | 2024.07.31 06:55:51.300998 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.10 MiB. | ||
| 7070 | 2024.07.31 06:55:53.076362 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7071 | 2024.07.31 06:55:53.076417 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7072 | 2024.07.31 06:55:56.260957 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7073 | 2024.07.31 06:55:56.261156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7074 | 2024.07.31 06:55:56.261205 [ 3 ] {} <Debug> HTTP-Session: dd32ec68-97ef-406f-a7d8-dc4fed7f61b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7075 | 2024.07.31 06:55:56.261247 [ 3 ] {} <Debug> HTTP-Session: dd32ec68-97ef-406f-a7d8-dc4fed7f61b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7076 | 2024.07.31 06:55:56.261275 [ 3 ] {} <Debug> HTTP-Session: dd32ec68-97ef-406f-a7d8-dc4fed7f61b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7077 | 2024.07.31 06:55:56.261358 [ 3 ] {} <Trace> HTTP-Session: dd32ec68-97ef-406f-a7d8-dc4fed7f61b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7078 | 2024.07.31 06:55:56.261654 [ 3 ] {156dac94-56e4-44e3-99d2-591f54ae4687} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7079 | 2024.07.31 06:55:56.261760 [ 3 ] {156dac94-56e4-44e3-99d2-591f54ae4687} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7080 | 2024.07.31 06:55:56.261968 [ 3 ] {156dac94-56e4-44e3-99d2-591f54ae4687} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7081 | 2024.07.31 06:55:56.262430 [ 3 ] {156dac94-56e4-44e3-99d2-591f54ae4687} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7082 | 2024.07.31 06:55:56.262473 [ 3 ] {156dac94-56e4-44e3-99d2-591f54ae4687} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7083 | 2024.07.31 06:55:56.262857 [ 3 ] {156dac94-56e4-44e3-99d2-591f54ae4687} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 7084 | 2024.07.31 06:55:56.263209 [ 3 ] {156dac94-56e4-44e3-99d2-591f54ae4687} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7085 | 2024.07.31 06:55:56.263355 [ 3 ] {156dac94-56e4-44e3-99d2-591f54ae4687} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.0018 sec., 15000 rows/sec., 1.19 MiB/sec. | ||
| 7086 | 2024.07.31 06:55:56.263360 [ 150 ] {} <Debug> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 7087 | 2024.07.31 06:55:56.263434 [ 150 ] {} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7088 | 2024.07.31 06:55:56.263473 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7089 | 2024.07.31 06:55:56.263634 [ 3 ] {156dac94-56e4-44e3-99d2-591f54ae4687} <Debug> DynamicQueryHandler: Done processing query | ||
| 7090 | 2024.07.31 06:55:56.263709 [ 3 ] {156dac94-56e4-44e3-99d2-591f54ae4687} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7091 | 2024.07.31 06:55:56.263791 [ 3 ] {} <Debug> HTTP-Session: dd32ec68-97ef-406f-a7d8-dc4fed7f61b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7092 | 2024.07.31 06:55:56.263994 [ 193 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 7093 | 2024.07.31 06:55:56.264184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 20062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7094 | 2024.07.31 06:55:56.264349 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7095 | 2024.07.31 06:55:56.264411 [ 3 ] {} <Debug> HTTP-Session: 752304af-58bf-4a48-93dd-413fb4ec175a Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7096 | 2024.07.31 06:55:56.264461 [ 3 ] {} <Debug> HTTP-Session: 752304af-58bf-4a48-93dd-413fb4ec175a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7097 | 2024.07.31 06:55:56.264475 [ 193 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7098 | 2024.07.31 06:55:56.264493 [ 3 ] {} <Debug> HTTP-Session: 752304af-58bf-4a48-93dd-413fb4ec175a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7099 | 2024.07.31 06:55:56.264545 [ 193 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 37 rows starting from the beginning of the part | ||
| 7100 | 2024.07.31 06:55:56.264570 [ 3 ] {} <Trace> HTTP-Session: 752304af-58bf-4a48-93dd-413fb4ec175a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7101 | 2024.07.31 06:55:56.264728 [ 193 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 27 rows starting from the beginning of the part | ||
| 7102 | 2024.07.31 06:55:56.265047 [ 193 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 10 rows starting from the beginning of the part | ||
| 7103 | 2024.07.31 06:55:56.265187 [ 3 ] {7b3b01b5-1655-49e0-a7fd-0fc4fc1faf1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7104 | 2024.07.31 06:55:56.265371 [ 193 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 27 rows starting from the beginning of the part | ||
| 7105 | 2024.07.31 06:55:56.265545 [ 3 ] {7b3b01b5-1655-49e0-a7fd-0fc4fc1faf1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7106 | 2024.07.31 06:55:56.265652 [ 193 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 10 rows starting from the beginning of the part | ||
| 7107 | 2024.07.31 06:55:56.265998 [ 193 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 27 rows starting from the beginning of the part | ||
| 7108 | 2024.07.31 06:55:56.266667 [ 3 ] {7b3b01b5-1655-49e0-a7fd-0fc4fc1faf1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7109 | 2024.07.31 06:55:56.267684 [ 3 ] {7b3b01b5-1655-49e0-a7fd-0fc4fc1faf1a} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7110 | 2024.07.31 06:55:56.267751 [ 3 ] {7b3b01b5-1655-49e0-a7fd-0fc4fc1faf1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7111 | 2024.07.31 06:55:56.268657 [ 193 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 138 rows, containing 4 columns (4 merged, 0 gathered) in 0.005074987 sec., 27192.187881466492 rows/sec., 2.07 MiB/sec. | ||
| 7112 | 2024.07.31 06:55:56.268667 [ 3 ] {7b3b01b5-1655-49e0-a7fd-0fc4fc1faf1a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7113 | 2024.07.31 06:55:56.268845 [ 193 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 7114 | 2024.07.31 06:55:56.269467 [ 3 ] {7b3b01b5-1655-49e0-a7fd-0fc4fc1faf1a} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7115 | 2024.07.31 06:55:56.269729 [ 150 ] {} <Debug> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7116 | 2024.07.31 06:55:56.269773 [ 193 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_31_6} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7117 | 2024.07.31 06:55:56.269777 [ 3 ] {7b3b01b5-1655-49e0-a7fd-0fc4fc1faf1a} <Debug> executeQuery: Read 137 rows, 11.71 KiB in 0.005022 sec., 27279.96814018319 rows/sec., 2.28 MiB/sec. | ||
| 7118 | 2024.07.31 06:55:56.269798 [ 150 ] {} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7119 | 2024.07.31 06:55:56.269886 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7120 | 2024.07.31 06:55:56.270151 [ 193 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_31_6} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 7121 | 2024.07.31 06:55:56.270360 [ 198 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 7122 | 2024.07.31 06:55:56.270380 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7123 | 2024.07.31 06:55:56.270431 [ 3 ] {7b3b01b5-1655-49e0-a7fd-0fc4fc1faf1a} <Debug> DynamicQueryHandler: Done processing query | ||
| 7124 | 2024.07.31 06:55:56.270503 [ 3 ] {7b3b01b5-1655-49e0-a7fd-0fc4fc1faf1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 7125 | 2024.07.31 06:55:56.270539 [ 3 ] {} <Debug> HTTP-Session: 752304af-58bf-4a48-93dd-413fb4ec175a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7126 | 2024.07.31 06:55:56.270643 [ 198 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7127 | 2024.07.31 06:55:56.270684 [ 198 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 299 rows starting from the beginning of the part | ||
| 7128 | 2024.07.31 06:55:56.270770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 15465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7129 | 2024.07.31 06:55:56.270896 [ 198 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 173 rows starting from the beginning of the part | ||
| 7130 | 2024.07.31 06:55:56.270969 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7131 | 2024.07.31 06:55:56.271066 [ 3 ] {} <Debug> HTTP-Session: 25121be1-85b3-4ce6-bece-6077f77e13de Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7132 | 2024.07.31 06:55:56.271180 [ 3 ] {} <Debug> HTTP-Session: 25121be1-85b3-4ce6-bece-6077f77e13de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7133 | 2024.07.31 06:55:56.271178 [ 198 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 173 rows starting from the beginning of the part | ||
| 7134 | 2024.07.31 06:55:56.271253 [ 3 ] {} <Debug> HTTP-Session: 25121be1-85b3-4ce6-bece-6077f77e13de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7135 | 2024.07.31 06:55:56.271431 [ 198 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 137 rows starting from the beginning of the part | ||
| 7136 | 2024.07.31 06:55:56.271457 [ 3 ] {} <Trace> HTTP-Session: 25121be1-85b3-4ce6-bece-6077f77e13de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7137 | 2024.07.31 06:55:56.271719 [ 198 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 175 rows starting from the beginning of the part | ||
| 7138 | 2024.07.31 06:55:56.271923 [ 198 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 137 rows starting from the beginning of the part | ||
| 7139 | 2024.07.31 06:55:56.272031 [ 3 ] {3814f8bb-eb43-4c4e-946b-96198e85b57b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7140 | 2024.07.31 06:55:56.272177 [ 3 ] {3814f8bb-eb43-4c4e-946b-96198e85b57b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7141 | 2024.07.31 06:55:56.272684 [ 3 ] {3814f8bb-eb43-4c4e-946b-96198e85b57b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7142 | 2024.07.31 06:55:56.273538 [ 3 ] {3814f8bb-eb43-4c4e-946b-96198e85b57b} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7143 | 2024.07.31 06:55:56.273606 [ 3 ] {3814f8bb-eb43-4c4e-946b-96198e85b57b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7144 | 2024.07.31 06:55:56.274720 [ 3 ] {3814f8bb-eb43-4c4e-946b-96198e85b57b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7145 | 2024.07.31 06:55:56.275185 [ 198 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1094 rows, containing 4 columns (4 merged, 0 gathered) in 0.005121238 sec., 213620.2222978116 rows/sec., 18.28 MiB/sec. | ||
| 7146 | 2024.07.31 06:55:56.275404 [ 198 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7147 | 2024.07.31 06:55:56.275553 [ 3 ] {3814f8bb-eb43-4c4e-946b-96198e85b57b} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7148 | 2024.07.31 06:55:56.275799 [ 150 ] {} <Debug> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7149 | 2024.07.31 06:55:56.275907 [ 150 ] {} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7150 | 2024.07.31 06:55:56.275980 [ 3 ] {3814f8bb-eb43-4c4e-946b-96198e85b57b} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.004186 sec., 21739.13043478261 rows/sec., 1.70 MiB/sec. | ||
| 7151 | 2024.07.31 06:55:56.275997 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7152 | 2024.07.31 06:55:56.276451 [ 199 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 7153 | 2024.07.31 06:55:56.276684 [ 193 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_36_7} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7154 | 2024.07.31 06:55:56.276676 [ 3 ] {3814f8bb-eb43-4c4e-946b-96198e85b57b} <Debug> DynamicQueryHandler: Done processing query | ||
| 7155 | 2024.07.31 06:55:56.276821 [ 3 ] {3814f8bb-eb43-4c4e-946b-96198e85b57b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 7156 | 2024.07.31 06:55:56.276900 [ 3 ] {} <Debug> HTTP-Session: 25121be1-85b3-4ce6-bece-6077f77e13de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7157 | 2024.07.31 06:55:56.276969 [ 199 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7158 | 2024.07.31 06:55:56.277040 [ 193 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_36_7} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7159 | 2024.07.31 06:55:56.277057 [ 199 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 471 rows starting from the beginning of the part | ||
| 7160 | 2024.07.31 06:55:56.277275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7161 | 2024.07.31 06:55:56.277369 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 7162 | 2024.07.31 06:55:56.277427 [ 199 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 115 rows starting from the beginning of the part | ||
| 7163 | 2024.07.31 06:55:56.277513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7164 | 2024.07.31 06:55:56.277616 [ 3 ] {} <Debug> HTTP-Session: 67c521d1-4ba2-4c69-97a8-f503d49cce1c Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7165 | 2024.07.31 06:55:56.277736 [ 3 ] {} <Debug> HTTP-Session: 67c521d1-4ba2-4c69-97a8-f503d49cce1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7166 | 2024.07.31 06:55:56.277760 [ 199 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 386 rows starting from the beginning of the part | ||
| 7167 | 2024.07.31 06:55:56.277808 [ 3 ] {} <Debug> HTTP-Session: 67c521d1-4ba2-4c69-97a8-f503d49cce1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7168 | 2024.07.31 06:55:56.277970 [ 3 ] {} <Trace> HTTP-Session: 67c521d1-4ba2-4c69-97a8-f503d49cce1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7169 | 2024.07.31 06:55:56.278043 [ 199 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 91 rows starting from the beginning of the part | ||
| 7170 | 2024.07.31 06:55:56.278355 [ 199 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 390 rows starting from the beginning of the part | ||
| 7171 | 2024.07.31 06:55:56.278392 [ 3 ] {ae4f4249-f385-4c55-a399-cff685b2ffa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7172 | 2024.07.31 06:55:56.278545 [ 3 ] {ae4f4249-f385-4c55-a399-cff685b2ffa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7173 | 2024.07.31 06:55:56.278653 [ 199 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 91 rows starting from the beginning of the part | ||
| 7174 | 2024.07.31 06:55:56.279408 [ 3 ] {ae4f4249-f385-4c55-a399-cff685b2ffa4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7175 | 2024.07.31 06:55:56.280332 [ 3 ] {ae4f4249-f385-4c55-a399-cff685b2ffa4} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7176 | 2024.07.31 06:55:56.280397 [ 3 ] {ae4f4249-f385-4c55-a399-cff685b2ffa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7177 | 2024.07.31 06:55:56.281328 [ 3 ] {ae4f4249-f385-4c55-a399-cff685b2ffa4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7178 | 2024.07.31 06:55:56.281734 [ 199 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1544 rows, containing 4 columns (4 merged, 0 gathered) in 0.005581019 sec., 276651.98774632375 rows/sec., 19.99 MiB/sec. | ||
| 7179 | 2024.07.31 06:55:56.281956 [ 199 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7180 | 2024.07.31 06:55:56.282127 [ 3 ] {ae4f4249-f385-4c55-a399-cff685b2ffa4} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7181 | 2024.07.31 06:55:56.282458 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7182 | 2024.07.31 06:55:56.282523 [ 3 ] {ae4f4249-f385-4c55-a399-cff685b2ffa4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004323 sec., 37011.33472125839 rows/sec., 2.58 MiB/sec. | ||
| 7183 | 2024.07.31 06:55:56.282565 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7184 | 2024.07.31 06:55:56.282656 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7185 | 2024.07.31 06:55:56.283103 [ 199 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_36_7} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7186 | 2024.07.31 06:55:56.283113 [ 193 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 7187 | 2024.07.31 06:55:56.283145 [ 3 ] {ae4f4249-f385-4c55-a399-cff685b2ffa4} <Debug> DynamicQueryHandler: Done processing query | ||
| 7188 | 2024.07.31 06:55:56.283241 [ 3 ] {ae4f4249-f385-4c55-a399-cff685b2ffa4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7189 | 2024.07.31 06:55:56.283346 [ 3 ] {} <Debug> HTTP-Session: 67c521d1-4ba2-4c69-97a8-f503d49cce1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7190 | 2024.07.31 06:55:56.283364 [ 199 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_36_7} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7191 | 2024.07.31 06:55:56.283594 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 7192 | 2024.07.31 06:55:56.283625 [ 193 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7193 | 2024.07.31 06:55:56.283688 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 43570, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7194 | 2024.07.31 06:55:56.283709 [ 193 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 5104 rows starting from the beginning of the part | ||
| 7195 | 2024.07.31 06:55:56.283773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7196 | 2024.07.31 06:55:56.283844 [ 3 ] {} <Debug> HTTP-Session: 1e6ba292-6266-4a39-a8ea-004ccec565c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7197 | 2024.07.31 06:55:56.283924 [ 3 ] {} <Debug> HTTP-Session: 1e6ba292-6266-4a39-a8ea-004ccec565c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7198 | 2024.07.31 06:55:56.283989 [ 3 ] {} <Debug> HTTP-Session: 1e6ba292-6266-4a39-a8ea-004ccec565c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7199 | 2024.07.31 06:55:56.284078 [ 193 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 196 rows starting from the beginning of the part | ||
| 7200 | 2024.07.31 06:55:56.284094 [ 3 ] {} <Trace> HTTP-Session: 1e6ba292-6266-4a39-a8ea-004ccec565c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7201 | 2024.07.31 06:55:56.284358 [ 193 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part | ||
| 7202 | 2024.07.31 06:55:56.284518 [ 193 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part | ||
| 7203 | 2024.07.31 06:55:56.284711 [ 3 ] {7dc82949-886e-4144-b538-4c7fb6d30bac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7204 | 2024.07.31 06:55:56.284861 [ 193 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 162 rows starting from the beginning of the part | ||
| 7205 | 2024.07.31 06:55:56.284957 [ 3 ] {7dc82949-886e-4144-b538-4c7fb6d30bac} <Trace> 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 | ||
| 7206 | 2024.07.31 06:55:56.285239 [ 193 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part | ||
| 7207 | 2024.07.31 06:55:56.287134 [ 3 ] {7dc82949-886e-4144-b538-4c7fb6d30bac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7208 | 2024.07.31 06:55:56.288589 [ 3 ] {7dc82949-886e-4144-b538-4c7fb6d30bac} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7209 | 2024.07.31 06:55:56.288650 [ 3 ] {7dc82949-886e-4144-b538-4c7fb6d30bac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7210 | 2024.07.31 06:55:56.289780 [ 193 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5942 rows, containing 5 columns (5 merged, 0 gathered) in 0.006926733 sec., 857835.8657681767 rows/sec., 59.78 MiB/sec. | ||
| 7211 | 2024.07.31 06:55:56.289881 [ 3 ] {7dc82949-886e-4144-b538-4c7fb6d30bac} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7212 | 2024.07.31 06:55:56.290409 [ 3 ] {7dc82949-886e-4144-b538-4c7fb6d30bac} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7213 | 2024.07.31 06:55:56.290499 [ 202 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7214 | 2024.07.31 06:55:56.290753 [ 3 ] {7dc82949-886e-4144-b538-4c7fb6d30bac} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00643 sec., 4199.066874027993 rows/sec., 7.52 MiB/sec. | ||
| 7215 | 2024.07.31 06:55:56.291383 [ 3 ] {7dc82949-886e-4144-b538-4c7fb6d30bac} <Debug> DynamicQueryHandler: Done processing query | ||
| 7216 | 2024.07.31 06:55:56.291418 [ 3 ] {7dc82949-886e-4144-b538-4c7fb6d30bac} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 7217 | 2024.07.31 06:55:56.291465 [ 3 ] {} <Debug> HTTP-Session: 1e6ba292-6266-4a39-a8ea-004ccec565c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7218 | 2024.07.31 06:55:56.291592 [ 202 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7219 | 2024.07.31 06:55:56.291653 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7220 | 2024.07.31 06:55:56.291737 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7221 | 2024.07.31 06:55:56.291750 [ 202 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7222 | 2024.07.31 06:55:56.291777 [ 3 ] {} <Debug> HTTP-Session: 0d02a3ba-5964-4bf0-88a1-29a2dc309e17 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7223 | 2024.07.31 06:55:56.291807 [ 3 ] {} <Debug> HTTP-Session: 0d02a3ba-5964-4bf0-88a1-29a2dc309e17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7224 | 2024.07.31 06:55:56.291847 [ 3 ] {} <Debug> HTTP-Session: 0d02a3ba-5964-4bf0-88a1-29a2dc309e17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7225 | 2024.07.31 06:55:56.291927 [ 3 ] {} <Trace> HTTP-Session: 0d02a3ba-5964-4bf0-88a1-29a2dc309e17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7226 | 2024.07.31 06:55:56.291931 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.31 MiB. | ||
| 7227 | 2024.07.31 06:55:56.292095 [ 3 ] {17389528-2912-46ef-8e09-32fd36653ff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7228 | 2024.07.31 06:55:56.292145 [ 3 ] {17389528-2912-46ef-8e09-32fd36653ff0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7229 | 2024.07.31 06:55:56.292293 [ 3 ] {17389528-2912-46ef-8e09-32fd36653ff0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7230 | 2024.07.31 06:55:56.292628 [ 3 ] {17389528-2912-46ef-8e09-32fd36653ff0} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7231 | 2024.07.31 06:55:56.292666 [ 3 ] {17389528-2912-46ef-8e09-32fd36653ff0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7232 | 2024.07.31 06:55:56.293046 [ 3 ] {17389528-2912-46ef-8e09-32fd36653ff0} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7233 | 2024.07.31 06:55:56.293380 [ 3 ] {17389528-2912-46ef-8e09-32fd36653ff0} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7234 | 2024.07.31 06:55:56.293540 [ 134 ] {} <Debug> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7235 | 2024.07.31 06:55:56.293544 [ 3 ] {17389528-2912-46ef-8e09-32fd36653ff0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001494 sec., 40160.642570281125 rows/sec., 2.71 MiB/sec. | ||
| 7236 | 2024.07.31 06:55:56.293604 [ 134 ] {} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7237 | 2024.07.31 06:55:56.293681 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7238 | 2024.07.31 06:55:56.293878 [ 3 ] {17389528-2912-46ef-8e09-32fd36653ff0} <Debug> DynamicQueryHandler: Done processing query | ||
| 7239 | 2024.07.31 06:55:56.293884 [ 189 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 7240 | 2024.07.31 06:55:56.293913 [ 3 ] {17389528-2912-46ef-8e09-32fd36653ff0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7241 | 2024.07.31 06:55:56.293960 [ 3 ] {} <Debug> HTTP-Session: 0d02a3ba-5964-4bf0-88a1-29a2dc309e17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7242 | 2024.07.31 06:55:56.294091 [ 189 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7243 | 2024.07.31 06:55:56.294133 [ 189 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1786 rows starting from the beginning of the part | ||
| 7244 | 2024.07.31 06:55:56.294247 [ 189 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part | ||
| 7245 | 2024.07.31 06:55:56.294438 [ 189 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part | ||
| 7246 | 2024.07.31 06:55:56.294684 [ 189 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part | ||
| 7247 | 2024.07.31 06:55:56.294875 [ 189 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part | ||
| 7248 | 2024.07.31 06:55:56.294995 [ 189 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part | ||
| 7249 | 2024.07.31 06:55:56.296418 [ 196 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2086 rows, containing 4 columns (4 merged, 0 gathered) in 0.002631266 sec., 792774.2767169871 rows/sec., 53.45 MiB/sec. | ||
| 7250 | 2024.07.31 06:55:56.296672 [ 196 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7251 | 2024.07.31 06:55:56.297080 [ 196 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_36_7} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7252 | 2024.07.31 06:55:56.297157 [ 196 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_36_7} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7253 | 2024.07.31 06:55:56.297243 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 7254 | 2024.07.31 06:56:01.263701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7255 | 2024.07.31 06:56:01.263829 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7256 | 2024.07.31 06:56:01.263855 [ 3 ] {} <Debug> HTTP-Session: 7f073011-9873-4626-83cc-d80cf4a29380 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7257 | 2024.07.31 06:56:01.263878 [ 3 ] {} <Debug> HTTP-Session: 7f073011-9873-4626-83cc-d80cf4a29380 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7258 | 2024.07.31 06:56:01.263893 [ 3 ] {} <Debug> HTTP-Session: 7f073011-9873-4626-83cc-d80cf4a29380 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7259 | 2024.07.31 06:56:01.263942 [ 3 ] {} <Trace> HTTP-Session: 7f073011-9873-4626-83cc-d80cf4a29380 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7260 | 2024.07.31 06:56:01.264129 [ 3 ] {98e46a94-c632-4808-a20d-539bccd98f0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7261 | 2024.07.31 06:56:01.264196 [ 3 ] {98e46a94-c632-4808-a20d-539bccd98f0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7262 | 2024.07.31 06:56:01.264390 [ 3 ] {98e46a94-c632-4808-a20d-539bccd98f0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7263 | 2024.07.31 06:56:01.264805 [ 3 ] {98e46a94-c632-4808-a20d-539bccd98f0c} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7264 | 2024.07.31 06:56:01.264852 [ 3 ] {98e46a94-c632-4808-a20d-539bccd98f0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7265 | 2024.07.31 06:56:01.265231 [ 3 ] {98e46a94-c632-4808-a20d-539bccd98f0c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 7266 | 2024.07.31 06:56:01.265580 [ 3 ] {98e46a94-c632-4808-a20d-539bccd98f0c} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7267 | 2024.07.31 06:56:01.265766 [ 3 ] {98e46a94-c632-4808-a20d-539bccd98f0c} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.001684 sec., 5938.242280285036 rows/sec., 394.34 KiB/sec. | ||
| 7268 | 2024.07.31 06:56:01.265994 [ 3 ] {98e46a94-c632-4808-a20d-539bccd98f0c} <Debug> DynamicQueryHandler: Done processing query | ||
| 7269 | 2024.07.31 06:56:01.266024 [ 3 ] {98e46a94-c632-4808-a20d-539bccd98f0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7270 | 2024.07.31 06:56:01.266042 [ 3 ] {} <Debug> HTTP-Session: 7f073011-9873-4626-83cc-d80cf4a29380 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7271 | 2024.07.31 06:56:01.266182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7272 | 2024.07.31 06:56:01.266238 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7273 | 2024.07.31 06:56:01.266258 [ 3 ] {} <Debug> HTTP-Session: 86697960-2558-48be-9a4a-9041e39cd289 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7274 | 2024.07.31 06:56:01.266277 [ 3 ] {} <Debug> HTTP-Session: 86697960-2558-48be-9a4a-9041e39cd289 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7275 | 2024.07.31 06:56:01.266292 [ 3 ] {} <Debug> HTTP-Session: 86697960-2558-48be-9a4a-9041e39cd289 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7276 | 2024.07.31 06:56:01.266328 [ 3 ] {} <Trace> HTTP-Session: 86697960-2558-48be-9a4a-9041e39cd289 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7277 | 2024.07.31 06:56:01.266433 [ 3 ] {b7520d26-7614-4f94-a707-6dd57b5232ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 7278 | 2024.07.31 06:56:01.266479 [ 3 ] {b7520d26-7614-4f94-a707-6dd57b5232ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7279 | 2024.07.31 06:56:01.266617 [ 3 ] {b7520d26-7614-4f94-a707-6dd57b5232ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7280 | 2024.07.31 06:56:01.266901 [ 3 ] {b7520d26-7614-4f94-a707-6dd57b5232ae} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7281 | 2024.07.31 06:56:01.266940 [ 3 ] {b7520d26-7614-4f94-a707-6dd57b5232ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7282 | 2024.07.31 06:56:01.267247 [ 3 ] {b7520d26-7614-4f94-a707-6dd57b5232ae} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7283 | 2024.07.31 06:56:01.267567 [ 3 ] {b7520d26-7614-4f94-a707-6dd57b5232ae} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7284 | 2024.07.31 06:56:01.267731 [ 146 ] {} <Debug> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 7285 | 2024.07.31 06:56:01.267736 [ 3 ] {b7520d26-7614-4f94-a707-6dd57b5232ae} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001324 sec., 1510.5740181268882 rows/sec., 123.18 KiB/sec. | ||
| 7286 | 2024.07.31 06:56:01.267817 [ 146 ] {} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7287 | 2024.07.31 06:56:01.267884 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7288 | 2024.07.31 06:56:01.268126 [ 3 ] {b7520d26-7614-4f94-a707-6dd57b5232ae} <Debug> DynamicQueryHandler: Done processing query | ||
| 7289 | 2024.07.31 06:56:01.268212 [ 3 ] {b7520d26-7614-4f94-a707-6dd57b5232ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7290 | 2024.07.31 06:56:01.268218 [ 188 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 7291 | 2024.07.31 06:56:01.268257 [ 3 ] {} <Debug> HTTP-Session: 86697960-2558-48be-9a4a-9041e39cd289 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7292 | 2024.07.31 06:56:01.268441 [ 188 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7293 | 2024.07.31 06:56:01.268494 [ 188 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 16 rows starting from the beginning of the part | ||
| 7294 | 2024.07.31 06:56:01.268521 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7295 | 2024.07.31 06:56:01.268658 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7296 | 2024.07.31 06:56:01.268669 [ 188 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part | ||
| 7297 | 2024.07.31 06:56:01.268718 [ 3 ] {} <Debug> HTTP-Session: 240abbf4-f1e0-4747-8eb9-b0bb54ce694d Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7298 | 2024.07.31 06:56:01.268779 [ 3 ] {} <Debug> HTTP-Session: 240abbf4-f1e0-4747-8eb9-b0bb54ce694d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7299 | 2024.07.31 06:56:01.268853 [ 3 ] {} <Debug> HTTP-Session: 240abbf4-f1e0-4747-8eb9-b0bb54ce694d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7300 | 2024.07.31 06:56:01.268941 [ 188 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
| 7301 | 2024.07.31 06:56:01.269040 [ 3 ] {} <Trace> HTTP-Session: 240abbf4-f1e0-4747-8eb9-b0bb54ce694d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7302 | 2024.07.31 06:56:01.269221 [ 188 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
| 7303 | 2024.07.31 06:56:01.269518 [ 3 ] {7d9e7932-6e3f-49ad-be83-948e44c68e44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7304 | 2024.07.31 06:56:01.269526 [ 188 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
| 7305 | 2024.07.31 06:56:01.269634 [ 3 ] {7d9e7932-6e3f-49ad-be83-948e44c68e44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7306 | 2024.07.31 06:56:01.269853 [ 188 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
| 7307 | 2024.07.31 06:56:01.270532 [ 3 ] {7d9e7932-6e3f-49ad-be83-948e44c68e44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7308 | 2024.07.31 06:56:01.271308 [ 3 ] {7d9e7932-6e3f-49ad-be83-948e44c68e44} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7309 | 2024.07.31 06:56:01.271379 [ 3 ] {7d9e7932-6e3f-49ad-be83-948e44c68e44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7310 | 2024.07.31 06:56:01.272377 [ 3 ] {7d9e7932-6e3f-49ad-be83-948e44c68e44} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7311 | 2024.07.31 06:56:01.272471 [ 188 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.004482782 sec., 7138.42430883322 rows/sec., 582.09 KiB/sec. | ||
| 7312 | 2024.07.31 06:56:01.272766 [ 188 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 7313 | 2024.07.31 06:56:01.273220 [ 3 ] {7d9e7932-6e3f-49ad-be83-948e44c68e44} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7314 | 2024.07.31 06:56:01.273545 [ 3 ] {7d9e7932-6e3f-49ad-be83-948e44c68e44} <Debug> executeQuery: Read 174 rows, 15.73 KiB in 0.004213 sec., 41300.7358177071 rows/sec., 3.65 MiB/sec. | ||
| 7315 | 2024.07.31 06:56:01.273731 [ 196 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_11_2} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7316 | 2024.07.31 06:56:01.273858 [ 3 ] {7d9e7932-6e3f-49ad-be83-948e44c68e44} <Debug> DynamicQueryHandler: Done processing query | ||
| 7317 | 2024.07.31 06:56:01.273864 [ 196 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_11_2} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 7318 | 2024.07.31 06:56:01.273888 [ 3 ] {7d9e7932-6e3f-49ad-be83-948e44c68e44} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 7319 | 2024.07.31 06:56:01.273906 [ 3 ] {} <Debug> HTTP-Session: 240abbf4-f1e0-4747-8eb9-b0bb54ce694d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7320 | 2024.07.31 06:56:01.273997 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7321 | 2024.07.31 06:56:01.274048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7322 | 2024.07.31 06:56:01.274100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7323 | 2024.07.31 06:56:01.274121 [ 3 ] {} <Debug> HTTP-Session: b1f7a9cd-14bf-48f8-aaf2-2debaa1fa0cf Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7324 | 2024.07.31 06:56:01.274138 [ 3 ] {} <Debug> HTTP-Session: b1f7a9cd-14bf-48f8-aaf2-2debaa1fa0cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7325 | 2024.07.31 06:56:01.274153 [ 3 ] {} <Debug> HTTP-Session: b1f7a9cd-14bf-48f8-aaf2-2debaa1fa0cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7326 | 2024.07.31 06:56:01.274186 [ 3 ] {} <Trace> HTTP-Session: b1f7a9cd-14bf-48f8-aaf2-2debaa1fa0cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7327 | 2024.07.31 06:56:01.274285 [ 3 ] {fc56f865-4409-4e51-8a45-2e143c7b1a69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7328 | 2024.07.31 06:56:01.274328 [ 3 ] {fc56f865-4409-4e51-8a45-2e143c7b1a69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7329 | 2024.07.31 06:56:01.274467 [ 3 ] {fc56f865-4409-4e51-8a45-2e143c7b1a69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7330 | 2024.07.31 06:56:01.274822 [ 3 ] {fc56f865-4409-4e51-8a45-2e143c7b1a69} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7331 | 2024.07.31 06:56:01.274860 [ 3 ] {fc56f865-4409-4e51-8a45-2e143c7b1a69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7332 | 2024.07.31 06:56:01.275160 [ 3 ] {fc56f865-4409-4e51-8a45-2e143c7b1a69} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7333 | 2024.07.31 06:56:01.275477 [ 3 ] {fc56f865-4409-4e51-8a45-2e143c7b1a69} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7334 | 2024.07.31 06:56:01.275629 [ 146 ] {} <Debug> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 7335 | 2024.07.31 06:56:01.275639 [ 3 ] {fc56f865-4409-4e51-8a45-2e143c7b1a69} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001369 sec., 1460.9203798392987 rows/sec., 102.01 KiB/sec. | ||
| 7336 | 2024.07.31 06:56:01.275683 [ 146 ] {} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7337 | 2024.07.31 06:56:01.275755 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7338 | 2024.07.31 06:56:01.276011 [ 188 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 7339 | 2024.07.31 06:56:01.276028 [ 3 ] {fc56f865-4409-4e51-8a45-2e143c7b1a69} <Debug> DynamicQueryHandler: Done processing query | ||
| 7340 | 2024.07.31 06:56:01.276136 [ 3 ] {fc56f865-4409-4e51-8a45-2e143c7b1a69} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7341 | 2024.07.31 06:56:01.276179 [ 3 ] {} <Debug> HTTP-Session: b1f7a9cd-14bf-48f8-aaf2-2debaa1fa0cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7342 | 2024.07.31 06:56:01.276280 [ 188 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7343 | 2024.07.31 06:56:01.276318 [ 188 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 16 rows starting from the beginning of the part | ||
| 7344 | 2024.07.31 06:56:01.276444 [ 188 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part | ||
| 7345 | 2024.07.31 06:56:01.276492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 62612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7346 | 2024.07.31 06:56:01.276730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7347 | 2024.07.31 06:56:01.276793 [ 188 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
| 7348 | 2024.07.31 06:56:01.276827 [ 3 ] {} <Debug> HTTP-Session: b0844fb6-df85-4251-a1bb-9d2476207546 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7349 | 2024.07.31 06:56:01.276902 [ 3 ] {} <Debug> HTTP-Session: b0844fb6-df85-4251-a1bb-9d2476207546 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7350 | 2024.07.31 06:56:01.277008 [ 3 ] {} <Debug> HTTP-Session: b0844fb6-df85-4251-a1bb-9d2476207546 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7351 | 2024.07.31 06:56:01.277044 [ 188 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
| 7352 | 2024.07.31 06:56:01.277139 [ 3 ] {} <Trace> HTTP-Session: b0844fb6-df85-4251-a1bb-9d2476207546 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7353 | 2024.07.31 06:56:01.277301 [ 188 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
| 7354 | 2024.07.31 06:56:01.277501 [ 188 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
| 7355 | 2024.07.31 06:56:01.277826 [ 3 ] {64e90ebd-7247-4584-a164-ba04871484df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7356 | 2024.07.31 06:56:01.277949 [ 3 ] {64e90ebd-7247-4584-a164-ba04871484df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7357 | 2024.07.31 06:56:01.278592 [ 3 ] {64e90ebd-7247-4584-a164-ba04871484df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7358 | 2024.07.31 06:56:01.279736 [ 188 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.003886967 sec., 8232.639999259063 rows/sec., 574.84 KiB/sec. | ||
| 7359 | 2024.07.31 06:56:01.279897 [ 188 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 7360 | 2024.07.31 06:56:01.279896 [ 3 ] {64e90ebd-7247-4584-a164-ba04871484df} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7361 | 2024.07.31 06:56:01.279986 [ 3 ] {64e90ebd-7247-4584-a164-ba04871484df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7362 | 2024.07.31 06:56:01.280735 [ 188 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_11_2} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7363 | 2024.07.31 06:56:01.280797 [ 3 ] {64e90ebd-7247-4584-a164-ba04871484df} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7364 | 2024.07.31 06:56:01.280893 [ 188 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_11_2} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 7365 | 2024.07.31 06:56:01.281097 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7366 | 2024.07.31 06:56:01.281384 [ 3 ] {64e90ebd-7247-4584-a164-ba04871484df} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7367 | 2024.07.31 06:56:01.281558 [ 3 ] {64e90ebd-7247-4584-a164-ba04871484df} <Debug> executeQuery: Read 388 rows, 27.96 KiB in 0.004143 sec., 93651.94303644702 rows/sec., 6.59 MiB/sec. | ||
| 7368 | 2024.07.31 06:56:01.281763 [ 3 ] {64e90ebd-7247-4584-a164-ba04871484df} <Debug> DynamicQueryHandler: Done processing query | ||
| 7369 | 2024.07.31 06:56:01.281790 [ 3 ] {64e90ebd-7247-4584-a164-ba04871484df} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 7370 | 2024.07.31 06:56:01.281806 [ 3 ] {} <Debug> HTTP-Session: b0844fb6-df85-4251-a1bb-9d2476207546 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7371 | 2024.07.31 06:56:01.281950 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7372 | 2024.07.31 06:56:01.282003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7373 | 2024.07.31 06:56:01.282022 [ 3 ] {} <Debug> HTTP-Session: bab352b7-c752-438b-b6c0-fd35b8aafbbf Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7374 | 2024.07.31 06:56:01.282040 [ 3 ] {} <Debug> HTTP-Session: bab352b7-c752-438b-b6c0-fd35b8aafbbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7375 | 2024.07.31 06:56:01.282054 [ 3 ] {} <Debug> HTTP-Session: bab352b7-c752-438b-b6c0-fd35b8aafbbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7376 | 2024.07.31 06:56:01.282086 [ 3 ] {} <Trace> HTTP-Session: bab352b7-c752-438b-b6c0-fd35b8aafbbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7377 | 2024.07.31 06:56:01.282181 [ 3 ] {83ee4279-9d88-4e42-bf60-91bac7c6f6aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 7378 | 2024.07.31 06:56:01.282227 [ 3 ] {83ee4279-9d88-4e42-bf60-91bac7c6f6aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7379 | 2024.07.31 06:56:01.282363 [ 3 ] {83ee4279-9d88-4e42-bf60-91bac7c6f6aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7380 | 2024.07.31 06:56:01.282655 [ 3 ] {83ee4279-9d88-4e42-bf60-91bac7c6f6aa} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7381 | 2024.07.31 06:56:01.282691 [ 3 ] {83ee4279-9d88-4e42-bf60-91bac7c6f6aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7382 | 2024.07.31 06:56:01.283051 [ 3 ] {83ee4279-9d88-4e42-bf60-91bac7c6f6aa} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7383 | 2024.07.31 06:56:01.283379 [ 3 ] {83ee4279-9d88-4e42-bf60-91bac7c6f6aa} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7384 | 2024.07.31 06:56:01.283530 [ 3 ] {83ee4279-9d88-4e42-bf60-91bac7c6f6aa} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001371 sec., 4376.367614879649 rows/sec., 188.05 KiB/sec. | ||
| 7385 | 2024.07.31 06:56:01.283697 [ 3 ] {83ee4279-9d88-4e42-bf60-91bac7c6f6aa} <Debug> DynamicQueryHandler: Done processing query | ||
| 7386 | 2024.07.31 06:56:01.283721 [ 3 ] {83ee4279-9d88-4e42-bf60-91bac7c6f6aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7387 | 2024.07.31 06:56:01.283738 [ 3 ] {} <Debug> HTTP-Session: bab352b7-c752-438b-b6c0-fd35b8aafbbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7388 | 2024.07.31 06:56:01.283862 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7389 | 2024.07.31 06:56:01.283911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7390 | 2024.07.31 06:56:01.283930 [ 3 ] {} <Debug> HTTP-Session: 31a26c50-dfb3-44a5-8bb5-a91d4dd00eb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7391 | 2024.07.31 06:56:01.283946 [ 3 ] {} <Debug> HTTP-Session: 31a26c50-dfb3-44a5-8bb5-a91d4dd00eb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7392 | 2024.07.31 06:56:01.283960 [ 3 ] {} <Debug> HTTP-Session: 31a26c50-dfb3-44a5-8bb5-a91d4dd00eb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7393 | 2024.07.31 06:56:01.283990 [ 3 ] {} <Trace> HTTP-Session: 31a26c50-dfb3-44a5-8bb5-a91d4dd00eb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7394 | 2024.07.31 06:56:01.284114 [ 3 ] {5cb80701-377b-49cb-adf3-2553ac648d7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 7395 | 2024.07.31 06:56:01.284160 [ 3 ] {5cb80701-377b-49cb-adf3-2553ac648d7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 7396 | 2024.07.31 06:56:01.284301 [ 3 ] {5cb80701-377b-49cb-adf3-2553ac648d7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7397 | 2024.07.31 06:56:01.284646 [ 3 ] {5cb80701-377b-49cb-adf3-2553ac648d7b} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7398 | 2024.07.31 06:56:01.284682 [ 3 ] {5cb80701-377b-49cb-adf3-2553ac648d7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7399 | 2024.07.31 06:56:01.285056 [ 3 ] {5cb80701-377b-49cb-adf3-2553ac648d7b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7400 | 2024.07.31 06:56:01.285405 [ 3 ] {5cb80701-377b-49cb-adf3-2553ac648d7b} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7401 | 2024.07.31 06:56:01.285545 [ 3 ] {5cb80701-377b-49cb-adf3-2553ac648d7b} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001481 sec., 51991.89736664416 rows/sec., 3.20 MiB/sec. | ||
| 7402 | 2024.07.31 06:56:01.285758 [ 3 ] {5cb80701-377b-49cb-adf3-2553ac648d7b} <Debug> DynamicQueryHandler: Done processing query | ||
| 7403 | 2024.07.31 06:56:01.285783 [ 3 ] {5cb80701-377b-49cb-adf3-2553ac648d7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7404 | 2024.07.31 06:56:01.285799 [ 3 ] {} <Debug> HTTP-Session: 31a26c50-dfb3-44a5-8bb5-a91d4dd00eb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7405 | 2024.07.31 06:56:01.285966 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7406 | 2024.07.31 06:56:01.286016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7407 | 2024.07.31 06:56:01.286036 [ 3 ] {} <Debug> HTTP-Session: 4c05898a-5552-44c1-9313-481f868e2467 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7408 | 2024.07.31 06:56:01.286052 [ 3 ] {} <Debug> HTTP-Session: 4c05898a-5552-44c1-9313-481f868e2467 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7409 | 2024.07.31 06:56:01.286066 [ 3 ] {} <Debug> HTTP-Session: 4c05898a-5552-44c1-9313-481f868e2467 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7410 | 2024.07.31 06:56:01.286097 [ 3 ] {} <Trace> HTTP-Session: 4c05898a-5552-44c1-9313-481f868e2467 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7411 | 2024.07.31 06:56:01.286269 [ 3 ] {a874380f-83e5-435e-be0b-24bfa13045d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7412 | 2024.07.31 06:56:01.286315 [ 3 ] {a874380f-83e5-435e-be0b-24bfa13045d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7413 | 2024.07.31 06:56:01.286456 [ 3 ] {a874380f-83e5-435e-be0b-24bfa13045d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7414 | 2024.07.31 06:56:01.286857 [ 3 ] {a874380f-83e5-435e-be0b-24bfa13045d1} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7415 | 2024.07.31 06:56:01.286893 [ 3 ] {a874380f-83e5-435e-be0b-24bfa13045d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7416 | 2024.07.31 06:56:01.287269 [ 3 ] {a874380f-83e5-435e-be0b-24bfa13045d1} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7417 | 2024.07.31 06:56:01.287613 [ 3 ] {a874380f-83e5-435e-be0b-24bfa13045d1} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7418 | 2024.07.31 06:56:01.287768 [ 3 ] {a874380f-83e5-435e-be0b-24bfa13045d1} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001582 sec., 101769.91150442477 rows/sec., 7.09 MiB/sec. | ||
| 7419 | 2024.07.31 06:56:01.288106 [ 3 ] {a874380f-83e5-435e-be0b-24bfa13045d1} <Debug> DynamicQueryHandler: Done processing query | ||
| 7420 | 2024.07.31 06:56:01.288146 [ 3 ] {a874380f-83e5-435e-be0b-24bfa13045d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7421 | 2024.07.31 06:56:01.288164 [ 3 ] {} <Debug> HTTP-Session: 4c05898a-5552-44c1-9313-481f868e2467 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7422 | 2024.07.31 06:56:01.288334 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7423 | 2024.07.31 06:56:01.288383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7424 | 2024.07.31 06:56:01.288403 [ 3 ] {} <Debug> HTTP-Session: dc995b00-a076-4d09-a0c3-89df19e46dc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7425 | 2024.07.31 06:56:01.288420 [ 3 ] {} <Debug> HTTP-Session: dc995b00-a076-4d09-a0c3-89df19e46dc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7426 | 2024.07.31 06:56:01.288434 [ 3 ] {} <Debug> HTTP-Session: dc995b00-a076-4d09-a0c3-89df19e46dc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7427 | 2024.07.31 06:56:01.288465 [ 3 ] {} <Trace> HTTP-Session: dc995b00-a076-4d09-a0c3-89df19e46dc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7428 | 2024.07.31 06:56:01.288618 [ 3 ] {f55d19c6-312a-4e1a-a9dd-31987071f040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7429 | 2024.07.31 06:56:01.288691 [ 3 ] {f55d19c6-312a-4e1a-a9dd-31987071f040} <Trace> 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 | ||
| 7430 | 2024.07.31 06:56:01.289122 [ 3 ] {f55d19c6-312a-4e1a-a9dd-31987071f040} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7431 | 2024.07.31 06:56:01.289615 [ 3 ] {f55d19c6-312a-4e1a-a9dd-31987071f040} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7432 | 2024.07.31 06:56:01.289651 [ 3 ] {f55d19c6-312a-4e1a-a9dd-31987071f040} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7433 | 2024.07.31 06:56:01.290245 [ 3 ] {f55d19c6-312a-4e1a-a9dd-31987071f040} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7434 | 2024.07.31 06:56:01.290651 [ 3 ] {f55d19c6-312a-4e1a-a9dd-31987071f040} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7435 | 2024.07.31 06:56:01.290846 [ 3 ] {f55d19c6-312a-4e1a-a9dd-31987071f040} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002306 sec., 1734.6053772766697 rows/sec., 3.11 MiB/sec. | ||
| 7436 | 2024.07.31 06:56:01.291069 [ 3 ] {f55d19c6-312a-4e1a-a9dd-31987071f040} <Debug> DynamicQueryHandler: Done processing query | ||
| 7437 | 2024.07.31 06:56:01.291093 [ 3 ] {f55d19c6-312a-4e1a-a9dd-31987071f040} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 7438 | 2024.07.31 06:56:01.291111 [ 3 ] {} <Debug> HTTP-Session: dc995b00-a076-4d09-a0c3-89df19e46dc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7439 | 2024.07.31 06:56:01.291223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7440 | 2024.07.31 06:56:01.291272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7441 | 2024.07.31 06:56:01.291292 [ 3 ] {} <Debug> HTTP-Session: e437018a-add0-428e-a5ac-584f599d93b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7442 | 2024.07.31 06:56:01.291308 [ 3 ] {} <Debug> HTTP-Session: e437018a-add0-428e-a5ac-584f599d93b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7443 | 2024.07.31 06:56:01.291321 [ 3 ] {} <Debug> HTTP-Session: e437018a-add0-428e-a5ac-584f599d93b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7444 | 2024.07.31 06:56:01.291352 [ 3 ] {} <Trace> HTTP-Session: e437018a-add0-428e-a5ac-584f599d93b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7445 | 2024.07.31 06:56:01.291457 [ 3 ] {f617b4c9-5bab-471c-bf14-385d2d0d4038} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7446 | 2024.07.31 06:56:01.291501 [ 3 ] {f617b4c9-5bab-471c-bf14-385d2d0d4038} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 7447 | 2024.07.31 06:56:01.291626 [ 3 ] {f617b4c9-5bab-471c-bf14-385d2d0d4038} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7448 | 2024.07.31 06:56:01.291916 [ 3 ] {f617b4c9-5bab-471c-bf14-385d2d0d4038} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7449 | 2024.07.31 06:56:01.291954 [ 3 ] {f617b4c9-5bab-471c-bf14-385d2d0d4038} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7450 | 2024.07.31 06:56:01.292314 [ 3 ] {f617b4c9-5bab-471c-bf14-385d2d0d4038} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 7451 | 2024.07.31 06:56:01.292641 [ 3 ] {f617b4c9-5bab-471c-bf14-385d2d0d4038} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7452 | 2024.07.31 06:56:01.292796 [ 3 ] {f617b4c9-5bab-471c-bf14-385d2d0d4038} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001368 sec., 16812.86549707602 rows/sec., 909.46 KiB/sec. | ||
| 7453 | 2024.07.31 06:56:01.293013 [ 3 ] {f617b4c9-5bab-471c-bf14-385d2d0d4038} <Debug> DynamicQueryHandler: Done processing query | ||
| 7454 | 2024.07.31 06:56:01.293037 [ 3 ] {f617b4c9-5bab-471c-bf14-385d2d0d4038} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7455 | 2024.07.31 06:56:01.293053 [ 3 ] {} <Debug> HTTP-Session: e437018a-add0-428e-a5ac-584f599d93b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7456 | 2024.07.31 06:56:01.293184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7457 | 2024.07.31 06:56:01.293232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7458 | 2024.07.31 06:56:01.293251 [ 3 ] {} <Debug> HTTP-Session: c0a12461-42db-4a62-bda5-a59e2db7223b Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7459 | 2024.07.31 06:56:01.293267 [ 3 ] {} <Debug> HTTP-Session: c0a12461-42db-4a62-bda5-a59e2db7223b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7460 | 2024.07.31 06:56:01.293280 [ 3 ] {} <Debug> HTTP-Session: c0a12461-42db-4a62-bda5-a59e2db7223b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7461 | 2024.07.31 06:56:01.293311 [ 3 ] {} <Trace> HTTP-Session: c0a12461-42db-4a62-bda5-a59e2db7223b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7462 | 2024.07.31 06:56:01.293427 [ 3 ] {2d726f1c-0fb0-4f6d-bf0c-92ce8955d721} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7463 | 2024.07.31 06:56:01.293471 [ 3 ] {2d726f1c-0fb0-4f6d-bf0c-92ce8955d721} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7464 | 2024.07.31 06:56:01.293596 [ 3 ] {2d726f1c-0fb0-4f6d-bf0c-92ce8955d721} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7465 | 2024.07.31 06:56:01.293883 [ 3 ] {2d726f1c-0fb0-4f6d-bf0c-92ce8955d721} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7466 | 2024.07.31 06:56:01.293919 [ 3 ] {2d726f1c-0fb0-4f6d-bf0c-92ce8955d721} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7467 | 2024.07.31 06:56:01.294274 [ 3 ] {2d726f1c-0fb0-4f6d-bf0c-92ce8955d721} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7468 | 2024.07.31 06:56:01.294594 [ 3 ] {2d726f1c-0fb0-4f6d-bf0c-92ce8955d721} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7469 | 2024.07.31 06:56:01.294743 [ 3 ] {2d726f1c-0fb0-4f6d-bf0c-92ce8955d721} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001357 sec., 44215.18054532056 rows/sec., 2.98 MiB/sec. | ||
| 7470 | 2024.07.31 06:56:01.294911 [ 3 ] {2d726f1c-0fb0-4f6d-bf0c-92ce8955d721} <Debug> DynamicQueryHandler: Done processing query | ||
| 7471 | 2024.07.31 06:56:01.294937 [ 3 ] {2d726f1c-0fb0-4f6d-bf0c-92ce8955d721} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7472 | 2024.07.31 06:56:01.294953 [ 3 ] {} <Debug> HTTP-Session: c0a12461-42db-4a62-bda5-a59e2db7223b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7473 | 2024.07.31 06:56:06.261681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7474 | 2024.07.31 06:56:06.261811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7475 | 2024.07.31 06:56:06.261838 [ 3 ] {} <Debug> HTTP-Session: 4734660f-0a68-4911-bfd8-d5937fb6bd9d Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7476 | 2024.07.31 06:56:06.261862 [ 3 ] {} <Debug> HTTP-Session: 4734660f-0a68-4911-bfd8-d5937fb6bd9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7477 | 2024.07.31 06:56:06.261876 [ 3 ] {} <Debug> HTTP-Session: 4734660f-0a68-4911-bfd8-d5937fb6bd9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7478 | 2024.07.31 06:56:06.261925 [ 3 ] {} <Trace> HTTP-Session: 4734660f-0a68-4911-bfd8-d5937fb6bd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7479 | 2024.07.31 06:56:06.262111 [ 3 ] {c2084c5f-90df-40fa-819b-0f6d6940821f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7480 | 2024.07.31 06:56:06.262180 [ 3 ] {c2084c5f-90df-40fa-819b-0f6d6940821f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7481 | 2024.07.31 06:56:06.262375 [ 3 ] {c2084c5f-90df-40fa-819b-0f6d6940821f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7482 | 2024.07.31 06:56:06.262791 [ 3 ] {c2084c5f-90df-40fa-819b-0f6d6940821f} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7483 | 2024.07.31 06:56:06.262840 [ 3 ] {c2084c5f-90df-40fa-819b-0f6d6940821f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7484 | 2024.07.31 06:56:06.263211 [ 3 ] {c2084c5f-90df-40fa-819b-0f6d6940821f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7485 | 2024.07.31 06:56:06.263539 [ 3 ] {c2084c5f-90df-40fa-819b-0f6d6940821f} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7486 | 2024.07.31 06:56:06.263717 [ 3 ] {c2084c5f-90df-40fa-819b-0f6d6940821f} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001659 sec., 16274.864376130197 rows/sec., 1.29 MiB/sec. | ||
| 7487 | 2024.07.31 06:56:06.263928 [ 3 ] {c2084c5f-90df-40fa-819b-0f6d6940821f} <Debug> DynamicQueryHandler: Done processing query | ||
| 7488 | 2024.07.31 06:56:06.263955 [ 3 ] {c2084c5f-90df-40fa-819b-0f6d6940821f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7489 | 2024.07.31 06:56:06.263972 [ 3 ] {} <Debug> HTTP-Session: 4734660f-0a68-4911-bfd8-d5937fb6bd9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7490 | 2024.07.31 06:56:06.264143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7491 | 2024.07.31 06:56:06.264198 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7492 | 2024.07.31 06:56:06.264219 [ 3 ] {} <Debug> HTTP-Session: 5b49d37f-ea4a-4a36-9ca4-3ff5852d3b83 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7493 | 2024.07.31 06:56:06.264236 [ 3 ] {} <Debug> HTTP-Session: 5b49d37f-ea4a-4a36-9ca4-3ff5852d3b83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7494 | 2024.07.31 06:56:06.264250 [ 3 ] {} <Debug> HTTP-Session: 5b49d37f-ea4a-4a36-9ca4-3ff5852d3b83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7495 | 2024.07.31 06:56:06.264285 [ 3 ] {} <Trace> HTTP-Session: 5b49d37f-ea4a-4a36-9ca4-3ff5852d3b83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7496 | 2024.07.31 06:56:06.264389 [ 3 ] {8d0151b9-63d3-4ab6-9ee4-fb80d389305f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 7497 | 2024.07.31 06:56:06.264436 [ 3 ] {8d0151b9-63d3-4ab6-9ee4-fb80d389305f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7498 | 2024.07.31 06:56:06.264566 [ 3 ] {8d0151b9-63d3-4ab6-9ee4-fb80d389305f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7499 | 2024.07.31 06:56:06.264861 [ 3 ] {8d0151b9-63d3-4ab6-9ee4-fb80d389305f} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7500 | 2024.07.31 06:56:06.264898 [ 3 ] {8d0151b9-63d3-4ab6-9ee4-fb80d389305f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7501 | 2024.07.31 06:56:06.265208 [ 3 ] {8d0151b9-63d3-4ab6-9ee4-fb80d389305f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 7502 | 2024.07.31 06:56:06.265511 [ 3 ] {8d0151b9-63d3-4ab6-9ee4-fb80d389305f} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7503 | 2024.07.31 06:56:06.265673 [ 3 ] {8d0151b9-63d3-4ab6-9ee4-fb80d389305f} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001311 sec., 3051.106025934401 rows/sec., 248.80 KiB/sec. | ||
| 7504 | 2024.07.31 06:56:06.265843 [ 3 ] {8d0151b9-63d3-4ab6-9ee4-fb80d389305f} <Debug> DynamicQueryHandler: Done processing query | ||
| 7505 | 2024.07.31 06:56:06.265869 [ 3 ] {8d0151b9-63d3-4ab6-9ee4-fb80d389305f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7506 | 2024.07.31 06:56:06.265884 [ 3 ] {} <Debug> HTTP-Session: 5b49d37f-ea4a-4a36-9ca4-3ff5852d3b83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7507 | 2024.07.31 06:56:06.266029 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 25305, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7508 | 2024.07.31 06:56:06.266078 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7509 | 2024.07.31 06:56:06.266096 [ 3 ] {} <Debug> HTTP-Session: 6a37864b-f99e-461e-8139-ab0ebac1885a Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7510 | 2024.07.31 06:56:06.266114 [ 3 ] {} <Debug> HTTP-Session: 6a37864b-f99e-461e-8139-ab0ebac1885a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7511 | 2024.07.31 06:56:06.266128 [ 3 ] {} <Debug> HTTP-Session: 6a37864b-f99e-461e-8139-ab0ebac1885a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7512 | 2024.07.31 06:56:06.266159 [ 3 ] {} <Trace> HTTP-Session: 6a37864b-f99e-461e-8139-ab0ebac1885a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7513 | 2024.07.31 06:56:06.266304 [ 3 ] {acb3b3f6-b622-4085-aab3-598de4b16525} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7514 | 2024.07.31 06:56:06.266348 [ 3 ] {acb3b3f6-b622-4085-aab3-598de4b16525} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7515 | 2024.07.31 06:56:06.266477 [ 3 ] {acb3b3f6-b622-4085-aab3-598de4b16525} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7516 | 2024.07.31 06:56:06.266882 [ 3 ] {acb3b3f6-b622-4085-aab3-598de4b16525} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7517 | 2024.07.31 06:56:06.266919 [ 3 ] {acb3b3f6-b622-4085-aab3-598de4b16525} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7518 | 2024.07.31 06:56:06.267234 [ 3 ] {acb3b3f6-b622-4085-aab3-598de4b16525} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7519 | 2024.07.31 06:56:06.267534 [ 3 ] {acb3b3f6-b622-4085-aab3-598de4b16525} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7520 | 2024.07.31 06:56:06.267698 [ 3 ] {acb3b3f6-b622-4085-aab3-598de4b16525} <Debug> executeQuery: Read 175 rows, 14.67 KiB in 0.001448 sec., 120856.35359116021 rows/sec., 9.90 MiB/sec. | ||
| 7521 | 2024.07.31 06:56:06.268033 [ 3 ] {acb3b3f6-b622-4085-aab3-598de4b16525} <Debug> DynamicQueryHandler: Done processing query | ||
| 7522 | 2024.07.31 06:56:06.268068 [ 3 ] {acb3b3f6-b622-4085-aab3-598de4b16525} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 7523 | 2024.07.31 06:56:06.268084 [ 3 ] {} <Debug> HTTP-Session: 6a37864b-f99e-461e-8139-ab0ebac1885a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7524 | 2024.07.31 06:56:06.268216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7525 | 2024.07.31 06:56:06.268265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7526 | 2024.07.31 06:56:06.268284 [ 3 ] {} <Debug> HTTP-Session: 235ae284-631b-4f98-87b9-984ab97a725b Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7527 | 2024.07.31 06:56:06.268301 [ 3 ] {} <Debug> HTTP-Session: 235ae284-631b-4f98-87b9-984ab97a725b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7528 | 2024.07.31 06:56:06.268315 [ 3 ] {} <Debug> HTTP-Session: 235ae284-631b-4f98-87b9-984ab97a725b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7529 | 2024.07.31 06:56:06.268346 [ 3 ] {} <Trace> HTTP-Session: 235ae284-631b-4f98-87b9-984ab97a725b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7530 | 2024.07.31 06:56:06.268443 [ 3 ] {1e2fff07-14c1-44c9-9141-99a236bf1609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7531 | 2024.07.31 06:56:06.268488 [ 3 ] {1e2fff07-14c1-44c9-9141-99a236bf1609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7532 | 2024.07.31 06:56:06.268628 [ 3 ] {1e2fff07-14c1-44c9-9141-99a236bf1609} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7533 | 2024.07.31 06:56:06.268900 [ 3 ] {1e2fff07-14c1-44c9-9141-99a236bf1609} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7534 | 2024.07.31 06:56:06.268936 [ 3 ] {1e2fff07-14c1-44c9-9141-99a236bf1609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7535 | 2024.07.31 06:56:06.269234 [ 3 ] {1e2fff07-14c1-44c9-9141-99a236bf1609} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 7536 | 2024.07.31 06:56:06.269540 [ 3 ] {1e2fff07-14c1-44c9-9141-99a236bf1609} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7537 | 2024.07.31 06:56:06.269699 [ 3 ] {1e2fff07-14c1-44c9-9141-99a236bf1609} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001279 sec., 3127.443315089914 rows/sec., 218.37 KiB/sec. | ||
| 7538 | 2024.07.31 06:56:06.269995 [ 3 ] {1e2fff07-14c1-44c9-9141-99a236bf1609} <Debug> DynamicQueryHandler: Done processing query | ||
| 7539 | 2024.07.31 06:56:06.270022 [ 3 ] {1e2fff07-14c1-44c9-9141-99a236bf1609} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7540 | 2024.07.31 06:56:06.270039 [ 3 ] {} <Debug> HTTP-Session: 235ae284-631b-4f98-87b9-984ab97a725b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7541 | 2024.07.31 06:56:06.270174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 20185, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7542 | 2024.07.31 06:56:06.270226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7543 | 2024.07.31 06:56:06.270246 [ 3 ] {} <Debug> HTTP-Session: f416c195-4a55-4099-afa7-9b3e3c4c7462 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7544 | 2024.07.31 06:56:06.270263 [ 3 ] {} <Debug> HTTP-Session: f416c195-4a55-4099-afa7-9b3e3c4c7462 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7545 | 2024.07.31 06:56:06.270283 [ 3 ] {} <Debug> HTTP-Session: f416c195-4a55-4099-afa7-9b3e3c4c7462 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7546 | 2024.07.31 06:56:06.270325 [ 3 ] {} <Trace> HTTP-Session: f416c195-4a55-4099-afa7-9b3e3c4c7462 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7547 | 2024.07.31 06:56:06.270473 [ 3 ] {76b18b4d-4f79-4afe-a1e1-969c3f7b4835} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7548 | 2024.07.31 06:56:06.270527 [ 3 ] {76b18b4d-4f79-4afe-a1e1-969c3f7b4835} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7549 | 2024.07.31 06:56:06.270680 [ 3 ] {76b18b4d-4f79-4afe-a1e1-969c3f7b4835} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7550 | 2024.07.31 06:56:06.271055 [ 3 ] {76b18b4d-4f79-4afe-a1e1-969c3f7b4835} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7551 | 2024.07.31 06:56:06.271094 [ 3 ] {76b18b4d-4f79-4afe-a1e1-969c3f7b4835} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7552 | 2024.07.31 06:56:06.271439 [ 3 ] {76b18b4d-4f79-4afe-a1e1-969c3f7b4835} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7553 | 2024.07.31 06:56:06.271790 [ 3 ] {76b18b4d-4f79-4afe-a1e1-969c3f7b4835} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7554 | 2024.07.31 06:56:06.271970 [ 3 ] {76b18b4d-4f79-4afe-a1e1-969c3f7b4835} <Debug> executeQuery: Read 119 rows, 9.50 KiB in 0.001553 sec., 76625.88538312943 rows/sec., 5.98 MiB/sec. | ||
| 7555 | 2024.07.31 06:56:06.272151 [ 3 ] {76b18b4d-4f79-4afe-a1e1-969c3f7b4835} <Debug> DynamicQueryHandler: Done processing query | ||
| 7556 | 2024.07.31 06:56:06.272185 [ 3 ] {76b18b4d-4f79-4afe-a1e1-969c3f7b4835} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 7557 | 2024.07.31 06:56:06.272208 [ 3 ] {} <Debug> HTTP-Session: f416c195-4a55-4099-afa7-9b3e3c4c7462 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7558 | 2024.07.31 06:56:06.272404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 37962, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7559 | 2024.07.31 06:56:06.272466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7560 | 2024.07.31 06:56:06.272490 [ 3 ] {} <Debug> HTTP-Session: c1ccdb3e-dda0-46c3-b5b6-26c72781bd63 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7561 | 2024.07.31 06:56:06.272510 [ 3 ] {} <Debug> HTTP-Session: c1ccdb3e-dda0-46c3-b5b6-26c72781bd63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7562 | 2024.07.31 06:56:06.272527 [ 3 ] {} <Debug> HTTP-Session: c1ccdb3e-dda0-46c3-b5b6-26c72781bd63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7563 | 2024.07.31 06:56:06.272568 [ 3 ] {} <Trace> HTTP-Session: c1ccdb3e-dda0-46c3-b5b6-26c72781bd63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7564 | 2024.07.31 06:56:06.272768 [ 3 ] {21590401-e0d0-4677-a2c6-bffdcaea10a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7565 | 2024.07.31 06:56:06.272826 [ 3 ] {21590401-e0d0-4677-a2c6-bffdcaea10a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7566 | 2024.07.31 06:56:06.273012 [ 3 ] {21590401-e0d0-4677-a2c6-bffdcaea10a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7567 | 2024.07.31 06:56:06.273434 [ 3 ] {21590401-e0d0-4677-a2c6-bffdcaea10a9} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7568 | 2024.07.31 06:56:06.273472 [ 3 ] {21590401-e0d0-4677-a2c6-bffdcaea10a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7569 | 2024.07.31 06:56:06.273884 [ 3 ] {21590401-e0d0-4677-a2c6-bffdcaea10a9} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7570 | 2024.07.31 06:56:06.274231 [ 3 ] {21590401-e0d0-4677-a2c6-bffdcaea10a9} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7571 | 2024.07.31 06:56:06.274400 [ 3 ] {21590401-e0d0-4677-a2c6-bffdcaea10a9} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001733 sec., 114252.7409117138 rows/sec., 7.98 MiB/sec. | ||
| 7572 | 2024.07.31 06:56:06.274575 [ 3 ] {21590401-e0d0-4677-a2c6-bffdcaea10a9} <Debug> DynamicQueryHandler: Done processing query | ||
| 7573 | 2024.07.31 06:56:06.274600 [ 3 ] {21590401-e0d0-4677-a2c6-bffdcaea10a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 7574 | 2024.07.31 06:56:06.274616 [ 3 ] {} <Debug> HTTP-Session: c1ccdb3e-dda0-46c3-b5b6-26c72781bd63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7575 | 2024.07.31 06:56:06.274797 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 43569, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7576 | 2024.07.31 06:56:06.274847 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7577 | 2024.07.31 06:56:06.274867 [ 3 ] {} <Debug> HTTP-Session: 6ff20028-9ee9-4bde-9815-107d03ae9268 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7578 | 2024.07.31 06:56:06.274884 [ 3 ] {} <Debug> HTTP-Session: 6ff20028-9ee9-4bde-9815-107d03ae9268 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7579 | 2024.07.31 06:56:06.274897 [ 3 ] {} <Debug> HTTP-Session: 6ff20028-9ee9-4bde-9815-107d03ae9268 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7580 | 2024.07.31 06:56:06.274929 [ 3 ] {} <Trace> HTTP-Session: 6ff20028-9ee9-4bde-9815-107d03ae9268 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7581 | 2024.07.31 06:56:06.275205 [ 3 ] {555e6425-f007-4682-85e0-086dbed8f235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7582 | 2024.07.31 06:56:06.275270 [ 3 ] {555e6425-f007-4682-85e0-086dbed8f235} <Trace> 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 | ||
| 7583 | 2024.07.31 06:56:06.275686 [ 3 ] {555e6425-f007-4682-85e0-086dbed8f235} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7584 | 2024.07.31 06:56:06.276346 [ 3 ] {555e6425-f007-4682-85e0-086dbed8f235} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7585 | 2024.07.31 06:56:06.276384 [ 3 ] {555e6425-f007-4682-85e0-086dbed8f235} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7586 | 2024.07.31 06:56:06.276978 [ 3 ] {555e6425-f007-4682-85e0-086dbed8f235} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7587 | 2024.07.31 06:56:06.277392 [ 3 ] {555e6425-f007-4682-85e0-086dbed8f235} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7588 | 2024.07.31 06:56:06.277587 [ 3 ] {555e6425-f007-4682-85e0-086dbed8f235} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002578 sec., 10473.235065942592 rows/sec., 18.77 MiB/sec. | ||
| 7589 | 2024.07.31 06:56:06.277790 [ 3 ] {555e6425-f007-4682-85e0-086dbed8f235} <Debug> DynamicQueryHandler: Done processing query | ||
| 7590 | 2024.07.31 06:56:06.277816 [ 3 ] {555e6425-f007-4682-85e0-086dbed8f235} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 7591 | 2024.07.31 06:56:06.277833 [ 3 ] {} <Debug> HTTP-Session: 6ff20028-9ee9-4bde-9815-107d03ae9268 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7592 | 2024.07.31 06:56:06.277967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7593 | 2024.07.31 06:56:06.278015 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7594 | 2024.07.31 06:56:06.278035 [ 3 ] {} <Debug> HTTP-Session: 4a114bad-476c-4f8b-b44a-57787f1fb400 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7595 | 2024.07.31 06:56:06.278051 [ 3 ] {} <Debug> HTTP-Session: 4a114bad-476c-4f8b-b44a-57787f1fb400 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7596 | 2024.07.31 06:56:06.278064 [ 3 ] {} <Debug> HTTP-Session: 4a114bad-476c-4f8b-b44a-57787f1fb400 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7597 | 2024.07.31 06:56:06.278095 [ 3 ] {} <Trace> HTTP-Session: 4a114bad-476c-4f8b-b44a-57787f1fb400 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7598 | 2024.07.31 06:56:06.278204 [ 3 ] {35629416-1eb5-4fb5-824e-5c66138f9bad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7599 | 2024.07.31 06:56:06.278249 [ 3 ] {35629416-1eb5-4fb5-824e-5c66138f9bad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7600 | 2024.07.31 06:56:06.278377 [ 3 ] {35629416-1eb5-4fb5-824e-5c66138f9bad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7601 | 2024.07.31 06:56:06.278665 [ 3 ] {35629416-1eb5-4fb5-824e-5c66138f9bad} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7602 | 2024.07.31 06:56:06.278704 [ 3 ] {35629416-1eb5-4fb5-824e-5c66138f9bad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7603 | 2024.07.31 06:56:06.279061 [ 3 ] {35629416-1eb5-4fb5-824e-5c66138f9bad} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7604 | 2024.07.31 06:56:06.279393 [ 3 ] {35629416-1eb5-4fb5-824e-5c66138f9bad} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7605 | 2024.07.31 06:56:06.279566 [ 3 ] {35629416-1eb5-4fb5-824e-5c66138f9bad} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec. | ||
| 7606 | 2024.07.31 06:56:06.279897 [ 3 ] {35629416-1eb5-4fb5-824e-5c66138f9bad} <Debug> DynamicQueryHandler: Done processing query | ||
| 7607 | 2024.07.31 06:56:06.279929 [ 3 ] {35629416-1eb5-4fb5-824e-5c66138f9bad} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7608 | 2024.07.31 06:56:06.279947 [ 3 ] {} <Debug> HTTP-Session: 4a114bad-476c-4f8b-b44a-57787f1fb400 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7609 | 2024.07.31 06:56:08.076655 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7610 | 2024.07.31 06:56:08.076710 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7611 | 2024.07.31 06:56:11.263861 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7612 | 2024.07.31 06:56:11.264066 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7613 | 2024.07.31 06:56:11.264113 [ 3 ] {} <Debug> HTTP-Session: 42179c07-c03b-4e63-bba7-182a375675c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7614 | 2024.07.31 06:56:11.264153 [ 3 ] {} <Debug> HTTP-Session: 42179c07-c03b-4e63-bba7-182a375675c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7615 | 2024.07.31 06:56:11.264181 [ 3 ] {} <Debug> HTTP-Session: 42179c07-c03b-4e63-bba7-182a375675c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7616 | 2024.07.31 06:56:11.264262 [ 3 ] {} <Trace> HTTP-Session: 42179c07-c03b-4e63-bba7-182a375675c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7617 | 2024.07.31 06:56:11.264486 [ 3 ] {6faddf1a-786f-438c-86fa-66c9cb7b3f82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7618 | 2024.07.31 06:56:11.264555 [ 3 ] {6faddf1a-786f-438c-86fa-66c9cb7b3f82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7619 | 2024.07.31 06:56:11.264749 [ 3 ] {6faddf1a-786f-438c-86fa-66c9cb7b3f82} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7620 | 2024.07.31 06:56:11.265263 [ 3 ] {6faddf1a-786f-438c-86fa-66c9cb7b3f82} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7621 | 2024.07.31 06:56:11.265312 [ 3 ] {6faddf1a-786f-438c-86fa-66c9cb7b3f82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 7622 | 2024.07.31 06:56:11.265690 [ 3 ] {6faddf1a-786f-438c-86fa-66c9cb7b3f82} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7623 | 2024.07.31 06:56:11.266035 [ 3 ] {6faddf1a-786f-438c-86fa-66c9cb7b3f82} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7624 | 2024.07.31 06:56:11.266206 [ 3 ] {6faddf1a-786f-438c-86fa-66c9cb7b3f82} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.00177 sec., 5649.717514124293 rows/sec., 375.18 KiB/sec. | ||
| 7625 | 2024.07.31 06:56:11.266430 [ 3 ] {6faddf1a-786f-438c-86fa-66c9cb7b3f82} <Debug> DynamicQueryHandler: Done processing query | ||
| 7626 | 2024.07.31 06:56:11.266458 [ 3 ] {6faddf1a-786f-438c-86fa-66c9cb7b3f82} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7627 | 2024.07.31 06:56:11.266474 [ 3 ] {} <Debug> HTTP-Session: 42179c07-c03b-4e63-bba7-182a375675c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7628 | 2024.07.31 06:56:11.266645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7629 | 2024.07.31 06:56:11.266703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7630 | 2024.07.31 06:56:11.266723 [ 3 ] {} <Debug> HTTP-Session: 1298d558-84c5-440f-be90-8cb22123eca1 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7631 | 2024.07.31 06:56:11.266741 [ 3 ] {} <Debug> HTTP-Session: 1298d558-84c5-440f-be90-8cb22123eca1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7632 | 2024.07.31 06:56:11.266755 [ 3 ] {} <Debug> HTTP-Session: 1298d558-84c5-440f-be90-8cb22123eca1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7633 | 2024.07.31 06:56:11.266790 [ 3 ] {} <Trace> HTTP-Session: 1298d558-84c5-440f-be90-8cb22123eca1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7634 | 2024.07.31 06:56:11.266896 [ 3 ] {df3d7aa0-ace2-4481-b77c-1740f78bec02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 7635 | 2024.07.31 06:56:11.266942 [ 3 ] {df3d7aa0-ace2-4481-b77c-1740f78bec02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7636 | 2024.07.31 06:56:11.267079 [ 3 ] {df3d7aa0-ace2-4481-b77c-1740f78bec02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7637 | 2024.07.31 06:56:11.267361 [ 3 ] {df3d7aa0-ace2-4481-b77c-1740f78bec02} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7638 | 2024.07.31 06:56:11.267399 [ 3 ] {df3d7aa0-ace2-4481-b77c-1740f78bec02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 7639 | 2024.07.31 06:56:11.267702 [ 3 ] {df3d7aa0-ace2-4481-b77c-1740f78bec02} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 7640 | 2024.07.31 06:56:11.268016 [ 3 ] {df3d7aa0-ace2-4481-b77c-1740f78bec02} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7641 | 2024.07.31 06:56:11.268175 [ 3 ] {df3d7aa0-ace2-4481-b77c-1740f78bec02} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001308 sec., 3058.1039755351685 rows/sec., 249.37 KiB/sec. | ||
| 7642 | 2024.07.31 06:56:11.268345 [ 3 ] {df3d7aa0-ace2-4481-b77c-1740f78bec02} <Debug> DynamicQueryHandler: Done processing query | ||
| 7643 | 2024.07.31 06:56:11.268370 [ 3 ] {df3d7aa0-ace2-4481-b77c-1740f78bec02} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7644 | 2024.07.31 06:56:11.268386 [ 3 ] {} <Debug> HTTP-Session: 1298d558-84c5-440f-be90-8cb22123eca1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7645 | 2024.07.31 06:56:11.268596 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26475, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7646 | 2024.07.31 06:56:11.268648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7647 | 2024.07.31 06:56:11.268669 [ 3 ] {} <Debug> HTTP-Session: bae10a9b-f32b-4ee0-a4d6-78caea80bc17 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7648 | 2024.07.31 06:56:11.268685 [ 3 ] {} <Debug> HTTP-Session: bae10a9b-f32b-4ee0-a4d6-78caea80bc17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7649 | 2024.07.31 06:56:11.268699 [ 3 ] {} <Debug> HTTP-Session: bae10a9b-f32b-4ee0-a4d6-78caea80bc17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7650 | 2024.07.31 06:56:11.268732 [ 3 ] {} <Trace> HTTP-Session: bae10a9b-f32b-4ee0-a4d6-78caea80bc17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7651 | 2024.07.31 06:56:11.268878 [ 3 ] {deb4065c-542d-4135-aec0-3a9861bbbe25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7652 | 2024.07.31 06:56:11.268922 [ 3 ] {deb4065c-542d-4135-aec0-3a9861bbbe25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7653 | 2024.07.31 06:56:11.269051 [ 3 ] {deb4065c-542d-4135-aec0-3a9861bbbe25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7654 | 2024.07.31 06:56:11.269444 [ 3 ] {deb4065c-542d-4135-aec0-3a9861bbbe25} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7655 | 2024.07.31 06:56:11.269481 [ 3 ] {deb4065c-542d-4135-aec0-3a9861bbbe25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 7656 | 2024.07.31 06:56:11.269807 [ 3 ] {deb4065c-542d-4135-aec0-3a9861bbbe25} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7657 | 2024.07.31 06:56:11.270131 [ 3 ] {deb4065c-542d-4135-aec0-3a9861bbbe25} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7658 | 2024.07.31 06:56:11.270289 [ 3 ] {deb4065c-542d-4135-aec0-3a9861bbbe25} <Debug> executeQuery: Read 175 rows, 15.81 KiB in 0.001473 sec., 118805.1595383571 rows/sec., 10.48 MiB/sec. | ||
| 7659 | 2024.07.31 06:56:11.270459 [ 3 ] {deb4065c-542d-4135-aec0-3a9861bbbe25} <Debug> DynamicQueryHandler: Done processing query | ||
| 7660 | 2024.07.31 06:56:11.270484 [ 3 ] {deb4065c-542d-4135-aec0-3a9861bbbe25} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 7661 | 2024.07.31 06:56:11.270502 [ 3 ] {} <Debug> HTTP-Session: bae10a9b-f32b-4ee0-a4d6-78caea80bc17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7662 | 2024.07.31 06:56:11.270633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7663 | 2024.07.31 06:56:11.270684 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7664 | 2024.07.31 06:56:11.270703 [ 3 ] {} <Debug> HTTP-Session: 26e16ceb-8582-46fb-93ea-cea4933c3e54 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7665 | 2024.07.31 06:56:11.270719 [ 3 ] {} <Debug> HTTP-Session: 26e16ceb-8582-46fb-93ea-cea4933c3e54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7666 | 2024.07.31 06:56:11.270733 [ 3 ] {} <Debug> HTTP-Session: 26e16ceb-8582-46fb-93ea-cea4933c3e54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7667 | 2024.07.31 06:56:11.270765 [ 3 ] {} <Trace> HTTP-Session: 26e16ceb-8582-46fb-93ea-cea4933c3e54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7668 | 2024.07.31 06:56:11.270860 [ 3 ] {f2e8b6ec-f3d5-43fc-9048-c787f44b541c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7669 | 2024.07.31 06:56:11.270902 [ 3 ] {f2e8b6ec-f3d5-43fc-9048-c787f44b541c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7670 | 2024.07.31 06:56:11.271033 [ 3 ] {f2e8b6ec-f3d5-43fc-9048-c787f44b541c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7671 | 2024.07.31 06:56:11.271297 [ 3 ] {f2e8b6ec-f3d5-43fc-9048-c787f44b541c} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7672 | 2024.07.31 06:56:11.271335 [ 3 ] {f2e8b6ec-f3d5-43fc-9048-c787f44b541c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 7673 | 2024.07.31 06:56:11.271631 [ 3 ] {f2e8b6ec-f3d5-43fc-9048-c787f44b541c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 7674 | 2024.07.31 06:56:11.271943 [ 3 ] {f2e8b6ec-f3d5-43fc-9048-c787f44b541c} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7675 | 2024.07.31 06:56:11.272097 [ 3 ] {f2e8b6ec-f3d5-43fc-9048-c787f44b541c} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001256 sec., 3184.7133757961783 rows/sec., 222.37 KiB/sec. | ||
| 7676 | 2024.07.31 06:56:11.272263 [ 3 ] {f2e8b6ec-f3d5-43fc-9048-c787f44b541c} <Debug> DynamicQueryHandler: Done processing query | ||
| 7677 | 2024.07.31 06:56:11.272289 [ 3 ] {f2e8b6ec-f3d5-43fc-9048-c787f44b541c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7678 | 2024.07.31 06:56:11.272305 [ 3 ] {} <Debug> HTTP-Session: 26e16ceb-8582-46fb-93ea-cea4933c3e54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7679 | 2024.07.31 06:56:11.272543 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 62957, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7680 | 2024.07.31 06:56:11.272592 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7681 | 2024.07.31 06:56:11.272612 [ 3 ] {} <Debug> HTTP-Session: 5d090564-c885-4ecd-93c8-ea209ba6e402 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7682 | 2024.07.31 06:56:11.272628 [ 3 ] {} <Debug> HTTP-Session: 5d090564-c885-4ecd-93c8-ea209ba6e402 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7683 | 2024.07.31 06:56:11.272641 [ 3 ] {} <Debug> HTTP-Session: 5d090564-c885-4ecd-93c8-ea209ba6e402 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7684 | 2024.07.31 06:56:11.272672 [ 3 ] {} <Trace> HTTP-Session: 5d090564-c885-4ecd-93c8-ea209ba6e402 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7685 | 2024.07.31 06:56:11.272873 [ 3 ] {b47c6036-5cbc-478e-9a53-64058ccac85a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7686 | 2024.07.31 06:56:11.272916 [ 3 ] {b47c6036-5cbc-478e-9a53-64058ccac85a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7687 | 2024.07.31 06:56:11.273048 [ 3 ] {b47c6036-5cbc-478e-9a53-64058ccac85a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7688 | 2024.07.31 06:56:11.273565 [ 3 ] {b47c6036-5cbc-478e-9a53-64058ccac85a} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7689 | 2024.07.31 06:56:11.273602 [ 3 ] {b47c6036-5cbc-478e-9a53-64058ccac85a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 7690 | 2024.07.31 06:56:11.273931 [ 3 ] {b47c6036-5cbc-478e-9a53-64058ccac85a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7691 | 2024.07.31 06:56:11.274237 [ 3 ] {b47c6036-5cbc-478e-9a53-64058ccac85a} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7692 | 2024.07.31 06:56:11.274392 [ 3 ] {b47c6036-5cbc-478e-9a53-64058ccac85a} <Debug> executeQuery: Read 390 rows, 28.12 KiB in 0.001615 sec., 241486.06811145513 rows/sec., 17.00 MiB/sec. | ||
| 7693 | 2024.07.31 06:56:11.274662 [ 3 ] {b47c6036-5cbc-478e-9a53-64058ccac85a} <Debug> DynamicQueryHandler: Done processing query | ||
| 7694 | 2024.07.31 06:56:11.274715 [ 3 ] {b47c6036-5cbc-478e-9a53-64058ccac85a} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 7695 | 2024.07.31 06:56:11.274762 [ 3 ] {} <Debug> HTTP-Session: 5d090564-c885-4ecd-93c8-ea209ba6e402 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7696 | 2024.07.31 06:56:11.274914 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7697 | 2024.07.31 06:56:11.274965 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7698 | 2024.07.31 06:56:11.274985 [ 3 ] {} <Debug> HTTP-Session: 5a6de070-ef5a-4223-8a06-dd972cacf2c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7699 | 2024.07.31 06:56:11.275001 [ 3 ] {} <Debug> HTTP-Session: 5a6de070-ef5a-4223-8a06-dd972cacf2c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7700 | 2024.07.31 06:56:11.275015 [ 3 ] {} <Debug> HTTP-Session: 5a6de070-ef5a-4223-8a06-dd972cacf2c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7701 | 2024.07.31 06:56:11.275047 [ 3 ] {} <Trace> HTTP-Session: 5a6de070-ef5a-4223-8a06-dd972cacf2c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7702 | 2024.07.31 06:56:11.275147 [ 3 ] {d1b3603a-bd54-4094-8632-7bce30cca3d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 7703 | 2024.07.31 06:56:11.275196 [ 3 ] {d1b3603a-bd54-4094-8632-7bce30cca3d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7704 | 2024.07.31 06:56:11.275350 [ 3 ] {d1b3603a-bd54-4094-8632-7bce30cca3d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7705 | 2024.07.31 06:56:11.275610 [ 3 ] {d1b3603a-bd54-4094-8632-7bce30cca3d3} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7706 | 2024.07.31 06:56:11.275647 [ 3 ] {d1b3603a-bd54-4094-8632-7bce30cca3d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 7707 | 2024.07.31 06:56:11.276008 [ 3 ] {d1b3603a-bd54-4094-8632-7bce30cca3d3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 7708 | 2024.07.31 06:56:11.276350 [ 3 ] {d1b3603a-bd54-4094-8632-7bce30cca3d3} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7709 | 2024.07.31 06:56:11.276516 [ 3 ] {d1b3603a-bd54-4094-8632-7bce30cca3d3} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001394 sec., 4304.16068866571 rows/sec., 184.94 KiB/sec. | ||
| 7710 | 2024.07.31 06:56:11.276690 [ 3 ] {d1b3603a-bd54-4094-8632-7bce30cca3d3} <Debug> DynamicQueryHandler: Done processing query | ||
| 7711 | 2024.07.31 06:56:11.276715 [ 3 ] {d1b3603a-bd54-4094-8632-7bce30cca3d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7712 | 2024.07.31 06:56:11.276732 [ 3 ] {} <Debug> HTTP-Session: 5a6de070-ef5a-4223-8a06-dd972cacf2c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7713 | 2024.07.31 06:56:11.276857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7714 | 2024.07.31 06:56:11.276907 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7715 | 2024.07.31 06:56:11.276926 [ 3 ] {} <Debug> HTTP-Session: 3d91fbb4-e088-412b-96d7-b5708734e29c Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7716 | 2024.07.31 06:56:11.276943 [ 3 ] {} <Debug> HTTP-Session: 3d91fbb4-e088-412b-96d7-b5708734e29c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7717 | 2024.07.31 06:56:11.276957 [ 3 ] {} <Debug> HTTP-Session: 3d91fbb4-e088-412b-96d7-b5708734e29c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7718 | 2024.07.31 06:56:11.276989 [ 3 ] {} <Trace> HTTP-Session: 3d91fbb4-e088-412b-96d7-b5708734e29c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7719 | 2024.07.31 06:56:11.277107 [ 3 ] {de5a9fa3-a39e-413c-b86d-166c8f786312} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 7720 | 2024.07.31 06:56:11.277152 [ 3 ] {de5a9fa3-a39e-413c-b86d-166c8f786312} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 7721 | 2024.07.31 06:56:11.277299 [ 3 ] {de5a9fa3-a39e-413c-b86d-166c8f786312} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7722 | 2024.07.31 06:56:11.277610 [ 3 ] {de5a9fa3-a39e-413c-b86d-166c8f786312} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7723 | 2024.07.31 06:56:11.277647 [ 3 ] {de5a9fa3-a39e-413c-b86d-166c8f786312} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 7724 | 2024.07.31 06:56:11.278075 [ 3 ] {de5a9fa3-a39e-413c-b86d-166c8f786312} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 7725 | 2024.07.31 06:56:11.278499 [ 3 ] {de5a9fa3-a39e-413c-b86d-166c8f786312} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7726 | 2024.07.31 06:56:11.278688 [ 3 ] {de5a9fa3-a39e-413c-b86d-166c8f786312} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001623 sec., 47443.006777572395 rows/sec., 2.92 MiB/sec. | ||
| 7727 | 2024.07.31 06:56:11.278901 [ 3 ] {de5a9fa3-a39e-413c-b86d-166c8f786312} <Debug> DynamicQueryHandler: Done processing query | ||
| 7728 | 2024.07.31 06:56:11.278937 [ 3 ] {de5a9fa3-a39e-413c-b86d-166c8f786312} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7729 | 2024.07.31 06:56:11.278959 [ 3 ] {} <Debug> HTTP-Session: 3d91fbb4-e088-412b-96d7-b5708734e29c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7730 | 2024.07.31 06:56:11.279162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 31005, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7731 | 2024.07.31 06:56:11.279225 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7732 | 2024.07.31 06:56:11.279250 [ 3 ] {} <Debug> HTTP-Session: 86c2e2b9-7d30-41cd-b8e3-29aece2c4826 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7733 | 2024.07.31 06:56:11.279272 [ 3 ] {} <Debug> HTTP-Session: 86c2e2b9-7d30-41cd-b8e3-29aece2c4826 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7734 | 2024.07.31 06:56:11.279291 [ 3 ] {} <Debug> HTTP-Session: 86c2e2b9-7d30-41cd-b8e3-29aece2c4826 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7735 | 2024.07.31 06:56:11.279329 [ 3 ] {} <Trace> HTTP-Session: 86c2e2b9-7d30-41cd-b8e3-29aece2c4826 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7736 | 2024.07.31 06:56:11.279526 [ 3 ] {fcdd63fc-a75d-40d6-a5b0-6c2959a38bc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7737 | 2024.07.31 06:56:11.279575 [ 3 ] {fcdd63fc-a75d-40d6-a5b0-6c2959a38bc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7738 | 2024.07.31 06:56:11.279726 [ 3 ] {fcdd63fc-a75d-40d6-a5b0-6c2959a38bc9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7739 | 2024.07.31 06:56:11.280102 [ 3 ] {fcdd63fc-a75d-40d6-a5b0-6c2959a38bc9} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7740 | 2024.07.31 06:56:11.280140 [ 3 ] {fcdd63fc-a75d-40d6-a5b0-6c2959a38bc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 7741 | 2024.07.31 06:56:11.280541 [ 3 ] {fcdd63fc-a75d-40d6-a5b0-6c2959a38bc9} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7742 | 2024.07.31 06:56:11.280898 [ 3 ] {fcdd63fc-a75d-40d6-a5b0-6c2959a38bc9} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7743 | 2024.07.31 06:56:11.281057 [ 3 ] {fcdd63fc-a75d-40d6-a5b0-6c2959a38bc9} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001632 sec., 99264.70588235294 rows/sec., 6.91 MiB/sec. | ||
| 7744 | 2024.07.31 06:56:11.281360 [ 3 ] {fcdd63fc-a75d-40d6-a5b0-6c2959a38bc9} <Debug> DynamicQueryHandler: Done processing query | ||
| 7745 | 2024.07.31 06:56:11.281394 [ 3 ] {fcdd63fc-a75d-40d6-a5b0-6c2959a38bc9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7746 | 2024.07.31 06:56:11.281413 [ 3 ] {} <Debug> HTTP-Session: 86c2e2b9-7d30-41cd-b8e3-29aece2c4826 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7747 | 2024.07.31 06:56:11.281530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7748 | 2024.07.31 06:56:11.281580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7749 | 2024.07.31 06:56:11.281600 [ 3 ] {} <Debug> HTTP-Session: 41b6b4b0-2caa-4cf5-bda9-c1ad21029adb Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7750 | 2024.07.31 06:56:11.281617 [ 3 ] {} <Debug> HTTP-Session: 41b6b4b0-2caa-4cf5-bda9-c1ad21029adb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7751 | 2024.07.31 06:56:11.281631 [ 3 ] {} <Debug> HTTP-Session: 41b6b4b0-2caa-4cf5-bda9-c1ad21029adb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7752 | 2024.07.31 06:56:11.281663 [ 3 ] {} <Trace> HTTP-Session: 41b6b4b0-2caa-4cf5-bda9-c1ad21029adb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7753 | 2024.07.31 06:56:11.281832 [ 3 ] {a4aa56ca-a645-4654-8786-5e12898f3dc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7754 | 2024.07.31 06:56:11.281905 [ 3 ] {a4aa56ca-a645-4654-8786-5e12898f3dc0} <Trace> 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 | ||
| 7755 | 2024.07.31 06:56:11.282329 [ 3 ] {a4aa56ca-a645-4654-8786-5e12898f3dc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7756 | 2024.07.31 06:56:11.282860 [ 3 ] {a4aa56ca-a645-4654-8786-5e12898f3dc0} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7757 | 2024.07.31 06:56:11.282897 [ 3 ] {a4aa56ca-a645-4654-8786-5e12898f3dc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 7758 | 2024.07.31 06:56:11.283501 [ 3 ] {a4aa56ca-a645-4654-8786-5e12898f3dc0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 7759 | 2024.07.31 06:56:11.283930 [ 3 ] {a4aa56ca-a645-4654-8786-5e12898f3dc0} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7760 | 2024.07.31 06:56:11.284131 [ 3 ] {a4aa56ca-a645-4654-8786-5e12898f3dc0} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002391 sec., 1672.9401923881221 rows/sec., 3.00 MiB/sec. | ||
| 7761 | 2024.07.31 06:56:11.284369 [ 3 ] {a4aa56ca-a645-4654-8786-5e12898f3dc0} <Debug> DynamicQueryHandler: Done processing query | ||
| 7762 | 2024.07.31 06:56:11.284396 [ 3 ] {a4aa56ca-a645-4654-8786-5e12898f3dc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 7763 | 2024.07.31 06:56:11.284413 [ 3 ] {} <Debug> HTTP-Session: 41b6b4b0-2caa-4cf5-bda9-c1ad21029adb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7764 | 2024.07.31 06:56:11.284537 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7765 | 2024.07.31 06:56:11.284587 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7766 | 2024.07.31 06:56:11.284606 [ 3 ] {} <Debug> HTTP-Session: 4552a74a-f052-49aa-a9bc-9b0ec217cb8c Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7767 | 2024.07.31 06:56:11.284623 [ 3 ] {} <Debug> HTTP-Session: 4552a74a-f052-49aa-a9bc-9b0ec217cb8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7768 | 2024.07.31 06:56:11.284637 [ 3 ] {} <Debug> HTTP-Session: 4552a74a-f052-49aa-a9bc-9b0ec217cb8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7769 | 2024.07.31 06:56:11.284669 [ 3 ] {} <Trace> HTTP-Session: 4552a74a-f052-49aa-a9bc-9b0ec217cb8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7770 | 2024.07.31 06:56:11.284775 [ 3 ] {0908ff54-7ca9-4142-9724-05e0037aa137} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7771 | 2024.07.31 06:56:11.284821 [ 3 ] {0908ff54-7ca9-4142-9724-05e0037aa137} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 7772 | 2024.07.31 06:56:11.284954 [ 3 ] {0908ff54-7ca9-4142-9724-05e0037aa137} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7773 | 2024.07.31 06:56:11.285260 [ 3 ] {0908ff54-7ca9-4142-9724-05e0037aa137} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7774 | 2024.07.31 06:56:11.285296 [ 3 ] {0908ff54-7ca9-4142-9724-05e0037aa137} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 7775 | 2024.07.31 06:56:11.285673 [ 3 ] {0908ff54-7ca9-4142-9724-05e0037aa137} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 7776 | 2024.07.31 06:56:11.286001 [ 3 ] {0908ff54-7ca9-4142-9724-05e0037aa137} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7777 | 2024.07.31 06:56:11.286167 [ 3 ] {0908ff54-7ca9-4142-9724-05e0037aa137} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001422 sec., 16174.402250351617 rows/sec., 874.92 KiB/sec. | ||
| 7778 | 2024.07.31 06:56:11.286339 [ 3 ] {0908ff54-7ca9-4142-9724-05e0037aa137} <Debug> DynamicQueryHandler: Done processing query | ||
| 7779 | 2024.07.31 06:56:11.286366 [ 3 ] {0908ff54-7ca9-4142-9724-05e0037aa137} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7780 | 2024.07.31 06:56:11.286383 [ 3 ] {} <Debug> HTTP-Session: 4552a74a-f052-49aa-a9bc-9b0ec217cb8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7781 | 2024.07.31 06:56:11.286502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7782 | 2024.07.31 06:56:11.286553 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7783 | 2024.07.31 06:56:11.286574 [ 3 ] {} <Debug> HTTP-Session: fbdc035c-ed2d-49bf-9500-2cfc7ed16b15 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7784 | 2024.07.31 06:56:11.286591 [ 3 ] {} <Debug> HTTP-Session: fbdc035c-ed2d-49bf-9500-2cfc7ed16b15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7785 | 2024.07.31 06:56:11.286605 [ 3 ] {} <Debug> HTTP-Session: fbdc035c-ed2d-49bf-9500-2cfc7ed16b15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7786 | 2024.07.31 06:56:11.286636 [ 3 ] {} <Trace> HTTP-Session: fbdc035c-ed2d-49bf-9500-2cfc7ed16b15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7787 | 2024.07.31 06:56:11.286756 [ 3 ] {5bd247b2-1c42-4fd3-aac9-3b25dce4f14d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7788 | 2024.07.31 06:56:11.286802 [ 3 ] {5bd247b2-1c42-4fd3-aac9-3b25dce4f14d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7789 | 2024.07.31 06:56:11.286934 [ 3 ] {5bd247b2-1c42-4fd3-aac9-3b25dce4f14d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7790 | 2024.07.31 06:56:11.287234 [ 3 ] {5bd247b2-1c42-4fd3-aac9-3b25dce4f14d} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7791 | 2024.07.31 06:56:11.287273 [ 3 ] {5bd247b2-1c42-4fd3-aac9-3b25dce4f14d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 7792 | 2024.07.31 06:56:11.287637 [ 3 ] {5bd247b2-1c42-4fd3-aac9-3b25dce4f14d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7793 | 2024.07.31 06:56:11.287970 [ 3 ] {5bd247b2-1c42-4fd3-aac9-3b25dce4f14d} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7794 | 2024.07.31 06:56:11.288098 [ 3 ] {5bd247b2-1c42-4fd3-aac9-3b25dce4f14d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001386 sec., 43290.043290043286 rows/sec., 2.92 MiB/sec. | ||
| 7795 | 2024.07.31 06:56:11.288367 [ 3 ] {5bd247b2-1c42-4fd3-aac9-3b25dce4f14d} <Debug> DynamicQueryHandler: Done processing query | ||
| 7796 | 2024.07.31 06:56:11.288419 [ 3 ] {5bd247b2-1c42-4fd3-aac9-3b25dce4f14d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7797 | 2024.07.31 06:56:11.288463 [ 3 ] {} <Debug> HTTP-Session: fbdc035c-ed2d-49bf-9500-2cfc7ed16b15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7798 | 2024.07.31 06:56:16.260226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7799 | 2024.07.31 06:56:16.260424 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7800 | 2024.07.31 06:56:16.260471 [ 3 ] {} <Debug> HTTP-Session: 947733b4-5666-497e-b940-7f0b4d417f75 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7801 | 2024.07.31 06:56:16.260513 [ 3 ] {} <Debug> HTTP-Session: 947733b4-5666-497e-b940-7f0b4d417f75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7802 | 2024.07.31 06:56:16.260534 [ 3 ] {} <Debug> HTTP-Session: 947733b4-5666-497e-b940-7f0b4d417f75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7803 | 2024.07.31 06:56:16.260584 [ 3 ] {} <Trace> HTTP-Session: 947733b4-5666-497e-b940-7f0b4d417f75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7804 | 2024.07.31 06:56:16.260780 [ 3 ] {df99a6fd-b0a9-4ab4-8e18-e94f90af5a0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7805 | 2024.07.31 06:56:16.260851 [ 3 ] {df99a6fd-b0a9-4ab4-8e18-e94f90af5a0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7806 | 2024.07.31 06:56:16.261048 [ 3 ] {df99a6fd-b0a9-4ab4-8e18-e94f90af5a0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7807 | 2024.07.31 06:56:16.261510 [ 3 ] {df99a6fd-b0a9-4ab4-8e18-e94f90af5a0d} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7808 | 2024.07.31 06:56:16.261561 [ 3 ] {df99a6fd-b0a9-4ab4-8e18-e94f90af5a0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 7809 | 2024.07.31 06:56:16.261962 [ 3 ] {df99a6fd-b0a9-4ab4-8e18-e94f90af5a0d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7810 | 2024.07.31 06:56:16.262310 [ 3 ] {df99a6fd-b0a9-4ab4-8e18-e94f90af5a0d} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7811 | 2024.07.31 06:56:16.262499 [ 3 ] {df99a6fd-b0a9-4ab4-8e18-e94f90af5a0d} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001771 sec., 15245.623941276115 rows/sec., 1.21 MiB/sec. | ||
| 7812 | 2024.07.31 06:56:16.262815 [ 3 ] {df99a6fd-b0a9-4ab4-8e18-e94f90af5a0d} <Debug> DynamicQueryHandler: Done processing query | ||
| 7813 | 2024.07.31 06:56:16.262857 [ 3 ] {df99a6fd-b0a9-4ab4-8e18-e94f90af5a0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7814 | 2024.07.31 06:56:16.262877 [ 3 ] {} <Debug> HTTP-Session: 947733b4-5666-497e-b940-7f0b4d417f75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7815 | 2024.07.31 06:56:16.263051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 20062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7816 | 2024.07.31 06:56:16.263108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7817 | 2024.07.31 06:56:16.263128 [ 3 ] {} <Debug> HTTP-Session: 1fa7b847-27e7-4dbd-8065-0138a47f4907 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7818 | 2024.07.31 06:56:16.263147 [ 3 ] {} <Debug> HTTP-Session: 1fa7b847-27e7-4dbd-8065-0138a47f4907 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7819 | 2024.07.31 06:56:16.263162 [ 3 ] {} <Debug> HTTP-Session: 1fa7b847-27e7-4dbd-8065-0138a47f4907 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7820 | 2024.07.31 06:56:16.263197 [ 3 ] {} <Trace> HTTP-Session: 1fa7b847-27e7-4dbd-8065-0138a47f4907 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7821 | 2024.07.31 06:56:16.263348 [ 3 ] {d9d6f147-0ef2-4a66-a18d-d67982463a8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7822 | 2024.07.31 06:56:16.263398 [ 3 ] {d9d6f147-0ef2-4a66-a18d-d67982463a8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7823 | 2024.07.31 06:56:16.263551 [ 3 ] {d9d6f147-0ef2-4a66-a18d-d67982463a8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7824 | 2024.07.31 06:56:16.263976 [ 3 ] {d9d6f147-0ef2-4a66-a18d-d67982463a8a} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7825 | 2024.07.31 06:56:16.264016 [ 3 ] {d9d6f147-0ef2-4a66-a18d-d67982463a8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 7826 | 2024.07.31 06:56:16.264377 [ 3 ] {d9d6f147-0ef2-4a66-a18d-d67982463a8a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7827 | 2024.07.31 06:56:16.264705 [ 3 ] {d9d6f147-0ef2-4a66-a18d-d67982463a8a} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7828 | 2024.07.31 06:56:16.264871 [ 3 ] {d9d6f147-0ef2-4a66-a18d-d67982463a8a} <Debug> executeQuery: Read 137 rows, 11.71 KiB in 0.001579 sec., 86763.77454084864 rows/sec., 7.24 MiB/sec. | ||
| 7829 | 2024.07.31 06:56:16.265221 [ 3 ] {d9d6f147-0ef2-4a66-a18d-d67982463a8a} <Debug> DynamicQueryHandler: Done processing query | ||
| 7830 | 2024.07.31 06:56:16.265257 [ 3 ] {d9d6f147-0ef2-4a66-a18d-d67982463a8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 7831 | 2024.07.31 06:56:16.265276 [ 3 ] {} <Debug> HTTP-Session: 1fa7b847-27e7-4dbd-8065-0138a47f4907 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7832 | 2024.07.31 06:56:16.265454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 15465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7833 | 2024.07.31 06:56:16.265506 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7834 | 2024.07.31 06:56:16.265526 [ 3 ] {} <Debug> HTTP-Session: 9578a186-b421-4f08-aa48-dae6f22be6ff Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7835 | 2024.07.31 06:56:16.265542 [ 3 ] {} <Debug> HTTP-Session: 9578a186-b421-4f08-aa48-dae6f22be6ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7836 | 2024.07.31 06:56:16.265557 [ 3 ] {} <Debug> HTTP-Session: 9578a186-b421-4f08-aa48-dae6f22be6ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7837 | 2024.07.31 06:56:16.265590 [ 3 ] {} <Trace> HTTP-Session: 9578a186-b421-4f08-aa48-dae6f22be6ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7838 | 2024.07.31 06:56:16.265728 [ 3 ] {f4770b34-fd47-438d-9266-63c1618c79f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7839 | 2024.07.31 06:56:16.265774 [ 3 ] {f4770b34-fd47-438d-9266-63c1618c79f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7840 | 2024.07.31 06:56:16.265927 [ 3 ] {f4770b34-fd47-438d-9266-63c1618c79f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7841 | 2024.07.31 06:56:16.266308 [ 3 ] {f4770b34-fd47-438d-9266-63c1618c79f8} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7842 | 2024.07.31 06:56:16.266346 [ 3 ] {f4770b34-fd47-438d-9266-63c1618c79f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 7843 | 2024.07.31 06:56:16.266651 [ 3 ] {f4770b34-fd47-438d-9266-63c1618c79f8} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7844 | 2024.07.31 06:56:16.266970 [ 3 ] {f4770b34-fd47-438d-9266-63c1618c79f8} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7845 | 2024.07.31 06:56:16.267130 [ 3 ] {f4770b34-fd47-438d-9266-63c1618c79f8} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001448 sec., 62845.30386740331 rows/sec., 4.91 MiB/sec. | ||
| 7846 | 2024.07.31 06:56:16.267394 [ 3 ] {f4770b34-fd47-438d-9266-63c1618c79f8} <Debug> DynamicQueryHandler: Done processing query | ||
| 7847 | 2024.07.31 06:56:16.267444 [ 3 ] {f4770b34-fd47-438d-9266-63c1618c79f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 7848 | 2024.07.31 06:56:16.267481 [ 3 ] {} <Debug> HTTP-Session: 9578a186-b421-4f08-aa48-dae6f22be6ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7849 | 2024.07.31 06:56:16.267660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7850 | 2024.07.31 06:56:16.267712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7851 | 2024.07.31 06:56:16.267732 [ 3 ] {} <Debug> HTTP-Session: a329c0a5-18fd-485c-9f15-bb0d78cd7425 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7852 | 2024.07.31 06:56:16.267749 [ 3 ] {} <Debug> HTTP-Session: a329c0a5-18fd-485c-9f15-bb0d78cd7425 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7853 | 2024.07.31 06:56:16.267762 [ 3 ] {} <Debug> HTTP-Session: a329c0a5-18fd-485c-9f15-bb0d78cd7425 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7854 | 2024.07.31 06:56:16.267795 [ 3 ] {} <Trace> HTTP-Session: a329c0a5-18fd-485c-9f15-bb0d78cd7425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7855 | 2024.07.31 06:56:16.267977 [ 3 ] {1606043a-eaa7-4e47-916f-2a4e4e44a28f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7856 | 2024.07.31 06:56:16.268029 [ 3 ] {1606043a-eaa7-4e47-916f-2a4e4e44a28f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7857 | 2024.07.31 06:56:16.268194 [ 3 ] {1606043a-eaa7-4e47-916f-2a4e4e44a28f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7858 | 2024.07.31 06:56:16.268595 [ 3 ] {1606043a-eaa7-4e47-916f-2a4e4e44a28f} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7859 | 2024.07.31 06:56:16.268632 [ 3 ] {1606043a-eaa7-4e47-916f-2a4e4e44a28f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 7860 | 2024.07.31 06:56:16.269122 [ 3 ] {1606043a-eaa7-4e47-916f-2a4e4e44a28f} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7861 | 2024.07.31 06:56:16.269463 [ 3 ] {1606043a-eaa7-4e47-916f-2a4e4e44a28f} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7862 | 2024.07.31 06:56:16.269637 [ 3 ] {1606043a-eaa7-4e47-916f-2a4e4e44a28f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001747 sec., 91585.57527189468 rows/sec., 6.38 MiB/sec. | ||
| 7863 | 2024.07.31 06:56:16.269812 [ 3 ] {1606043a-eaa7-4e47-916f-2a4e4e44a28f} <Debug> DynamicQueryHandler: Done processing query | ||
| 7864 | 2024.07.31 06:56:16.269836 [ 3 ] {1606043a-eaa7-4e47-916f-2a4e4e44a28f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7865 | 2024.07.31 06:56:16.269851 [ 3 ] {} <Debug> HTTP-Session: a329c0a5-18fd-485c-9f15-bb0d78cd7425 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7866 | 2024.07.31 06:56:16.270041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 43548, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7867 | 2024.07.31 06:56:16.270089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7868 | 2024.07.31 06:56:16.270108 [ 3 ] {} <Debug> HTTP-Session: ab8dc299-3024-47fb-8f9b-3cf934dc382d Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7869 | 2024.07.31 06:56:16.270124 [ 3 ] {} <Debug> HTTP-Session: ab8dc299-3024-47fb-8f9b-3cf934dc382d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7870 | 2024.07.31 06:56:16.270138 [ 3 ] {} <Debug> HTTP-Session: ab8dc299-3024-47fb-8f9b-3cf934dc382d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7871 | 2024.07.31 06:56:16.270168 [ 3 ] {} <Trace> HTTP-Session: ab8dc299-3024-47fb-8f9b-3cf934dc382d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7872 | 2024.07.31 06:56:16.270727 [ 3 ] {28717b96-9ac2-4938-9411-63de92151d87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7873 | 2024.07.31 06:56:16.270794 [ 3 ] {28717b96-9ac2-4938-9411-63de92151d87} <Trace> 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 | ||
| 7874 | 2024.07.31 06:56:16.271206 [ 3 ] {28717b96-9ac2-4938-9411-63de92151d87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7875 | 2024.07.31 06:56:16.272064 [ 3 ] {28717b96-9ac2-4938-9411-63de92151d87} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7876 | 2024.07.31 06:56:16.272101 [ 3 ] {28717b96-9ac2-4938-9411-63de92151d87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 7877 | 2024.07.31 06:56:16.272720 [ 3 ] {28717b96-9ac2-4938-9411-63de92151d87} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 7878 | 2024.07.31 06:56:16.273121 [ 3 ] {28717b96-9ac2-4938-9411-63de92151d87} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7879 | 2024.07.31 06:56:16.273299 [ 128 ] {} <Debug> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 7880 | 2024.07.31 06:56:16.273320 [ 3 ] {28717b96-9ac2-4938-9411-63de92151d87} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.003057 sec., 8832.188420019627 rows/sec., 15.83 MiB/sec. | ||
| 7881 | 2024.07.31 06:56:16.273394 [ 128 ] {} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7882 | 2024.07.31 06:56:16.273480 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 7883 | 2024.07.31 06:56:16.273761 [ 200 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 7884 | 2024.07.31 06:56:16.273818 [ 3 ] {28717b96-9ac2-4938-9411-63de92151d87} <Debug> DynamicQueryHandler: Done processing query | ||
| 7885 | 2024.07.31 06:56:16.273848 [ 3 ] {28717b96-9ac2-4938-9411-63de92151d87} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 7886 | 2024.07.31 06:56:16.273870 [ 3 ] {} <Debug> HTTP-Session: ab8dc299-3024-47fb-8f9b-3cf934dc382d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7887 | 2024.07.31 06:56:16.274078 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7888 | 2024.07.31 06:56:16.274134 [ 200 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7889 | 2024.07.31 06:56:16.274144 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7890 | 2024.07.31 06:56:16.274184 [ 3 ] {} <Debug> HTTP-Session: 04c376a7-a28b-4735-be3d-fdd475c05c95 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7891 | 2024.07.31 06:56:16.274214 [ 3 ] {} <Debug> HTTP-Session: 04c376a7-a28b-4735-be3d-fdd475c05c95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7892 | 2024.07.31 06:56:16.274241 [ 3 ] {} <Debug> HTTP-Session: 04c376a7-a28b-4735-be3d-fdd475c05c95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7893 | 2024.07.31 06:56:16.274244 [ 200 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 425 rows starting from the beginning of the part | ||
| 7894 | 2024.07.31 06:56:16.274281 [ 3 ] {} <Trace> HTTP-Session: 04c376a7-a28b-4735-be3d-fdd475c05c95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7895 | 2024.07.31 06:56:16.274543 [ 3 ] {f7643431-1279-4220-b5ca-90416a270200} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7896 | 2024.07.31 06:56:16.274710 [ 3 ] {f7643431-1279-4220-b5ca-90416a270200} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7897 | 2024.07.31 06:56:16.274863 [ 200 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 27 rows starting from the beginning of the part | ||
| 7898 | 2024.07.31 06:56:16.275385 [ 3 ] {f7643431-1279-4220-b5ca-90416a270200} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7899 | 2024.07.31 06:56:16.275420 [ 200 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part | ||
| 7900 | 2024.07.31 06:56:16.275906 [ 200 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 27 rows starting from the beginning of the part | ||
| 7901 | 2024.07.31 06:56:16.276524 [ 3 ] {f7643431-1279-4220-b5ca-90416a270200} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7902 | 2024.07.31 06:56:16.276536 [ 200 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part | ||
| 7903 | 2024.07.31 06:56:16.276568 [ 3 ] {f7643431-1279-4220-b5ca-90416a270200} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 7904 | 2024.07.31 06:56:16.276992 [ 200 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 27 rows starting from the beginning of the part | ||
| 7905 | 2024.07.31 06:56:16.277656 [ 3 ] {f7643431-1279-4220-b5ca-90416a270200} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7906 | 2024.07.31 06:56:16.278162 [ 3 ] {f7643431-1279-4220-b5ca-90416a270200} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7907 | 2024.07.31 06:56:16.278355 [ 3 ] {f7643431-1279-4220-b5ca-90416a270200} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003971 sec., 15109.544195416773 rows/sec., 1.02 MiB/sec. | ||
| 7908 | 2024.07.31 06:56:16.278635 [ 3 ] {f7643431-1279-4220-b5ca-90416a270200} <Debug> DynamicQueryHandler: Done processing query | ||
| 7909 | 2024.07.31 06:56:16.278662 [ 3 ] {f7643431-1279-4220-b5ca-90416a270200} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7910 | 2024.07.31 06:56:16.278686 [ 3 ] {} <Debug> HTTP-Session: 04c376a7-a28b-4735-be3d-fdd475c05c95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7911 | 2024.07.31 06:56:16.290812 [ 197 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 514 rows, containing 19 columns (19 merged, 0 gathered) in 0.017177189 sec., 29923.405977543825 rows/sec., 53.62 MiB/sec. | ||
| 7912 | 2024.07.31 06:56:16.291690 [ 197 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 7913 | 2024.07.31 06:56:16.292345 [ 197 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7914 | 2024.07.31 06:56:16.292445 [ 197 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 7915 | 2024.07.31 06:56:16.292606 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. | ||
| 7916 | 2024.07.31 06:56:17.000183 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 190.04 MiB, peak 199.43 MiB, free memory in arenas 0.00 B, will set to 191.70 MiB (RSS), difference: 1.65 MiB | ||
| 7917 | 2024.07.31 06:56:21.264398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7918 | 2024.07.31 06:56:21.264540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7919 | 2024.07.31 06:56:21.264571 [ 3 ] {} <Debug> HTTP-Session: 684971ce-b5e6-4907-9f1d-3082b2e1533e Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7920 | 2024.07.31 06:56:21.264599 [ 3 ] {} <Debug> HTTP-Session: 684971ce-b5e6-4907-9f1d-3082b2e1533e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7921 | 2024.07.31 06:56:21.264616 [ 3 ] {} <Debug> HTTP-Session: 684971ce-b5e6-4907-9f1d-3082b2e1533e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7922 | 2024.07.31 06:56:21.264671 [ 3 ] {} <Trace> HTTP-Session: 684971ce-b5e6-4907-9f1d-3082b2e1533e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7923 | 2024.07.31 06:56:21.264854 [ 3 ] {4cd6bb9c-481e-4bab-b598-46b134936676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7924 | 2024.07.31 06:56:21.264922 [ 3 ] {4cd6bb9c-481e-4bab-b598-46b134936676} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7925 | 2024.07.31 06:56:21.265111 [ 3 ] {4cd6bb9c-481e-4bab-b598-46b134936676} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7926 | 2024.07.31 06:56:21.265618 [ 3 ] {4cd6bb9c-481e-4bab-b598-46b134936676} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7927 | 2024.07.31 06:56:21.265658 [ 3 ] {4cd6bb9c-481e-4bab-b598-46b134936676} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 7928 | 2024.07.31 06:56:21.266028 [ 3 ] {4cd6bb9c-481e-4bab-b598-46b134936676} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7929 | 2024.07.31 06:56:21.266367 [ 3 ] {4cd6bb9c-481e-4bab-b598-46b134936676} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7930 | 2024.07.31 06:56:21.266540 [ 3 ] {4cd6bb9c-481e-4bab-b598-46b134936676} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.00173 sec., 5780.346820809249 rows/sec., 383.85 KiB/sec. | ||
| 7931 | 2024.07.31 06:56:21.266552 [ 122 ] {} <Debug> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7932 | 2024.07.31 06:56:21.266663 [ 122 ] {} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7933 | 2024.07.31 06:56:21.266707 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 7934 | 2024.07.31 06:56:21.266845 [ 3 ] {4cd6bb9c-481e-4bab-b598-46b134936676} <Debug> DynamicQueryHandler: Done processing query | ||
| 7935 | 2024.07.31 06:56:21.266899 [ 3 ] {4cd6bb9c-481e-4bab-b598-46b134936676} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7936 | 2024.07.31 06:56:21.266914 [ 187 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 7937 | 2024.07.31 06:56:21.266928 [ 3 ] {} <Debug> HTTP-Session: 684971ce-b5e6-4907-9f1d-3082b2e1533e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7938 | 2024.07.31 06:56:21.267138 [ 187 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7939 | 2024.07.31 06:56:21.267206 [ 187 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 37 rows starting from the beginning of the part | ||
| 7940 | 2024.07.31 06:56:21.267209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7941 | 2024.07.31 06:56:21.267309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7942 | 2024.07.31 06:56:21.267417 [ 3 ] {} <Debug> HTTP-Session: 6f11188d-a7e5-4560-b700-0beef34eccd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7943 | 2024.07.31 06:56:21.267489 [ 187 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 10 rows starting from the beginning of the part | ||
| 7944 | 2024.07.31 06:56:21.267499 [ 3 ] {} <Debug> HTTP-Session: 6f11188d-a7e5-4560-b700-0beef34eccd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7945 | 2024.07.31 06:56:21.267575 [ 3 ] {} <Debug> HTTP-Session: 6f11188d-a7e5-4560-b700-0beef34eccd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7946 | 2024.07.31 06:56:21.267724 [ 3 ] {} <Trace> HTTP-Session: 6f11188d-a7e5-4560-b700-0beef34eccd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7947 | 2024.07.31 06:56:21.267755 [ 187 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 27 rows starting from the beginning of the part | ||
| 7948 | 2024.07.31 06:56:21.268012 [ 187 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 10 rows starting from the beginning of the part | ||
| 7949 | 2024.07.31 06:56:21.268212 [ 187 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 27 rows starting from the beginning of the part | ||
| 7950 | 2024.07.31 06:56:21.268258 [ 3 ] {842641fb-bad4-4a03-91f1-67e80c740e50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7951 | 2024.07.31 06:56:21.268416 [ 187 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 10 rows starting from the beginning of the part | ||
| 7952 | 2024.07.31 06:56:21.268499 [ 3 ] {842641fb-bad4-4a03-91f1-67e80c740e50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7953 | 2024.07.31 06:56:21.269219 [ 3 ] {842641fb-bad4-4a03-91f1-67e80c740e50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7954 | 2024.07.31 06:56:21.270271 [ 3 ] {842641fb-bad4-4a03-91f1-67e80c740e50} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7955 | 2024.07.31 06:56:21.270340 [ 3 ] {842641fb-bad4-4a03-91f1-67e80c740e50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 7956 | 2024.07.31 06:56:21.271253 [ 187 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 4 columns (4 merged, 0 gathered) in 0.004461212 sec., 27122.6742867185 rows/sec., 2.02 MiB/sec. | ||
| 7957 | 2024.07.31 06:56:21.271290 [ 3 ] {842641fb-bad4-4a03-91f1-67e80c740e50} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7958 | 2024.07.31 06:56:21.271422 [ 187 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7959 | 2024.07.31 06:56:21.272085 [ 3 ] {842641fb-bad4-4a03-91f1-67e80c740e50} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7960 | 2024.07.31 06:56:21.272364 [ 122 ] {} <Debug> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7961 | 2024.07.31 06:56:21.272396 [ 187 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_36_7} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7962 | 2024.07.31 06:56:21.272402 [ 3 ] {842641fb-bad4-4a03-91f1-67e80c740e50} <Debug> executeQuery: Read 173 rows, 15.66 KiB in 0.004419 sec., 39149.12876216338 rows/sec., 3.46 MiB/sec. | ||
| 7963 | 2024.07.31 06:56:21.272445 [ 122 ] {} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7964 | 2024.07.31 06:56:21.272547 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 7965 | 2024.07.31 06:56:21.272736 [ 187 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_36_7} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7966 | 2024.07.31 06:56:21.272985 [ 3 ] {842641fb-bad4-4a03-91f1-67e80c740e50} <Debug> DynamicQueryHandler: Done processing query | ||
| 7967 | 2024.07.31 06:56:21.272993 [ 192 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 7968 | 2024.07.31 06:56:21.273006 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7969 | 2024.07.31 06:56:21.273030 [ 3 ] {842641fb-bad4-4a03-91f1-67e80c740e50} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 7970 | 2024.07.31 06:56:21.273102 [ 3 ] {} <Debug> HTTP-Session: 6f11188d-a7e5-4560-b700-0beef34eccd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7971 | 2024.07.31 06:56:21.273200 [ 192 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7972 | 2024.07.31 06:56:21.273235 [ 192 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 299 rows starting from the beginning of the part | ||
| 7973 | 2024.07.31 06:56:21.273303 [ 192 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 174 rows starting from the beginning of the part | ||
| 7974 | 2024.07.31 06:56:21.273519 [ 192 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 175 rows starting from the beginning of the part | ||
| 7975 | 2024.07.31 06:56:21.273520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 62271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7976 | 2024.07.31 06:56:21.273734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7977 | 2024.07.31 06:56:21.273844 [ 3 ] {} <Debug> HTTP-Session: 85aef6a8-6fc5-4db8-b53c-8962a9409d89 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 7978 | 2024.07.31 06:56:21.273856 [ 192 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 175 rows starting from the beginning of the part | ||
| 7979 | 2024.07.31 06:56:21.273882 [ 3 ] {} <Debug> HTTP-Session: 85aef6a8-6fc5-4db8-b53c-8962a9409d89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7980 | 2024.07.31 06:56:21.273904 [ 3 ] {} <Debug> HTTP-Session: 85aef6a8-6fc5-4db8-b53c-8962a9409d89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7981 | 2024.07.31 06:56:21.274016 [ 3 ] {} <Trace> HTTP-Session: 85aef6a8-6fc5-4db8-b53c-8962a9409d89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7982 | 2024.07.31 06:56:21.274023 [ 192 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 137 rows starting from the beginning of the part | ||
| 7983 | 2024.07.31 06:56:21.274334 [ 192 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 173 rows starting from the beginning of the part | ||
| 7984 | 2024.07.31 06:56:21.274579 [ 3 ] {314dfa0d-9c0a-4c45-b3c2-ef3502310dab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7985 | 2024.07.31 06:56:21.274745 [ 3 ] {314dfa0d-9c0a-4c45-b3c2-ef3502310dab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7986 | 2024.07.31 06:56:21.275102 [ 3 ] {314dfa0d-9c0a-4c45-b3c2-ef3502310dab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7987 | 2024.07.31 06:56:21.275936 [ 3 ] {314dfa0d-9c0a-4c45-b3c2-ef3502310dab} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7988 | 2024.07.31 06:56:21.275975 [ 3 ] {314dfa0d-9c0a-4c45-b3c2-ef3502310dab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 7989 | 2024.07.31 06:56:21.276285 [ 195 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1133 rows, containing 4 columns (4 merged, 0 gathered) in 0.003574719 sec., 316947.9894783338 rows/sec., 27.33 MiB/sec. | ||
| 7990 | 2024.07.31 06:56:21.276526 [ 3 ] {314dfa0d-9c0a-4c45-b3c2-ef3502310dab} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7991 | 2024.07.31 06:56:21.276563 [ 195 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7992 | 2024.07.31 06:56:21.277249 [ 3 ] {314dfa0d-9c0a-4c45-b3c2-ef3502310dab} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7993 | 2024.07.31 06:56:21.277422 [ 195 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_41_8} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7994 | 2024.07.31 06:56:21.277505 [ 122 ] {} <Debug> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7995 | 2024.07.31 06:56:21.277558 [ 3 ] {314dfa0d-9c0a-4c45-b3c2-ef3502310dab} <Debug> executeQuery: Read 386 rows, 27.79 KiB in 0.003261 sec., 118368.59858938976 rows/sec., 8.32 MiB/sec. | ||
| 7996 | 2024.07.31 06:56:21.277580 [ 122 ] {} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7997 | 2024.07.31 06:56:21.277663 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 7998 | 2024.07.31 06:56:21.277769 [ 195 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_41_8} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7999 | 2024.07.31 06:56:21.278181 [ 3 ] {314dfa0d-9c0a-4c45-b3c2-ef3502310dab} <Debug> DynamicQueryHandler: Done processing query | ||
| 8000 | 2024.07.31 06:56:21.278208 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 8001 | 2024.07.31 06:56:21.278285 [ 3 ] {314dfa0d-9c0a-4c45-b3c2-ef3502310dab} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 8002 | 2024.07.31 06:56:21.278332 [ 195 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 8003 | 2024.07.31 06:56:21.278382 [ 3 ] {} <Debug> HTTP-Session: 85aef6a8-6fc5-4db8-b53c-8962a9409d89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8004 | 2024.07.31 06:56:21.278951 [ 195 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8005 | 2024.07.31 06:56:21.278974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8006 | 2024.07.31 06:56:21.279062 [ 195 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 471 rows starting from the beginning of the part | ||
| 8007 | 2024.07.31 06:56:21.279090 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8008 | 2024.07.31 06:56:21.279148 [ 3 ] {} <Debug> HTTP-Session: 58a96cc8-f21f-4122-86cb-9d59e6705838 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8009 | 2024.07.31 06:56:21.279238 [ 3 ] {} <Debug> HTTP-Session: 58a96cc8-f21f-4122-86cb-9d59e6705838 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8010 | 2024.07.31 06:56:21.279330 [ 195 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 388 rows starting from the beginning of the part | ||
| 8011 | 2024.07.31 06:56:21.279328 [ 3 ] {} <Debug> HTTP-Session: 58a96cc8-f21f-4122-86cb-9d59e6705838 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8012 | 2024.07.31 06:56:21.279490 [ 3 ] {} <Trace> HTTP-Session: 58a96cc8-f21f-4122-86cb-9d59e6705838 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8013 | 2024.07.31 06:56:21.279594 [ 195 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 119 rows starting from the beginning of the part | ||
| 8014 | 2024.07.31 06:56:21.279781 [ 195 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 390 rows starting from the beginning of the part | ||
| 8015 | 2024.07.31 06:56:21.279930 [ 3 ] {40879aa6-c8a8-4c48-ad1c-581d389c920c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 8016 | 2024.07.31 06:56:21.280060 [ 195 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 91 rows starting from the beginning of the part | ||
| 8017 | 2024.07.31 06:56:21.280087 [ 3 ] {40879aa6-c8a8-4c48-ad1c-581d389c920c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8018 | 2024.07.31 06:56:21.280422 [ 195 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 386 rows starting from the beginning of the part | ||
| 8019 | 2024.07.31 06:56:21.281100 [ 3 ] {40879aa6-c8a8-4c48-ad1c-581d389c920c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8020 | 2024.07.31 06:56:21.281716 [ 3 ] {40879aa6-c8a8-4c48-ad1c-581d389c920c} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8021 | 2024.07.31 06:56:21.281778 [ 3 ] {40879aa6-c8a8-4c48-ad1c-581d389c920c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8022 | 2024.07.31 06:56:21.282764 [ 3 ] {40879aa6-c8a8-4c48-ad1c-581d389c920c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 8023 | 2024.07.31 06:56:21.283551 [ 3 ] {40879aa6-c8a8-4c48-ad1c-581d389c920c} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8024 | 2024.07.31 06:56:21.283603 [ 192 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1845 rows, containing 4 columns (4 merged, 0 gathered) in 0.005808905 sec., 317615.79850247165 rows/sec., 22.74 MiB/sec. | ||
| 8025 | 2024.07.31 06:56:21.283780 [ 3 ] {40879aa6-c8a8-4c48-ad1c-581d389c920c} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.004037 sec., 1486.2521674510776 rows/sec., 63.86 KiB/sec. | ||
| 8026 | 2024.07.31 06:56:21.283866 [ 192 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8027 | 2024.07.31 06:56:21.284000 [ 3 ] {40879aa6-c8a8-4c48-ad1c-581d389c920c} <Debug> DynamicQueryHandler: Done processing query | ||
| 8028 | 2024.07.31 06:56:21.284028 [ 3 ] {40879aa6-c8a8-4c48-ad1c-581d389c920c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8029 | 2024.07.31 06:56:21.284058 [ 3 ] {} <Debug> HTTP-Session: 58a96cc8-f21f-4122-86cb-9d59e6705838 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8030 | 2024.07.31 06:56:21.284226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8031 | 2024.07.31 06:56:21.284286 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8032 | 2024.07.31 06:56:21.284311 [ 3 ] {} <Debug> HTTP-Session: 6cacbc9b-7486-4492-b14e-32faf45b1bb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8033 | 2024.07.31 06:56:21.284331 [ 3 ] {} <Debug> HTTP-Session: 6cacbc9b-7486-4492-b14e-32faf45b1bb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8034 | 2024.07.31 06:56:21.284352 [ 3 ] {} <Debug> HTTP-Session: 6cacbc9b-7486-4492-b14e-32faf45b1bb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8035 | 2024.07.31 06:56:21.284376 [ 192 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_41_8} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8036 | 2024.07.31 06:56:21.284389 [ 3 ] {} <Trace> HTTP-Session: 6cacbc9b-7486-4492-b14e-32faf45b1bb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8037 | 2024.07.31 06:56:21.284489 [ 192 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_41_8} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8038 | 2024.07.31 06:56:21.284585 [ 3 ] {6f717005-41db-447e-8638-d276fb664693} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 8039 | 2024.07.31 06:56:21.284589 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 8040 | 2024.07.31 06:56:21.284641 [ 3 ] {6f717005-41db-447e-8638-d276fb664693} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 8041 | 2024.07.31 06:56:21.284786 [ 3 ] {6f717005-41db-447e-8638-d276fb664693} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8042 | 2024.07.31 06:56:21.285135 [ 3 ] {6f717005-41db-447e-8638-d276fb664693} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8043 | 2024.07.31 06:56:21.285172 [ 3 ] {6f717005-41db-447e-8638-d276fb664693} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8044 | 2024.07.31 06:56:21.285551 [ 3 ] {6f717005-41db-447e-8638-d276fb664693} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 8045 | 2024.07.31 06:56:21.285911 [ 3 ] {6f717005-41db-447e-8638-d276fb664693} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8046 | 2024.07.31 06:56:21.286075 [ 3 ] {6f717005-41db-447e-8638-d276fb664693} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001579 sec., 48765.04116529449 rows/sec., 3.00 MiB/sec. | ||
| 8047 | 2024.07.31 06:56:21.286256 [ 3 ] {6f717005-41db-447e-8638-d276fb664693} <Debug> DynamicQueryHandler: Done processing query | ||
| 8048 | 2024.07.31 06:56:21.286282 [ 3 ] {6f717005-41db-447e-8638-d276fb664693} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8049 | 2024.07.31 06:56:21.286298 [ 3 ] {} <Debug> HTTP-Session: 6cacbc9b-7486-4492-b14e-32faf45b1bb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8050 | 2024.07.31 06:56:21.286473 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8051 | 2024.07.31 06:56:21.286522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8052 | 2024.07.31 06:56:21.286542 [ 3 ] {} <Debug> HTTP-Session: 29145f87-52ee-4c5c-b6a3-bf37f8610d53 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8053 | 2024.07.31 06:56:21.286559 [ 3 ] {} <Debug> HTTP-Session: 29145f87-52ee-4c5c-b6a3-bf37f8610d53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8054 | 2024.07.31 06:56:21.286573 [ 3 ] {} <Debug> HTTP-Session: 29145f87-52ee-4c5c-b6a3-bf37f8610d53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8055 | 2024.07.31 06:56:21.286603 [ 3 ] {} <Trace> HTTP-Session: 29145f87-52ee-4c5c-b6a3-bf37f8610d53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8056 | 2024.07.31 06:56:21.286758 [ 3 ] {18f6993b-3533-4fbf-a84d-f2aae4cdde5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8057 | 2024.07.31 06:56:21.286803 [ 3 ] {18f6993b-3533-4fbf-a84d-f2aae4cdde5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8058 | 2024.07.31 06:56:21.286945 [ 3 ] {18f6993b-3533-4fbf-a84d-f2aae4cdde5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8059 | 2024.07.31 06:56:21.287345 [ 3 ] {18f6993b-3533-4fbf-a84d-f2aae4cdde5b} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8060 | 2024.07.31 06:56:21.287382 [ 3 ] {18f6993b-3533-4fbf-a84d-f2aae4cdde5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8061 | 2024.07.31 06:56:21.287754 [ 3 ] {18f6993b-3533-4fbf-a84d-f2aae4cdde5b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8062 | 2024.07.31 06:56:21.288096 [ 3 ] {18f6993b-3533-4fbf-a84d-f2aae4cdde5b} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8063 | 2024.07.31 06:56:21.288252 [ 3 ] {18f6993b-3533-4fbf-a84d-f2aae4cdde5b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001562 sec., 102432.77848911652 rows/sec., 7.13 MiB/sec. | ||
| 8064 | 2024.07.31 06:56:21.288265 [ 122 ] {} <Debug> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8065 | 2024.07.31 06:56:21.288360 [ 122 ] {} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8066 | 2024.07.31 06:56:21.288409 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8067 | 2024.07.31 06:56:21.288540 [ 3 ] {18f6993b-3533-4fbf-a84d-f2aae4cdde5b} <Debug> DynamicQueryHandler: Done processing query | ||
| 8068 | 2024.07.31 06:56:21.288563 [ 186 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 8069 | 2024.07.31 06:56:21.288573 [ 3 ] {18f6993b-3533-4fbf-a84d-f2aae4cdde5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8070 | 2024.07.31 06:56:21.288612 [ 3 ] {} <Debug> HTTP-Session: 29145f87-52ee-4c5c-b6a3-bf37f8610d53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8071 | 2024.07.31 06:56:21.288733 [ 186 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8072 | 2024.07.31 06:56:21.288752 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8073 | 2024.07.31 06:56:21.288777 [ 186 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 5942 rows starting from the beginning of the part | ||
| 8074 | 2024.07.31 06:56:21.288816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8075 | 2024.07.31 06:56:21.288855 [ 3 ] {} <Debug> HTTP-Session: 256fc3d6-7aa6-48b4-9816-4cd0b7a93fe9 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8076 | 2024.07.31 06:56:21.288911 [ 3 ] {} <Debug> HTTP-Session: 256fc3d6-7aa6-48b4-9816-4cd0b7a93fe9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8077 | 2024.07.31 06:56:21.288955 [ 3 ] {} <Debug> HTTP-Session: 256fc3d6-7aa6-48b4-9816-4cd0b7a93fe9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8078 | 2024.07.31 06:56:21.288959 [ 186 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 161 rows starting from the beginning of the part | ||
| 8079 | 2024.07.31 06:56:21.289016 [ 3 ] {} <Trace> HTTP-Session: 256fc3d6-7aa6-48b4-9816-4cd0b7a93fe9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8080 | 2024.07.31 06:56:21.289131 [ 186 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 198 rows starting from the beginning of the part | ||
| 8081 | 2024.07.31 06:56:21.289296 [ 3 ] {6a03cc16-bb1b-4642-8a41-916647eb0223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8082 | 2024.07.31 06:56:21.289313 [ 186 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 162 rows starting from the beginning of the part | ||
| 8083 | 2024.07.31 06:56:21.289507 [ 3 ] {6a03cc16-bb1b-4642-8a41-916647eb0223} <Trace> 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 | ||
| 8084 | 2024.07.31 06:56:21.289523 [ 186 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part | ||
| 8085 | 2024.07.31 06:56:21.289781 [ 186 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part | ||
| 8086 | 2024.07.31 06:56:21.290710 [ 3 ] {6a03cc16-bb1b-4642-8a41-916647eb0223} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8087 | 2024.07.31 06:56:21.291715 [ 3 ] {6a03cc16-bb1b-4642-8a41-916647eb0223} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8088 | 2024.07.31 06:56:21.291766 [ 3 ] {6a03cc16-bb1b-4642-8a41-916647eb0223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8089 | 2024.07.31 06:56:21.292566 [ 3 ] {6a03cc16-bb1b-4642-8a41-916647eb0223} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8090 | 2024.07.31 06:56:21.293243 [ 186 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6783 rows, containing 5 columns (5 merged, 0 gathered) in 0.004743839 sec., 1429854.5966673829 rows/sec., 99.65 MiB/sec. | ||
| 8091 | 2024.07.31 06:56:21.293271 [ 3 ] {6a03cc16-bb1b-4642-8a41-916647eb0223} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8092 | 2024.07.31 06:56:21.293495 [ 3 ] {6a03cc16-bb1b-4642-8a41-916647eb0223} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.004335 sec., 922.7220299884659 rows/sec., 1.65 MiB/sec. | ||
| 8093 | 2024.07.31 06:56:21.293664 [ 186 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8094 | 2024.07.31 06:56:21.293825 [ 3 ] {6a03cc16-bb1b-4642-8a41-916647eb0223} <Debug> DynamicQueryHandler: Done processing query | ||
| 8095 | 2024.07.31 06:56:21.293854 [ 3 ] {6a03cc16-bb1b-4642-8a41-916647eb0223} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 8096 | 2024.07.31 06:56:21.293888 [ 3 ] {} <Debug> HTTP-Session: 256fc3d6-7aa6-48b4-9816-4cd0b7a93fe9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8097 | 2024.07.31 06:56:21.294036 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8098 | 2024.07.31 06:56:21.294091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8099 | 2024.07.31 06:56:21.294111 [ 3 ] {} <Debug> HTTP-Session: f4cadcdb-4da0-4a25-a4c1-374852c38d92 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8100 | 2024.07.31 06:56:21.294133 [ 3 ] {} <Debug> HTTP-Session: f4cadcdb-4da0-4a25-a4c1-374852c38d92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8101 | 2024.07.31 06:56:21.294154 [ 3 ] {} <Debug> HTTP-Session: f4cadcdb-4da0-4a25-a4c1-374852c38d92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8102 | 2024.07.31 06:56:21.294157 [ 186 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8103 | 2024.07.31 06:56:21.294193 [ 3 ] {} <Trace> HTTP-Session: f4cadcdb-4da0-4a25-a4c1-374852c38d92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8104 | 2024.07.31 06:56:21.294255 [ 186 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8105 | 2024.07.31 06:56:21.294332 [ 3 ] {5cfbb25d-de27-4e80-b517-86042f9492fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8106 | 2024.07.31 06:56:21.294344 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.38 MiB. | ||
| 8107 | 2024.07.31 06:56:21.294383 [ 3 ] {5cfbb25d-de27-4e80-b517-86042f9492fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 8108 | 2024.07.31 06:56:21.294516 [ 3 ] {5cfbb25d-de27-4e80-b517-86042f9492fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8109 | 2024.07.31 06:56:21.294842 [ 3 ] {5cfbb25d-de27-4e80-b517-86042f9492fb} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8110 | 2024.07.31 06:56:21.294879 [ 3 ] {5cfbb25d-de27-4e80-b517-86042f9492fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8111 | 2024.07.31 06:56:21.295237 [ 3 ] {5cfbb25d-de27-4e80-b517-86042f9492fb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 8112 | 2024.07.31 06:56:21.295568 [ 3 ] {5cfbb25d-de27-4e80-b517-86042f9492fb} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8113 | 2024.07.31 06:56:21.295733 [ 3 ] {5cfbb25d-de27-4e80-b517-86042f9492fb} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001442 sec., 15950.069348127601 rows/sec., 862.79 KiB/sec. | ||
| 8114 | 2024.07.31 06:56:21.295904 [ 3 ] {5cfbb25d-de27-4e80-b517-86042f9492fb} <Debug> DynamicQueryHandler: Done processing query | ||
| 8115 | 2024.07.31 06:56:21.295929 [ 3 ] {5cfbb25d-de27-4e80-b517-86042f9492fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8116 | 2024.07.31 06:56:21.295945 [ 3 ] {} <Debug> HTTP-Session: f4cadcdb-4da0-4a25-a4c1-374852c38d92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8117 | 2024.07.31 06:56:21.296065 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8118 | 2024.07.31 06:56:21.296114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8119 | 2024.07.31 06:56:21.296133 [ 3 ] {} <Debug> HTTP-Session: df8b095f-0f70-4889-8e40-e49397e08217 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8120 | 2024.07.31 06:56:21.296149 [ 3 ] {} <Debug> HTTP-Session: df8b095f-0f70-4889-8e40-e49397e08217 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8121 | 2024.07.31 06:56:21.296162 [ 3 ] {} <Debug> HTTP-Session: df8b095f-0f70-4889-8e40-e49397e08217 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8122 | 2024.07.31 06:56:21.296192 [ 3 ] {} <Trace> HTTP-Session: df8b095f-0f70-4889-8e40-e49397e08217 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8123 | 2024.07.31 06:56:21.296304 [ 3 ] {6a079579-363d-4731-a66c-87d6aaf114bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8124 | 2024.07.31 06:56:21.296347 [ 3 ] {6a079579-363d-4731-a66c-87d6aaf114bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8125 | 2024.07.31 06:56:21.296478 [ 3 ] {6a079579-363d-4731-a66c-87d6aaf114bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8126 | 2024.07.31 06:56:21.296773 [ 3 ] {6a079579-363d-4731-a66c-87d6aaf114bd} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8127 | 2024.07.31 06:56:21.296810 [ 3 ] {6a079579-363d-4731-a66c-87d6aaf114bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8128 | 2024.07.31 06:56:21.297177 [ 3 ] {6a079579-363d-4731-a66c-87d6aaf114bd} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8129 | 2024.07.31 06:56:21.297504 [ 3 ] {6a079579-363d-4731-a66c-87d6aaf114bd} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8130 | 2024.07.31 06:56:21.297661 [ 3 ] {6a079579-363d-4731-a66c-87d6aaf114bd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001387 sec., 43258.83201153569 rows/sec., 2.92 MiB/sec. | ||
| 8131 | 2024.07.31 06:56:21.297665 [ 122 ] {} <Debug> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8132 | 2024.07.31 06:56:21.297755 [ 122 ] {} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8133 | 2024.07.31 06:56:21.297802 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8134 | 2024.07.31 06:56:21.297976 [ 3 ] {6a079579-363d-4731-a66c-87d6aaf114bd} <Debug> DynamicQueryHandler: Done processing query | ||
| 8135 | 2024.07.31 06:56:21.298029 [ 3 ] {6a079579-363d-4731-a66c-87d6aaf114bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8136 | 2024.07.31 06:56:21.298082 [ 3 ] {} <Debug> HTTP-Session: df8b095f-0f70-4889-8e40-e49397e08217 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8137 | 2024.07.31 06:56:21.298093 [ 190 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 8138 | 2024.07.31 06:56:21.298586 [ 190 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8139 | 2024.07.31 06:56:21.298627 [ 190 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2086 rows starting from the beginning of the part | ||
| 8140 | 2024.07.31 06:56:21.298715 [ 190 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part | ||
| 8141 | 2024.07.31 06:56:21.298924 [ 190 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part | ||
| 8142 | 2024.07.31 06:56:21.299026 [ 190 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part | ||
| 8143 | 2024.07.31 06:56:21.299233 [ 190 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part | ||
| 8144 | 2024.07.31 06:56:21.299373 [ 190 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part | ||
| 8145 | 2024.07.31 06:56:21.300594 [ 189 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2386 rows, containing 4 columns (4 merged, 0 gathered) in 0.002703687 sec., 882498.6028338339 rows/sec., 59.50 MiB/sec. | ||
| 8146 | 2024.07.31 06:56:21.300878 [ 189 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8147 | 2024.07.31 06:56:21.301346 [ 189 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_41_8} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8148 | 2024.07.31 06:56:21.301441 [ 189 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_41_8} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8149 | 2024.07.31 06:56:21.301542 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 8150 | 2024.07.31 06:56:23.076962 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8151 | 2024.07.31 06:56:23.077021 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8152 | 2024.07.31 06:56:26.260851 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8153 | 2024.07.31 06:56:26.260988 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8154 | 2024.07.31 06:56:26.261015 [ 3 ] {} <Debug> HTTP-Session: 9a248044-3f2e-4755-b063-f01906942ebc Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8155 | 2024.07.31 06:56:26.261038 [ 3 ] {} <Debug> HTTP-Session: 9a248044-3f2e-4755-b063-f01906942ebc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8156 | 2024.07.31 06:56:26.261053 [ 3 ] {} <Debug> HTTP-Session: 9a248044-3f2e-4755-b063-f01906942ebc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8157 | 2024.07.31 06:56:26.261105 [ 3 ] {} <Trace> HTTP-Session: 9a248044-3f2e-4755-b063-f01906942ebc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8158 | 2024.07.31 06:56:26.261301 [ 3 ] {d907ac80-24d4-4d25-83e2-96efb7792da6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8159 | 2024.07.31 06:56:26.261367 [ 3 ] {d907ac80-24d4-4d25-83e2-96efb7792da6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 8160 | 2024.07.31 06:56:26.261561 [ 3 ] {d907ac80-24d4-4d25-83e2-96efb7792da6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8161 | 2024.07.31 06:56:26.261992 [ 3 ] {d907ac80-24d4-4d25-83e2-96efb7792da6} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8162 | 2024.07.31 06:56:26.262041 [ 3 ] {d907ac80-24d4-4d25-83e2-96efb7792da6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8163 | 2024.07.31 06:56:26.262427 [ 3 ] {d907ac80-24d4-4d25-83e2-96efb7792da6} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 8164 | 2024.07.31 06:56:26.262777 [ 3 ] {d907ac80-24d4-4d25-83e2-96efb7792da6} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8165 | 2024.07.31 06:56:26.262963 [ 3 ] {d907ac80-24d4-4d25-83e2-96efb7792da6} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001718 sec., 15715.94877764843 rows/sec., 1.24 MiB/sec. | ||
| 8166 | 2024.07.31 06:56:26.263281 [ 3 ] {d907ac80-24d4-4d25-83e2-96efb7792da6} <Debug> DynamicQueryHandler: Done processing query | ||
| 8167 | 2024.07.31 06:56:26.263322 [ 3 ] {d907ac80-24d4-4d25-83e2-96efb7792da6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8168 | 2024.07.31 06:56:26.263341 [ 3 ] {} <Debug> HTTP-Session: 9a248044-3f2e-4755-b063-f01906942ebc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8169 | 2024.07.31 06:56:26.263484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8170 | 2024.07.31 06:56:26.263539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8171 | 2024.07.31 06:56:26.263559 [ 3 ] {} <Debug> HTTP-Session: 7118e393-6e85-411c-aa5d-174184e74f9e Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8172 | 2024.07.31 06:56:26.263577 [ 3 ] {} <Debug> HTTP-Session: 7118e393-6e85-411c-aa5d-174184e74f9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8173 | 2024.07.31 06:56:26.263591 [ 3 ] {} <Debug> HTTP-Session: 7118e393-6e85-411c-aa5d-174184e74f9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8174 | 2024.07.31 06:56:26.263626 [ 3 ] {} <Trace> HTTP-Session: 7118e393-6e85-411c-aa5d-174184e74f9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8175 | 2024.07.31 06:56:26.263733 [ 3 ] {78b1fa95-fb2f-4407-b927-8e63af1f901b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 8176 | 2024.07.31 06:56:26.263781 [ 3 ] {78b1fa95-fb2f-4407-b927-8e63af1f901b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8177 | 2024.07.31 06:56:26.263934 [ 3 ] {78b1fa95-fb2f-4407-b927-8e63af1f901b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8178 | 2024.07.31 06:56:26.264222 [ 3 ] {78b1fa95-fb2f-4407-b927-8e63af1f901b} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8179 | 2024.07.31 06:56:26.264260 [ 3 ] {78b1fa95-fb2f-4407-b927-8e63af1f901b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8180 | 2024.07.31 06:56:26.264574 [ 3 ] {78b1fa95-fb2f-4407-b927-8e63af1f901b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 8181 | 2024.07.31 06:56:26.264899 [ 3 ] {78b1fa95-fb2f-4407-b927-8e63af1f901b} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8182 | 2024.07.31 06:56:26.265057 [ 3 ] {78b1fa95-fb2f-4407-b927-8e63af1f901b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001346 sec., 1485.8841010401188 rows/sec., 121.16 KiB/sec. | ||
| 8183 | 2024.07.31 06:56:26.265390 [ 3 ] {78b1fa95-fb2f-4407-b927-8e63af1f901b} <Debug> DynamicQueryHandler: Done processing query | ||
| 8184 | 2024.07.31 06:56:26.265416 [ 3 ] {78b1fa95-fb2f-4407-b927-8e63af1f901b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8185 | 2024.07.31 06:56:26.265433 [ 3 ] {} <Debug> HTTP-Session: 7118e393-6e85-411c-aa5d-174184e74f9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8186 | 2024.07.31 06:56:26.265614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 20195, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8187 | 2024.07.31 06:56:26.265665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8188 | 2024.07.31 06:56:26.265685 [ 3 ] {} <Debug> HTTP-Session: ff5b6f03-7ab5-405e-9469-abe2d88f815d Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8189 | 2024.07.31 06:56:26.265701 [ 3 ] {} <Debug> HTTP-Session: ff5b6f03-7ab5-405e-9469-abe2d88f815d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8190 | 2024.07.31 06:56:26.265715 [ 3 ] {} <Debug> HTTP-Session: ff5b6f03-7ab5-405e-9469-abe2d88f815d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8191 | 2024.07.31 06:56:26.265747 [ 3 ] {} <Trace> HTTP-Session: ff5b6f03-7ab5-405e-9469-abe2d88f815d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8192 | 2024.07.31 06:56:26.265903 [ 3 ] {005df0ff-aa20-42ea-a642-68bc5fe29fbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8193 | 2024.07.31 06:56:26.265948 [ 3 ] {005df0ff-aa20-42ea-a642-68bc5fe29fbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8194 | 2024.07.31 06:56:26.266101 [ 3 ] {005df0ff-aa20-42ea-a642-68bc5fe29fbc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8195 | 2024.07.31 06:56:26.266485 [ 3 ] {005df0ff-aa20-42ea-a642-68bc5fe29fbc} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8196 | 2024.07.31 06:56:26.266522 [ 3 ] {005df0ff-aa20-42ea-a642-68bc5fe29fbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8197 | 2024.07.31 06:56:26.266858 [ 3 ] {005df0ff-aa20-42ea-a642-68bc5fe29fbc} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8198 | 2024.07.31 06:56:26.267173 [ 3 ] {005df0ff-aa20-42ea-a642-68bc5fe29fbc} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8199 | 2024.07.31 06:56:26.267325 [ 3 ] {005df0ff-aa20-42ea-a642-68bc5fe29fbc} <Debug> executeQuery: Read 138 rows, 11.79 KiB in 0.001483 sec., 93054.6190155091 rows/sec., 7.76 MiB/sec. | ||
| 8200 | 2024.07.31 06:56:26.267501 [ 3 ] {005df0ff-aa20-42ea-a642-68bc5fe29fbc} <Debug> DynamicQueryHandler: Done processing query | ||
| 8201 | 2024.07.31 06:56:26.267527 [ 3 ] {005df0ff-aa20-42ea-a642-68bc5fe29fbc} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 8202 | 2024.07.31 06:56:26.267543 [ 3 ] {} <Debug> HTTP-Session: ff5b6f03-7ab5-405e-9469-abe2d88f815d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8203 | 2024.07.31 06:56:26.267679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8204 | 2024.07.31 06:56:26.267729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8205 | 2024.07.31 06:56:26.267748 [ 3 ] {} <Debug> HTTP-Session: 1953322e-a596-44dd-91de-55b9856ca416 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8206 | 2024.07.31 06:56:26.267765 [ 3 ] {} <Debug> HTTP-Session: 1953322e-a596-44dd-91de-55b9856ca416 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8207 | 2024.07.31 06:56:26.267779 [ 3 ] {} <Debug> HTTP-Session: 1953322e-a596-44dd-91de-55b9856ca416 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8208 | 2024.07.31 06:56:26.267810 [ 3 ] {} <Trace> HTTP-Session: 1953322e-a596-44dd-91de-55b9856ca416 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8209 | 2024.07.31 06:56:26.267904 [ 3 ] {5118958e-3128-4945-bbfc-69dc309106cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8210 | 2024.07.31 06:56:26.267947 [ 3 ] {5118958e-3128-4945-bbfc-69dc309106cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8211 | 2024.07.31 06:56:26.268077 [ 3 ] {5118958e-3128-4945-bbfc-69dc309106cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8212 | 2024.07.31 06:56:26.268340 [ 3 ] {5118958e-3128-4945-bbfc-69dc309106cc} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8213 | 2024.07.31 06:56:26.268377 [ 3 ] {5118958e-3128-4945-bbfc-69dc309106cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8214 | 2024.07.31 06:56:26.268687 [ 3 ] {5118958e-3128-4945-bbfc-69dc309106cc} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 8215 | 2024.07.31 06:56:26.268992 [ 3 ] {5118958e-3128-4945-bbfc-69dc309106cc} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8216 | 2024.07.31 06:56:26.269149 [ 3 ] {5118958e-3128-4945-bbfc-69dc309106cc} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001258 sec., 1589.825119236884 rows/sec., 111.01 KiB/sec. | ||
| 8217 | 2024.07.31 06:56:26.269307 [ 3 ] {5118958e-3128-4945-bbfc-69dc309106cc} <Debug> DynamicQueryHandler: Done processing query | ||
| 8218 | 2024.07.31 06:56:26.269332 [ 3 ] {5118958e-3128-4945-bbfc-69dc309106cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8219 | 2024.07.31 06:56:26.269349 [ 3 ] {} <Debug> HTTP-Session: 1953322e-a596-44dd-91de-55b9856ca416 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8220 | 2024.07.31 06:56:26.269533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 15806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8221 | 2024.07.31 06:56:26.269581 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8222 | 2024.07.31 06:56:26.269601 [ 3 ] {} <Debug> HTTP-Session: 55b39d9a-6ee0-4acf-a080-0adebf6a3c51 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8223 | 2024.07.31 06:56:26.269617 [ 3 ] {} <Debug> HTTP-Session: 55b39d9a-6ee0-4acf-a080-0adebf6a3c51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8224 | 2024.07.31 06:56:26.269631 [ 3 ] {} <Debug> HTTP-Session: 55b39d9a-6ee0-4acf-a080-0adebf6a3c51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8225 | 2024.07.31 06:56:26.269662 [ 3 ] {} <Trace> HTTP-Session: 55b39d9a-6ee0-4acf-a080-0adebf6a3c51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8226 | 2024.07.31 06:56:26.269787 [ 3 ] {33094e90-c8ff-4060-bd42-cb91a55f4538} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8227 | 2024.07.31 06:56:26.269830 [ 3 ] {33094e90-c8ff-4060-bd42-cb91a55f4538} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8228 | 2024.07.31 06:56:26.269955 [ 3 ] {33094e90-c8ff-4060-bd42-cb91a55f4538} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8229 | 2024.07.31 06:56:26.270285 [ 3 ] {33094e90-c8ff-4060-bd42-cb91a55f4538} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8230 | 2024.07.31 06:56:26.270323 [ 3 ] {33094e90-c8ff-4060-bd42-cb91a55f4538} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8231 | 2024.07.31 06:56:26.270646 [ 3 ] {33094e90-c8ff-4060-bd42-cb91a55f4538} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8232 | 2024.07.31 06:56:26.270978 [ 3 ] {33094e90-c8ff-4060-bd42-cb91a55f4538} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8233 | 2024.07.31 06:56:26.271137 [ 3 ] {33094e90-c8ff-4060-bd42-cb91a55f4538} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001395 sec., 66666.66666666667 rows/sec., 5.21 MiB/sec. | ||
| 8234 | 2024.07.31 06:56:26.271316 [ 3 ] {33094e90-c8ff-4060-bd42-cb91a55f4538} <Debug> DynamicQueryHandler: Done processing query | ||
| 8235 | 2024.07.31 06:56:26.271341 [ 3 ] {33094e90-c8ff-4060-bd42-cb91a55f4538} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 8236 | 2024.07.31 06:56:26.271357 [ 3 ] {} <Debug> HTTP-Session: 55b39d9a-6ee0-4acf-a080-0adebf6a3c51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8237 | 2024.07.31 06:56:26.271526 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8238 | 2024.07.31 06:56:26.271577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8239 | 2024.07.31 06:56:26.271596 [ 3 ] {} <Debug> HTTP-Session: 2930553a-14a2-4910-858d-78df13ed00e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8240 | 2024.07.31 06:56:26.271613 [ 3 ] {} <Debug> HTTP-Session: 2930553a-14a2-4910-858d-78df13ed00e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8241 | 2024.07.31 06:56:26.271627 [ 3 ] {} <Debug> HTTP-Session: 2930553a-14a2-4910-858d-78df13ed00e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8242 | 2024.07.31 06:56:26.271658 [ 3 ] {} <Trace> HTTP-Session: 2930553a-14a2-4910-858d-78df13ed00e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8243 | 2024.07.31 06:56:26.271802 [ 3 ] {c2f404b1-1d36-4a46-b58e-f2a5e9f3f1e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8244 | 2024.07.31 06:56:26.271850 [ 3 ] {c2f404b1-1d36-4a46-b58e-f2a5e9f3f1e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8245 | 2024.07.31 06:56:26.271997 [ 3 ] {c2f404b1-1d36-4a46-b58e-f2a5e9f3f1e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8246 | 2024.07.31 06:56:26.272343 [ 3 ] {c2f404b1-1d36-4a46-b58e-f2a5e9f3f1e4} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8247 | 2024.07.31 06:56:26.272378 [ 3 ] {c2f404b1-1d36-4a46-b58e-f2a5e9f3f1e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8248 | 2024.07.31 06:56:26.272743 [ 3 ] {c2f404b1-1d36-4a46-b58e-f2a5e9f3f1e4} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8249 | 2024.07.31 06:56:26.273144 [ 3 ] {c2f404b1-1d36-4a46-b58e-f2a5e9f3f1e4} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8250 | 2024.07.31 06:56:26.273289 [ 3 ] {c2f404b1-1d36-4a46-b58e-f2a5e9f3f1e4} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001552 sec., 103737.11340206186 rows/sec., 7.22 MiB/sec. | ||
| 8251 | 2024.07.31 06:56:26.273483 [ 3 ] {c2f404b1-1d36-4a46-b58e-f2a5e9f3f1e4} <Debug> DynamicQueryHandler: Done processing query | ||
| 8252 | 2024.07.31 06:56:26.273509 [ 3 ] {c2f404b1-1d36-4a46-b58e-f2a5e9f3f1e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8253 | 2024.07.31 06:56:26.273525 [ 3 ] {} <Debug> HTTP-Session: 2930553a-14a2-4910-858d-78df13ed00e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8254 | 2024.07.31 06:56:26.273692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 43601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8255 | 2024.07.31 06:56:26.273740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8256 | 2024.07.31 06:56:26.273759 [ 3 ] {} <Debug> HTTP-Session: 52b485d6-d472-43e5-989c-539edce13bc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8257 | 2024.07.31 06:56:26.273776 [ 3 ] {} <Debug> HTTP-Session: 52b485d6-d472-43e5-989c-539edce13bc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8258 | 2024.07.31 06:56:26.273790 [ 3 ] {} <Debug> HTTP-Session: 52b485d6-d472-43e5-989c-539edce13bc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8259 | 2024.07.31 06:56:26.273821 [ 3 ] {} <Trace> HTTP-Session: 52b485d6-d472-43e5-989c-539edce13bc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8260 | 2024.07.31 06:56:26.274103 [ 3 ] {0c0f980f-45e3-4865-a6f5-83c33736c08b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8261 | 2024.07.31 06:56:26.274169 [ 3 ] {0c0f980f-45e3-4865-a6f5-83c33736c08b} <Trace> 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 | ||
| 8262 | 2024.07.31 06:56:26.274596 [ 3 ] {0c0f980f-45e3-4865-a6f5-83c33736c08b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8263 | 2024.07.31 06:56:26.275310 [ 3 ] {0c0f980f-45e3-4865-a6f5-83c33736c08b} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8264 | 2024.07.31 06:56:26.275346 [ 3 ] {0c0f980f-45e3-4865-a6f5-83c33736c08b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8265 | 2024.07.31 06:56:26.275970 [ 3 ] {0c0f980f-45e3-4865-a6f5-83c33736c08b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8266 | 2024.07.31 06:56:26.276391 [ 3 ] {0c0f980f-45e3-4865-a6f5-83c33736c08b} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8267 | 2024.07.31 06:56:26.276586 [ 3 ] {0c0f980f-45e3-4865-a6f5-83c33736c08b} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002682 sec., 10067.114093959732 rows/sec., 18.04 MiB/sec. | ||
| 8268 | 2024.07.31 06:56:26.277117 [ 3 ] {0c0f980f-45e3-4865-a6f5-83c33736c08b} <Debug> DynamicQueryHandler: Done processing query | ||
| 8269 | 2024.07.31 06:56:26.277147 [ 3 ] {0c0f980f-45e3-4865-a6f5-83c33736c08b} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 8270 | 2024.07.31 06:56:26.277164 [ 3 ] {} <Debug> HTTP-Session: 52b485d6-d472-43e5-989c-539edce13bc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8271 | 2024.07.31 06:56:26.277311 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8272 | 2024.07.31 06:56:26.277362 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8273 | 2024.07.31 06:56:26.277382 [ 3 ] {} <Debug> HTTP-Session: 719ea73d-a139-4de3-ba6c-da922102bc4f Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8274 | 2024.07.31 06:56:26.277398 [ 3 ] {} <Debug> HTTP-Session: 719ea73d-a139-4de3-ba6c-da922102bc4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8275 | 2024.07.31 06:56:26.277412 [ 3 ] {} <Debug> HTTP-Session: 719ea73d-a139-4de3-ba6c-da922102bc4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8276 | 2024.07.31 06:56:26.277444 [ 3 ] {} <Trace> HTTP-Session: 719ea73d-a139-4de3-ba6c-da922102bc4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8277 | 2024.07.31 06:56:26.277564 [ 3 ] {2e3aee5b-26de-461d-9635-3ffd3943e1cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8278 | 2024.07.31 06:56:26.277610 [ 3 ] {2e3aee5b-26de-461d-9635-3ffd3943e1cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8279 | 2024.07.31 06:56:26.277761 [ 3 ] {2e3aee5b-26de-461d-9635-3ffd3943e1cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8280 | 2024.07.31 06:56:26.278063 [ 3 ] {2e3aee5b-26de-461d-9635-3ffd3943e1cc} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8281 | 2024.07.31 06:56:26.278101 [ 3 ] {2e3aee5b-26de-461d-9635-3ffd3943e1cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8282 | 2024.07.31 06:56:26.278465 [ 3 ] {2e3aee5b-26de-461d-9635-3ffd3943e1cc} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8283 | 2024.07.31 06:56:26.278811 [ 3 ] {2e3aee5b-26de-461d-9635-3ffd3943e1cc} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8284 | 2024.07.31 06:56:26.278964 [ 3 ] {2e3aee5b-26de-461d-9635-3ffd3943e1cc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001439 sec., 41695.62195969423 rows/sec., 2.81 MiB/sec. | ||
| 8285 | 2024.07.31 06:56:26.279122 [ 3 ] {2e3aee5b-26de-461d-9635-3ffd3943e1cc} <Debug> DynamicQueryHandler: Done processing query | ||
| 8286 | 2024.07.31 06:56:26.279147 [ 3 ] {2e3aee5b-26de-461d-9635-3ffd3943e1cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8287 | 2024.07.31 06:56:26.279163 [ 3 ] {} <Debug> HTTP-Session: 719ea73d-a139-4de3-ba6c-da922102bc4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8288 | 2024.07.31 06:56:31.264431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8289 | 2024.07.31 06:56:31.264575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8290 | 2024.07.31 06:56:31.264607 [ 3 ] {} <Debug> HTTP-Session: 68dd287c-157e-4fc5-ae3f-b6c5cb6f6446 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8291 | 2024.07.31 06:56:31.264635 [ 3 ] {} <Debug> HTTP-Session: 68dd287c-157e-4fc5-ae3f-b6c5cb6f6446 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8292 | 2024.07.31 06:56:31.264653 [ 3 ] {} <Debug> HTTP-Session: 68dd287c-157e-4fc5-ae3f-b6c5cb6f6446 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8293 | 2024.07.31 06:56:31.264707 [ 3 ] {} <Trace> HTTP-Session: 68dd287c-157e-4fc5-ae3f-b6c5cb6f6446 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8294 | 2024.07.31 06:56:31.264913 [ 3 ] {f3655320-0c38-4ba9-be5a-1434afe4c643} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8295 | 2024.07.31 06:56:31.264988 [ 3 ] {f3655320-0c38-4ba9-be5a-1434afe4c643} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 8296 | 2024.07.31 06:56:31.265190 [ 3 ] {f3655320-0c38-4ba9-be5a-1434afe4c643} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8297 | 2024.07.31 06:56:31.265623 [ 3 ] {f3655320-0c38-4ba9-be5a-1434afe4c643} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8298 | 2024.07.31 06:56:31.265671 [ 3 ] {f3655320-0c38-4ba9-be5a-1434afe4c643} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8299 | 2024.07.31 06:56:31.266047 [ 3 ] {f3655320-0c38-4ba9-be5a-1434afe4c643} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8300 | 2024.07.31 06:56:31.266387 [ 3 ] {f3655320-0c38-4ba9-be5a-1434afe4c643} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8301 | 2024.07.31 06:56:31.266576 [ 3 ] {f3655320-0c38-4ba9-be5a-1434afe4c643} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.001722 sec., 5807.200929152149 rows/sec., 385.63 KiB/sec. | ||
| 8302 | 2024.07.31 06:56:31.266795 [ 3 ] {f3655320-0c38-4ba9-be5a-1434afe4c643} <Debug> DynamicQueryHandler: Done processing query | ||
| 8303 | 2024.07.31 06:56:31.266822 [ 3 ] {f3655320-0c38-4ba9-be5a-1434afe4c643} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8304 | 2024.07.31 06:56:31.266840 [ 3 ] {} <Debug> HTTP-Session: 68dd287c-157e-4fc5-ae3f-b6c5cb6f6446 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8305 | 2024.07.31 06:56:31.267037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8306 | 2024.07.31 06:56:31.267091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8307 | 2024.07.31 06:56:31.267110 [ 3 ] {} <Debug> HTTP-Session: 9598227d-98fa-4128-a2fa-2de1431dab4a Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8308 | 2024.07.31 06:56:31.267127 [ 3 ] {} <Debug> HTTP-Session: 9598227d-98fa-4128-a2fa-2de1431dab4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8309 | 2024.07.31 06:56:31.267140 [ 3 ] {} <Debug> HTTP-Session: 9598227d-98fa-4128-a2fa-2de1431dab4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8310 | 2024.07.31 06:56:31.267175 [ 3 ] {} <Trace> HTTP-Session: 9598227d-98fa-4128-a2fa-2de1431dab4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8311 | 2024.07.31 06:56:31.267328 [ 3 ] {5490613f-59d9-4bfc-9d79-309d93514cab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8312 | 2024.07.31 06:56:31.267372 [ 3 ] {5490613f-59d9-4bfc-9d79-309d93514cab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8313 | 2024.07.31 06:56:31.267505 [ 3 ] {5490613f-59d9-4bfc-9d79-309d93514cab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8314 | 2024.07.31 06:56:31.267921 [ 3 ] {5490613f-59d9-4bfc-9d79-309d93514cab} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8315 | 2024.07.31 06:56:31.267959 [ 3 ] {5490613f-59d9-4bfc-9d79-309d93514cab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8316 | 2024.07.31 06:56:31.268292 [ 3 ] {5490613f-59d9-4bfc-9d79-309d93514cab} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8317 | 2024.07.31 06:56:31.268603 [ 3 ] {5490613f-59d9-4bfc-9d79-309d93514cab} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8318 | 2024.07.31 06:56:31.268764 [ 3 ] {5490613f-59d9-4bfc-9d79-309d93514cab} <Debug> executeQuery: Read 173 rows, 15.66 KiB in 0.001501 sec., 115256.49566955364 rows/sec., 10.19 MiB/sec. | ||
| 8319 | 2024.07.31 06:56:31.268926 [ 3 ] {5490613f-59d9-4bfc-9d79-309d93514cab} <Debug> DynamicQueryHandler: Done processing query | ||
| 8320 | 2024.07.31 06:56:31.268951 [ 3 ] {5490613f-59d9-4bfc-9d79-309d93514cab} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 8321 | 2024.07.31 06:56:31.268967 [ 3 ] {} <Debug> HTTP-Session: 9598227d-98fa-4128-a2fa-2de1431dab4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8322 | 2024.07.31 06:56:31.269161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 62271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8323 | 2024.07.31 06:56:31.269210 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8324 | 2024.07.31 06:56:31.269229 [ 3 ] {} <Debug> HTTP-Session: 97b5ddcd-65a0-4704-974e-f56fd6a4e04f Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8325 | 2024.07.31 06:56:31.269247 [ 3 ] {} <Debug> HTTP-Session: 97b5ddcd-65a0-4704-974e-f56fd6a4e04f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8326 | 2024.07.31 06:56:31.269260 [ 3 ] {} <Debug> HTTP-Session: 97b5ddcd-65a0-4704-974e-f56fd6a4e04f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8327 | 2024.07.31 06:56:31.269292 [ 3 ] {} <Trace> HTTP-Session: 97b5ddcd-65a0-4704-974e-f56fd6a4e04f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8328 | 2024.07.31 06:56:31.269491 [ 3 ] {f1335277-4a07-4abc-98f7-a7d80d9c16ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8329 | 2024.07.31 06:56:31.269536 [ 3 ] {f1335277-4a07-4abc-98f7-a7d80d9c16ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8330 | 2024.07.31 06:56:31.269663 [ 3 ] {f1335277-4a07-4abc-98f7-a7d80d9c16ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8331 | 2024.07.31 06:56:31.270177 [ 3 ] {f1335277-4a07-4abc-98f7-a7d80d9c16ce} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8332 | 2024.07.31 06:56:31.270214 [ 3 ] {f1335277-4a07-4abc-98f7-a7d80d9c16ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8333 | 2024.07.31 06:56:31.270537 [ 3 ] {f1335277-4a07-4abc-98f7-a7d80d9c16ce} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8334 | 2024.07.31 06:56:31.270849 [ 3 ] {f1335277-4a07-4abc-98f7-a7d80d9c16ce} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8335 | 2024.07.31 06:56:31.271004 [ 3 ] {f1335277-4a07-4abc-98f7-a7d80d9c16ce} <Debug> executeQuery: Read 386 rows, 27.79 KiB in 0.001619 sec., 238418.7770228536 rows/sec., 16.77 MiB/sec. | ||
| 8336 | 2024.07.31 06:56:31.271175 [ 3 ] {f1335277-4a07-4abc-98f7-a7d80d9c16ce} <Debug> DynamicQueryHandler: Done processing query | ||
| 8337 | 2024.07.31 06:56:31.271199 [ 3 ] {f1335277-4a07-4abc-98f7-a7d80d9c16ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 8338 | 2024.07.31 06:56:31.271215 [ 3 ] {} <Debug> HTTP-Session: 97b5ddcd-65a0-4704-974e-f56fd6a4e04f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8339 | 2024.07.31 06:56:31.271357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8340 | 2024.07.31 06:56:31.271406 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8341 | 2024.07.31 06:56:31.271426 [ 3 ] {} <Debug> HTTP-Session: 66dd8094-2150-4a83-80d7-087151c25d03 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8342 | 2024.07.31 06:56:31.271442 [ 3 ] {} <Debug> HTTP-Session: 66dd8094-2150-4a83-80d7-087151c25d03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8343 | 2024.07.31 06:56:31.271456 [ 3 ] {} <Debug> HTTP-Session: 66dd8094-2150-4a83-80d7-087151c25d03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8344 | 2024.07.31 06:56:31.271487 [ 3 ] {} <Trace> HTTP-Session: 66dd8094-2150-4a83-80d7-087151c25d03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8345 | 2024.07.31 06:56:31.271584 [ 3 ] {4c3088ec-32ff-48d6-9bc9-54782f0745c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 8346 | 2024.07.31 06:56:31.271628 [ 3 ] {4c3088ec-32ff-48d6-9bc9-54782f0745c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8347 | 2024.07.31 06:56:31.271760 [ 3 ] {4c3088ec-32ff-48d6-9bc9-54782f0745c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8348 | 2024.07.31 06:56:31.272010 [ 3 ] {4c3088ec-32ff-48d6-9bc9-54782f0745c0} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8349 | 2024.07.31 06:56:31.272047 [ 3 ] {4c3088ec-32ff-48d6-9bc9-54782f0745c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8350 | 2024.07.31 06:56:31.272412 [ 3 ] {4c3088ec-32ff-48d6-9bc9-54782f0745c0} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 8351 | 2024.07.31 06:56:31.272754 [ 3 ] {4c3088ec-32ff-48d6-9bc9-54782f0745c0} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8352 | 2024.07.31 06:56:31.272919 [ 3 ] {4c3088ec-32ff-48d6-9bc9-54782f0745c0} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00135 sec., 4444.444444444444 rows/sec., 190.97 KiB/sec. | ||
| 8353 | 2024.07.31 06:56:31.273246 [ 3 ] {4c3088ec-32ff-48d6-9bc9-54782f0745c0} <Debug> DynamicQueryHandler: Done processing query | ||
| 8354 | 2024.07.31 06:56:31.273271 [ 3 ] {4c3088ec-32ff-48d6-9bc9-54782f0745c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8355 | 2024.07.31 06:56:31.273287 [ 3 ] {} <Debug> HTTP-Session: 66dd8094-2150-4a83-80d7-087151c25d03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8356 | 2024.07.31 06:56:31.273468 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8357 | 2024.07.31 06:56:31.273516 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8358 | 2024.07.31 06:56:31.273535 [ 3 ] {} <Debug> HTTP-Session: fff27d80-789b-4529-a279-be8e607ff28c Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8359 | 2024.07.31 06:56:31.273551 [ 3 ] {} <Debug> HTTP-Session: fff27d80-789b-4529-a279-be8e607ff28c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8360 | 2024.07.31 06:56:31.273565 [ 3 ] {} <Debug> HTTP-Session: fff27d80-789b-4529-a279-be8e607ff28c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8361 | 2024.07.31 06:56:31.273596 [ 3 ] {} <Trace> HTTP-Session: fff27d80-789b-4529-a279-be8e607ff28c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8362 | 2024.07.31 06:56:31.273717 [ 3 ] {763a76f0-515d-488f-90dc-8fa87f458828} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 8363 | 2024.07.31 06:56:31.273764 [ 3 ] {763a76f0-515d-488f-90dc-8fa87f458828} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 8364 | 2024.07.31 06:56:31.273926 [ 3 ] {763a76f0-515d-488f-90dc-8fa87f458828} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8365 | 2024.07.31 06:56:31.274244 [ 3 ] {763a76f0-515d-488f-90dc-8fa87f458828} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8366 | 2024.07.31 06:56:31.274280 [ 3 ] {763a76f0-515d-488f-90dc-8fa87f458828} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8367 | 2024.07.31 06:56:31.274651 [ 3 ] {763a76f0-515d-488f-90dc-8fa87f458828} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 8368 | 2024.07.31 06:56:31.275009 [ 3 ] {763a76f0-515d-488f-90dc-8fa87f458828} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8369 | 2024.07.31 06:56:31.275141 [ 3 ] {763a76f0-515d-488f-90dc-8fa87f458828} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001466 sec., 52523.87448840382 rows/sec., 3.23 MiB/sec. | ||
| 8370 | 2024.07.31 06:56:31.275418 [ 3 ] {763a76f0-515d-488f-90dc-8fa87f458828} <Debug> DynamicQueryHandler: Done processing query | ||
| 8371 | 2024.07.31 06:56:31.275458 [ 3 ] {763a76f0-515d-488f-90dc-8fa87f458828} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8372 | 2024.07.31 06:56:31.275475 [ 3 ] {} <Debug> HTTP-Session: fff27d80-789b-4529-a279-be8e607ff28c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8373 | 2024.07.31 06:56:31.275656 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8374 | 2024.07.31 06:56:31.275706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8375 | 2024.07.31 06:56:31.275725 [ 3 ] {} <Debug> HTTP-Session: c306b413-7831-4ec0-8bb0-da899e1b3072 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8376 | 2024.07.31 06:56:31.275742 [ 3 ] {} <Debug> HTTP-Session: c306b413-7831-4ec0-8bb0-da899e1b3072 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8377 | 2024.07.31 06:56:31.275755 [ 3 ] {} <Debug> HTTP-Session: c306b413-7831-4ec0-8bb0-da899e1b3072 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8378 | 2024.07.31 06:56:31.275786 [ 3 ] {} <Trace> HTTP-Session: c306b413-7831-4ec0-8bb0-da899e1b3072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8379 | 2024.07.31 06:56:31.275939 [ 3 ] {48fc2474-ade9-41c1-83d9-49cc14003669} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8380 | 2024.07.31 06:56:31.275985 [ 3 ] {48fc2474-ade9-41c1-83d9-49cc14003669} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8381 | 2024.07.31 06:56:31.276146 [ 3 ] {48fc2474-ade9-41c1-83d9-49cc14003669} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8382 | 2024.07.31 06:56:31.276523 [ 3 ] {48fc2474-ade9-41c1-83d9-49cc14003669} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8383 | 2024.07.31 06:56:31.276560 [ 3 ] {48fc2474-ade9-41c1-83d9-49cc14003669} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8384 | 2024.07.31 06:56:31.276931 [ 3 ] {48fc2474-ade9-41c1-83d9-49cc14003669} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8385 | 2024.07.31 06:56:31.277287 [ 3 ] {48fc2474-ade9-41c1-83d9-49cc14003669} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8386 | 2024.07.31 06:56:31.277448 [ 3 ] {48fc2474-ade9-41c1-83d9-49cc14003669} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00157 sec., 101910.8280254777 rows/sec., 7.10 MiB/sec. | ||
| 8387 | 2024.07.31 06:56:31.277611 [ 3 ] {48fc2474-ade9-41c1-83d9-49cc14003669} <Debug> DynamicQueryHandler: Done processing query | ||
| 8388 | 2024.07.31 06:56:31.277635 [ 3 ] {48fc2474-ade9-41c1-83d9-49cc14003669} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8389 | 2024.07.31 06:56:31.277651 [ 3 ] {} <Debug> HTTP-Session: c306b413-7831-4ec0-8bb0-da899e1b3072 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8390 | 2024.07.31 06:56:31.277797 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6441, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8391 | 2024.07.31 06:56:31.277846 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8392 | 2024.07.31 06:56:31.277866 [ 3 ] {} <Debug> HTTP-Session: 82274285-4649-421d-b374-aa4fe8a0c84e Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8393 | 2024.07.31 06:56:31.277882 [ 3 ] {} <Debug> HTTP-Session: 82274285-4649-421d-b374-aa4fe8a0c84e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8394 | 2024.07.31 06:56:31.277896 [ 3 ] {} <Debug> HTTP-Session: 82274285-4649-421d-b374-aa4fe8a0c84e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8395 | 2024.07.31 06:56:31.277927 [ 3 ] {} <Trace> HTTP-Session: 82274285-4649-421d-b374-aa4fe8a0c84e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8396 | 2024.07.31 06:56:31.278059 [ 3 ] {3ea9e662-be68-45de-824e-7c8c0562cedb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8397 | 2024.07.31 06:56:31.278123 [ 3 ] {3ea9e662-be68-45de-824e-7c8c0562cedb} <Trace> 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 | ||
| 8398 | 2024.07.31 06:56:31.278528 [ 3 ] {3ea9e662-be68-45de-824e-7c8c0562cedb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8399 | 2024.07.31 06:56:31.278968 [ 3 ] {3ea9e662-be68-45de-824e-7c8c0562cedb} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8400 | 2024.07.31 06:56:31.279004 [ 3 ] {3ea9e662-be68-45de-824e-7c8c0562cedb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8401 | 2024.07.31 06:56:31.279587 [ 3 ] {3ea9e662-be68-45de-824e-7c8c0562cedb} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 8402 | 2024.07.31 06:56:31.280013 [ 3 ] {3ea9e662-be68-45de-824e-7c8c0562cedb} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8403 | 2024.07.31 06:56:31.280202 [ 3 ] {3ea9e662-be68-45de-824e-7c8c0562cedb} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002202 sec., 1816.5304268846503 rows/sec., 3.26 MiB/sec. | ||
| 8404 | 2024.07.31 06:56:31.280403 [ 3 ] {3ea9e662-be68-45de-824e-7c8c0562cedb} <Debug> DynamicQueryHandler: Done processing query | ||
| 8405 | 2024.07.31 06:56:31.280428 [ 3 ] {3ea9e662-be68-45de-824e-7c8c0562cedb} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 8406 | 2024.07.31 06:56:31.280443 [ 3 ] {} <Debug> HTTP-Session: 82274285-4649-421d-b374-aa4fe8a0c84e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8407 | 2024.07.31 06:56:31.280561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8408 | 2024.07.31 06:56:31.280610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8409 | 2024.07.31 06:56:31.280630 [ 3 ] {} <Debug> HTTP-Session: b88d97e0-cc7e-4e3e-b2d0-60aaac2f58eb Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8410 | 2024.07.31 06:56:31.280647 [ 3 ] {} <Debug> HTTP-Session: b88d97e0-cc7e-4e3e-b2d0-60aaac2f58eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8411 | 2024.07.31 06:56:31.280661 [ 3 ] {} <Debug> HTTP-Session: b88d97e0-cc7e-4e3e-b2d0-60aaac2f58eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8412 | 2024.07.31 06:56:31.280691 [ 3 ] {} <Trace> HTTP-Session: b88d97e0-cc7e-4e3e-b2d0-60aaac2f58eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8413 | 2024.07.31 06:56:31.280789 [ 3 ] {74e9d9c2-e910-42bd-b3a4-45d7bbc3a7d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8414 | 2024.07.31 06:56:31.280833 [ 3 ] {74e9d9c2-e910-42bd-b3a4-45d7bbc3a7d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 8415 | 2024.07.31 06:56:31.280958 [ 3 ] {74e9d9c2-e910-42bd-b3a4-45d7bbc3a7d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8416 | 2024.07.31 06:56:31.281188 [ 3 ] {74e9d9c2-e910-42bd-b3a4-45d7bbc3a7d2} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8417 | 2024.07.31 06:56:31.281224 [ 3 ] {74e9d9c2-e910-42bd-b3a4-45d7bbc3a7d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8418 | 2024.07.31 06:56:31.281586 [ 3 ] {74e9d9c2-e910-42bd-b3a4-45d7bbc3a7d2} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 8419 | 2024.07.31 06:56:31.281915 [ 3 ] {74e9d9c2-e910-42bd-b3a4-45d7bbc3a7d2} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8420 | 2024.07.31 06:56:31.282066 [ 3 ] {74e9d9c2-e910-42bd-b3a4-45d7bbc3a7d2} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.0013 sec., 17692.30769230769 rows/sec., 957.03 KiB/sec. | ||
| 8421 | 2024.07.31 06:56:31.282065 [ 113 ] {} <Debug> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 8422 | 2024.07.31 06:56:31.282185 [ 113 ] {} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8423 | 2024.07.31 06:56:31.282222 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8424 | 2024.07.31 06:56:31.282297 [ 3 ] {74e9d9c2-e910-42bd-b3a4-45d7bbc3a7d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 8425 | 2024.07.31 06:56:31.282356 [ 3 ] {74e9d9c2-e910-42bd-b3a4-45d7bbc3a7d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8426 | 2024.07.31 06:56:31.282407 [ 3 ] {} <Debug> HTTP-Session: b88d97e0-cc7e-4e3e-b2d0-60aaac2f58eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8427 | 2024.07.31 06:56:31.282454 [ 198 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 8428 | 2024.07.31 06:56:31.282586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8429 | 2024.07.31 06:56:31.282689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8430 | 2024.07.31 06:56:31.282750 [ 3 ] {} <Debug> HTTP-Session: d492d2e1-5c09-4068-9622-47c1c4fd69b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8431 | 2024.07.31 06:56:31.282757 [ 198 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8432 | 2024.07.31 06:56:31.282776 [ 3 ] {} <Debug> HTTP-Session: d492d2e1-5c09-4068-9622-47c1c4fd69b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8433 | 2024.07.31 06:56:31.282814 [ 3 ] {} <Debug> HTTP-Session: d492d2e1-5c09-4068-9622-47c1c4fd69b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8434 | 2024.07.31 06:56:31.282836 [ 198 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 372 rows starting from the beginning of the part | ||
| 8435 | 2024.07.31 06:56:31.282869 [ 3 ] {} <Trace> HTTP-Session: d492d2e1-5c09-4068-9622-47c1c4fd69b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8436 | 2024.07.31 06:56:31.283065 [ 198 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 23 rows starting from the beginning of the part | ||
| 8437 | 2024.07.31 06:56:31.283122 [ 3 ] {e37435a8-b4a0-4472-8171-fb90a0e55da3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8438 | 2024.07.31 06:56:31.283307 [ 198 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 23 rows starting from the beginning of the part | ||
| 8439 | 2024.07.31 06:56:31.283328 [ 3 ] {e37435a8-b4a0-4472-8171-fb90a0e55da3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8440 | 2024.07.31 06:56:31.283660 [ 198 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 23 rows starting from the beginning of the part | ||
| 8441 | 2024.07.31 06:56:31.284001 [ 198 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 23 rows starting from the beginning of the part | ||
| 8442 | 2024.07.31 06:56:31.284356 [ 198 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 23 rows starting from the beginning of the part | ||
| 8443 | 2024.07.31 06:56:31.284456 [ 3 ] {e37435a8-b4a0-4472-8171-fb90a0e55da3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8444 | 2024.07.31 06:56:31.285320 [ 3 ] {e37435a8-b4a0-4472-8171-fb90a0e55da3} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8445 | 2024.07.31 06:56:31.285386 [ 3 ] {e37435a8-b4a0-4472-8171-fb90a0e55da3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8446 | 2024.07.31 06:56:31.286484 [ 3 ] {e37435a8-b4a0-4472-8171-fb90a0e55da3} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8447 | 2024.07.31 06:56:31.286918 [ 198 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 487 rows, containing 4 columns (4 merged, 0 gathered) in 0.004600655 sec., 105854.49245813911 rows/sec., 5.70 MiB/sec. | ||
| 8448 | 2024.07.31 06:56:31.287121 [ 198 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 8449 | 2024.07.31 06:56:31.287280 [ 3 ] {e37435a8-b4a0-4472-8171-fb90a0e55da3} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8450 | 2024.07.31 06:56:31.287728 [ 3 ] {e37435a8-b4a0-4472-8171-fb90a0e55da3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004644 sec., 12919.896640826873 rows/sec., 891.61 KiB/sec. | ||
| 8451 | 2024.07.31 06:56:31.288521 [ 198 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_21_4} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8452 | 2024.07.31 06:56:31.288574 [ 3 ] {e37435a8-b4a0-4472-8171-fb90a0e55da3} <Debug> DynamicQueryHandler: Done processing query | ||
| 8453 | 2024.07.31 06:56:31.288634 [ 3 ] {e37435a8-b4a0-4472-8171-fb90a0e55da3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8454 | 2024.07.31 06:56:31.288679 [ 3 ] {} <Debug> HTTP-Session: d492d2e1-5c09-4068-9622-47c1c4fd69b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8455 | 2024.07.31 06:56:31.288734 [ 198 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_21_4} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 8456 | 2024.07.31 06:56:31.288824 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 8457 | 2024.07.31 06:56:36.262189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8458 | 2024.07.31 06:56:36.262329 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8459 | 2024.07.31 06:56:36.262361 [ 3 ] {} <Debug> HTTP-Session: b45c27ae-3428-4a8b-864b-d9bdbad5133c Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8460 | 2024.07.31 06:56:36.262390 [ 3 ] {} <Debug> HTTP-Session: b45c27ae-3428-4a8b-864b-d9bdbad5133c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8461 | 2024.07.31 06:56:36.262409 [ 3 ] {} <Debug> HTTP-Session: b45c27ae-3428-4a8b-864b-d9bdbad5133c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8462 | 2024.07.31 06:56:36.262466 [ 3 ] {} <Trace> HTTP-Session: b45c27ae-3428-4a8b-864b-d9bdbad5133c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8463 | 2024.07.31 06:56:36.262677 [ 3 ] {22bb22a3-f440-4751-994e-52f7042d6045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8464 | 2024.07.31 06:56:36.262751 [ 3 ] {22bb22a3-f440-4751-994e-52f7042d6045} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 8465 | 2024.07.31 06:56:36.262973 [ 3 ] {22bb22a3-f440-4751-994e-52f7042d6045} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8466 | 2024.07.31 06:56:36.263442 [ 3 ] {22bb22a3-f440-4751-994e-52f7042d6045} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8467 | 2024.07.31 06:56:36.263485 [ 3 ] {22bb22a3-f440-4751-994e-52f7042d6045} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8468 | 2024.07.31 06:56:36.263864 [ 3 ] {22bb22a3-f440-4751-994e-52f7042d6045} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8469 | 2024.07.31 06:56:36.264215 [ 3 ] {22bb22a3-f440-4751-994e-52f7042d6045} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8470 | 2024.07.31 06:56:36.264360 [ 3 ] {22bb22a3-f440-4751-994e-52f7042d6045} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001752 sec., 15410.958904109588 rows/sec., 1.22 MiB/sec. | ||
| 8471 | 2024.07.31 06:56:36.264574 [ 3 ] {22bb22a3-f440-4751-994e-52f7042d6045} <Debug> DynamicQueryHandler: Done processing query | ||
| 8472 | 2024.07.31 06:56:36.264602 [ 3 ] {22bb22a3-f440-4751-994e-52f7042d6045} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8473 | 2024.07.31 06:56:36.264620 [ 3 ] {} <Debug> HTTP-Session: b45c27ae-3428-4a8b-864b-d9bdbad5133c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8474 | 2024.07.31 06:56:36.264788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 25039, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8475 | 2024.07.31 06:56:36.264844 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8476 | 2024.07.31 06:56:36.264865 [ 3 ] {} <Debug> HTTP-Session: 3fd39c03-51f1-4b89-98de-a5a603b64efb Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8477 | 2024.07.31 06:56:36.264884 [ 3 ] {} <Debug> HTTP-Session: 3fd39c03-51f1-4b89-98de-a5a603b64efb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8478 | 2024.07.31 06:56:36.264898 [ 3 ] {} <Debug> HTTP-Session: 3fd39c03-51f1-4b89-98de-a5a603b64efb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8479 | 2024.07.31 06:56:36.264934 [ 3 ] {} <Trace> HTTP-Session: 3fd39c03-51f1-4b89-98de-a5a603b64efb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8480 | 2024.07.31 06:56:36.265089 [ 3 ] {2d40f693-c498-4c70-b564-5c1cd666cf53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8481 | 2024.07.31 06:56:36.265137 [ 3 ] {2d40f693-c498-4c70-b564-5c1cd666cf53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8482 | 2024.07.31 06:56:36.265269 [ 3 ] {2d40f693-c498-4c70-b564-5c1cd666cf53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8483 | 2024.07.31 06:56:36.265677 [ 3 ] {2d40f693-c498-4c70-b564-5c1cd666cf53} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8484 | 2024.07.31 06:56:36.265715 [ 3 ] {2d40f693-c498-4c70-b564-5c1cd666cf53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8485 | 2024.07.31 06:56:36.266053 [ 3 ] {2d40f693-c498-4c70-b564-5c1cd666cf53} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8486 | 2024.07.31 06:56:36.266375 [ 3 ] {2d40f693-c498-4c70-b564-5c1cd666cf53} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8487 | 2024.07.31 06:56:36.266504 [ 3 ] {2d40f693-c498-4c70-b564-5c1cd666cf53} <Debug> executeQuery: Read 173 rows, 14.53 KiB in 0.001483 sec., 116655.42818610925 rows/sec., 9.57 MiB/sec. | ||
| 8488 | 2024.07.31 06:56:36.266662 [ 3 ] {2d40f693-c498-4c70-b564-5c1cd666cf53} <Debug> DynamicQueryHandler: Done processing query | ||
| 8489 | 2024.07.31 06:56:36.266688 [ 3 ] {2d40f693-c498-4c70-b564-5c1cd666cf53} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 8490 | 2024.07.31 06:56:36.266705 [ 3 ] {} <Debug> HTTP-Session: 3fd39c03-51f1-4b89-98de-a5a603b64efb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8491 | 2024.07.31 06:56:36.266896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 19503, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8492 | 2024.07.31 06:56:36.266948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8493 | 2024.07.31 06:56:36.266969 [ 3 ] {} <Debug> HTTP-Session: b4168b01-ad82-42b5-a02a-6869b2c386ac Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8494 | 2024.07.31 06:56:36.266985 [ 3 ] {} <Debug> HTTP-Session: b4168b01-ad82-42b5-a02a-6869b2c386ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8495 | 2024.07.31 06:56:36.267000 [ 3 ] {} <Debug> HTTP-Session: b4168b01-ad82-42b5-a02a-6869b2c386ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8496 | 2024.07.31 06:56:36.267033 [ 3 ] {} <Trace> HTTP-Session: b4168b01-ad82-42b5-a02a-6869b2c386ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8497 | 2024.07.31 06:56:36.267162 [ 3 ] {9db419ce-5b9f-49b6-affc-2f0ed7adaba0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8498 | 2024.07.31 06:56:36.267205 [ 3 ] {9db419ce-5b9f-49b6-affc-2f0ed7adaba0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8499 | 2024.07.31 06:56:36.267329 [ 3 ] {9db419ce-5b9f-49b6-affc-2f0ed7adaba0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8500 | 2024.07.31 06:56:36.267678 [ 3 ] {9db419ce-5b9f-49b6-affc-2f0ed7adaba0} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8501 | 2024.07.31 06:56:36.267716 [ 3 ] {9db419ce-5b9f-49b6-affc-2f0ed7adaba0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8502 | 2024.07.31 06:56:36.268028 [ 3 ] {9db419ce-5b9f-49b6-affc-2f0ed7adaba0} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8503 | 2024.07.31 06:56:36.268351 [ 3 ] {9db419ce-5b9f-49b6-affc-2f0ed7adaba0} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8504 | 2024.07.31 06:56:36.268480 [ 3 ] {9db419ce-5b9f-49b6-affc-2f0ed7adaba0} <Debug> executeQuery: Read 115 rows, 9.18 KiB in 0.001367 sec., 84125.82297000731 rows/sec., 6.56 MiB/sec. | ||
| 8505 | 2024.07.31 06:56:36.268749 [ 3 ] {9db419ce-5b9f-49b6-affc-2f0ed7adaba0} <Debug> DynamicQueryHandler: Done processing query | ||
| 8506 | 2024.07.31 06:56:36.268812 [ 3 ] {9db419ce-5b9f-49b6-affc-2f0ed7adaba0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8507 | 2024.07.31 06:56:36.268868 [ 3 ] {} <Debug> HTTP-Session: b4168b01-ad82-42b5-a02a-6869b2c386ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8508 | 2024.07.31 06:56:36.269184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 37582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8509 | 2024.07.31 06:56:36.269253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8510 | 2024.07.31 06:56:36.269277 [ 3 ] {} <Debug> HTTP-Session: a1246bbb-4f5d-4eb1-947c-399686a5211d Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8511 | 2024.07.31 06:56:36.269297 [ 3 ] {} <Debug> HTTP-Session: a1246bbb-4f5d-4eb1-947c-399686a5211d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8512 | 2024.07.31 06:56:36.269314 [ 3 ] {} <Debug> HTTP-Session: a1246bbb-4f5d-4eb1-947c-399686a5211d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8513 | 2024.07.31 06:56:36.269356 [ 3 ] {} <Trace> HTTP-Session: a1246bbb-4f5d-4eb1-947c-399686a5211d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8514 | 2024.07.31 06:56:36.269573 [ 3 ] {bfe32dfb-b462-4d22-9c53-2b471a10c316} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8515 | 2024.07.31 06:56:36.269633 [ 3 ] {bfe32dfb-b462-4d22-9c53-2b471a10c316} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8516 | 2024.07.31 06:56:36.269827 [ 3 ] {bfe32dfb-b462-4d22-9c53-2b471a10c316} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8517 | 2024.07.31 06:56:36.270273 [ 3 ] {bfe32dfb-b462-4d22-9c53-2b471a10c316} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8518 | 2024.07.31 06:56:36.270310 [ 3 ] {bfe32dfb-b462-4d22-9c53-2b471a10c316} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8519 | 2024.07.31 06:56:36.270701 [ 3 ] {bfe32dfb-b462-4d22-9c53-2b471a10c316} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8520 | 2024.07.31 06:56:36.271033 [ 3 ] {bfe32dfb-b462-4d22-9c53-2b471a10c316} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8521 | 2024.07.31 06:56:36.271164 [ 3 ] {bfe32dfb-b462-4d22-9c53-2b471a10c316} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001708 sec., 114754.09836065573 rows/sec., 8.01 MiB/sec. | ||
| 8522 | 2024.07.31 06:56:36.271439 [ 3 ] {bfe32dfb-b462-4d22-9c53-2b471a10c316} <Debug> DynamicQueryHandler: Done processing query | ||
| 8523 | 2024.07.31 06:56:36.271492 [ 3 ] {bfe32dfb-b462-4d22-9c53-2b471a10c316} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 8524 | 2024.07.31 06:56:36.271525 [ 3 ] {} <Debug> HTTP-Session: a1246bbb-4f5d-4eb1-947c-399686a5211d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8525 | 2024.07.31 06:56:36.271718 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 43616, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8526 | 2024.07.31 06:56:36.271767 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8527 | 2024.07.31 06:56:36.271785 [ 3 ] {} <Debug> HTTP-Session: a2750745-36ee-4b4e-b401-674147a11be5 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8528 | 2024.07.31 06:56:36.271802 [ 3 ] {} <Debug> HTTP-Session: a2750745-36ee-4b4e-b401-674147a11be5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8529 | 2024.07.31 06:56:36.271816 [ 3 ] {} <Debug> HTTP-Session: a2750745-36ee-4b4e-b401-674147a11be5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8530 | 2024.07.31 06:56:36.271847 [ 3 ] {} <Trace> HTTP-Session: a2750745-36ee-4b4e-b401-674147a11be5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8531 | 2024.07.31 06:56:36.272123 [ 3 ] {5de11dbc-ac7e-409a-a2e9-cb63c43487be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8532 | 2024.07.31 06:56:36.272192 [ 3 ] {5de11dbc-ac7e-409a-a2e9-cb63c43487be} <Trace> 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 | ||
| 8533 | 2024.07.31 06:56:36.272613 [ 3 ] {5de11dbc-ac7e-409a-a2e9-cb63c43487be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8534 | 2024.07.31 06:56:36.273273 [ 3 ] {5de11dbc-ac7e-409a-a2e9-cb63c43487be} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8535 | 2024.07.31 06:56:36.273308 [ 3 ] {5de11dbc-ac7e-409a-a2e9-cb63c43487be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8536 | 2024.07.31 06:56:36.273911 [ 3 ] {5de11dbc-ac7e-409a-a2e9-cb63c43487be} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 8537 | 2024.07.31 06:56:36.274329 [ 3 ] {5de11dbc-ac7e-409a-a2e9-cb63c43487be} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8538 | 2024.07.31 06:56:36.274478 [ 3 ] {5de11dbc-ac7e-409a-a2e9-cb63c43487be} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00255 sec., 10588.235294117647 rows/sec., 18.97 MiB/sec. | ||
| 8539 | 2024.07.31 06:56:36.274694 [ 3 ] {5de11dbc-ac7e-409a-a2e9-cb63c43487be} <Debug> DynamicQueryHandler: Done processing query | ||
| 8540 | 2024.07.31 06:56:36.274719 [ 3 ] {5de11dbc-ac7e-409a-a2e9-cb63c43487be} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 8541 | 2024.07.31 06:56:36.274735 [ 3 ] {} <Debug> HTTP-Session: a2750745-36ee-4b4e-b401-674147a11be5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8542 | 2024.07.31 06:56:36.274868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8543 | 2024.07.31 06:56:36.274916 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8544 | 2024.07.31 06:56:36.274936 [ 3 ] {} <Debug> HTTP-Session: b4fb7f5d-49c0-4d79-abd7-b12d5a3c7c89 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8545 | 2024.07.31 06:56:36.274952 [ 3 ] {} <Debug> HTTP-Session: b4fb7f5d-49c0-4d79-abd7-b12d5a3c7c89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8546 | 2024.07.31 06:56:36.274966 [ 3 ] {} <Debug> HTTP-Session: b4fb7f5d-49c0-4d79-abd7-b12d5a3c7c89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8547 | 2024.07.31 06:56:36.274997 [ 3 ] {} <Trace> HTTP-Session: b4fb7f5d-49c0-4d79-abd7-b12d5a3c7c89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8548 | 2024.07.31 06:56:36.275110 [ 3 ] {c4747e41-6493-4b74-b81d-d3e52bea0e11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8549 | 2024.07.31 06:56:36.275154 [ 3 ] {c4747e41-6493-4b74-b81d-d3e52bea0e11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8550 | 2024.07.31 06:56:36.275278 [ 3 ] {c4747e41-6493-4b74-b81d-d3e52bea0e11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8551 | 2024.07.31 06:56:36.275673 [ 3 ] {c4747e41-6493-4b74-b81d-d3e52bea0e11} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8552 | 2024.07.31 06:56:36.275708 [ 3 ] {c4747e41-6493-4b74-b81d-d3e52bea0e11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8553 | 2024.07.31 06:56:36.276060 [ 3 ] {c4747e41-6493-4b74-b81d-d3e52bea0e11} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8554 | 2024.07.31 06:56:36.276376 [ 3 ] {c4747e41-6493-4b74-b81d-d3e52bea0e11} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8555 | 2024.07.31 06:56:36.276506 [ 3 ] {c4747e41-6493-4b74-b81d-d3e52bea0e11} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001437 sec., 41753.65344467641 rows/sec., 2.81 MiB/sec. | ||
| 8556 | 2024.07.31 06:56:36.276672 [ 3 ] {c4747e41-6493-4b74-b81d-d3e52bea0e11} <Debug> DynamicQueryHandler: Done processing query | ||
| 8557 | 2024.07.31 06:56:36.276697 [ 3 ] {c4747e41-6493-4b74-b81d-d3e52bea0e11} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8558 | 2024.07.31 06:56:36.276712 [ 3 ] {} <Debug> HTTP-Session: b4fb7f5d-49c0-4d79-abd7-b12d5a3c7c89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8559 | 2024.07.31 06:56:38.077061 [ 104 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8560 | 2024.07.31 06:56:38.077112 [ 104 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8561 | 2024.07.31 06:56:39.001355 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000976294 sec. | ||
| 8562 | 2024.07.31 06:56:41.263627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8563 | 2024.07.31 06:56:41.263774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8564 | 2024.07.31 06:56:41.263804 [ 3 ] {} <Debug> HTTP-Session: dfb62b63-37c2-4176-9a3c-2e9381d46762 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8565 | 2024.07.31 06:56:41.263832 [ 3 ] {} <Debug> HTTP-Session: dfb62b63-37c2-4176-9a3c-2e9381d46762 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8566 | 2024.07.31 06:56:41.263849 [ 3 ] {} <Debug> HTTP-Session: dfb62b63-37c2-4176-9a3c-2e9381d46762 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8567 | 2024.07.31 06:56:41.263904 [ 3 ] {} <Trace> HTTP-Session: dfb62b63-37c2-4176-9a3c-2e9381d46762 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8568 | 2024.07.31 06:56:41.264109 [ 3 ] {46280703-c492-4b63-92c5-e8e6abcc32e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8569 | 2024.07.31 06:56:41.264184 [ 3 ] {46280703-c492-4b63-92c5-e8e6abcc32e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 8570 | 2024.07.31 06:56:41.264401 [ 3 ] {46280703-c492-4b63-92c5-e8e6abcc32e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8571 | 2024.07.31 06:56:41.264862 [ 3 ] {46280703-c492-4b63-92c5-e8e6abcc32e0} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8572 | 2024.07.31 06:56:41.264906 [ 3 ] {46280703-c492-4b63-92c5-e8e6abcc32e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8573 | 2024.07.31 06:56:41.265264 [ 3 ] {46280703-c492-4b63-92c5-e8e6abcc32e0} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8574 | 2024.07.31 06:56:41.265590 [ 3 ] {46280703-c492-4b63-92c5-e8e6abcc32e0} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8575 | 2024.07.31 06:56:41.265745 [ 3 ] {46280703-c492-4b63-92c5-e8e6abcc32e0} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.001698 sec., 5889.2815076560655 rows/sec., 391.09 KiB/sec. | ||
| 8576 | 2024.07.31 06:56:41.265966 [ 3 ] {46280703-c492-4b63-92c5-e8e6abcc32e0} <Debug> DynamicQueryHandler: Done processing query | ||
| 8577 | 2024.07.31 06:56:41.265992 [ 3 ] {46280703-c492-4b63-92c5-e8e6abcc32e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8578 | 2024.07.31 06:56:41.266009 [ 3 ] {} <Debug> HTTP-Session: dfb62b63-37c2-4176-9a3c-2e9381d46762 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8579 | 2024.07.31 06:56:41.266225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8580 | 2024.07.31 06:56:41.266275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8581 | 2024.07.31 06:56:41.266295 [ 3 ] {} <Debug> HTTP-Session: ff2f42d3-cad2-449e-bf25-9afc1a1bc01b Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8582 | 2024.07.31 06:56:41.266312 [ 3 ] {} <Debug> HTTP-Session: ff2f42d3-cad2-449e-bf25-9afc1a1bc01b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8583 | 2024.07.31 06:56:41.266326 [ 3 ] {} <Debug> HTTP-Session: ff2f42d3-cad2-449e-bf25-9afc1a1bc01b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8584 | 2024.07.31 06:56:41.266356 [ 3 ] {} <Trace> HTTP-Session: ff2f42d3-cad2-449e-bf25-9afc1a1bc01b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8585 | 2024.07.31 06:56:41.266498 [ 3 ] {7f680c46-5c74-495a-ac66-8286eca4d03c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8586 | 2024.07.31 06:56:41.266541 [ 3 ] {7f680c46-5c74-495a-ac66-8286eca4d03c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8587 | 2024.07.31 06:56:41.266666 [ 3 ] {7f680c46-5c74-495a-ac66-8286eca4d03c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8588 | 2024.07.31 06:56:41.267092 [ 3 ] {7f680c46-5c74-495a-ac66-8286eca4d03c} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8589 | 2024.07.31 06:56:41.267130 [ 3 ] {7f680c46-5c74-495a-ac66-8286eca4d03c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8590 | 2024.07.31 06:56:41.267452 [ 3 ] {7f680c46-5c74-495a-ac66-8286eca4d03c} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8591 | 2024.07.31 06:56:41.267763 [ 3 ] {7f680c46-5c74-495a-ac66-8286eca4d03c} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8592 | 2024.07.31 06:56:41.267910 [ 3 ] {7f680c46-5c74-495a-ac66-8286eca4d03c} <Debug> executeQuery: Read 173 rows, 15.66 KiB in 0.001472 sec., 117527.17391304347 rows/sec., 10.39 MiB/sec. | ||
| 8593 | 2024.07.31 06:56:41.268086 [ 3 ] {7f680c46-5c74-495a-ac66-8286eca4d03c} <Debug> DynamicQueryHandler: Done processing query | ||
| 8594 | 2024.07.31 06:56:41.268111 [ 3 ] {7f680c46-5c74-495a-ac66-8286eca4d03c} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 8595 | 2024.07.31 06:56:41.268126 [ 3 ] {} <Debug> HTTP-Session: ff2f42d3-cad2-449e-bf25-9afc1a1bc01b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8596 | 2024.07.31 06:56:41.268314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 62271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8597 | 2024.07.31 06:56:41.268363 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8598 | 2024.07.31 06:56:41.268382 [ 3 ] {} <Debug> HTTP-Session: efdaabfc-8858-4736-a48b-10d0c41e64ea Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8599 | 2024.07.31 06:56:41.268397 [ 3 ] {} <Debug> HTTP-Session: efdaabfc-8858-4736-a48b-10d0c41e64ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8600 | 2024.07.31 06:56:41.268411 [ 3 ] {} <Debug> HTTP-Session: efdaabfc-8858-4736-a48b-10d0c41e64ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8601 | 2024.07.31 06:56:41.268441 [ 3 ] {} <Trace> HTTP-Session: efdaabfc-8858-4736-a48b-10d0c41e64ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8602 | 2024.07.31 06:56:41.268634 [ 3 ] {5ad2cfb1-c973-49d3-871d-4027328f7f48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8603 | 2024.07.31 06:56:41.268677 [ 3 ] {5ad2cfb1-c973-49d3-871d-4027328f7f48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8604 | 2024.07.31 06:56:41.268801 [ 3 ] {5ad2cfb1-c973-49d3-871d-4027328f7f48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8605 | 2024.07.31 06:56:41.269402 [ 3 ] {5ad2cfb1-c973-49d3-871d-4027328f7f48} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8606 | 2024.07.31 06:56:41.269438 [ 3 ] {5ad2cfb1-c973-49d3-871d-4027328f7f48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8607 | 2024.07.31 06:56:41.269757 [ 3 ] {5ad2cfb1-c973-49d3-871d-4027328f7f48} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8608 | 2024.07.31 06:56:41.270052 [ 3 ] {5ad2cfb1-c973-49d3-871d-4027328f7f48} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8609 | 2024.07.31 06:56:41.270199 [ 3 ] {5ad2cfb1-c973-49d3-871d-4027328f7f48} <Debug> executeQuery: Read 386 rows, 27.79 KiB in 0.001667 sec., 231553.68926214756 rows/sec., 16.28 MiB/sec. | ||
| 8610 | 2024.07.31 06:56:41.270398 [ 3 ] {5ad2cfb1-c973-49d3-871d-4027328f7f48} <Debug> DynamicQueryHandler: Done processing query | ||
| 8611 | 2024.07.31 06:56:41.270423 [ 3 ] {5ad2cfb1-c973-49d3-871d-4027328f7f48} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 8612 | 2024.07.31 06:56:41.270439 [ 3 ] {} <Debug> HTTP-Session: efdaabfc-8858-4736-a48b-10d0c41e64ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8613 | 2024.07.31 06:56:41.270579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8614 | 2024.07.31 06:56:41.270628 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8615 | 2024.07.31 06:56:41.270646 [ 3 ] {} <Debug> HTTP-Session: 997252cd-80fe-4051-956d-5152d6e37e9f Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8616 | 2024.07.31 06:56:41.270662 [ 3 ] {} <Debug> HTTP-Session: 997252cd-80fe-4051-956d-5152d6e37e9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8617 | 2024.07.31 06:56:41.270676 [ 3 ] {} <Debug> HTTP-Session: 997252cd-80fe-4051-956d-5152d6e37e9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8618 | 2024.07.31 06:56:41.270707 [ 3 ] {} <Trace> HTTP-Session: 997252cd-80fe-4051-956d-5152d6e37e9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8619 | 2024.07.31 06:56:41.270799 [ 3 ] {a6515224-63a2-41c7-8a7d-93d1f4d8afca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 8620 | 2024.07.31 06:56:41.270844 [ 3 ] {a6515224-63a2-41c7-8a7d-93d1f4d8afca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8621 | 2024.07.31 06:56:41.270995 [ 3 ] {a6515224-63a2-41c7-8a7d-93d1f4d8afca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8622 | 2024.07.31 06:56:41.271266 [ 3 ] {a6515224-63a2-41c7-8a7d-93d1f4d8afca} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8623 | 2024.07.31 06:56:41.271303 [ 3 ] {a6515224-63a2-41c7-8a7d-93d1f4d8afca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8624 | 2024.07.31 06:56:41.271657 [ 3 ] {a6515224-63a2-41c7-8a7d-93d1f4d8afca} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 8625 | 2024.07.31 06:56:41.271967 [ 3 ] {a6515224-63a2-41c7-8a7d-93d1f4d8afca} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8626 | 2024.07.31 06:56:41.272124 [ 3 ] {a6515224-63a2-41c7-8a7d-93d1f4d8afca} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00134 sec., 4477.611940298508 rows/sec., 192.40 KiB/sec. | ||
| 8627 | 2024.07.31 06:56:41.272126 [ 98 ] {} <Debug> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 8628 | 2024.07.31 06:56:41.272232 [ 98 ] {} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8629 | 2024.07.31 06:56:41.272282 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8630 | 2024.07.31 06:56:41.272375 [ 3 ] {a6515224-63a2-41c7-8a7d-93d1f4d8afca} <Debug> DynamicQueryHandler: Done processing query | ||
| 8631 | 2024.07.31 06:56:41.272440 [ 3 ] {a6515224-63a2-41c7-8a7d-93d1f4d8afca} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8632 | 2024.07.31 06:56:41.272471 [ 3 ] {} <Debug> HTTP-Session: 997252cd-80fe-4051-956d-5152d6e37e9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8633 | 2024.07.31 06:56:41.272480 [ 189 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 8634 | 2024.07.31 06:56:41.272646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8635 | 2024.07.31 06:56:41.272741 [ 189 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8636 | 2024.07.31 06:56:41.272748 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8637 | 2024.07.31 06:56:41.272808 [ 3 ] {} <Debug> HTTP-Session: b191819e-8548-4ee7-ad2a-045e0218e360 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8638 | 2024.07.31 06:56:41.272812 [ 189 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part | ||
| 8639 | 2024.07.31 06:56:41.272835 [ 3 ] {} <Debug> HTTP-Session: b191819e-8548-4ee7-ad2a-045e0218e360 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8640 | 2024.07.31 06:56:41.272876 [ 3 ] {} <Debug> HTTP-Session: b191819e-8548-4ee7-ad2a-045e0218e360 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8641 | 2024.07.31 06:56:41.273003 [ 3 ] {} <Trace> HTTP-Session: b191819e-8548-4ee7-ad2a-045e0218e360 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8642 | 2024.07.31 06:56:41.273036 [ 189 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 8643 | 2024.07.31 06:56:41.273310 [ 189 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 8644 | 2024.07.31 06:56:41.273553 [ 3 ] {69c6b90c-d97c-4902-b469-72a2c51f0229} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 8645 | 2024.07.31 06:56:41.273589 [ 189 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 8646 | 2024.07.31 06:56:41.273701 [ 3 ] {69c6b90c-d97c-4902-b469-72a2c51f0229} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 8647 | 2024.07.31 06:56:41.273878 [ 189 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 8648 | 2024.07.31 06:56:41.274233 [ 189 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 8649 | 2024.07.31 06:56:41.274893 [ 3 ] {69c6b90c-d97c-4902-b469-72a2c51f0229} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8650 | 2024.07.31 06:56:41.275642 [ 3 ] {69c6b90c-d97c-4902-b469-72a2c51f0229} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8651 | 2024.07.31 06:56:41.275708 [ 3 ] {69c6b90c-d97c-4902-b469-72a2c51f0229} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8652 | 2024.07.31 06:56:41.276805 [ 3 ] {69c6b90c-d97c-4902-b469-72a2c51f0229} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 8653 | 2024.07.31 06:56:41.276951 [ 199 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.004591165 sec., 27444.014754425072 rows/sec., 1.15 MiB/sec. | ||
| 8654 | 2024.07.31 06:56:41.277287 [ 199 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 8655 | 2024.07.31 06:56:41.277483 [ 3 ] {69c6b90c-d97c-4902-b469-72a2c51f0229} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8656 | 2024.07.31 06:56:41.277712 [ 98 ] {} <Debug> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 8657 | 2024.07.31 06:56:41.277849 [ 98 ] {} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8658 | 2024.07.31 06:56:41.277911 [ 3 ] {69c6b90c-d97c-4902-b469-72a2c51f0229} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004689 sec., 16421.411814885905 rows/sec., 1.01 MiB/sec. | ||
| 8659 | 2024.07.31 06:56:41.277937 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8660 | 2024.07.31 06:56:41.278422 [ 194 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 8661 | 2024.07.31 06:56:41.278690 [ 199 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_21_4} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8662 | 2024.07.31 06:56:41.278736 [ 3 ] {69c6b90c-d97c-4902-b469-72a2c51f0229} <Debug> DynamicQueryHandler: Done processing query | ||
| 8663 | 2024.07.31 06:56:41.278839 [ 3 ] {69c6b90c-d97c-4902-b469-72a2c51f0229} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8664 | 2024.07.31 06:56:41.278952 [ 3 ] {} <Debug> HTTP-Session: b191819e-8548-4ee7-ad2a-045e0218e360 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8665 | 2024.07.31 06:56:41.278961 [ 194 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8666 | 2024.07.31 06:56:41.278986 [ 199 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_21_4} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 8667 | 2024.07.31 06:56:41.279051 [ 194 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1232 rows starting from the beginning of the part | ||
| 8668 | 2024.07.31 06:56:41.279201 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8669 | 2024.07.31 06:56:41.279375 [ 194 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 77 rows starting from the beginning of the part | ||
| 8670 | 2024.07.31 06:56:41.279414 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8671 | 2024.07.31 06:56:41.279644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8672 | 2024.07.31 06:56:41.279646 [ 194 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 77 rows starting from the beginning of the part | ||
| 8673 | 2024.07.31 06:56:41.279716 [ 3 ] {} <Debug> HTTP-Session: 8949e309-e373-4e9c-b96c-a6cd8d2095d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8674 | 2024.07.31 06:56:41.279829 [ 3 ] {} <Debug> HTTP-Session: 8949e309-e373-4e9c-b96c-a6cd8d2095d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8675 | 2024.07.31 06:56:41.279929 [ 194 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 77 rows starting from the beginning of the part | ||
| 8676 | 2024.07.31 06:56:41.279945 [ 3 ] {} <Debug> HTTP-Session: 8949e309-e373-4e9c-b96c-a6cd8d2095d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8677 | 2024.07.31 06:56:41.280089 [ 3 ] {} <Trace> HTTP-Session: 8949e309-e373-4e9c-b96c-a6cd8d2095d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8678 | 2024.07.31 06:56:41.280216 [ 194 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 77 rows starting from the beginning of the part | ||
| 8679 | 2024.07.31 06:56:41.280510 [ 194 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 77 rows starting from the beginning of the part | ||
| 8680 | 2024.07.31 06:56:41.280876 [ 3 ] {b69ff767-6b2d-49b3-8196-441595c5aaaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8681 | 2024.07.31 06:56:41.281000 [ 3 ] {b69ff767-6b2d-49b3-8196-441595c5aaaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8682 | 2024.07.31 06:56:41.281514 [ 3 ] {b69ff767-6b2d-49b3-8196-441595c5aaaf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8683 | 2024.07.31 06:56:41.282509 [ 3 ] {b69ff767-6b2d-49b3-8196-441595c5aaaf} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8684 | 2024.07.31 06:56:41.282575 [ 3 ] {b69ff767-6b2d-49b3-8196-441595c5aaaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8685 | 2024.07.31 06:56:41.283426 [ 3 ] {b69ff767-6b2d-49b3-8196-441595c5aaaf} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8686 | 2024.07.31 06:56:41.283656 [ 199 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1617 rows, containing 5 columns (5 merged, 0 gathered) in 0.005536468 sec., 292063.4599531687 rows/sec., 17.99 MiB/sec. | ||
| 8687 | 2024.07.31 06:56:41.283973 [ 189 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 8688 | 2024.07.31 06:56:41.284148 [ 3 ] {b69ff767-6b2d-49b3-8196-441595c5aaaf} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8689 | 2024.07.31 06:56:41.284620 [ 3 ] {b69ff767-6b2d-49b3-8196-441595c5aaaf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004113 sec., 38901.045465596886 rows/sec., 2.71 MiB/sec. | ||
| 8690 | 2024.07.31 06:56:41.285178 [ 189 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_21_4} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8691 | 2024.07.31 06:56:41.285386 [ 3 ] {b69ff767-6b2d-49b3-8196-441595c5aaaf} <Debug> DynamicQueryHandler: Done processing query | ||
| 8692 | 2024.07.31 06:56:41.285413 [ 189 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_21_4} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 8693 | 2024.07.31 06:56:41.285455 [ 3 ] {b69ff767-6b2d-49b3-8196-441595c5aaaf} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8694 | 2024.07.31 06:56:41.285488 [ 3 ] {} <Debug> HTTP-Session: 8949e309-e373-4e9c-b96c-a6cd8d2095d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8695 | 2024.07.31 06:56:41.285600 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 8696 | 2024.07.31 06:56:41.285688 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6441, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8697 | 2024.07.31 06:56:41.285744 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8698 | 2024.07.31 06:56:41.285763 [ 3 ] {} <Debug> HTTP-Session: 79fafe47-bf0e-43f2-9f58-ded6881a6209 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8699 | 2024.07.31 06:56:41.285780 [ 3 ] {} <Debug> HTTP-Session: 79fafe47-bf0e-43f2-9f58-ded6881a6209 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8700 | 2024.07.31 06:56:41.285793 [ 3 ] {} <Debug> HTTP-Session: 79fafe47-bf0e-43f2-9f58-ded6881a6209 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8701 | 2024.07.31 06:56:41.285825 [ 3 ] {} <Trace> HTTP-Session: 79fafe47-bf0e-43f2-9f58-ded6881a6209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8702 | 2024.07.31 06:56:41.285969 [ 3 ] {fbfe49b6-49b0-4e25-a791-29cb69c455ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8703 | 2024.07.31 06:56:41.286044 [ 3 ] {fbfe49b6-49b0-4e25-a791-29cb69c455ca} <Trace> 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 | ||
| 8704 | 2024.07.31 06:56:41.286494 [ 3 ] {fbfe49b6-49b0-4e25-a791-29cb69c455ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8705 | 2024.07.31 06:56:41.287010 [ 3 ] {fbfe49b6-49b0-4e25-a791-29cb69c455ca} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8706 | 2024.07.31 06:56:41.287047 [ 3 ] {fbfe49b6-49b0-4e25-a791-29cb69c455ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8707 | 2024.07.31 06:56:41.287619 [ 3 ] {fbfe49b6-49b0-4e25-a791-29cb69c455ca} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 8708 | 2024.07.31 06:56:41.288018 [ 3 ] {fbfe49b6-49b0-4e25-a791-29cb69c455ca} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8709 | 2024.07.31 06:56:41.288214 [ 98 ] {} <Debug> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 8710 | 2024.07.31 06:56:41.288222 [ 3 ] {fbfe49b6-49b0-4e25-a791-29cb69c455ca} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002311 sec., 1730.8524448290782 rows/sec., 3.10 MiB/sec. | ||
| 8711 | 2024.07.31 06:56:41.288279 [ 98 ] {} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8712 | 2024.07.31 06:56:41.288356 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8713 | 2024.07.31 06:56:41.288727 [ 199 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 8714 | 2024.07.31 06:56:41.289069 [ 3 ] {fbfe49b6-49b0-4e25-a791-29cb69c455ca} <Debug> DynamicQueryHandler: Done processing query | ||
| 8715 | 2024.07.31 06:56:41.289134 [ 3 ] {fbfe49b6-49b0-4e25-a791-29cb69c455ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 8716 | 2024.07.31 06:56:41.289186 [ 3 ] {} <Debug> HTTP-Session: 79fafe47-bf0e-43f2-9f58-ded6881a6209 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8717 | 2024.07.31 06:56:41.289396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8718 | 2024.07.31 06:56:41.289510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8719 | 2024.07.31 06:56:41.289578 [ 3 ] {} <Debug> HTTP-Session: 0c33a4ab-8497-487c-b16a-2db178a20505 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8720 | 2024.07.31 06:56:41.289625 [ 3 ] {} <Debug> HTTP-Session: 0c33a4ab-8497-487c-b16a-2db178a20505 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8721 | 2024.07.31 06:56:41.289664 [ 3 ] {} <Debug> HTTP-Session: 0c33a4ab-8497-487c-b16a-2db178a20505 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8722 | 2024.07.31 06:56:41.289698 [ 199 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8723 | 2024.07.31 06:56:41.289728 [ 3 ] {} <Trace> HTTP-Session: 0c33a4ab-8497-487c-b16a-2db178a20505 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8724 | 2024.07.31 06:56:41.289823 [ 199 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 514 rows starting from the beginning of the part | ||
| 8725 | 2024.07.31 06:56:41.289990 [ 3 ] {457f09fa-66e5-4d5a-afb2-905cec26cc9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8726 | 2024.07.31 06:56:41.290244 [ 3 ] {457f09fa-66e5-4d5a-afb2-905cec26cc9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 8727 | 2024.07.31 06:56:41.290553 [ 199 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 4 rows starting from the beginning of the part | ||
| 8728 | 2024.07.31 06:56:41.290928 [ 3 ] {457f09fa-66e5-4d5a-afb2-905cec26cc9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8729 | 2024.07.31 06:56:41.291397 [ 199 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 27 rows starting from the beginning of the part | ||
| 8730 | 2024.07.31 06:56:41.291991 [ 199 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 4 rows starting from the beginning of the part | ||
| 8731 | 2024.07.31 06:56:41.292289 [ 3 ] {457f09fa-66e5-4d5a-afb2-905cec26cc9c} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8732 | 2024.07.31 06:56:41.292422 [ 3 ] {457f09fa-66e5-4d5a-afb2-905cec26cc9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8733 | 2024.07.31 06:56:41.292792 [ 199 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 27 rows starting from the beginning of the part | ||
| 8734 | 2024.07.31 06:56:41.293391 [ 199 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 4 rows starting from the beginning of the part | ||
| 8735 | 2024.07.31 06:56:41.293897 [ 3 ] {457f09fa-66e5-4d5a-afb2-905cec26cc9c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 8736 | 2024.07.31 06:56:41.294785 [ 3 ] {457f09fa-66e5-4d5a-afb2-905cec26cc9c} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8737 | 2024.07.31 06:56:41.295157 [ 3 ] {457f09fa-66e5-4d5a-afb2-905cec26cc9c} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.005247 sec., 4383.457213645893 rows/sec., 237.11 KiB/sec. | ||
| 8738 | 2024.07.31 06:56:41.295610 [ 3 ] {457f09fa-66e5-4d5a-afb2-905cec26cc9c} <Debug> DynamicQueryHandler: Done processing query | ||
| 8739 | 2024.07.31 06:56:41.295651 [ 3 ] {457f09fa-66e5-4d5a-afb2-905cec26cc9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8740 | 2024.07.31 06:56:41.295683 [ 3 ] {} <Debug> HTTP-Session: 0c33a4ab-8497-487c-b16a-2db178a20505 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8741 | 2024.07.31 06:56:41.295827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8742 | 2024.07.31 06:56:41.295897 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8743 | 2024.07.31 06:56:41.295921 [ 3 ] {} <Debug> HTTP-Session: 299c2827-07f6-431e-99cf-bbbac919e548 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8744 | 2024.07.31 06:56:41.295942 [ 3 ] {} <Debug> HTTP-Session: 299c2827-07f6-431e-99cf-bbbac919e548 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8745 | 2024.07.31 06:56:41.295960 [ 3 ] {} <Debug> HTTP-Session: 299c2827-07f6-431e-99cf-bbbac919e548 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8746 | 2024.07.31 06:56:41.296027 [ 3 ] {} <Trace> HTTP-Session: 299c2827-07f6-431e-99cf-bbbac919e548 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8747 | 2024.07.31 06:56:41.296242 [ 3 ] {6d6e3c77-c1b4-44f6-861d-34b740a92e08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8748 | 2024.07.31 06:56:41.296364 [ 3 ] {6d6e3c77-c1b4-44f6-861d-34b740a92e08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8749 | 2024.07.31 06:56:41.297007 [ 3 ] {6d6e3c77-c1b4-44f6-861d-34b740a92e08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8750 | 2024.07.31 06:56:41.297913 [ 3 ] {6d6e3c77-c1b4-44f6-861d-34b740a92e08} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8751 | 2024.07.31 06:56:41.297995 [ 3 ] {6d6e3c77-c1b4-44f6-861d-34b740a92e08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8752 | 2024.07.31 06:56:41.299134 [ 3 ] {6d6e3c77-c1b4-44f6-861d-34b740a92e08} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8753 | 2024.07.31 06:56:41.300127 [ 3 ] {6d6e3c77-c1b4-44f6-861d-34b740a92e08} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8754 | 2024.07.31 06:56:41.300552 [ 3 ] {6d6e3c77-c1b4-44f6-861d-34b740a92e08} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004366 sec., 13742.556115437472 rows/sec., 948.38 KiB/sec. | ||
| 8755 | 2024.07.31 06:56:41.301009 [ 3 ] {6d6e3c77-c1b4-44f6-861d-34b740a92e08} <Debug> DynamicQueryHandler: Done processing query | ||
| 8756 | 2024.07.31 06:56:41.301035 [ 3 ] {6d6e3c77-c1b4-44f6-861d-34b740a92e08} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8757 | 2024.07.31 06:56:41.301053 [ 3 ] {} <Debug> HTTP-Session: 299c2827-07f6-431e-99cf-bbbac919e548 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8758 | 2024.07.31 06:56:41.302108 [ 196 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 580 rows, containing 19 columns (19 merged, 0 gathered) in 0.013616149 sec., 42596.47863724171 rows/sec., 76.33 MiB/sec. | ||
| 8759 | 2024.07.31 06:56:41.302831 [ 196 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 8760 | 2024.07.31 06:56:41.303460 [ 196 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8761 | 2024.07.31 06:56:41.303541 [ 196 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 8762 | 2024.07.31 06:56:41.303687 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.40 MiB. | ||
| 8763 | 2024.07.31 06:56:46.260129 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8764 | 2024.07.31 06:56:46.260257 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8765 | 2024.07.31 06:56:46.260283 [ 3 ] {} <Debug> HTTP-Session: 139f8144-0468-4647-9ae0-783988bec5a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8766 | 2024.07.31 06:56:46.260307 [ 3 ] {} <Debug> HTTP-Session: 139f8144-0468-4647-9ae0-783988bec5a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8767 | 2024.07.31 06:56:46.260321 [ 3 ] {} <Debug> HTTP-Session: 139f8144-0468-4647-9ae0-783988bec5a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8768 | 2024.07.31 06:56:46.260369 [ 3 ] {} <Trace> HTTP-Session: 139f8144-0468-4647-9ae0-783988bec5a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8769 | 2024.07.31 06:56:46.260555 [ 3 ] {a098f25f-8e3a-4086-8789-edd06ebac063} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8770 | 2024.07.31 06:56:46.260622 [ 3 ] {a098f25f-8e3a-4086-8789-edd06ebac063} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 8771 | 2024.07.31 06:56:46.260812 [ 3 ] {a098f25f-8e3a-4086-8789-edd06ebac063} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8772 | 2024.07.31 06:56:46.261296 [ 3 ] {a098f25f-8e3a-4086-8789-edd06ebac063} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8773 | 2024.07.31 06:56:46.261338 [ 3 ] {a098f25f-8e3a-4086-8789-edd06ebac063} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8774 | 2024.07.31 06:56:46.261714 [ 3 ] {a098f25f-8e3a-4086-8789-edd06ebac063} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8775 | 2024.07.31 06:56:46.262068 [ 3 ] {a098f25f-8e3a-4086-8789-edd06ebac063} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8776 | 2024.07.31 06:56:46.262215 [ 143 ] {} <Debug> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8777 | 2024.07.31 06:56:46.262216 [ 3 ] {a098f25f-8e3a-4086-8789-edd06ebac063} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001719 sec., 15706.806282722513 rows/sec., 1.24 MiB/sec. | ||
| 8778 | 2024.07.31 06:56:46.262259 [ 143 ] {} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8779 | 2024.07.31 06:56:46.262295 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8780 | 2024.07.31 06:56:46.262621 [ 197 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 8781 | 2024.07.31 06:56:46.262663 [ 3 ] {a098f25f-8e3a-4086-8789-edd06ebac063} <Debug> DynamicQueryHandler: Done processing query | ||
| 8782 | 2024.07.31 06:56:46.262802 [ 3 ] {a098f25f-8e3a-4086-8789-edd06ebac063} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8783 | 2024.07.31 06:56:46.262918 [ 3 ] {} <Debug> HTTP-Session: 139f8144-0468-4647-9ae0-783988bec5a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8784 | 2024.07.31 06:56:46.263264 [ 197 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8785 | 2024.07.31 06:56:46.263328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 20062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8786 | 2024.07.31 06:56:46.263345 [ 197 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 37 rows starting from the beginning of the part | ||
| 8787 | 2024.07.31 06:56:46.263430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8788 | 2024.07.31 06:56:46.263537 [ 3 ] {} <Debug> HTTP-Session: 45713c92-3ce1-431d-9d73-ee5406a1d327 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8789 | 2024.07.31 06:56:46.263599 [ 3 ] {} <Debug> HTTP-Session: 45713c92-3ce1-431d-9d73-ee5406a1d327 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8790 | 2024.07.31 06:56:46.263621 [ 197 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 27 rows starting from the beginning of the part | ||
| 8791 | 2024.07.31 06:56:46.263661 [ 3 ] {} <Debug> HTTP-Session: 45713c92-3ce1-431d-9d73-ee5406a1d327 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8792 | 2024.07.31 06:56:46.263886 [ 197 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 10 rows starting from the beginning of the part | ||
| 8793 | 2024.07.31 06:56:46.263899 [ 3 ] {} <Trace> HTTP-Session: 45713c92-3ce1-431d-9d73-ee5406a1d327 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8794 | 2024.07.31 06:56:46.264098 [ 197 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 27 rows starting from the beginning of the part | ||
| 8795 | 2024.07.31 06:56:46.264267 [ 197 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 10 rows starting from the beginning of the part | ||
| 8796 | 2024.07.31 06:56:46.264495 [ 3 ] {486ba880-d318-4d4e-a320-c0a5f03aaa8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8797 | 2024.07.31 06:56:46.264612 [ 197 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 27 rows starting from the beginning of the part | ||
| 8798 | 2024.07.31 06:56:46.264680 [ 3 ] {486ba880-d318-4d4e-a320-c0a5f03aaa8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8799 | 2024.07.31 06:56:46.265384 [ 3 ] {486ba880-d318-4d4e-a320-c0a5f03aaa8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8800 | 2024.07.31 06:56:46.266343 [ 3 ] {486ba880-d318-4d4e-a320-c0a5f03aaa8d} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8801 | 2024.07.31 06:56:46.266422 [ 3 ] {486ba880-d318-4d4e-a320-c0a5f03aaa8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8802 | 2024.07.31 06:56:46.267256 [ 3 ] {486ba880-d318-4d4e-a320-c0a5f03aaa8d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8803 | 2024.07.31 06:56:46.267280 [ 196 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 138 rows, containing 4 columns (4 merged, 0 gathered) in 0.004880522 sec., 28275.663955617863 rows/sec., 2.15 MiB/sec. | ||
| 8804 | 2024.07.31 06:56:46.267613 [ 191 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8805 | 2024.07.31 06:56:46.267833 [ 3 ] {486ba880-d318-4d4e-a320-c0a5f03aaa8d} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8806 | 2024.07.31 06:56:46.268144 [ 143 ] {} <Debug> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8807 | 2024.07.31 06:56:46.268272 [ 143 ] {} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8808 | 2024.07.31 06:56:46.268301 [ 3 ] {486ba880-d318-4d4e-a320-c0a5f03aaa8d} <Debug> executeQuery: Read 137 rows, 11.71 KiB in 0.004089 sec., 33504.524333577894 rows/sec., 2.80 MiB/sec. | ||
| 8809 | 2024.07.31 06:56:46.268357 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8810 | 2024.07.31 06:56:46.268882 [ 195 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 8811 | 2024.07.31 06:56:46.269049 [ 3 ] {486ba880-d318-4d4e-a320-c0a5f03aaa8d} <Debug> DynamicQueryHandler: Done processing query | ||
| 8812 | 2024.07.31 06:56:46.269112 [ 3 ] {486ba880-d318-4d4e-a320-c0a5f03aaa8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 8813 | 2024.07.31 06:56:46.269179 [ 3 ] {} <Debug> HTTP-Session: 45713c92-3ce1-431d-9d73-ee5406a1d327 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8814 | 2024.07.31 06:56:46.269270 [ 191 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_41_8} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8815 | 2024.07.31 06:56:46.269311 [ 195 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8816 | 2024.07.31 06:56:46.269364 [ 195 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 299 rows starting from the beginning of the part | ||
| 8817 | 2024.07.31 06:56:46.269435 [ 191 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_41_8} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8818 | 2024.07.31 06:56:46.269518 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 15465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8819 | 2024.07.31 06:56:46.269758 [ 195 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 138 rows starting from the beginning of the part | ||
| 8820 | 2024.07.31 06:56:46.269885 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8821 | 2024.07.31 06:56:46.269874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8822 | 2024.07.31 06:56:46.270057 [ 3 ] {} <Debug> HTTP-Session: 38c6b4c1-1e1b-4af5-87d2-6b6fee6ee471 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8823 | 2024.07.31 06:56:46.270165 [ 3 ] {} <Debug> HTTP-Session: 38c6b4c1-1e1b-4af5-87d2-6b6fee6ee471 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8824 | 2024.07.31 06:56:46.270161 [ 195 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 173 rows starting from the beginning of the part | ||
| 8825 | 2024.07.31 06:56:46.270220 [ 3 ] {} <Debug> HTTP-Session: 38c6b4c1-1e1b-4af5-87d2-6b6fee6ee471 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8826 | 2024.07.31 06:56:46.270384 [ 3 ] {} <Trace> HTTP-Session: 38c6b4c1-1e1b-4af5-87d2-6b6fee6ee471 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8827 | 2024.07.31 06:56:46.270410 [ 195 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 173 rows starting from the beginning of the part | ||
| 8828 | 2024.07.31 06:56:46.270680 [ 195 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 173 rows starting from the beginning of the part | ||
| 8829 | 2024.07.31 06:56:46.270862 [ 3 ] {b7c089c0-7093-4705-9893-780125be6b05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8830 | 2024.07.31 06:56:46.270906 [ 195 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 137 rows starting from the beginning of the part | ||
| 8831 | 2024.07.31 06:56:46.271038 [ 3 ] {b7c089c0-7093-4705-9893-780125be6b05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8832 | 2024.07.31 06:56:46.271660 [ 3 ] {b7c089c0-7093-4705-9893-780125be6b05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8833 | 2024.07.31 06:56:46.272612 [ 3 ] {b7c089c0-7093-4705-9893-780125be6b05} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8834 | 2024.07.31 06:56:46.272680 [ 3 ] {b7c089c0-7093-4705-9893-780125be6b05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8835 | 2024.07.31 06:56:46.273438 [ 3 ] {b7c089c0-7093-4705-9893-780125be6b05} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8836 | 2024.07.31 06:56:46.274171 [ 191 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1093 rows, containing 4 columns (4 merged, 0 gathered) in 0.005594959 sec., 195354.42529605667 rows/sec., 16.72 MiB/sec. | ||
| 8837 | 2024.07.31 06:56:46.274358 [ 3 ] {b7c089c0-7093-4705-9893-780125be6b05} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8838 | 2024.07.31 06:56:46.274420 [ 187 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8839 | 2024.07.31 06:56:46.274597 [ 143 ] {} <Debug> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8840 | 2024.07.31 06:56:46.274653 [ 3 ] {b7c089c0-7093-4705-9893-780125be6b05} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.00402 sec., 22636.81592039801 rows/sec., 1.77 MiB/sec. | ||
| 8841 | 2024.07.31 06:56:46.274668 [ 143 ] {} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8842 | 2024.07.31 06:56:46.274746 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8843 | 2024.07.31 06:56:46.275414 [ 3 ] {b7c089c0-7093-4705-9893-780125be6b05} <Debug> DynamicQueryHandler: Done processing query | ||
| 8844 | 2024.07.31 06:56:46.275583 [ 192 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 8845 | 2024.07.31 06:56:46.275636 [ 3 ] {b7c089c0-7093-4705-9893-780125be6b05} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 8846 | 2024.07.31 06:56:46.275737 [ 3 ] {} <Debug> HTTP-Session: 38c6b4c1-1e1b-4af5-87d2-6b6fee6ee471 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8847 | 2024.07.31 06:56:46.276220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8848 | 2024.07.31 06:56:46.276311 [ 187 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_46_9} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8849 | 2024.07.31 06:56:46.276492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8850 | 2024.07.31 06:56:46.276658 [ 192 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8851 | 2024.07.31 06:56:46.276681 [ 3 ] {} <Debug> HTTP-Session: 7b092be7-435a-4577-86a4-bfad20554649 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8852 | 2024.07.31 06:56:46.276739 [ 187 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_46_9} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8853 | 2024.07.31 06:56:46.276796 [ 3 ] {} <Debug> HTTP-Session: 7b092be7-435a-4577-86a4-bfad20554649 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8854 | 2024.07.31 06:56:46.276820 [ 192 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 471 rows starting from the beginning of the part | ||
| 8855 | 2024.07.31 06:56:46.276840 [ 3 ] {} <Debug> HTTP-Session: 7b092be7-435a-4577-86a4-bfad20554649 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8856 | 2024.07.31 06:56:46.277004 [ 3 ] {} <Trace> HTTP-Session: 7b092be7-435a-4577-86a4-bfad20554649 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8857 | 2024.07.31 06:56:46.277086 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 8858 | 2024.07.31 06:56:46.277216 [ 192 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 93 rows starting from the beginning of the part | ||
| 8859 | 2024.07.31 06:56:46.277364 [ 192 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 386 rows starting from the beginning of the part | ||
| 8860 | 2024.07.31 06:56:46.277486 [ 3 ] {14d1e389-e983-4035-8e47-997cdecaed06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8861 | 2024.07.31 06:56:46.277620 [ 192 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 115 rows starting from the beginning of the part | ||
| 8862 | 2024.07.31 06:56:46.277628 [ 3 ] {14d1e389-e983-4035-8e47-997cdecaed06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8863 | 2024.07.31 06:56:46.277942 [ 192 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 386 rows starting from the beginning of the part | ||
| 8864 | 2024.07.31 06:56:46.278169 [ 192 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 91 rows starting from the beginning of the part | ||
| 8865 | 2024.07.31 06:56:46.278763 [ 3 ] {14d1e389-e983-4035-8e47-997cdecaed06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8866 | 2024.07.31 06:56:46.279448 [ 3 ] {14d1e389-e983-4035-8e47-997cdecaed06} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8867 | 2024.07.31 06:56:46.279496 [ 3 ] {14d1e389-e983-4035-8e47-997cdecaed06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8868 | 2024.07.31 06:56:46.280047 [ 3 ] {14d1e389-e983-4035-8e47-997cdecaed06} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8869 | 2024.07.31 06:56:46.280172 [ 191 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1542 rows, containing 4 columns (4 merged, 0 gathered) in 0.005279252 sec., 292086.8335135356 rows/sec., 21.10 MiB/sec. | ||
| 8870 | 2024.07.31 06:56:46.280457 [ 202 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8871 | 2024.07.31 06:56:46.280647 [ 3 ] {14d1e389-e983-4035-8e47-997cdecaed06} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8872 | 2024.07.31 06:56:46.280938 [ 143 ] {} <Debug> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8873 | 2024.07.31 06:56:46.281037 [ 143 ] {} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8874 | 2024.07.31 06:56:46.281065 [ 3 ] {14d1e389-e983-4035-8e47-997cdecaed06} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003757 sec., 42587.17061485228 rows/sec., 2.97 MiB/sec. | ||
| 8875 | 2024.07.31 06:56:46.281100 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8876 | 2024.07.31 06:56:46.281565 [ 190 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 8877 | 2024.07.31 06:56:46.281659 [ 3 ] {14d1e389-e983-4035-8e47-997cdecaed06} <Debug> DynamicQueryHandler: Done processing query | ||
| 8878 | 2024.07.31 06:56:46.281717 [ 3 ] {14d1e389-e983-4035-8e47-997cdecaed06} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8879 | 2024.07.31 06:56:46.281714 [ 202 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_46_9} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8880 | 2024.07.31 06:56:46.281761 [ 3 ] {} <Debug> HTTP-Session: 7b092be7-435a-4577-86a4-bfad20554649 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8881 | 2024.07.31 06:56:46.281938 [ 190 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8882 | 2024.07.31 06:56:46.282000 [ 202 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_46_9} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8883 | 2024.07.31 06:56:46.282009 [ 190 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 6783 rows starting from the beginning of the part | ||
| 8884 | 2024.07.31 06:56:46.282055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 43619, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8885 | 2024.07.31 06:56:46.282268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8886 | 2024.07.31 06:56:46.282357 [ 3 ] {} <Debug> HTTP-Session: 34bb6283-640b-467c-9696-01c1d23ca27b Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8887 | 2024.07.31 06:56:46.282411 [ 190 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 161 rows starting from the beginning of the part | ||
| 8888 | 2024.07.31 06:56:46.282417 [ 3 ] {} <Debug> HTTP-Session: 34bb6283-640b-467c-9696-01c1d23ca27b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8889 | 2024.07.31 06:56:46.282509 [ 3 ] {} <Debug> HTTP-Session: 34bb6283-640b-467c-9696-01c1d23ca27b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8890 | 2024.07.31 06:56:46.282531 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 8891 | 2024.07.31 06:56:46.282637 [ 3 ] {} <Trace> HTTP-Session: 34bb6283-640b-467c-9696-01c1d23ca27b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8892 | 2024.07.31 06:56:46.282719 [ 190 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part | ||
| 8893 | 2024.07.31 06:56:46.282960 [ 190 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 196 rows starting from the beginning of the part | ||
| 8894 | 2024.07.31 06:56:46.283175 [ 190 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part | ||
| 8895 | 2024.07.31 06:56:46.283183 [ 3 ] {65fe582e-13d2-4eef-add8-c4bc67cc780e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8896 | 2024.07.31 06:56:46.283383 [ 190 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part | ||
| 8897 | 2024.07.31 06:56:46.283468 [ 3 ] {65fe582e-13d2-4eef-add8-c4bc67cc780e} <Trace> 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 | ||
| 8898 | 2024.07.31 06:56:46.284514 [ 3 ] {65fe582e-13d2-4eef-add8-c4bc67cc780e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8899 | 2024.07.31 06:56:46.285690 [ 3 ] {65fe582e-13d2-4eef-add8-c4bc67cc780e} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8900 | 2024.07.31 06:56:46.285773 [ 3 ] {65fe582e-13d2-4eef-add8-c4bc67cc780e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8901 | 2024.07.31 06:56:46.286578 [ 3 ] {65fe582e-13d2-4eef-add8-c4bc67cc780e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 8902 | 2024.07.31 06:56:46.287073 [ 3 ] {65fe582e-13d2-4eef-add8-c4bc67cc780e} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8903 | 2024.07.31 06:56:46.287355 [ 3 ] {65fe582e-13d2-4eef-add8-c4bc67cc780e} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.004489 sec., 6014.702606371129 rows/sec., 10.78 MiB/sec. | ||
| 8904 | 2024.07.31 06:56:46.287868 [ 190 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7620 rows, containing 5 columns (5 merged, 0 gathered) in 0.006583505 sec., 1157438.1731311816 rows/sec., 80.66 MiB/sec. | ||
| 8905 | 2024.07.31 06:56:46.288434 [ 3 ] {65fe582e-13d2-4eef-add8-c4bc67cc780e} <Debug> DynamicQueryHandler: Done processing query | ||
| 8906 | 2024.07.31 06:56:46.288439 [ 190 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8907 | 2024.07.31 06:56:46.288462 [ 3 ] {65fe582e-13d2-4eef-add8-c4bc67cc780e} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 8908 | 2024.07.31 06:56:46.288489 [ 3 ] {} <Debug> HTTP-Session: 34bb6283-640b-467c-9696-01c1d23ca27b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8909 | 2024.07.31 06:56:46.288686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8910 | 2024.07.31 06:56:46.288755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8911 | 2024.07.31 06:56:46.288779 [ 3 ] {} <Debug> HTTP-Session: 4cb29424-f789-4318-85d8-ddf4b3e7812f Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8912 | 2024.07.31 06:56:46.288804 [ 3 ] {} <Debug> HTTP-Session: 4cb29424-f789-4318-85d8-ddf4b3e7812f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8913 | 2024.07.31 06:56:46.288819 [ 3 ] {} <Debug> HTTP-Session: 4cb29424-f789-4318-85d8-ddf4b3e7812f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8914 | 2024.07.31 06:56:46.288855 [ 3 ] {} <Trace> HTTP-Session: 4cb29424-f789-4318-85d8-ddf4b3e7812f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8915 | 2024.07.31 06:56:46.288937 [ 190 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8916 | 2024.07.31 06:56:46.288999 [ 3 ] {24555363-a030-4403-aa56-a7b4e710ed88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8917 | 2024.07.31 06:56:46.289059 [ 190 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8918 | 2024.07.31 06:56:46.289062 [ 3 ] {24555363-a030-4403-aa56-a7b4e710ed88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8919 | 2024.07.31 06:56:46.289167 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB. | ||
| 8920 | 2024.07.31 06:56:46.289270 [ 3 ] {24555363-a030-4403-aa56-a7b4e710ed88} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8921 | 2024.07.31 06:56:46.289585 [ 3 ] {24555363-a030-4403-aa56-a7b4e710ed88} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8922 | 2024.07.31 06:56:46.289621 [ 3 ] {24555363-a030-4403-aa56-a7b4e710ed88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8923 | 2024.07.31 06:56:46.289989 [ 3 ] {24555363-a030-4403-aa56-a7b4e710ed88} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8924 | 2024.07.31 06:56:46.290320 [ 3 ] {24555363-a030-4403-aa56-a7b4e710ed88} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8925 | 2024.07.31 06:56:46.290445 [ 143 ] {} <Debug> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8926 | 2024.07.31 06:56:46.290450 [ 3 ] {24555363-a030-4403-aa56-a7b4e710ed88} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001501 sec., 39973.35109926716 rows/sec., 2.69 MiB/sec. | ||
| 8927 | 2024.07.31 06:56:46.290482 [ 143 ] {} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8928 | 2024.07.31 06:56:46.290525 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8929 | 2024.07.31 06:56:46.290730 [ 3 ] {24555363-a030-4403-aa56-a7b4e710ed88} <Debug> DynamicQueryHandler: Done processing query | ||
| 8930 | 2024.07.31 06:56:46.290794 [ 3 ] {24555363-a030-4403-aa56-a7b4e710ed88} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8931 | 2024.07.31 06:56:46.290832 [ 202 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 8932 | 2024.07.31 06:56:46.290861 [ 3 ] {} <Debug> HTTP-Session: 4cb29424-f789-4318-85d8-ddf4b3e7812f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8933 | 2024.07.31 06:56:46.291351 [ 202 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8934 | 2024.07.31 06:56:46.291400 [ 202 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2386 rows starting from the beginning of the part | ||
| 8935 | 2024.07.31 06:56:46.291506 [ 202 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part | ||
| 8936 | 2024.07.31 06:56:46.291696 [ 202 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part | ||
| 8937 | 2024.07.31 06:56:46.291884 [ 202 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part | ||
| 8938 | 2024.07.31 06:56:46.292029 [ 202 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part | ||
| 8939 | 2024.07.31 06:56:46.292178 [ 202 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part | ||
| 8940 | 2024.07.31 06:56:46.293745 [ 198 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2686 rows, containing 4 columns (4 merged, 0 gathered) in 0.003128368 sec., 858594.6410396731 rows/sec., 57.89 MiB/sec. | ||
| 8941 | 2024.07.31 06:56:46.294003 [ 193 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8942 | 2024.07.31 06:56:46.294433 [ 193 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_46_9} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8943 | 2024.07.31 06:56:46.294519 [ 193 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_46_9} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8944 | 2024.07.31 06:56:46.294610 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 8945 | 2024.07.31 06:56:51.263407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8946 | 2024.07.31 06:56:51.263547 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8947 | 2024.07.31 06:56:51.263578 [ 3 ] {} <Debug> HTTP-Session: 0845eed0-74ef-4466-8876-2595f4ddb4cb Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8948 | 2024.07.31 06:56:51.263606 [ 3 ] {} <Debug> HTTP-Session: 0845eed0-74ef-4466-8876-2595f4ddb4cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8949 | 2024.07.31 06:56:51.263623 [ 3 ] {} <Debug> HTTP-Session: 0845eed0-74ef-4466-8876-2595f4ddb4cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8950 | 2024.07.31 06:56:51.263679 [ 3 ] {} <Trace> HTTP-Session: 0845eed0-74ef-4466-8876-2595f4ddb4cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8951 | 2024.07.31 06:56:51.263869 [ 3 ] {795e2c7b-d6d2-482a-84ff-f8e7d474d4b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8952 | 2024.07.31 06:56:51.263932 [ 3 ] {795e2c7b-d6d2-482a-84ff-f8e7d474d4b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 8953 | 2024.07.31 06:56:51.264123 [ 3 ] {795e2c7b-d6d2-482a-84ff-f8e7d474d4b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8954 | 2024.07.31 06:56:51.264557 [ 3 ] {795e2c7b-d6d2-482a-84ff-f8e7d474d4b5} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8955 | 2024.07.31 06:56:51.264597 [ 3 ] {795e2c7b-d6d2-482a-84ff-f8e7d474d4b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8956 | 2024.07.31 06:56:51.264957 [ 3 ] {795e2c7b-d6d2-482a-84ff-f8e7d474d4b5} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8957 | 2024.07.31 06:56:51.265302 [ 3 ] {795e2c7b-d6d2-482a-84ff-f8e7d474d4b5} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8958 | 2024.07.31 06:56:51.265458 [ 3 ] {795e2c7b-d6d2-482a-84ff-f8e7d474d4b5} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.001642 sec., 6090.133982947625 rows/sec., 404.42 KiB/sec. | ||
| 8959 | 2024.07.31 06:56:51.265766 [ 3 ] {795e2c7b-d6d2-482a-84ff-f8e7d474d4b5} <Debug> DynamicQueryHandler: Done processing query | ||
| 8960 | 2024.07.31 06:56:51.265822 [ 3 ] {795e2c7b-d6d2-482a-84ff-f8e7d474d4b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8961 | 2024.07.31 06:56:51.265855 [ 3 ] {} <Debug> HTTP-Session: 0845eed0-74ef-4466-8876-2595f4ddb4cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8962 | 2024.07.31 06:56:51.266018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8963 | 2024.07.31 06:56:51.266069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8964 | 2024.07.31 06:56:51.266090 [ 3 ] {} <Debug> HTTP-Session: 1575232e-a387-4eb0-995b-87942e22fd9a Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8965 | 2024.07.31 06:56:51.266107 [ 3 ] {} <Debug> HTTP-Session: 1575232e-a387-4eb0-995b-87942e22fd9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8966 | 2024.07.31 06:56:51.266120 [ 3 ] {} <Debug> HTTP-Session: 1575232e-a387-4eb0-995b-87942e22fd9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8967 | 2024.07.31 06:56:51.266152 [ 3 ] {} <Trace> HTTP-Session: 1575232e-a387-4eb0-995b-87942e22fd9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8968 | 2024.07.31 06:56:51.266253 [ 3 ] {f3f17a51-8a0d-4b7c-9645-61e1f6de02d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 8969 | 2024.07.31 06:56:51.266298 [ 3 ] {f3f17a51-8a0d-4b7c-9645-61e1f6de02d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8970 | 2024.07.31 06:56:51.266449 [ 3 ] {f3f17a51-8a0d-4b7c-9645-61e1f6de02d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8971 | 2024.07.31 06:56:51.266797 [ 3 ] {f3f17a51-8a0d-4b7c-9645-61e1f6de02d2} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8972 | 2024.07.31 06:56:51.266835 [ 3 ] {f3f17a51-8a0d-4b7c-9645-61e1f6de02d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8973 | 2024.07.31 06:56:51.267142 [ 3 ] {f3f17a51-8a0d-4b7c-9645-61e1f6de02d2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 8974 | 2024.07.31 06:56:51.267467 [ 3 ] {f3f17a51-8a0d-4b7c-9645-61e1f6de02d2} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8975 | 2024.07.31 06:56:51.267614 [ 3 ] {f3f17a51-8a0d-4b7c-9645-61e1f6de02d2} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001382 sec., 2894.356005788712 rows/sec., 236.01 KiB/sec. | ||
| 8976 | 2024.07.31 06:56:51.267783 [ 3 ] {f3f17a51-8a0d-4b7c-9645-61e1f6de02d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 8977 | 2024.07.31 06:56:51.267809 [ 3 ] {f3f17a51-8a0d-4b7c-9645-61e1f6de02d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8978 | 2024.07.31 06:56:51.267825 [ 3 ] {} <Debug> HTTP-Session: 1575232e-a387-4eb0-995b-87942e22fd9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8979 | 2024.07.31 06:56:51.267970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26474, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8980 | 2024.07.31 06:56:51.268019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8981 | 2024.07.31 06:56:51.268039 [ 3 ] {} <Debug> HTTP-Session: 05e4e1ae-d75a-47cf-a700-c6e7ebd837ef Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8982 | 2024.07.31 06:56:51.268055 [ 3 ] {} <Debug> HTTP-Session: 05e4e1ae-d75a-47cf-a700-c6e7ebd837ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8983 | 2024.07.31 06:56:51.268069 [ 3 ] {} <Debug> HTTP-Session: 05e4e1ae-d75a-47cf-a700-c6e7ebd837ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8984 | 2024.07.31 06:56:51.268099 [ 3 ] {} <Trace> HTTP-Session: 05e4e1ae-d75a-47cf-a700-c6e7ebd837ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8985 | 2024.07.31 06:56:51.268240 [ 3 ] {b76e550f-7a5b-4d34-9305-05819eddf185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8986 | 2024.07.31 06:56:51.268283 [ 3 ] {b76e550f-7a5b-4d34-9305-05819eddf185} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8987 | 2024.07.31 06:56:51.268410 [ 3 ] {b76e550f-7a5b-4d34-9305-05819eddf185} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8988 | 2024.07.31 06:56:51.268826 [ 3 ] {b76e550f-7a5b-4d34-9305-05819eddf185} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8989 | 2024.07.31 06:56:51.268864 [ 3 ] {b76e550f-7a5b-4d34-9305-05819eddf185} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 8990 | 2024.07.31 06:56:51.269193 [ 3 ] {b76e550f-7a5b-4d34-9305-05819eddf185} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8991 | 2024.07.31 06:56:51.269503 [ 3 ] {b76e550f-7a5b-4d34-9305-05819eddf185} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8992 | 2024.07.31 06:56:51.269650 [ 3 ] {b76e550f-7a5b-4d34-9305-05819eddf185} <Debug> executeQuery: Read 175 rows, 15.81 KiB in 0.001471 sec., 118966.68932698843 rows/sec., 10.49 MiB/sec. | ||
| 8993 | 2024.07.31 06:56:51.269826 [ 3 ] {b76e550f-7a5b-4d34-9305-05819eddf185} <Debug> DynamicQueryHandler: Done processing query | ||
| 8994 | 2024.07.31 06:56:51.269850 [ 3 ] {b76e550f-7a5b-4d34-9305-05819eddf185} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 8995 | 2024.07.31 06:56:51.269867 [ 3 ] {} <Debug> HTTP-Session: 05e4e1ae-d75a-47cf-a700-c6e7ebd837ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8996 | 2024.07.31 06:56:51.270006 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8997 | 2024.07.31 06:56:51.270055 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8998 | 2024.07.31 06:56:51.270075 [ 3 ] {} <Debug> HTTP-Session: 8df1b7a8-cf74-4b07-9b16-686a66caee23 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 8999 | 2024.07.31 06:56:51.270091 [ 3 ] {} <Debug> HTTP-Session: 8df1b7a8-cf74-4b07-9b16-686a66caee23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9000 | 2024.07.31 06:56:51.270104 [ 3 ] {} <Debug> HTTP-Session: 8df1b7a8-cf74-4b07-9b16-686a66caee23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9001 | 2024.07.31 06:56:51.270134 [ 3 ] {} <Trace> HTTP-Session: 8df1b7a8-cf74-4b07-9b16-686a66caee23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9002 | 2024.07.31 06:56:51.270229 [ 3 ] {fcc03b72-0f2d-483d-9de5-b194cd0cded6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9003 | 2024.07.31 06:56:51.270273 [ 3 ] {fcc03b72-0f2d-483d-9de5-b194cd0cded6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9004 | 2024.07.31 06:56:51.270402 [ 3 ] {fcc03b72-0f2d-483d-9de5-b194cd0cded6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9005 | 2024.07.31 06:56:51.270681 [ 3 ] {fcc03b72-0f2d-483d-9de5-b194cd0cded6} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9006 | 2024.07.31 06:56:51.270717 [ 3 ] {fcc03b72-0f2d-483d-9de5-b194cd0cded6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9007 | 2024.07.31 06:56:51.271019 [ 3 ] {fcc03b72-0f2d-483d-9de5-b194cd0cded6} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 9008 | 2024.07.31 06:56:51.271329 [ 3 ] {fcc03b72-0f2d-483d-9de5-b194cd0cded6} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9009 | 2024.07.31 06:56:51.271477 [ 3 ] {fcc03b72-0f2d-483d-9de5-b194cd0cded6} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001263 sec., 3167.0625494853525 rows/sec., 221.14 KiB/sec. | ||
| 9010 | 2024.07.31 06:56:51.272001 [ 3 ] {fcc03b72-0f2d-483d-9de5-b194cd0cded6} <Debug> DynamicQueryHandler: Done processing query | ||
| 9011 | 2024.07.31 06:56:51.272052 [ 3 ] {fcc03b72-0f2d-483d-9de5-b194cd0cded6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9012 | 2024.07.31 06:56:51.272069 [ 3 ] {} <Debug> HTTP-Session: 8df1b7a8-cf74-4b07-9b16-686a66caee23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9013 | 2024.07.31 06:56:51.272224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 62955, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9014 | 2024.07.31 06:56:51.272274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9015 | 2024.07.31 06:56:51.272293 [ 3 ] {} <Debug> HTTP-Session: 024d41e9-5a64-48ab-92bc-97947fe3ea5d Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9016 | 2024.07.31 06:56:51.272309 [ 3 ] {} <Debug> HTTP-Session: 024d41e9-5a64-48ab-92bc-97947fe3ea5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9017 | 2024.07.31 06:56:51.272323 [ 3 ] {} <Debug> HTTP-Session: 024d41e9-5a64-48ab-92bc-97947fe3ea5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9018 | 2024.07.31 06:56:51.272353 [ 3 ] {} <Trace> HTTP-Session: 024d41e9-5a64-48ab-92bc-97947fe3ea5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9019 | 2024.07.31 06:56:51.272566 [ 3 ] {80fe6ca0-97c6-4920-9637-2f35a894ae32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9020 | 2024.07.31 06:56:51.272611 [ 3 ] {80fe6ca0-97c6-4920-9637-2f35a894ae32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9021 | 2024.07.31 06:56:51.272765 [ 3 ] {80fe6ca0-97c6-4920-9637-2f35a894ae32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9022 | 2024.07.31 06:56:51.273305 [ 3 ] {80fe6ca0-97c6-4920-9637-2f35a894ae32} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9023 | 2024.07.31 06:56:51.273341 [ 3 ] {80fe6ca0-97c6-4920-9637-2f35a894ae32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9024 | 2024.07.31 06:56:51.273667 [ 3 ] {80fe6ca0-97c6-4920-9637-2f35a894ae32} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9025 | 2024.07.31 06:56:51.273986 [ 3 ] {80fe6ca0-97c6-4920-9637-2f35a894ae32} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9026 | 2024.07.31 06:56:51.274141 [ 3 ] {80fe6ca0-97c6-4920-9637-2f35a894ae32} <Debug> executeQuery: Read 390 rows, 28.12 KiB in 0.001683 sec., 231729.055258467 rows/sec., 16.32 MiB/sec. | ||
| 9027 | 2024.07.31 06:56:51.274392 [ 3 ] {80fe6ca0-97c6-4920-9637-2f35a894ae32} <Debug> DynamicQueryHandler: Done processing query | ||
| 9028 | 2024.07.31 06:56:51.274445 [ 3 ] {80fe6ca0-97c6-4920-9637-2f35a894ae32} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 9029 | 2024.07.31 06:56:51.274498 [ 3 ] {} <Debug> HTTP-Session: 024d41e9-5a64-48ab-92bc-97947fe3ea5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9030 | 2024.07.31 06:56:51.274679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9031 | 2024.07.31 06:56:51.274734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9032 | 2024.07.31 06:56:51.274754 [ 3 ] {} <Debug> HTTP-Session: f9031dbd-d0c8-4b5b-81aa-3c467b5d2132 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9033 | 2024.07.31 06:56:51.274770 [ 3 ] {} <Debug> HTTP-Session: f9031dbd-d0c8-4b5b-81aa-3c467b5d2132 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9034 | 2024.07.31 06:56:51.274784 [ 3 ] {} <Debug> HTTP-Session: f9031dbd-d0c8-4b5b-81aa-3c467b5d2132 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9035 | 2024.07.31 06:56:51.274816 [ 3 ] {} <Trace> HTTP-Session: f9031dbd-d0c8-4b5b-81aa-3c467b5d2132 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9036 | 2024.07.31 06:56:51.274915 [ 3 ] {e9d41c35-0a03-42b4-9f11-2eefe09f2610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 9037 | 2024.07.31 06:56:51.274962 [ 3 ] {e9d41c35-0a03-42b4-9f11-2eefe09f2610} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9038 | 2024.07.31 06:56:51.275105 [ 3 ] {e9d41c35-0a03-42b4-9f11-2eefe09f2610} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9039 | 2024.07.31 06:56:51.275385 [ 3 ] {e9d41c35-0a03-42b4-9f11-2eefe09f2610} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9040 | 2024.07.31 06:56:51.275420 [ 3 ] {e9d41c35-0a03-42b4-9f11-2eefe09f2610} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9041 | 2024.07.31 06:56:51.275779 [ 3 ] {e9d41c35-0a03-42b4-9f11-2eefe09f2610} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 9042 | 2024.07.31 06:56:51.276108 [ 3 ] {e9d41c35-0a03-42b4-9f11-2eefe09f2610} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9043 | 2024.07.31 06:56:51.276263 [ 3 ] {e9d41c35-0a03-42b4-9f11-2eefe09f2610} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001368 sec., 4385.964912280701 rows/sec., 188.46 KiB/sec. | ||
| 9044 | 2024.07.31 06:56:51.276428 [ 3 ] {e9d41c35-0a03-42b4-9f11-2eefe09f2610} <Debug> DynamicQueryHandler: Done processing query | ||
| 9045 | 2024.07.31 06:56:51.276454 [ 3 ] {e9d41c35-0a03-42b4-9f11-2eefe09f2610} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9046 | 2024.07.31 06:56:51.276470 [ 3 ] {} <Debug> HTTP-Session: f9031dbd-d0c8-4b5b-81aa-3c467b5d2132 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9047 | 2024.07.31 06:56:51.276594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9048 | 2024.07.31 06:56:51.276643 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9049 | 2024.07.31 06:56:51.276661 [ 3 ] {} <Debug> HTTP-Session: 1aca0f18-77de-4d42-9d7e-f09577bd09fc Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9050 | 2024.07.31 06:56:51.276677 [ 3 ] {} <Debug> HTTP-Session: 1aca0f18-77de-4d42-9d7e-f09577bd09fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9051 | 2024.07.31 06:56:51.276691 [ 3 ] {} <Debug> HTTP-Session: 1aca0f18-77de-4d42-9d7e-f09577bd09fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9052 | 2024.07.31 06:56:51.276721 [ 3 ] {} <Trace> HTTP-Session: 1aca0f18-77de-4d42-9d7e-f09577bd09fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9053 | 2024.07.31 06:56:51.276859 [ 3 ] {76caa8d1-5231-470d-915d-a4fca876c4eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 9054 | 2024.07.31 06:56:51.276906 [ 3 ] {76caa8d1-5231-470d-915d-a4fca876c4eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 9055 | 2024.07.31 06:56:51.277045 [ 3 ] {76caa8d1-5231-470d-915d-a4fca876c4eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9056 | 2024.07.31 06:56:51.277390 [ 3 ] {76caa8d1-5231-470d-915d-a4fca876c4eb} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9057 | 2024.07.31 06:56:51.277426 [ 3 ] {76caa8d1-5231-470d-915d-a4fca876c4eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9058 | 2024.07.31 06:56:51.277789 [ 3 ] {76caa8d1-5231-470d-915d-a4fca876c4eb} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 9059 | 2024.07.31 06:56:51.278128 [ 3 ] {76caa8d1-5231-470d-915d-a4fca876c4eb} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9060 | 2024.07.31 06:56:51.278281 [ 3 ] {76caa8d1-5231-470d-915d-a4fca876c4eb} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001483 sec., 51921.7801753203 rows/sec., 3.20 MiB/sec. | ||
| 9061 | 2024.07.31 06:56:51.278453 [ 3 ] {76caa8d1-5231-470d-915d-a4fca876c4eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 9062 | 2024.07.31 06:56:51.278477 [ 3 ] {76caa8d1-5231-470d-915d-a4fca876c4eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9063 | 2024.07.31 06:56:51.278493 [ 3 ] {} <Debug> HTTP-Session: 1aca0f18-77de-4d42-9d7e-f09577bd09fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9064 | 2024.07.31 06:56:51.278661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 31003, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9065 | 2024.07.31 06:56:51.278710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9066 | 2024.07.31 06:56:51.278729 [ 3 ] {} <Debug> HTTP-Session: 068d39d9-68bf-4b8c-8e74-ee537fe3684c Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9067 | 2024.07.31 06:56:51.278745 [ 3 ] {} <Debug> HTTP-Session: 068d39d9-68bf-4b8c-8e74-ee537fe3684c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9068 | 2024.07.31 06:56:51.278758 [ 3 ] {} <Debug> HTTP-Session: 068d39d9-68bf-4b8c-8e74-ee537fe3684c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9069 | 2024.07.31 06:56:51.278789 [ 3 ] {} <Trace> HTTP-Session: 068d39d9-68bf-4b8c-8e74-ee537fe3684c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9070 | 2024.07.31 06:56:51.278961 [ 3 ] {347d49e0-35d1-4702-81bb-18fdf988d003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9071 | 2024.07.31 06:56:51.279007 [ 3 ] {347d49e0-35d1-4702-81bb-18fdf988d003} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9072 | 2024.07.31 06:56:51.279148 [ 3 ] {347d49e0-35d1-4702-81bb-18fdf988d003} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9073 | 2024.07.31 06:56:51.279551 [ 3 ] {347d49e0-35d1-4702-81bb-18fdf988d003} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9074 | 2024.07.31 06:56:51.279586 [ 3 ] {347d49e0-35d1-4702-81bb-18fdf988d003} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9075 | 2024.07.31 06:56:51.279964 [ 3 ] {347d49e0-35d1-4702-81bb-18fdf988d003} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9076 | 2024.07.31 06:56:51.280302 [ 3 ] {347d49e0-35d1-4702-81bb-18fdf988d003} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9077 | 2024.07.31 06:56:51.280449 [ 3 ] {347d49e0-35d1-4702-81bb-18fdf988d003} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001579 sec., 102596.5801139962 rows/sec., 7.14 MiB/sec. | ||
| 9078 | 2024.07.31 06:56:51.280625 [ 3 ] {347d49e0-35d1-4702-81bb-18fdf988d003} <Debug> DynamicQueryHandler: Done processing query | ||
| 9079 | 2024.07.31 06:56:51.280650 [ 3 ] {347d49e0-35d1-4702-81bb-18fdf988d003} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9080 | 2024.07.31 06:56:51.280666 [ 3 ] {} <Debug> HTTP-Session: 068d39d9-68bf-4b8c-8e74-ee537fe3684c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9081 | 2024.07.31 06:56:51.280792 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6441, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9082 | 2024.07.31 06:56:51.280842 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9083 | 2024.07.31 06:56:51.280862 [ 3 ] {} <Debug> HTTP-Session: 813c00ee-a857-46ab-a3d9-2a7354523aef Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9084 | 2024.07.31 06:56:51.280878 [ 3 ] {} <Debug> HTTP-Session: 813c00ee-a857-46ab-a3d9-2a7354523aef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9085 | 2024.07.31 06:56:51.280892 [ 3 ] {} <Debug> HTTP-Session: 813c00ee-a857-46ab-a3d9-2a7354523aef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9086 | 2024.07.31 06:56:51.280922 [ 3 ] {} <Trace> HTTP-Session: 813c00ee-a857-46ab-a3d9-2a7354523aef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9087 | 2024.07.31 06:56:51.281078 [ 3 ] {28da152a-9411-49ad-9ea4-cb3b9f8be564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 9088 | 2024.07.31 06:56:51.281141 [ 3 ] {28da152a-9411-49ad-9ea4-cb3b9f8be564} <Trace> 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 | ||
| 9089 | 2024.07.31 06:56:51.281548 [ 3 ] {28da152a-9411-49ad-9ea4-cb3b9f8be564} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9090 | 2024.07.31 06:56:51.282033 [ 3 ] {28da152a-9411-49ad-9ea4-cb3b9f8be564} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9091 | 2024.07.31 06:56:51.282070 [ 3 ] {28da152a-9411-49ad-9ea4-cb3b9f8be564} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9092 | 2024.07.31 06:56:51.282638 [ 3 ] {28da152a-9411-49ad-9ea4-cb3b9f8be564} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 9093 | 2024.07.31 06:56:51.283054 [ 3 ] {28da152a-9411-49ad-9ea4-cb3b9f8be564} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9094 | 2024.07.31 06:56:51.283245 [ 3 ] {28da152a-9411-49ad-9ea4-cb3b9f8be564} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002249 sec., 1778.5682525566917 rows/sec., 3.19 MiB/sec. | ||
| 9095 | 2024.07.31 06:56:51.283448 [ 3 ] {28da152a-9411-49ad-9ea4-cb3b9f8be564} <Debug> DynamicQueryHandler: Done processing query | ||
| 9096 | 2024.07.31 06:56:51.283472 [ 3 ] {28da152a-9411-49ad-9ea4-cb3b9f8be564} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 9097 | 2024.07.31 06:56:51.283489 [ 3 ] {} <Debug> HTTP-Session: 813c00ee-a857-46ab-a3d9-2a7354523aef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9098 | 2024.07.31 06:56:51.283614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9099 | 2024.07.31 06:56:51.283662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9100 | 2024.07.31 06:56:51.283681 [ 3 ] {} <Debug> HTTP-Session: 818e18b5-cef6-4ef7-97f4-d5c1c252a60f Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9101 | 2024.07.31 06:56:51.283698 [ 3 ] {} <Debug> HTTP-Session: 818e18b5-cef6-4ef7-97f4-d5c1c252a60f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9102 | 2024.07.31 06:56:51.283711 [ 3 ] {} <Debug> HTTP-Session: 818e18b5-cef6-4ef7-97f4-d5c1c252a60f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9103 | 2024.07.31 06:56:51.283742 [ 3 ] {} <Trace> HTTP-Session: 818e18b5-cef6-4ef7-97f4-d5c1c252a60f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9104 | 2024.07.31 06:56:51.283843 [ 3 ] {bbe0031e-8c4d-44c0-bcc5-6b156c53a765} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9105 | 2024.07.31 06:56:51.283888 [ 3 ] {bbe0031e-8c4d-44c0-bcc5-6b156c53a765} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 9106 | 2024.07.31 06:56:51.284015 [ 3 ] {bbe0031e-8c4d-44c0-bcc5-6b156c53a765} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9107 | 2024.07.31 06:56:51.284283 [ 3 ] {bbe0031e-8c4d-44c0-bcc5-6b156c53a765} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9108 | 2024.07.31 06:56:51.284319 [ 3 ] {bbe0031e-8c4d-44c0-bcc5-6b156c53a765} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9109 | 2024.07.31 06:56:51.284669 [ 3 ] {bbe0031e-8c4d-44c0-bcc5-6b156c53a765} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 9110 | 2024.07.31 06:56:51.284988 [ 3 ] {bbe0031e-8c4d-44c0-bcc5-6b156c53a765} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9111 | 2024.07.31 06:56:51.285129 [ 3 ] {bbe0031e-8c4d-44c0-bcc5-6b156c53a765} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001309 sec., 17570.664629488158 rows/sec., 950.45 KiB/sec. | ||
| 9112 | 2024.07.31 06:56:51.285411 [ 3 ] {bbe0031e-8c4d-44c0-bcc5-6b156c53a765} <Debug> DynamicQueryHandler: Done processing query | ||
| 9113 | 2024.07.31 06:56:51.285448 [ 3 ] {bbe0031e-8c4d-44c0-bcc5-6b156c53a765} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9114 | 2024.07.31 06:56:51.285465 [ 3 ] {} <Debug> HTTP-Session: 818e18b5-cef6-4ef7-97f4-d5c1c252a60f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9115 | 2024.07.31 06:56:51.285586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9116 | 2024.07.31 06:56:51.285637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9117 | 2024.07.31 06:56:51.285656 [ 3 ] {} <Debug> HTTP-Session: 1216680e-4a33-43a4-a476-e9448258cbe1 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9118 | 2024.07.31 06:56:51.285671 [ 3 ] {} <Debug> HTTP-Session: 1216680e-4a33-43a4-a476-e9448258cbe1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9119 | 2024.07.31 06:56:51.285685 [ 3 ] {} <Debug> HTTP-Session: 1216680e-4a33-43a4-a476-e9448258cbe1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9120 | 2024.07.31 06:56:51.285715 [ 3 ] {} <Trace> HTTP-Session: 1216680e-4a33-43a4-a476-e9448258cbe1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9121 | 2024.07.31 06:56:51.285846 [ 3 ] {a4f9cd37-2c4a-4fa0-8af1-07b7077d8c13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9122 | 2024.07.31 06:56:51.285892 [ 3 ] {a4f9cd37-2c4a-4fa0-8af1-07b7077d8c13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9123 | 2024.07.31 06:56:51.286042 [ 3 ] {a4f9cd37-2c4a-4fa0-8af1-07b7077d8c13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9124 | 2024.07.31 06:56:51.286336 [ 3 ] {a4f9cd37-2c4a-4fa0-8af1-07b7077d8c13} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9125 | 2024.07.31 06:56:51.286372 [ 3 ] {a4f9cd37-2c4a-4fa0-8af1-07b7077d8c13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9126 | 2024.07.31 06:56:51.286724 [ 3 ] {a4f9cd37-2c4a-4fa0-8af1-07b7077d8c13} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9127 | 2024.07.31 06:56:51.287051 [ 3 ] {a4f9cd37-2c4a-4fa0-8af1-07b7077d8c13} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9128 | 2024.07.31 06:56:51.287204 [ 3 ] {a4f9cd37-2c4a-4fa0-8af1-07b7077d8c13} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001403 sec., 42765.50249465431 rows/sec., 2.88 MiB/sec. | ||
| 9129 | 2024.07.31 06:56:51.287360 [ 3 ] {a4f9cd37-2c4a-4fa0-8af1-07b7077d8c13} <Debug> DynamicQueryHandler: Done processing query | ||
| 9130 | 2024.07.31 06:56:51.287383 [ 3 ] {a4f9cd37-2c4a-4fa0-8af1-07b7077d8c13} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9131 | 2024.07.31 06:56:51.287400 [ 3 ] {} <Debug> HTTP-Session: 1216680e-4a33-43a4-a476-e9448258cbe1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9132 | 2024.07.31 06:56:53.077184 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9133 | 2024.07.31 06:56:53.077269 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9134 | 2024.07.31 06:56:56.260535 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9135 | 2024.07.31 06:56:56.260675 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9136 | 2024.07.31 06:56:56.260706 [ 3 ] {} <Debug> HTTP-Session: 81de8d52-4a1a-4ee0-94e6-b9fd58631502 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9137 | 2024.07.31 06:56:56.260734 [ 3 ] {} <Debug> HTTP-Session: 81de8d52-4a1a-4ee0-94e6-b9fd58631502 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9138 | 2024.07.31 06:56:56.260751 [ 3 ] {} <Debug> HTTP-Session: 81de8d52-4a1a-4ee0-94e6-b9fd58631502 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9139 | 2024.07.31 06:56:56.260808 [ 3 ] {} <Trace> HTTP-Session: 81de8d52-4a1a-4ee0-94e6-b9fd58631502 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9140 | 2024.07.31 06:56:56.261016 [ 3 ] {a601e4e9-f633-4ecc-8dad-38b7aecdf21d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9141 | 2024.07.31 06:56:56.261084 [ 3 ] {a601e4e9-f633-4ecc-8dad-38b7aecdf21d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 9142 | 2024.07.31 06:56:56.261277 [ 3 ] {a601e4e9-f633-4ecc-8dad-38b7aecdf21d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9143 | 2024.07.31 06:56:56.261718 [ 3 ] {a601e4e9-f633-4ecc-8dad-38b7aecdf21d} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9144 | 2024.07.31 06:56:56.261764 [ 3 ] {a601e4e9-f633-4ecc-8dad-38b7aecdf21d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9145 | 2024.07.31 06:56:56.262142 [ 3 ] {a601e4e9-f633-4ecc-8dad-38b7aecdf21d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9146 | 2024.07.31 06:56:56.262481 [ 3 ] {a601e4e9-f633-4ecc-8dad-38b7aecdf21d} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9147 | 2024.07.31 06:56:56.262647 [ 3 ] {a601e4e9-f633-4ecc-8dad-38b7aecdf21d} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001693 sec., 15948.021264028352 rows/sec., 1.26 MiB/sec. | ||
| 9148 | 2024.07.31 06:56:56.262863 [ 3 ] {a601e4e9-f633-4ecc-8dad-38b7aecdf21d} <Debug> DynamicQueryHandler: Done processing query | ||
| 9149 | 2024.07.31 06:56:56.262891 [ 3 ] {a601e4e9-f633-4ecc-8dad-38b7aecdf21d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9150 | 2024.07.31 06:56:56.262908 [ 3 ] {} <Debug> HTTP-Session: 81de8d52-4a1a-4ee0-94e6-b9fd58631502 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9151 | 2024.07.31 06:56:56.263091 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 20062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9152 | 2024.07.31 06:56:56.263145 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9153 | 2024.07.31 06:56:56.263165 [ 3 ] {} <Debug> HTTP-Session: 2ecf8faa-e0aa-46af-9c08-d2e343604cad Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9154 | 2024.07.31 06:56:56.263183 [ 3 ] {} <Debug> HTTP-Session: 2ecf8faa-e0aa-46af-9c08-d2e343604cad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9155 | 2024.07.31 06:56:56.263197 [ 3 ] {} <Debug> HTTP-Session: 2ecf8faa-e0aa-46af-9c08-d2e343604cad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9156 | 2024.07.31 06:56:56.263233 [ 3 ] {} <Trace> HTTP-Session: 2ecf8faa-e0aa-46af-9c08-d2e343604cad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9157 | 2024.07.31 06:56:56.263376 [ 3 ] {d945fd2c-5272-45ce-b5f2-c16b0c331868} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9158 | 2024.07.31 06:56:56.263423 [ 3 ] {d945fd2c-5272-45ce-b5f2-c16b0c331868} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9159 | 2024.07.31 06:56:56.263556 [ 3 ] {d945fd2c-5272-45ce-b5f2-c16b0c331868} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9160 | 2024.07.31 06:56:56.263945 [ 3 ] {d945fd2c-5272-45ce-b5f2-c16b0c331868} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9161 | 2024.07.31 06:56:56.263987 [ 3 ] {d945fd2c-5272-45ce-b5f2-c16b0c331868} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9162 | 2024.07.31 06:56:56.264305 [ 3 ] {d945fd2c-5272-45ce-b5f2-c16b0c331868} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9163 | 2024.07.31 06:56:56.264625 [ 3 ] {d945fd2c-5272-45ce-b5f2-c16b0c331868} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9164 | 2024.07.31 06:56:56.264783 [ 3 ] {d945fd2c-5272-45ce-b5f2-c16b0c331868} <Debug> executeQuery: Read 137 rows, 11.71 KiB in 0.001459 sec., 93899.93145990404 rows/sec., 7.84 MiB/sec. | ||
| 9165 | 2024.07.31 06:56:56.265069 [ 3 ] {d945fd2c-5272-45ce-b5f2-c16b0c331868} <Debug> DynamicQueryHandler: Done processing query | ||
| 9166 | 2024.07.31 06:56:56.265122 [ 3 ] {d945fd2c-5272-45ce-b5f2-c16b0c331868} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 9167 | 2024.07.31 06:56:56.265148 [ 3 ] {} <Debug> HTTP-Session: 2ecf8faa-e0aa-46af-9c08-d2e343604cad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9168 | 2024.07.31 06:56:56.265367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 15465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9169 | 2024.07.31 06:56:56.265418 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9170 | 2024.07.31 06:56:56.265439 [ 3 ] {} <Debug> HTTP-Session: cb8ed2d4-01d0-4a96-968b-888bbf14e26e Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9171 | 2024.07.31 06:56:56.265455 [ 3 ] {} <Debug> HTTP-Session: cb8ed2d4-01d0-4a96-968b-888bbf14e26e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9172 | 2024.07.31 06:56:56.265469 [ 3 ] {} <Debug> HTTP-Session: cb8ed2d4-01d0-4a96-968b-888bbf14e26e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9173 | 2024.07.31 06:56:56.265501 [ 3 ] {} <Trace> HTTP-Session: cb8ed2d4-01d0-4a96-968b-888bbf14e26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9174 | 2024.07.31 06:56:56.265637 [ 3 ] {cdc70632-1c71-4f48-887e-7c06636f3ea5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9175 | 2024.07.31 06:56:56.265683 [ 3 ] {cdc70632-1c71-4f48-887e-7c06636f3ea5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9176 | 2024.07.31 06:56:56.265827 [ 3 ] {cdc70632-1c71-4f48-887e-7c06636f3ea5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9177 | 2024.07.31 06:56:56.266159 [ 3 ] {cdc70632-1c71-4f48-887e-7c06636f3ea5} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9178 | 2024.07.31 06:56:56.266196 [ 3 ] {cdc70632-1c71-4f48-887e-7c06636f3ea5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9179 | 2024.07.31 06:56:56.266510 [ 3 ] {cdc70632-1c71-4f48-887e-7c06636f3ea5} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9180 | 2024.07.31 06:56:56.266821 [ 3 ] {cdc70632-1c71-4f48-887e-7c06636f3ea5} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9181 | 2024.07.31 06:56:56.266974 [ 3 ] {cdc70632-1c71-4f48-887e-7c06636f3ea5} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001394 sec., 65279.77044476327 rows/sec., 5.10 MiB/sec. | ||
| 9182 | 2024.07.31 06:56:56.267142 [ 3 ] {cdc70632-1c71-4f48-887e-7c06636f3ea5} <Debug> DynamicQueryHandler: Done processing query | ||
| 9183 | 2024.07.31 06:56:56.267167 [ 3 ] {cdc70632-1c71-4f48-887e-7c06636f3ea5} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 9184 | 2024.07.31 06:56:56.267184 [ 3 ] {} <Debug> HTTP-Session: cb8ed2d4-01d0-4a96-968b-888bbf14e26e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9185 | 2024.07.31 06:56:56.267384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9186 | 2024.07.31 06:56:56.267435 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9187 | 2024.07.31 06:56:56.267456 [ 3 ] {} <Debug> HTTP-Session: 29cf926f-7b9d-4dac-86f8-3611bb849e1c Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9188 | 2024.07.31 06:56:56.267472 [ 3 ] {} <Debug> HTTP-Session: 29cf926f-7b9d-4dac-86f8-3611bb849e1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9189 | 2024.07.31 06:56:56.267485 [ 3 ] {} <Debug> HTTP-Session: 29cf926f-7b9d-4dac-86f8-3611bb849e1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9190 | 2024.07.31 06:56:56.267516 [ 3 ] {} <Trace> HTTP-Session: 29cf926f-7b9d-4dac-86f8-3611bb849e1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9191 | 2024.07.31 06:56:56.267667 [ 3 ] {018a5ae3-24cb-44b9-ba50-97ff5883eadc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9192 | 2024.07.31 06:56:56.267716 [ 3 ] {018a5ae3-24cb-44b9-ba50-97ff5883eadc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9193 | 2024.07.31 06:56:56.267863 [ 3 ] {018a5ae3-24cb-44b9-ba50-97ff5883eadc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9194 | 2024.07.31 06:56:56.268241 [ 3 ] {018a5ae3-24cb-44b9-ba50-97ff5883eadc} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9195 | 2024.07.31 06:56:56.268278 [ 3 ] {018a5ae3-24cb-44b9-ba50-97ff5883eadc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9196 | 2024.07.31 06:56:56.268667 [ 3 ] {018a5ae3-24cb-44b9-ba50-97ff5883eadc} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9197 | 2024.07.31 06:56:56.269016 [ 3 ] {018a5ae3-24cb-44b9-ba50-97ff5883eadc} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9198 | 2024.07.31 06:56:56.269172 [ 3 ] {018a5ae3-24cb-44b9-ba50-97ff5883eadc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001569 sec., 101975.78075207138 rows/sec., 7.10 MiB/sec. | ||
| 9199 | 2024.07.31 06:56:56.269430 [ 3 ] {018a5ae3-24cb-44b9-ba50-97ff5883eadc} <Debug> DynamicQueryHandler: Done processing query | ||
| 9200 | 2024.07.31 06:56:56.269486 [ 3 ] {018a5ae3-24cb-44b9-ba50-97ff5883eadc} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9201 | 2024.07.31 06:56:56.269545 [ 3 ] {} <Debug> HTTP-Session: 29cf926f-7b9d-4dac-86f8-3611bb849e1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9202 | 2024.07.31 06:56:56.269785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 43591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9203 | 2024.07.31 06:56:56.269839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9204 | 2024.07.31 06:56:56.269858 [ 3 ] {} <Debug> HTTP-Session: 23ddc9be-e2f2-4e58-a264-5edd79f1e448 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9205 | 2024.07.31 06:56:56.269875 [ 3 ] {} <Debug> HTTP-Session: 23ddc9be-e2f2-4e58-a264-5edd79f1e448 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9206 | 2024.07.31 06:56:56.269889 [ 3 ] {} <Debug> HTTP-Session: 23ddc9be-e2f2-4e58-a264-5edd79f1e448 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9207 | 2024.07.31 06:56:56.269922 [ 3 ] {} <Trace> HTTP-Session: 23ddc9be-e2f2-4e58-a264-5edd79f1e448 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9208 | 2024.07.31 06:56:56.270236 [ 3 ] {3655e11c-539d-41c5-b524-398467bcd8fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 9209 | 2024.07.31 06:56:56.270309 [ 3 ] {3655e11c-539d-41c5-b524-398467bcd8fb} <Trace> 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 | ||
| 9210 | 2024.07.31 06:56:56.270732 [ 3 ] {3655e11c-539d-41c5-b524-398467bcd8fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9211 | 2024.07.31 06:56:56.271362 [ 3 ] {3655e11c-539d-41c5-b524-398467bcd8fb} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9212 | 2024.07.31 06:56:56.271408 [ 3 ] {3655e11c-539d-41c5-b524-398467bcd8fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9213 | 2024.07.31 06:56:56.272121 [ 3 ] {3655e11c-539d-41c5-b524-398467bcd8fb} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 9214 | 2024.07.31 06:56:56.272542 [ 3 ] {3655e11c-539d-41c5-b524-398467bcd8fb} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9215 | 2024.07.31 06:56:56.272767 [ 3 ] {3655e11c-539d-41c5-b524-398467bcd8fb} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002746 sec., 9832.483612527312 rows/sec., 17.62 MiB/sec. | ||
| 9216 | 2024.07.31 06:56:56.273330 [ 3 ] {3655e11c-539d-41c5-b524-398467bcd8fb} <Debug> DynamicQueryHandler: Done processing query | ||
| 9217 | 2024.07.31 06:56:56.273357 [ 3 ] {3655e11c-539d-41c5-b524-398467bcd8fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 9218 | 2024.07.31 06:56:56.273374 [ 3 ] {} <Debug> HTTP-Session: 23ddc9be-e2f2-4e58-a264-5edd79f1e448 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9219 | 2024.07.31 06:56:56.273513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9220 | 2024.07.31 06:56:56.273565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9221 | 2024.07.31 06:56:56.273585 [ 3 ] {} <Debug> HTTP-Session: c5d637a3-3bf4-498d-888d-10c4602585e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9222 | 2024.07.31 06:56:56.273602 [ 3 ] {} <Debug> HTTP-Session: c5d637a3-3bf4-498d-888d-10c4602585e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9223 | 2024.07.31 06:56:56.273615 [ 3 ] {} <Debug> HTTP-Session: c5d637a3-3bf4-498d-888d-10c4602585e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9224 | 2024.07.31 06:56:56.273646 [ 3 ] {} <Trace> HTTP-Session: c5d637a3-3bf4-498d-888d-10c4602585e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9225 | 2024.07.31 06:56:56.273766 [ 3 ] {e0044204-ac30-43ce-b80e-16b1342d2965} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9226 | 2024.07.31 06:56:56.273812 [ 3 ] {e0044204-ac30-43ce-b80e-16b1342d2965} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9227 | 2024.07.31 06:56:56.273975 [ 3 ] {e0044204-ac30-43ce-b80e-16b1342d2965} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9228 | 2024.07.31 06:56:56.274337 [ 3 ] {e0044204-ac30-43ce-b80e-16b1342d2965} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9229 | 2024.07.31 06:56:56.274375 [ 3 ] {e0044204-ac30-43ce-b80e-16b1342d2965} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9230 | 2024.07.31 06:56:56.274744 [ 3 ] {e0044204-ac30-43ce-b80e-16b1342d2965} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9231 | 2024.07.31 06:56:56.275076 [ 3 ] {e0044204-ac30-43ce-b80e-16b1342d2965} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9232 | 2024.07.31 06:56:56.275237 [ 3 ] {e0044204-ac30-43ce-b80e-16b1342d2965} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001503 sec., 39920.159680638724 rows/sec., 2.69 MiB/sec. | ||
| 9233 | 2024.07.31 06:56:56.275409 [ 3 ] {e0044204-ac30-43ce-b80e-16b1342d2965} <Debug> DynamicQueryHandler: Done processing query | ||
| 9234 | 2024.07.31 06:56:56.275435 [ 3 ] {e0044204-ac30-43ce-b80e-16b1342d2965} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9235 | 2024.07.31 06:56:56.275451 [ 3 ] {} <Debug> HTTP-Session: c5d637a3-3bf4-498d-888d-10c4602585e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9236 | 2024.07.31 06:57:01.263543 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9237 | 2024.07.31 06:57:01.263684 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9238 | 2024.07.31 06:57:01.263714 [ 3 ] {} <Debug> HTTP-Session: 6ee2d823-18fb-4beb-9214-02e8f9fcbbfc Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9239 | 2024.07.31 06:57:01.263741 [ 3 ] {} <Debug> HTTP-Session: 6ee2d823-18fb-4beb-9214-02e8f9fcbbfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9240 | 2024.07.31 06:57:01.263759 [ 3 ] {} <Debug> HTTP-Session: 6ee2d823-18fb-4beb-9214-02e8f9fcbbfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9241 | 2024.07.31 06:57:01.263814 [ 3 ] {} <Trace> HTTP-Session: 6ee2d823-18fb-4beb-9214-02e8f9fcbbfc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9242 | 2024.07.31 06:57:01.264012 [ 3 ] {038d8311-860c-472c-b7f6-4c982481df7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9243 | 2024.07.31 06:57:01.264086 [ 3 ] {038d8311-860c-472c-b7f6-4c982481df7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 9244 | 2024.07.31 06:57:01.264292 [ 3 ] {038d8311-860c-472c-b7f6-4c982481df7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9245 | 2024.07.31 06:57:01.264736 [ 3 ] {038d8311-860c-472c-b7f6-4c982481df7f} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9246 | 2024.07.31 06:57:01.264778 [ 3 ] {038d8311-860c-472c-b7f6-4c982481df7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9247 | 2024.07.31 06:57:01.265151 [ 3 ] {038d8311-860c-472c-b7f6-4c982481df7f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9248 | 2024.07.31 06:57:01.265480 [ 3 ] {038d8311-860c-472c-b7f6-4c982481df7f} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9249 | 2024.07.31 06:57:01.265660 [ 3 ] {038d8311-860c-472c-b7f6-4c982481df7f} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.001702 sec., 5875.440658049354 rows/sec., 390.17 KiB/sec. | ||
| 9250 | 2024.07.31 06:57:01.265863 [ 3 ] {038d8311-860c-472c-b7f6-4c982481df7f} <Debug> DynamicQueryHandler: Done processing query | ||
| 9251 | 2024.07.31 06:57:01.265890 [ 3 ] {038d8311-860c-472c-b7f6-4c982481df7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9252 | 2024.07.31 06:57:01.265907 [ 3 ] {} <Debug> HTTP-Session: 6ee2d823-18fb-4beb-9214-02e8f9fcbbfc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9253 | 2024.07.31 06:57:01.266063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9254 | 2024.07.31 06:57:01.266114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9255 | 2024.07.31 06:57:01.266132 [ 3 ] {} <Debug> HTTP-Session: 1105d32d-7b69-4b71-8462-3bb57ae7ac69 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9256 | 2024.07.31 06:57:01.266148 [ 3 ] {} <Debug> HTTP-Session: 1105d32d-7b69-4b71-8462-3bb57ae7ac69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9257 | 2024.07.31 06:57:01.266162 [ 3 ] {} <Debug> HTTP-Session: 1105d32d-7b69-4b71-8462-3bb57ae7ac69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9258 | 2024.07.31 06:57:01.266194 [ 3 ] {} <Trace> HTTP-Session: 1105d32d-7b69-4b71-8462-3bb57ae7ac69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9259 | 2024.07.31 06:57:01.266287 [ 3 ] {41c16149-242e-4868-b896-2397e3c5718b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 9260 | 2024.07.31 06:57:01.266331 [ 3 ] {41c16149-242e-4868-b896-2397e3c5718b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9261 | 2024.07.31 06:57:01.266461 [ 3 ] {41c16149-242e-4868-b896-2397e3c5718b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9262 | 2024.07.31 06:57:01.266767 [ 3 ] {41c16149-242e-4868-b896-2397e3c5718b} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9263 | 2024.07.31 06:57:01.266805 [ 3 ] {41c16149-242e-4868-b896-2397e3c5718b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9264 | 2024.07.31 06:57:01.267100 [ 3 ] {41c16149-242e-4868-b896-2397e3c5718b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 9265 | 2024.07.31 06:57:01.267407 [ 3 ] {41c16149-242e-4868-b896-2397e3c5718b} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9266 | 2024.07.31 06:57:01.267555 [ 3 ] {41c16149-242e-4868-b896-2397e3c5718b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001285 sec., 1556.4202334630352 rows/sec., 126.92 KiB/sec. | ||
| 9267 | 2024.07.31 06:57:01.267570 [ 45 ] {} <Debug> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 9268 | 2024.07.31 06:57:01.267679 [ 45 ] {} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9269 | 2024.07.31 06:57:01.267720 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9270 | 2024.07.31 06:57:01.267810 [ 3 ] {41c16149-242e-4868-b896-2397e3c5718b} <Debug> DynamicQueryHandler: Done processing query | ||
| 9271 | 2024.07.31 06:57:01.267850 [ 3 ] {41c16149-242e-4868-b896-2397e3c5718b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9272 | 2024.07.31 06:57:01.267875 [ 3 ] {} <Debug> HTTP-Session: 1105d32d-7b69-4b71-8462-3bb57ae7ac69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9273 | 2024.07.31 06:57:01.267893 [ 186 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 9274 | 2024.07.31 06:57:01.268026 [ 186 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9275 | 2024.07.31 06:57:01.268048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9276 | 2024.07.31 06:57:01.268064 [ 186 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 16 rows starting from the beginning of the part | ||
| 9277 | 2024.07.31 06:57:01.268108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9278 | 2024.07.31 06:57:01.268149 [ 3 ] {} <Debug> HTTP-Session: e360eece-24b7-48b6-8ad1-bb063c516cb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9279 | 2024.07.31 06:57:01.268174 [ 186 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
| 9280 | 2024.07.31 06:57:01.268176 [ 3 ] {} <Debug> HTTP-Session: e360eece-24b7-48b6-8ad1-bb063c516cb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9281 | 2024.07.31 06:57:01.268262 [ 3 ] {} <Debug> HTTP-Session: e360eece-24b7-48b6-8ad1-bb063c516cb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9282 | 2024.07.31 06:57:01.268434 [ 3 ] {} <Trace> HTTP-Session: e360eece-24b7-48b6-8ad1-bb063c516cb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9283 | 2024.07.31 06:57:01.268528 [ 186 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4 rows starting from the beginning of the part | ||
| 9284 | 2024.07.31 06:57:01.268846 [ 186 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
| 9285 | 2024.07.31 06:57:01.268868 [ 3 ] {aa3a0475-a5d3-4ea9-af8a-5f43f1239600} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9286 | 2024.07.31 06:57:01.269068 [ 3 ] {aa3a0475-a5d3-4ea9-af8a-5f43f1239600} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9287 | 2024.07.31 06:57:01.269103 [ 186 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
| 9288 | 2024.07.31 06:57:01.269385 [ 186 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
| 9289 | 2024.07.31 06:57:01.269918 [ 3 ] {aa3a0475-a5d3-4ea9-af8a-5f43f1239600} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9290 | 2024.07.31 06:57:01.270563 [ 3 ] {aa3a0475-a5d3-4ea9-af8a-5f43f1239600} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9291 | 2024.07.31 06:57:01.270607 [ 3 ] {aa3a0475-a5d3-4ea9-af8a-5f43f1239600} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9292 | 2024.07.31 06:57:01.271135 [ 198 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.003310363 sec., 9666.613600985753 rows/sec., 788.24 KiB/sec. | ||
| 9293 | 2024.07.31 06:57:01.271146 [ 3 ] {aa3a0475-a5d3-4ea9-af8a-5f43f1239600} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9294 | 2024.07.31 06:57:01.271367 [ 198 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 9295 | 2024.07.31 06:57:01.271944 [ 3 ] {aa3a0475-a5d3-4ea9-af8a-5f43f1239600} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9296 | 2024.07.31 06:57:01.272237 [ 3 ] {aa3a0475-a5d3-4ea9-af8a-5f43f1239600} <Debug> executeQuery: Read 174 rows, 15.73 KiB in 0.003571 sec., 48725.8471016522 rows/sec., 4.30 MiB/sec. | ||
| 9297 | 2024.07.31 06:57:01.272404 [ 198 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_16_3} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9298 | 2024.07.31 06:57:01.272730 [ 3 ] {aa3a0475-a5d3-4ea9-af8a-5f43f1239600} <Debug> DynamicQueryHandler: Done processing query | ||
| 9299 | 2024.07.31 06:57:01.272788 [ 198 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_16_3} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 9300 | 2024.07.31 06:57:01.272806 [ 3 ] {aa3a0475-a5d3-4ea9-af8a-5f43f1239600} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 9301 | 2024.07.31 06:57:01.272861 [ 3 ] {} <Debug> HTTP-Session: e360eece-24b7-48b6-8ad1-bb063c516cb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9302 | 2024.07.31 06:57:01.273067 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9303 | 2024.07.31 06:57:01.273092 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9304 | 2024.07.31 06:57:01.273175 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9305 | 2024.07.31 06:57:01.273195 [ 3 ] {} <Debug> HTTP-Session: bc053054-f97a-45ce-a331-57f40f8c53ef Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9306 | 2024.07.31 06:57:01.273211 [ 3 ] {} <Debug> HTTP-Session: bc053054-f97a-45ce-a331-57f40f8c53ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9307 | 2024.07.31 06:57:01.273225 [ 3 ] {} <Debug> HTTP-Session: bc053054-f97a-45ce-a331-57f40f8c53ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9308 | 2024.07.31 06:57:01.273256 [ 3 ] {} <Trace> HTTP-Session: bc053054-f97a-45ce-a331-57f40f8c53ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9309 | 2024.07.31 06:57:01.273352 [ 3 ] {50a32704-ecea-4784-adc2-24bace6be4e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9310 | 2024.07.31 06:57:01.273396 [ 3 ] {50a32704-ecea-4784-adc2-24bace6be4e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9311 | 2024.07.31 06:57:01.273537 [ 3 ] {50a32704-ecea-4784-adc2-24bace6be4e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9312 | 2024.07.31 06:57:01.273819 [ 3 ] {50a32704-ecea-4784-adc2-24bace6be4e5} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9313 | 2024.07.31 06:57:01.273857 [ 3 ] {50a32704-ecea-4784-adc2-24bace6be4e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9314 | 2024.07.31 06:57:01.274174 [ 3 ] {50a32704-ecea-4784-adc2-24bace6be4e5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 9315 | 2024.07.31 06:57:01.274484 [ 3 ] {50a32704-ecea-4784-adc2-24bace6be4e5} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9316 | 2024.07.31 06:57:01.274659 [ 45 ] {} <Debug> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 9317 | 2024.07.31 06:57:01.274676 [ 3 ] {50a32704-ecea-4784-adc2-24bace6be4e5} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001342 sec., 1490.3129657228017 rows/sec., 104.06 KiB/sec. | ||
| 9318 | 2024.07.31 06:57:01.274709 [ 45 ] {} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9319 | 2024.07.31 06:57:01.274779 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9320 | 2024.07.31 06:57:01.274962 [ 194 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 9321 | 2024.07.31 06:57:01.274986 [ 3 ] {50a32704-ecea-4784-adc2-24bace6be4e5} <Debug> DynamicQueryHandler: Done processing query | ||
| 9322 | 2024.07.31 06:57:01.275030 [ 3 ] {50a32704-ecea-4784-adc2-24bace6be4e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9323 | 2024.07.31 06:57:01.275070 [ 3 ] {} <Debug> HTTP-Session: bc053054-f97a-45ce-a331-57f40f8c53ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9324 | 2024.07.31 06:57:01.275164 [ 194 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9325 | 2024.07.31 06:57:01.275203 [ 194 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 16 rows starting from the beginning of the part | ||
| 9326 | 2024.07.31 06:57:01.275333 [ 194 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
| 9327 | 2024.07.31 06:57:01.275390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 62612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9328 | 2024.07.31 06:57:01.275551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9329 | 2024.07.31 06:57:01.275606 [ 194 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4 rows starting from the beginning of the part | ||
| 9330 | 2024.07.31 06:57:01.275630 [ 3 ] {} <Debug> HTTP-Session: b25fcb4a-7b44-403b-86a2-5cec81082897 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9331 | 2024.07.31 06:57:01.275700 [ 3 ] {} <Debug> HTTP-Session: b25fcb4a-7b44-403b-86a2-5cec81082897 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9332 | 2024.07.31 06:57:01.275781 [ 3 ] {} <Debug> HTTP-Session: b25fcb4a-7b44-403b-86a2-5cec81082897 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9333 | 2024.07.31 06:57:01.275882 [ 194 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
| 9334 | 2024.07.31 06:57:01.275966 [ 3 ] {} <Trace> HTTP-Session: b25fcb4a-7b44-403b-86a2-5cec81082897 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9335 | 2024.07.31 06:57:01.276099 [ 194 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
| 9336 | 2024.07.31 06:57:01.276392 [ 194 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
| 9337 | 2024.07.31 06:57:01.276761 [ 3 ] {e13cb5ef-83a1-4c47-8169-2efac7f665e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9338 | 2024.07.31 06:57:01.276846 [ 3 ] {e13cb5ef-83a1-4c47-8169-2efac7f665e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9339 | 2024.07.31 06:57:01.277269 [ 3 ] {e13cb5ef-83a1-4c47-8169-2efac7f665e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9340 | 2024.07.31 06:57:01.278466 [ 3 ] {e13cb5ef-83a1-4c47-8169-2efac7f665e0} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9341 | 2024.07.31 06:57:01.278553 [ 3 ] {e13cb5ef-83a1-4c47-8169-2efac7f665e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9342 | 2024.07.31 06:57:01.278588 [ 194 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.003708983 sec., 8627.701987310269 rows/sec., 602.42 KiB/sec. | ||
| 9343 | 2024.07.31 06:57:01.278788 [ 194 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 9344 | 2024.07.31 06:57:01.279340 [ 3 ] {e13cb5ef-83a1-4c47-8169-2efac7f665e0} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9345 | 2024.07.31 06:57:01.279628 [ 188 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_16_3} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9346 | 2024.07.31 06:57:01.279877 [ 188 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_16_3} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 9347 | 2024.07.31 06:57:01.279983 [ 3 ] {e13cb5ef-83a1-4c47-8169-2efac7f665e0} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9348 | 2024.07.31 06:57:01.280070 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9349 | 2024.07.31 06:57:01.280230 [ 3 ] {e13cb5ef-83a1-4c47-8169-2efac7f665e0} <Debug> executeQuery: Read 388 rows, 27.96 KiB in 0.003883 sec., 99922.74014936904 rows/sec., 7.03 MiB/sec. | ||
| 9350 | 2024.07.31 06:57:01.280595 [ 3 ] {e13cb5ef-83a1-4c47-8169-2efac7f665e0} <Debug> DynamicQueryHandler: Done processing query | ||
| 9351 | 2024.07.31 06:57:01.280653 [ 3 ] {e13cb5ef-83a1-4c47-8169-2efac7f665e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 9352 | 2024.07.31 06:57:01.280684 [ 3 ] {} <Debug> HTTP-Session: b25fcb4a-7b44-403b-86a2-5cec81082897 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9353 | 2024.07.31 06:57:01.280822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9354 | 2024.07.31 06:57:01.280873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9355 | 2024.07.31 06:57:01.280892 [ 3 ] {} <Debug> HTTP-Session: c79bce8b-fc0a-4f05-be15-b4db5d797f89 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9356 | 2024.07.31 06:57:01.280908 [ 3 ] {} <Debug> HTTP-Session: c79bce8b-fc0a-4f05-be15-b4db5d797f89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9357 | 2024.07.31 06:57:01.280922 [ 3 ] {} <Debug> HTTP-Session: c79bce8b-fc0a-4f05-be15-b4db5d797f89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9358 | 2024.07.31 06:57:01.280954 [ 3 ] {} <Trace> HTTP-Session: c79bce8b-fc0a-4f05-be15-b4db5d797f89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9359 | 2024.07.31 06:57:01.281056 [ 3 ] {a0a0af5c-4489-43ee-bfbc-20526f1ce845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 9360 | 2024.07.31 06:57:01.281102 [ 3 ] {a0a0af5c-4489-43ee-bfbc-20526f1ce845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9361 | 2024.07.31 06:57:01.281258 [ 3 ] {a0a0af5c-4489-43ee-bfbc-20526f1ce845} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9362 | 2024.07.31 06:57:01.281527 [ 3 ] {a0a0af5c-4489-43ee-bfbc-20526f1ce845} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9363 | 2024.07.31 06:57:01.281564 [ 3 ] {a0a0af5c-4489-43ee-bfbc-20526f1ce845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9364 | 2024.07.31 06:57:01.281935 [ 3 ] {a0a0af5c-4489-43ee-bfbc-20526f1ce845} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 9365 | 2024.07.31 06:57:01.282277 [ 3 ] {a0a0af5c-4489-43ee-bfbc-20526f1ce845} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9366 | 2024.07.31 06:57:01.282431 [ 3 ] {a0a0af5c-4489-43ee-bfbc-20526f1ce845} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001394 sec., 4304.16068866571 rows/sec., 184.94 KiB/sec. | ||
| 9367 | 2024.07.31 06:57:01.282604 [ 3 ] {a0a0af5c-4489-43ee-bfbc-20526f1ce845} <Debug> DynamicQueryHandler: Done processing query | ||
| 9368 | 2024.07.31 06:57:01.282630 [ 3 ] {a0a0af5c-4489-43ee-bfbc-20526f1ce845} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9369 | 2024.07.31 06:57:01.282646 [ 3 ] {} <Debug> HTTP-Session: c79bce8b-fc0a-4f05-be15-b4db5d797f89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9370 | 2024.07.31 06:57:01.282780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9371 | 2024.07.31 06:57:01.282828 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9372 | 2024.07.31 06:57:01.282847 [ 3 ] {} <Debug> HTTP-Session: bf088827-1f18-417c-abd8-20bba2396baf Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9373 | 2024.07.31 06:57:01.282863 [ 3 ] {} <Debug> HTTP-Session: bf088827-1f18-417c-abd8-20bba2396baf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9374 | 2024.07.31 06:57:01.282876 [ 3 ] {} <Debug> HTTP-Session: bf088827-1f18-417c-abd8-20bba2396baf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9375 | 2024.07.31 06:57:01.282906 [ 3 ] {} <Trace> HTTP-Session: bf088827-1f18-417c-abd8-20bba2396baf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9376 | 2024.07.31 06:57:01.283050 [ 3 ] {5208efb5-b0c5-4a9d-89a2-83835edf0ac5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 9377 | 2024.07.31 06:57:01.283096 [ 3 ] {5208efb5-b0c5-4a9d-89a2-83835edf0ac5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 9378 | 2024.07.31 06:57:01.283241 [ 3 ] {5208efb5-b0c5-4a9d-89a2-83835edf0ac5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9379 | 2024.07.31 06:57:01.283581 [ 3 ] {5208efb5-b0c5-4a9d-89a2-83835edf0ac5} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9380 | 2024.07.31 06:57:01.283618 [ 3 ] {5208efb5-b0c5-4a9d-89a2-83835edf0ac5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9381 | 2024.07.31 06:57:01.283991 [ 3 ] {5208efb5-b0c5-4a9d-89a2-83835edf0ac5} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 9382 | 2024.07.31 06:57:01.284333 [ 3 ] {5208efb5-b0c5-4a9d-89a2-83835edf0ac5} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9383 | 2024.07.31 06:57:01.284499 [ 3 ] {5208efb5-b0c5-4a9d-89a2-83835edf0ac5} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001514 sec., 50858.65257595773 rows/sec., 3.13 MiB/sec. | ||
| 9384 | 2024.07.31 06:57:01.284813 [ 3 ] {5208efb5-b0c5-4a9d-89a2-83835edf0ac5} <Debug> DynamicQueryHandler: Done processing query | ||
| 9385 | 2024.07.31 06:57:01.284849 [ 3 ] {5208efb5-b0c5-4a9d-89a2-83835edf0ac5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9386 | 2024.07.31 06:57:01.284866 [ 3 ] {} <Debug> HTTP-Session: bf088827-1f18-417c-abd8-20bba2396baf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9387 | 2024.07.31 06:57:01.285035 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9388 | 2024.07.31 06:57:01.285085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9389 | 2024.07.31 06:57:01.285105 [ 3 ] {} <Debug> HTTP-Session: f79f0845-9669-4518-bb34-d1247c1ee0d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9390 | 2024.07.31 06:57:01.285122 [ 3 ] {} <Debug> HTTP-Session: f79f0845-9669-4518-bb34-d1247c1ee0d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9391 | 2024.07.31 06:57:01.285135 [ 3 ] {} <Debug> HTTP-Session: f79f0845-9669-4518-bb34-d1247c1ee0d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9392 | 2024.07.31 06:57:01.285167 [ 3 ] {} <Trace> HTTP-Session: f79f0845-9669-4518-bb34-d1247c1ee0d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9393 | 2024.07.31 06:57:01.285320 [ 3 ] {66909626-6ef6-453d-b8f8-8f31635eca22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9394 | 2024.07.31 06:57:01.285367 [ 3 ] {66909626-6ef6-453d-b8f8-8f31635eca22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9395 | 2024.07.31 06:57:01.285532 [ 3 ] {66909626-6ef6-453d-b8f8-8f31635eca22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9396 | 2024.07.31 06:57:01.285954 [ 3 ] {66909626-6ef6-453d-b8f8-8f31635eca22} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9397 | 2024.07.31 06:57:01.285992 [ 3 ] {66909626-6ef6-453d-b8f8-8f31635eca22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9398 | 2024.07.31 06:57:01.286371 [ 3 ] {66909626-6ef6-453d-b8f8-8f31635eca22} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9399 | 2024.07.31 06:57:01.286711 [ 3 ] {66909626-6ef6-453d-b8f8-8f31635eca22} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9400 | 2024.07.31 06:57:01.286875 [ 3 ] {66909626-6ef6-453d-b8f8-8f31635eca22} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001618 sec., 99505.56242274413 rows/sec., 6.93 MiB/sec. | ||
| 9401 | 2024.07.31 06:57:01.287146 [ 3 ] {66909626-6ef6-453d-b8f8-8f31635eca22} <Debug> DynamicQueryHandler: Done processing query | ||
| 9402 | 2024.07.31 06:57:01.287213 [ 3 ] {66909626-6ef6-453d-b8f8-8f31635eca22} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9403 | 2024.07.31 06:57:01.287274 [ 3 ] {} <Debug> HTTP-Session: f79f0845-9669-4518-bb34-d1247c1ee0d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9404 | 2024.07.31 06:57:01.287470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6441, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9405 | 2024.07.31 06:57:01.287522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9406 | 2024.07.31 06:57:01.287541 [ 3 ] {} <Debug> HTTP-Session: afad555d-682c-44c9-b106-05358e12375b Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9407 | 2024.07.31 06:57:01.287559 [ 3 ] {} <Debug> HTTP-Session: afad555d-682c-44c9-b106-05358e12375b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9408 | 2024.07.31 06:57:01.287573 [ 3 ] {} <Debug> HTTP-Session: afad555d-682c-44c9-b106-05358e12375b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9409 | 2024.07.31 06:57:01.287604 [ 3 ] {} <Trace> HTTP-Session: afad555d-682c-44c9-b106-05358e12375b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9410 | 2024.07.31 06:57:01.287758 [ 3 ] {eb0ccb96-06a3-4f61-ad9a-ee9ed1136853} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 9411 | 2024.07.31 06:57:01.287829 [ 3 ] {eb0ccb96-06a3-4f61-ad9a-ee9ed1136853} <Trace> 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 | ||
| 9412 | 2024.07.31 06:57:01.288263 [ 3 ] {eb0ccb96-06a3-4f61-ad9a-ee9ed1136853} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9413 | 2024.07.31 06:57:01.288730 [ 3 ] {eb0ccb96-06a3-4f61-ad9a-ee9ed1136853} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9414 | 2024.07.31 06:57:01.288766 [ 3 ] {eb0ccb96-06a3-4f61-ad9a-ee9ed1136853} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9415 | 2024.07.31 06:57:01.289338 [ 3 ] {eb0ccb96-06a3-4f61-ad9a-ee9ed1136853} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 9416 | 2024.07.31 06:57:01.289750 [ 3 ] {eb0ccb96-06a3-4f61-ad9a-ee9ed1136853} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9417 | 2024.07.31 06:57:01.289959 [ 3 ] {eb0ccb96-06a3-4f61-ad9a-ee9ed1136853} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.00228 sec., 1754.3859649122808 rows/sec., 3.14 MiB/sec. | ||
| 9418 | 2024.07.31 06:57:01.290182 [ 3 ] {eb0ccb96-06a3-4f61-ad9a-ee9ed1136853} <Debug> DynamicQueryHandler: Done processing query | ||
| 9419 | 2024.07.31 06:57:01.290206 [ 3 ] {eb0ccb96-06a3-4f61-ad9a-ee9ed1136853} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 9420 | 2024.07.31 06:57:01.290222 [ 3 ] {} <Debug> HTTP-Session: afad555d-682c-44c9-b106-05358e12375b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9421 | 2024.07.31 06:57:01.290347 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9422 | 2024.07.31 06:57:01.290396 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9423 | 2024.07.31 06:57:01.290415 [ 3 ] {} <Debug> HTTP-Session: dd2385e8-6e9f-463e-975a-e53ba1a464f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9424 | 2024.07.31 06:57:01.290431 [ 3 ] {} <Debug> HTTP-Session: dd2385e8-6e9f-463e-975a-e53ba1a464f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9425 | 2024.07.31 06:57:01.290444 [ 3 ] {} <Debug> HTTP-Session: dd2385e8-6e9f-463e-975a-e53ba1a464f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9426 | 2024.07.31 06:57:01.290476 [ 3 ] {} <Trace> HTTP-Session: dd2385e8-6e9f-463e-975a-e53ba1a464f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9427 | 2024.07.31 06:57:01.290580 [ 3 ] {bbf76eeb-5f86-44c7-96bc-dbe8f017ed6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9428 | 2024.07.31 06:57:01.290623 [ 3 ] {bbf76eeb-5f86-44c7-96bc-dbe8f017ed6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 9429 | 2024.07.31 06:57:01.290752 [ 3 ] {bbf76eeb-5f86-44c7-96bc-dbe8f017ed6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9430 | 2024.07.31 06:57:01.291019 [ 3 ] {bbf76eeb-5f86-44c7-96bc-dbe8f017ed6d} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9431 | 2024.07.31 06:57:01.291056 [ 3 ] {bbf76eeb-5f86-44c7-96bc-dbe8f017ed6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9432 | 2024.07.31 06:57:01.291413 [ 3 ] {bbf76eeb-5f86-44c7-96bc-dbe8f017ed6d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 9433 | 2024.07.31 06:57:01.291741 [ 3 ] {bbf76eeb-5f86-44c7-96bc-dbe8f017ed6d} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9434 | 2024.07.31 06:57:01.291909 [ 3 ] {bbf76eeb-5f86-44c7-96bc-dbe8f017ed6d} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001356 sec., 16961.65191740413 rows/sec., 917.51 KiB/sec. | ||
| 9435 | 2024.07.31 06:57:01.292230 [ 3 ] {bbf76eeb-5f86-44c7-96bc-dbe8f017ed6d} <Debug> DynamicQueryHandler: Done processing query | ||
| 9436 | 2024.07.31 06:57:01.292256 [ 3 ] {bbf76eeb-5f86-44c7-96bc-dbe8f017ed6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9437 | 2024.07.31 06:57:01.292273 [ 3 ] {} <Debug> HTTP-Session: dd2385e8-6e9f-463e-975a-e53ba1a464f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9438 | 2024.07.31 06:57:01.292401 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9439 | 2024.07.31 06:57:01.292449 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9440 | 2024.07.31 06:57:01.292467 [ 3 ] {} <Debug> HTTP-Session: efd54e63-81fa-42d2-ac3d-20a0a8500216 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9441 | 2024.07.31 06:57:01.292483 [ 3 ] {} <Debug> HTTP-Session: efd54e63-81fa-42d2-ac3d-20a0a8500216 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9442 | 2024.07.31 06:57:01.292496 [ 3 ] {} <Debug> HTTP-Session: efd54e63-81fa-42d2-ac3d-20a0a8500216 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9443 | 2024.07.31 06:57:01.292527 [ 3 ] {} <Trace> HTTP-Session: efd54e63-81fa-42d2-ac3d-20a0a8500216 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9444 | 2024.07.31 06:57:01.292643 [ 3 ] {8adae778-9c86-4f90-b7be-d04eb2d10ab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9445 | 2024.07.31 06:57:01.292688 [ 3 ] {8adae778-9c86-4f90-b7be-d04eb2d10ab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9446 | 2024.07.31 06:57:01.292834 [ 3 ] {8adae778-9c86-4f90-b7be-d04eb2d10ab7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9447 | 2024.07.31 06:57:01.293127 [ 3 ] {8adae778-9c86-4f90-b7be-d04eb2d10ab7} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9448 | 2024.07.31 06:57:01.293164 [ 3 ] {8adae778-9c86-4f90-b7be-d04eb2d10ab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9449 | 2024.07.31 06:57:01.293525 [ 3 ] {8adae778-9c86-4f90-b7be-d04eb2d10ab7} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9450 | 2024.07.31 06:57:01.293856 [ 3 ] {8adae778-9c86-4f90-b7be-d04eb2d10ab7} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9451 | 2024.07.31 06:57:01.294014 [ 3 ] {8adae778-9c86-4f90-b7be-d04eb2d10ab7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0014 sec., 42857.142857142855 rows/sec., 2.89 MiB/sec. | ||
| 9452 | 2024.07.31 06:57:01.294299 [ 3 ] {8adae778-9c86-4f90-b7be-d04eb2d10ab7} <Debug> DynamicQueryHandler: Done processing query | ||
| 9453 | 2024.07.31 06:57:01.294349 [ 3 ] {8adae778-9c86-4f90-b7be-d04eb2d10ab7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9454 | 2024.07.31 06:57:01.294380 [ 3 ] {} <Debug> HTTP-Session: efd54e63-81fa-42d2-ac3d-20a0a8500216 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9455 | 2024.07.31 06:57:06.261868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9456 | 2024.07.31 06:57:06.262002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9457 | 2024.07.31 06:57:06.262029 [ 3 ] {} <Debug> HTTP-Session: 757ed6a0-50b6-4edb-a725-7be82ede6607 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9458 | 2024.07.31 06:57:06.262053 [ 3 ] {} <Debug> HTTP-Session: 757ed6a0-50b6-4edb-a725-7be82ede6607 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9459 | 2024.07.31 06:57:06.262068 [ 3 ] {} <Debug> HTTP-Session: 757ed6a0-50b6-4edb-a725-7be82ede6607 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9460 | 2024.07.31 06:57:06.262119 [ 3 ] {} <Trace> HTTP-Session: 757ed6a0-50b6-4edb-a725-7be82ede6607 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9461 | 2024.07.31 06:57:06.262310 [ 3 ] {447854f9-4b0c-477c-a302-ea731c684686} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9462 | 2024.07.31 06:57:06.262377 [ 3 ] {447854f9-4b0c-477c-a302-ea731c684686} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 9463 | 2024.07.31 06:57:06.262568 [ 3 ] {447854f9-4b0c-477c-a302-ea731c684686} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9464 | 2024.07.31 06:57:06.263027 [ 3 ] {447854f9-4b0c-477c-a302-ea731c684686} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9465 | 2024.07.31 06:57:06.263076 [ 3 ] {447854f9-4b0c-477c-a302-ea731c684686} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9466 | 2024.07.31 06:57:06.263456 [ 3 ] {447854f9-4b0c-477c-a302-ea731c684686} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9467 | 2024.07.31 06:57:06.263800 [ 3 ] {447854f9-4b0c-477c-a302-ea731c684686} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9468 | 2024.07.31 06:57:06.263966 [ 3 ] {447854f9-4b0c-477c-a302-ea731c684686} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001711 sec., 15780.245470485095 rows/sec., 1.25 MiB/sec. | ||
| 9469 | 2024.07.31 06:57:06.264204 [ 3 ] {447854f9-4b0c-477c-a302-ea731c684686} <Debug> DynamicQueryHandler: Done processing query | ||
| 9470 | 2024.07.31 06:57:06.264242 [ 3 ] {447854f9-4b0c-477c-a302-ea731c684686} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9471 | 2024.07.31 06:57:06.264259 [ 3 ] {} <Debug> HTTP-Session: 757ed6a0-50b6-4edb-a725-7be82ede6607 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9472 | 2024.07.31 06:57:06.264407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9473 | 2024.07.31 06:57:06.264464 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9474 | 2024.07.31 06:57:06.264485 [ 3 ] {} <Debug> HTTP-Session: 0ae131bd-9d4f-40bc-a9da-01f0489208f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9475 | 2024.07.31 06:57:06.264503 [ 3 ] {} <Debug> HTTP-Session: 0ae131bd-9d4f-40bc-a9da-01f0489208f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9476 | 2024.07.31 06:57:06.264517 [ 3 ] {} <Debug> HTTP-Session: 0ae131bd-9d4f-40bc-a9da-01f0489208f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9477 | 2024.07.31 06:57:06.264552 [ 3 ] {} <Trace> HTTP-Session: 0ae131bd-9d4f-40bc-a9da-01f0489208f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9478 | 2024.07.31 06:57:06.264657 [ 3 ] {95f7bef1-4e2a-49b7-bcaa-1c3af884e0b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 9479 | 2024.07.31 06:57:06.264702 [ 3 ] {95f7bef1-4e2a-49b7-bcaa-1c3af884e0b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9480 | 2024.07.31 06:57:06.264841 [ 3 ] {95f7bef1-4e2a-49b7-bcaa-1c3af884e0b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9481 | 2024.07.31 06:57:06.265168 [ 3 ] {95f7bef1-4e2a-49b7-bcaa-1c3af884e0b0} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9482 | 2024.07.31 06:57:06.265206 [ 3 ] {95f7bef1-4e2a-49b7-bcaa-1c3af884e0b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9483 | 2024.07.31 06:57:06.265515 [ 3 ] {95f7bef1-4e2a-49b7-bcaa-1c3af884e0b0} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 9484 | 2024.07.31 06:57:06.265829 [ 3 ] {95f7bef1-4e2a-49b7-bcaa-1c3af884e0b0} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9485 | 2024.07.31 06:57:06.265969 [ 3 ] {95f7bef1-4e2a-49b7-bcaa-1c3af884e0b0} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00134 sec., 2985.0746268656717 rows/sec., 243.41 KiB/sec. | ||
| 9486 | 2024.07.31 06:57:06.266145 [ 3 ] {95f7bef1-4e2a-49b7-bcaa-1c3af884e0b0} <Debug> DynamicQueryHandler: Done processing query | ||
| 9487 | 2024.07.31 06:57:06.266170 [ 3 ] {95f7bef1-4e2a-49b7-bcaa-1c3af884e0b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9488 | 2024.07.31 06:57:06.266186 [ 3 ] {} <Debug> HTTP-Session: 0ae131bd-9d4f-40bc-a9da-01f0489208f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9489 | 2024.07.31 06:57:06.266384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 25305, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9490 | 2024.07.31 06:57:06.266446 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9491 | 2024.07.31 06:57:06.266468 [ 3 ] {} <Debug> HTTP-Session: 48fe9031-a5fd-49b5-8666-247cee091848 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9492 | 2024.07.31 06:57:06.266486 [ 3 ] {} <Debug> HTTP-Session: 48fe9031-a5fd-49b5-8666-247cee091848 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9493 | 2024.07.31 06:57:06.266502 [ 3 ] {} <Debug> HTTP-Session: 48fe9031-a5fd-49b5-8666-247cee091848 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9494 | 2024.07.31 06:57:06.266536 [ 3 ] {} <Trace> HTTP-Session: 48fe9031-a5fd-49b5-8666-247cee091848 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9495 | 2024.07.31 06:57:06.266691 [ 3 ] {b9b0af89-8e2d-4beb-97d6-f66e2415dcba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9496 | 2024.07.31 06:57:06.266737 [ 3 ] {b9b0af89-8e2d-4beb-97d6-f66e2415dcba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9497 | 2024.07.31 06:57:06.266868 [ 3 ] {b9b0af89-8e2d-4beb-97d6-f66e2415dcba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9498 | 2024.07.31 06:57:06.267289 [ 3 ] {b9b0af89-8e2d-4beb-97d6-f66e2415dcba} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9499 | 2024.07.31 06:57:06.267328 [ 3 ] {b9b0af89-8e2d-4beb-97d6-f66e2415dcba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9500 | 2024.07.31 06:57:06.267666 [ 3 ] {b9b0af89-8e2d-4beb-97d6-f66e2415dcba} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9501 | 2024.07.31 06:57:06.267985 [ 3 ] {b9b0af89-8e2d-4beb-97d6-f66e2415dcba} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9502 | 2024.07.31 06:57:06.268140 [ 3 ] {b9b0af89-8e2d-4beb-97d6-f66e2415dcba} <Debug> executeQuery: Read 175 rows, 14.67 KiB in 0.001515 sec., 115511.5511551155 rows/sec., 9.46 MiB/sec. | ||
| 9503 | 2024.07.31 06:57:06.268305 [ 3 ] {b9b0af89-8e2d-4beb-97d6-f66e2415dcba} <Debug> DynamicQueryHandler: Done processing query | ||
| 9504 | 2024.07.31 06:57:06.268330 [ 3 ] {b9b0af89-8e2d-4beb-97d6-f66e2415dcba} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 9505 | 2024.07.31 06:57:06.268346 [ 3 ] {} <Debug> HTTP-Session: 48fe9031-a5fd-49b5-8666-247cee091848 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9506 | 2024.07.31 06:57:06.268520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9507 | 2024.07.31 06:57:06.268570 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9508 | 2024.07.31 06:57:06.268590 [ 3 ] {} <Debug> HTTP-Session: 79b11f03-46e0-4e4a-bbfb-25770c47163d Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9509 | 2024.07.31 06:57:06.268608 [ 3 ] {} <Debug> HTTP-Session: 79b11f03-46e0-4e4a-bbfb-25770c47163d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9510 | 2024.07.31 06:57:06.268622 [ 3 ] {} <Debug> HTTP-Session: 79b11f03-46e0-4e4a-bbfb-25770c47163d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9511 | 2024.07.31 06:57:06.268656 [ 3 ] {} <Trace> HTTP-Session: 79b11f03-46e0-4e4a-bbfb-25770c47163d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9512 | 2024.07.31 06:57:06.268749 [ 3 ] {023444e5-8c6b-401d-acf2-994c816a7cf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9513 | 2024.07.31 06:57:06.268792 [ 3 ] {023444e5-8c6b-401d-acf2-994c816a7cf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9514 | 2024.07.31 06:57:06.268919 [ 3 ] {023444e5-8c6b-401d-acf2-994c816a7cf2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9515 | 2024.07.31 06:57:06.269192 [ 3 ] {023444e5-8c6b-401d-acf2-994c816a7cf2} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9516 | 2024.07.31 06:57:06.269229 [ 3 ] {023444e5-8c6b-401d-acf2-994c816a7cf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9517 | 2024.07.31 06:57:06.269524 [ 3 ] {023444e5-8c6b-401d-acf2-994c816a7cf2} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 9518 | 2024.07.31 06:57:06.269839 [ 3 ] {023444e5-8c6b-401d-acf2-994c816a7cf2} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9519 | 2024.07.31 06:57:06.269995 [ 3 ] {023444e5-8c6b-401d-acf2-994c816a7cf2} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001262 sec., 3169.5721077654516 rows/sec., 221.31 KiB/sec. | ||
| 9520 | 2024.07.31 06:57:06.270200 [ 3 ] {023444e5-8c6b-401d-acf2-994c816a7cf2} <Debug> DynamicQueryHandler: Done processing query | ||
| 9521 | 2024.07.31 06:57:06.270226 [ 3 ] {023444e5-8c6b-401d-acf2-994c816a7cf2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9522 | 2024.07.31 06:57:06.270243 [ 3 ] {} <Debug> HTTP-Session: 79b11f03-46e0-4e4a-bbfb-25770c47163d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9523 | 2024.07.31 06:57:06.270395 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 20185, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9524 | 2024.07.31 06:57:06.270452 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9525 | 2024.07.31 06:57:06.270484 [ 3 ] {} <Debug> HTTP-Session: b10d152c-12e2-441a-93e9-7c4761bff9f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9526 | 2024.07.31 06:57:06.270509 [ 3 ] {} <Debug> HTTP-Session: b10d152c-12e2-441a-93e9-7c4761bff9f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9527 | 2024.07.31 06:57:06.270533 [ 3 ] {} <Debug> HTTP-Session: b10d152c-12e2-441a-93e9-7c4761bff9f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9528 | 2024.07.31 06:57:06.270578 [ 3 ] {} <Trace> HTTP-Session: b10d152c-12e2-441a-93e9-7c4761bff9f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9529 | 2024.07.31 06:57:06.270767 [ 3 ] {62a10186-3ea1-4052-bd3b-14f24581ff94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9530 | 2024.07.31 06:57:06.270829 [ 3 ] {62a10186-3ea1-4052-bd3b-14f24581ff94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9531 | 2024.07.31 06:57:06.271001 [ 3 ] {62a10186-3ea1-4052-bd3b-14f24581ff94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9532 | 2024.07.31 06:57:06.271395 [ 3 ] {62a10186-3ea1-4052-bd3b-14f24581ff94} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9533 | 2024.07.31 06:57:06.271443 [ 3 ] {62a10186-3ea1-4052-bd3b-14f24581ff94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9534 | 2024.07.31 06:57:06.271807 [ 3 ] {62a10186-3ea1-4052-bd3b-14f24581ff94} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9535 | 2024.07.31 06:57:06.272136 [ 3 ] {62a10186-3ea1-4052-bd3b-14f24581ff94} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9536 | 2024.07.31 06:57:06.272297 [ 3 ] {62a10186-3ea1-4052-bd3b-14f24581ff94} <Debug> executeQuery: Read 119 rows, 9.50 KiB in 0.001598 sec., 74468.08510638298 rows/sec., 5.81 MiB/sec. | ||
| 9537 | 2024.07.31 06:57:06.272466 [ 3 ] {62a10186-3ea1-4052-bd3b-14f24581ff94} <Debug> DynamicQueryHandler: Done processing query | ||
| 9538 | 2024.07.31 06:57:06.272492 [ 3 ] {62a10186-3ea1-4052-bd3b-14f24581ff94} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 9539 | 2024.07.31 06:57:06.272509 [ 3 ] {} <Debug> HTTP-Session: b10d152c-12e2-441a-93e9-7c4761bff9f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9540 | 2024.07.31 06:57:06.272680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 37962, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9541 | 2024.07.31 06:57:06.272734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9542 | 2024.07.31 06:57:06.272755 [ 3 ] {} <Debug> HTTP-Session: 5c809153-c3f6-406a-9190-a0c61fd29d35 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9543 | 2024.07.31 06:57:06.272773 [ 3 ] {} <Debug> HTTP-Session: 5c809153-c3f6-406a-9190-a0c61fd29d35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9544 | 2024.07.31 06:57:06.272787 [ 3 ] {} <Debug> HTTP-Session: 5c809153-c3f6-406a-9190-a0c61fd29d35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9545 | 2024.07.31 06:57:06.272818 [ 3 ] {} <Trace> HTTP-Session: 5c809153-c3f6-406a-9190-a0c61fd29d35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9546 | 2024.07.31 06:57:06.272991 [ 3 ] {207fe6b7-71b9-4d51-8ca1-ff354591e61b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9547 | 2024.07.31 06:57:06.273043 [ 3 ] {207fe6b7-71b9-4d51-8ca1-ff354591e61b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9548 | 2024.07.31 06:57:06.273188 [ 3 ] {207fe6b7-71b9-4d51-8ca1-ff354591e61b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9549 | 2024.07.31 06:57:06.273593 [ 3 ] {207fe6b7-71b9-4d51-8ca1-ff354591e61b} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9550 | 2024.07.31 06:57:06.273629 [ 3 ] {207fe6b7-71b9-4d51-8ca1-ff354591e61b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9551 | 2024.07.31 06:57:06.274031 [ 3 ] {207fe6b7-71b9-4d51-8ca1-ff354591e61b} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9552 | 2024.07.31 06:57:06.274361 [ 3 ] {207fe6b7-71b9-4d51-8ca1-ff354591e61b} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9553 | 2024.07.31 06:57:06.274516 [ 3 ] {207fe6b7-71b9-4d51-8ca1-ff354591e61b} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001602 sec., 123595.50561797754 rows/sec., 8.63 MiB/sec. | ||
| 9554 | 2024.07.31 06:57:06.274695 [ 3 ] {207fe6b7-71b9-4d51-8ca1-ff354591e61b} <Debug> DynamicQueryHandler: Done processing query | ||
| 9555 | 2024.07.31 06:57:06.274720 [ 3 ] {207fe6b7-71b9-4d51-8ca1-ff354591e61b} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 9556 | 2024.07.31 06:57:06.274736 [ 3 ] {} <Debug> HTTP-Session: 5c809153-c3f6-406a-9190-a0c61fd29d35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9557 | 2024.07.31 06:57:06.274919 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 43611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9558 | 2024.07.31 06:57:06.274968 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9559 | 2024.07.31 06:57:06.274988 [ 3 ] {} <Debug> HTTP-Session: 57b86182-9e51-4a83-b3d1-a2cd57470236 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9560 | 2024.07.31 06:57:06.275005 [ 3 ] {} <Debug> HTTP-Session: 57b86182-9e51-4a83-b3d1-a2cd57470236 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9561 | 2024.07.31 06:57:06.275020 [ 3 ] {} <Debug> HTTP-Session: 57b86182-9e51-4a83-b3d1-a2cd57470236 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9562 | 2024.07.31 06:57:06.275051 [ 3 ] {} <Trace> HTTP-Session: 57b86182-9e51-4a83-b3d1-a2cd57470236 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9563 | 2024.07.31 06:57:06.275344 [ 3 ] {1c248fea-7326-4552-bc11-0bc80c43d7a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 9564 | 2024.07.31 06:57:06.275421 [ 3 ] {1c248fea-7326-4552-bc11-0bc80c43d7a5} <Trace> 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 | ||
| 9565 | 2024.07.31 06:57:06.275830 [ 3 ] {1c248fea-7326-4552-bc11-0bc80c43d7a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9566 | 2024.07.31 06:57:06.276481 [ 3 ] {1c248fea-7326-4552-bc11-0bc80c43d7a5} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9567 | 2024.07.31 06:57:06.276518 [ 3 ] {1c248fea-7326-4552-bc11-0bc80c43d7a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9568 | 2024.07.31 06:57:06.277110 [ 3 ] {1c248fea-7326-4552-bc11-0bc80c43d7a5} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 9569 | 2024.07.31 06:57:06.277523 [ 3 ] {1c248fea-7326-4552-bc11-0bc80c43d7a5} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9570 | 2024.07.31 06:57:06.277721 [ 3 ] {1c248fea-7326-4552-bc11-0bc80c43d7a5} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002584 sec., 10448.91640866873 rows/sec., 18.72 MiB/sec. | ||
| 9571 | 2024.07.31 06:57:06.277727 [ 61 ] {} <Debug> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 9572 | 2024.07.31 06:57:06.277870 [ 61 ] {} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9573 | 2024.07.31 06:57:06.277965 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9574 | 2024.07.31 06:57:06.278233 [ 3 ] {1c248fea-7326-4552-bc11-0bc80c43d7a5} <Debug> DynamicQueryHandler: Done processing query | ||
| 9575 | 2024.07.31 06:57:06.278314 [ 3 ] {1c248fea-7326-4552-bc11-0bc80c43d7a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 9576 | 2024.07.31 06:57:06.278311 [ 199 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 9577 | 2024.07.31 06:57:06.278340 [ 3 ] {} <Debug> HTTP-Session: 57b86182-9e51-4a83-b3d1-a2cd57470236 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9578 | 2024.07.31 06:57:06.278828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9579 | 2024.07.31 06:57:06.279141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9580 | 2024.07.31 06:57:06.279321 [ 3 ] {} <Debug> HTTP-Session: 280d0364-aac4-4d5a-8dd7-59fabb516bdd Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9581 | 2024.07.31 06:57:06.279368 [ 3 ] {} <Debug> HTTP-Session: 280d0364-aac4-4d5a-8dd7-59fabb516bdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9582 | 2024.07.31 06:57:06.279414 [ 3 ] {} <Debug> HTTP-Session: 280d0364-aac4-4d5a-8dd7-59fabb516bdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9583 | 2024.07.31 06:57:06.279511 [ 3 ] {} <Trace> HTTP-Session: 280d0364-aac4-4d5a-8dd7-59fabb516bdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9584 | 2024.07.31 06:57:06.279722 [ 199 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9585 | 2024.07.31 06:57:06.279773 [ 3 ] {aeff628d-4d08-4b8b-b7b2-39f1713519ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9586 | 2024.07.31 06:57:06.279877 [ 199 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 580 rows starting from the beginning of the part | ||
| 9587 | 2024.07.31 06:57:06.279895 [ 3 ] {aeff628d-4d08-4b8b-b7b2-39f1713519ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9588 | 2024.07.31 06:57:06.280817 [ 3 ] {aeff628d-4d08-4b8b-b7b2-39f1713519ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9589 | 2024.07.31 06:57:06.280829 [ 199 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 27 rows starting from the beginning of the part | ||
| 9590 | 2024.07.31 06:57:06.281532 [ 199 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 4 rows starting from the beginning of the part | ||
| 9591 | 2024.07.31 06:57:06.281904 [ 3 ] {aeff628d-4d08-4b8b-b7b2-39f1713519ca} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9592 | 2024.07.31 06:57:06.282076 [ 3 ] {aeff628d-4d08-4b8b-b7b2-39f1713519ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9593 | 2024.07.31 06:57:06.282237 [ 199 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 27 rows starting from the beginning of the part | ||
| 9594 | 2024.07.31 06:57:06.282860 [ 199 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 4 rows starting from the beginning of the part | ||
| 9595 | 2024.07.31 06:57:06.283491 [ 199 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 27 rows starting from the beginning of the part | ||
| 9596 | 2024.07.31 06:57:06.283561 [ 3 ] {aeff628d-4d08-4b8b-b7b2-39f1713519ca} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9597 | 2024.07.31 06:57:06.284592 [ 3 ] {aeff628d-4d08-4b8b-b7b2-39f1713519ca} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9598 | 2024.07.31 06:57:06.284832 [ 3 ] {aeff628d-4d08-4b8b-b7b2-39f1713519ca} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005116 sec., 11727.912431587178 rows/sec., 809.35 KiB/sec. | ||
| 9599 | 2024.07.31 06:57:06.285181 [ 3 ] {aeff628d-4d08-4b8b-b7b2-39f1713519ca} <Debug> DynamicQueryHandler: Done processing query | ||
| 9600 | 2024.07.31 06:57:06.285241 [ 3 ] {aeff628d-4d08-4b8b-b7b2-39f1713519ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9601 | 2024.07.31 06:57:06.285298 [ 3 ] {} <Debug> HTTP-Session: 280d0364-aac4-4d5a-8dd7-59fabb516bdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9602 | 2024.07.31 06:57:06.288868 [ 189 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 669 rows, containing 19 columns (19 merged, 0 gathered) in 0.010762818 sec., 62158.442147772075 rows/sec., 111.39 MiB/sec. | ||
| 9603 | 2024.07.31 06:57:06.289666 [ 196 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 9604 | 2024.07.31 06:57:06.290293 [ 196 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9605 | 2024.07.31 06:57:06.290378 [ 196 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 9606 | 2024.07.31 06:57:06.290525 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB. | ||
| 9607 | 2024.07.31 06:57:08.077540 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9608 | 2024.07.31 06:57:08.077621 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9609 | 2024.07.31 06:57:11.263673 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9610 | 2024.07.31 06:57:11.263873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9611 | 2024.07.31 06:57:11.263919 [ 3 ] {} <Debug> HTTP-Session: e4a78dbe-e9c3-49a1-ade3-2129844ecf2e Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9612 | 2024.07.31 06:57:11.263959 [ 3 ] {} <Debug> HTTP-Session: e4a78dbe-e9c3-49a1-ade3-2129844ecf2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9613 | 2024.07.31 06:57:11.263988 [ 3 ] {} <Debug> HTTP-Session: e4a78dbe-e9c3-49a1-ade3-2129844ecf2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9614 | 2024.07.31 06:57:11.264067 [ 3 ] {} <Trace> HTTP-Session: e4a78dbe-e9c3-49a1-ade3-2129844ecf2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9615 | 2024.07.31 06:57:11.264351 [ 3 ] {92306b14-db40-4201-9d88-d86de5c12b27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9616 | 2024.07.31 06:57:11.264457 [ 3 ] {92306b14-db40-4201-9d88-d86de5c12b27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 9617 | 2024.07.31 06:57:11.264712 [ 3 ] {92306b14-db40-4201-9d88-d86de5c12b27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9618 | 2024.07.31 06:57:11.265126 [ 3 ] {92306b14-db40-4201-9d88-d86de5c12b27} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9619 | 2024.07.31 06:57:11.265171 [ 3 ] {92306b14-db40-4201-9d88-d86de5c12b27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9620 | 2024.07.31 06:57:11.265542 [ 3 ] {92306b14-db40-4201-9d88-d86de5c12b27} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9621 | 2024.07.31 06:57:11.265879 [ 3 ] {92306b14-db40-4201-9d88-d86de5c12b27} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9622 | 2024.07.31 06:57:11.266042 [ 3 ] {92306b14-db40-4201-9d88-d86de5c12b27} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.001777 sec., 5627.462014631402 rows/sec., 373.70 KiB/sec. | ||
| 9623 | 2024.07.31 06:57:11.266066 [ 94 ] {} <Debug> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9624 | 2024.07.31 06:57:11.266184 [ 94 ] {} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9625 | 2024.07.31 06:57:11.266223 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9626 | 2024.07.31 06:57:11.266369 [ 3 ] {92306b14-db40-4201-9d88-d86de5c12b27} <Debug> DynamicQueryHandler: Done processing query | ||
| 9627 | 2024.07.31 06:57:11.266459 [ 3 ] {92306b14-db40-4201-9d88-d86de5c12b27} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9628 | 2024.07.31 06:57:11.266569 [ 3 ] {} <Debug> HTTP-Session: e4a78dbe-e9c3-49a1-ade3-2129844ecf2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9629 | 2024.07.31 06:57:11.266604 [ 189 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 9630 | 2024.07.31 06:57:11.266938 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9631 | 2024.07.31 06:57:11.267192 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9632 | 2024.07.31 06:57:11.267299 [ 3 ] {} <Debug> HTTP-Session: fcb0b951-ee97-480e-bcbe-ffafbab21df4 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9633 | 2024.07.31 06:57:11.267364 [ 3 ] {} <Debug> HTTP-Session: fcb0b951-ee97-480e-bcbe-ffafbab21df4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9634 | 2024.07.31 06:57:11.267374 [ 189 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9635 | 2024.07.31 06:57:11.267390 [ 3 ] {} <Debug> HTTP-Session: fcb0b951-ee97-480e-bcbe-ffafbab21df4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9636 | 2024.07.31 06:57:11.267439 [ 189 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 37 rows starting from the beginning of the part | ||
| 9637 | 2024.07.31 06:57:11.267458 [ 3 ] {} <Trace> HTTP-Session: fcb0b951-ee97-480e-bcbe-ffafbab21df4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9638 | 2024.07.31 06:57:11.267592 [ 189 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 10 rows starting from the beginning of the part | ||
| 9639 | 2024.07.31 06:57:11.267880 [ 189 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 27 rows starting from the beginning of the part | ||
| 9640 | 2024.07.31 06:57:11.267917 [ 3 ] {1ef0882f-124a-4e59-9530-89f0ca296968} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 9641 | 2024.07.31 06:57:11.268109 [ 3 ] {1ef0882f-124a-4e59-9530-89f0ca296968} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9642 | 2024.07.31 06:57:11.268188 [ 189 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 10 rows starting from the beginning of the part | ||
| 9643 | 2024.07.31 06:57:11.268550 [ 189 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 27 rows starting from the beginning of the part | ||
| 9644 | 2024.07.31 06:57:11.268890 [ 189 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 10 rows starting from the beginning of the part | ||
| 9645 | 2024.07.31 06:57:11.269661 [ 3 ] {1ef0882f-124a-4e59-9530-89f0ca296968} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9646 | 2024.07.31 06:57:11.270673 [ 3 ] {1ef0882f-124a-4e59-9530-89f0ca296968} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9647 | 2024.07.31 06:57:11.270736 [ 3 ] {1ef0882f-124a-4e59-9530-89f0ca296968} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9648 | 2024.07.31 06:57:11.271809 [ 3 ] {1ef0882f-124a-4e59-9530-89f0ca296968} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 9649 | 2024.07.31 06:57:11.272700 [ 196 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 4 columns (4 merged, 0 gathered) in 0.006379019 sec., 18968.433861068606 rows/sec., 1.41 MiB/sec. | ||
| 9650 | 2024.07.31 06:57:11.272978 [ 196 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9651 | 2024.07.31 06:57:11.273190 [ 3 ] {1ef0882f-124a-4e59-9530-89f0ca296968} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9652 | 2024.07.31 06:57:11.273408 [ 3 ] {1ef0882f-124a-4e59-9530-89f0ca296968} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.005791 sec., 690.7269901571403 rows/sec., 56.32 KiB/sec. | ||
| 9653 | 2024.07.31 06:57:11.273524 [ 196 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_46_9} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9654 | 2024.07.31 06:57:11.273622 [ 196 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_46_9} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9655 | 2024.07.31 06:57:11.273649 [ 3 ] {1ef0882f-124a-4e59-9530-89f0ca296968} <Debug> DynamicQueryHandler: Done processing query | ||
| 9656 | 2024.07.31 06:57:11.273688 [ 3 ] {1ef0882f-124a-4e59-9530-89f0ca296968} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9657 | 2024.07.31 06:57:11.273717 [ 3 ] {} <Debug> HTTP-Session: fcb0b951-ee97-480e-bcbe-ffafbab21df4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9658 | 2024.07.31 06:57:11.273724 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 9659 | 2024.07.31 06:57:11.273901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26475, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9660 | 2024.07.31 06:57:11.273953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9661 | 2024.07.31 06:57:11.273972 [ 3 ] {} <Debug> HTTP-Session: 52e9545a-f319-446a-8389-44be2d040bdf Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9662 | 2024.07.31 06:57:11.273988 [ 3 ] {} <Debug> HTTP-Session: 52e9545a-f319-446a-8389-44be2d040bdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9663 | 2024.07.31 06:57:11.274003 [ 3 ] {} <Debug> HTTP-Session: 52e9545a-f319-446a-8389-44be2d040bdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9664 | 2024.07.31 06:57:11.274035 [ 3 ] {} <Trace> HTTP-Session: 52e9545a-f319-446a-8389-44be2d040bdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9665 | 2024.07.31 06:57:11.274184 [ 3 ] {ee770da8-a095-4f87-a7da-dcbc086668a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9666 | 2024.07.31 06:57:11.274228 [ 3 ] {ee770da8-a095-4f87-a7da-dcbc086668a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9667 | 2024.07.31 06:57:11.274356 [ 3 ] {ee770da8-a095-4f87-a7da-dcbc086668a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9668 | 2024.07.31 06:57:11.274766 [ 3 ] {ee770da8-a095-4f87-a7da-dcbc086668a4} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9669 | 2024.07.31 06:57:11.274802 [ 3 ] {ee770da8-a095-4f87-a7da-dcbc086668a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9670 | 2024.07.31 06:57:11.275134 [ 3 ] {ee770da8-a095-4f87-a7da-dcbc086668a4} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9671 | 2024.07.31 06:57:11.275439 [ 3 ] {ee770da8-a095-4f87-a7da-dcbc086668a4} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9672 | 2024.07.31 06:57:11.275566 [ 91 ] {} <Debug> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9673 | 2024.07.31 06:57:11.275572 [ 3 ] {ee770da8-a095-4f87-a7da-dcbc086668a4} <Debug> executeQuery: Read 175 rows, 15.81 KiB in 0.001457 sec., 120109.81468771449 rows/sec., 10.59 MiB/sec. | ||
| 9674 | 2024.07.31 06:57:11.275616 [ 91 ] {} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9675 | 2024.07.31 06:57:11.275663 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9676 | 2024.07.31 06:57:11.275802 [ 3 ] {ee770da8-a095-4f87-a7da-dcbc086668a4} <Debug> DynamicQueryHandler: Done processing query | ||
| 9677 | 2024.07.31 06:57:11.275820 [ 189 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 9678 | 2024.07.31 06:57:11.275840 [ 3 ] {ee770da8-a095-4f87-a7da-dcbc086668a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 9679 | 2024.07.31 06:57:11.275892 [ 3 ] {} <Debug> HTTP-Session: 52e9545a-f319-446a-8389-44be2d040bdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9680 | 2024.07.31 06:57:11.276016 [ 189 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9681 | 2024.07.31 06:57:11.276047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9682 | 2024.07.31 06:57:11.276078 [ 189 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 299 rows starting from the beginning of the part | ||
| 9683 | 2024.07.31 06:57:11.276142 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9684 | 2024.07.31 06:57:11.276226 [ 3 ] {} <Debug> HTTP-Session: 8e7c3fba-1815-411e-ab90-98b0dd3ed299 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9685 | 2024.07.31 06:57:11.276312 [ 3 ] {} <Debug> HTTP-Session: 8e7c3fba-1815-411e-ab90-98b0dd3ed299 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9686 | 2024.07.31 06:57:11.276321 [ 189 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 175 rows starting from the beginning of the part | ||
| 9687 | 2024.07.31 06:57:11.276357 [ 3 ] {} <Debug> HTTP-Session: 8e7c3fba-1815-411e-ab90-98b0dd3ed299 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9688 | 2024.07.31 06:57:11.276483 [ 3 ] {} <Trace> HTTP-Session: 8e7c3fba-1815-411e-ab90-98b0dd3ed299 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9689 | 2024.07.31 06:57:11.276601 [ 189 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 137 rows starting from the beginning of the part | ||
| 9690 | 2024.07.31 06:57:11.276804 [ 3 ] {5d4634a2-7944-44ec-adef-164c7f307a4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9691 | 2024.07.31 06:57:11.276870 [ 189 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 174 rows starting from the beginning of the part | ||
| 9692 | 2024.07.31 06:57:11.276927 [ 3 ] {5d4634a2-7944-44ec-adef-164c7f307a4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9693 | 2024.07.31 06:57:11.277109 [ 189 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 175 rows starting from the beginning of the part | ||
| 9694 | 2024.07.31 06:57:11.277461 [ 189 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 175 rows starting from the beginning of the part | ||
| 9695 | 2024.07.31 06:57:11.278025 [ 3 ] {5d4634a2-7944-44ec-adef-164c7f307a4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9696 | 2024.07.31 06:57:11.278735 [ 3 ] {5d4634a2-7944-44ec-adef-164c7f307a4f} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9697 | 2024.07.31 06:57:11.278811 [ 3 ] {5d4634a2-7944-44ec-adef-164c7f307a4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9698 | 2024.07.31 06:57:11.279687 [ 3 ] {5d4634a2-7944-44ec-adef-164c7f307a4f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 9699 | 2024.07.31 06:57:11.280349 [ 3 ] {5d4634a2-7944-44ec-adef-164c7f307a4f} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9700 | 2024.07.31 06:57:11.280386 [ 191 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1135 rows, containing 4 columns (4 merged, 0 gathered) in 0.004640526 sec., 244584.34237842867 rows/sec., 21.08 MiB/sec. | ||
| 9701 | 2024.07.31 06:57:11.280628 [ 3 ] {5d4634a2-7944-44ec-adef-164c7f307a4f} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.003939 sec., 1015.4861640010156 rows/sec., 70.91 KiB/sec. | ||
| 9702 | 2024.07.31 06:57:11.280784 [ 202 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9703 | 2024.07.31 06:57:11.281282 [ 3 ] {5d4634a2-7944-44ec-adef-164c7f307a4f} <Debug> DynamicQueryHandler: Done processing query | ||
| 9704 | 2024.07.31 06:57:11.281335 [ 3 ] {5d4634a2-7944-44ec-adef-164c7f307a4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9705 | 2024.07.31 06:57:11.281410 [ 3 ] {} <Debug> HTTP-Session: 8e7c3fba-1815-411e-ab90-98b0dd3ed299 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9706 | 2024.07.31 06:57:11.281655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 62957, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9707 | 2024.07.31 06:57:11.281745 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9708 | 2024.07.31 06:57:11.281786 [ 202 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_51_10} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9709 | 2024.07.31 06:57:11.281790 [ 3 ] {} <Debug> HTTP-Session: 984e2db5-da13-4d8a-9488-addc5c6267a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9710 | 2024.07.31 06:57:11.281859 [ 3 ] {} <Debug> HTTP-Session: 984e2db5-da13-4d8a-9488-addc5c6267a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9711 | 2024.07.31 06:57:11.281882 [ 3 ] {} <Debug> HTTP-Session: 984e2db5-da13-4d8a-9488-addc5c6267a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9712 | 2024.07.31 06:57:11.281938 [ 3 ] {} <Trace> HTTP-Session: 984e2db5-da13-4d8a-9488-addc5c6267a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9713 | 2024.07.31 06:57:11.281955 [ 202 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_51_10} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9714 | 2024.07.31 06:57:11.282108 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 9715 | 2024.07.31 06:57:11.282264 [ 3 ] {b66d3ac6-b3e1-49ac-8bdc-490cd31443bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9716 | 2024.07.31 06:57:11.282314 [ 3 ] {b66d3ac6-b3e1-49ac-8bdc-490cd31443bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9717 | 2024.07.31 06:57:11.282464 [ 3 ] {b66d3ac6-b3e1-49ac-8bdc-490cd31443bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9718 | 2024.07.31 06:57:11.283095 [ 3 ] {b66d3ac6-b3e1-49ac-8bdc-490cd31443bf} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9719 | 2024.07.31 06:57:11.283133 [ 3 ] {b66d3ac6-b3e1-49ac-8bdc-490cd31443bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9720 | 2024.07.31 06:57:11.283477 [ 3 ] {b66d3ac6-b3e1-49ac-8bdc-490cd31443bf} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9721 | 2024.07.31 06:57:11.283795 [ 3 ] {b66d3ac6-b3e1-49ac-8bdc-490cd31443bf} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9722 | 2024.07.31 06:57:11.283923 [ 91 ] {} <Debug> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9723 | 2024.07.31 06:57:11.283928 [ 3 ] {b66d3ac6-b3e1-49ac-8bdc-490cd31443bf} <Debug> executeQuery: Read 390 rows, 28.12 KiB in 0.001832 sec., 212882.09606986897 rows/sec., 14.99 MiB/sec. | ||
| 9724 | 2024.07.31 06:57:11.283960 [ 91 ] {} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9725 | 2024.07.31 06:57:11.284003 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9726 | 2024.07.31 06:57:11.284127 [ 190 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 9727 | 2024.07.31 06:57:11.284147 [ 3 ] {b66d3ac6-b3e1-49ac-8bdc-490cd31443bf} <Debug> DynamicQueryHandler: Done processing query | ||
| 9728 | 2024.07.31 06:57:11.284180 [ 3 ] {b66d3ac6-b3e1-49ac-8bdc-490cd31443bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 9729 | 2024.07.31 06:57:11.284202 [ 3 ] {} <Debug> HTTP-Session: 984e2db5-da13-4d8a-9488-addc5c6267a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9730 | 2024.07.31 06:57:11.284274 [ 190 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9731 | 2024.07.31 06:57:11.284310 [ 190 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 471 rows starting from the beginning of the part | ||
| 9732 | 2024.07.31 06:57:11.284348 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9733 | 2024.07.31 06:57:11.284396 [ 190 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 390 rows starting from the beginning of the part | ||
| 9734 | 2024.07.31 06:57:11.284424 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9735 | 2024.07.31 06:57:11.284473 [ 3 ] {} <Debug> HTTP-Session: 1c97715a-64df-4c42-9661-004b4f56c389 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9736 | 2024.07.31 06:57:11.284558 [ 3 ] {} <Debug> HTTP-Session: 1c97715a-64df-4c42-9661-004b4f56c389 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9737 | 2024.07.31 06:57:11.284652 [ 3 ] {} <Debug> HTTP-Session: 1c97715a-64df-4c42-9661-004b4f56c389 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9738 | 2024.07.31 06:57:11.284658 [ 190 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 91 rows starting from the beginning of the part | ||
| 9739 | 2024.07.31 06:57:11.284801 [ 3 ] {} <Trace> HTTP-Session: 1c97715a-64df-4c42-9661-004b4f56c389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9740 | 2024.07.31 06:57:11.284986 [ 190 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 388 rows starting from the beginning of the part | ||
| 9741 | 2024.07.31 06:57:11.285201 [ 190 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 119 rows starting from the beginning of the part | ||
| 9742 | 2024.07.31 06:57:11.285205 [ 3 ] {559dae62-c721-4492-bedd-1f167d4c3db4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 9743 | 2024.07.31 06:57:11.285435 [ 3 ] {559dae62-c721-4492-bedd-1f167d4c3db4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9744 | 2024.07.31 06:57:11.285505 [ 190 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 390 rows starting from the beginning of the part | ||
| 9745 | 2024.07.31 06:57:11.286134 [ 3 ] {559dae62-c721-4492-bedd-1f167d4c3db4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9746 | 2024.07.31 06:57:11.286578 [ 3 ] {559dae62-c721-4492-bedd-1f167d4c3db4} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9747 | 2024.07.31 06:57:11.286622 [ 3 ] {559dae62-c721-4492-bedd-1f167d4c3db4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9748 | 2024.07.31 06:57:11.287148 [ 3 ] {559dae62-c721-4492-bedd-1f167d4c3db4} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 9749 | 2024.07.31 06:57:11.287550 [ 202 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1849 rows, containing 4 columns (4 merged, 0 gathered) in 0.003475726 sec., 531975.190219252 rows/sec., 38.10 MiB/sec. | ||
| 9750 | 2024.07.31 06:57:11.287646 [ 3 ] {559dae62-c721-4492-bedd-1f167d4c3db4} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9751 | 2024.07.31 06:57:11.287778 [ 202 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9752 | 2024.07.31 06:57:11.287970 [ 3 ] {559dae62-c721-4492-bedd-1f167d4c3db4} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.002844 sec., 2109.7046413502107 rows/sec., 90.65 KiB/sec. | ||
| 9753 | 2024.07.31 06:57:11.288928 [ 3 ] {559dae62-c721-4492-bedd-1f167d4c3db4} <Debug> DynamicQueryHandler: Done processing query | ||
| 9754 | 2024.07.31 06:57:11.288973 [ 3 ] {559dae62-c721-4492-bedd-1f167d4c3db4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9755 | 2024.07.31 06:57:11.289021 [ 3 ] {} <Debug> HTTP-Session: 1c97715a-64df-4c42-9661-004b4f56c389 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9756 | 2024.07.31 06:57:11.289037 [ 202 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_51_10} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9757 | 2024.07.31 06:57:11.289149 [ 202 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_51_10} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9758 | 2024.07.31 06:57:11.289188 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9759 | 2024.07.31 06:57:11.289285 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 9760 | 2024.07.31 06:57:11.289298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9761 | 2024.07.31 06:57:11.289337 [ 3 ] {} <Debug> HTTP-Session: 76cb9e6c-427a-4ac7-8275-090bce532036 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9762 | 2024.07.31 06:57:11.289354 [ 3 ] {} <Debug> HTTP-Session: 76cb9e6c-427a-4ac7-8275-090bce532036 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9763 | 2024.07.31 06:57:11.289369 [ 3 ] {} <Debug> HTTP-Session: 76cb9e6c-427a-4ac7-8275-090bce532036 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9764 | 2024.07.31 06:57:11.289402 [ 3 ] {} <Trace> HTTP-Session: 76cb9e6c-427a-4ac7-8275-090bce532036 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9765 | 2024.07.31 06:57:11.289564 [ 3 ] {231bace7-24d6-48ef-8d65-5e5da3a82052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 9766 | 2024.07.31 06:57:11.289612 [ 3 ] {231bace7-24d6-48ef-8d65-5e5da3a82052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 9767 | 2024.07.31 06:57:11.289782 [ 3 ] {231bace7-24d6-48ef-8d65-5e5da3a82052} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9768 | 2024.07.31 06:57:11.290141 [ 3 ] {231bace7-24d6-48ef-8d65-5e5da3a82052} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9769 | 2024.07.31 06:57:11.290177 [ 3 ] {231bace7-24d6-48ef-8d65-5e5da3a82052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9770 | 2024.07.31 06:57:11.290566 [ 3 ] {231bace7-24d6-48ef-8d65-5e5da3a82052} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 9771 | 2024.07.31 06:57:11.290913 [ 3 ] {231bace7-24d6-48ef-8d65-5e5da3a82052} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9772 | 2024.07.31 06:57:11.291043 [ 3 ] {231bace7-24d6-48ef-8d65-5e5da3a82052} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00156 sec., 49358.97435897436 rows/sec., 3.04 MiB/sec. | ||
| 9773 | 2024.07.31 06:57:11.291215 [ 3 ] {231bace7-24d6-48ef-8d65-5e5da3a82052} <Debug> DynamicQueryHandler: Done processing query | ||
| 9774 | 2024.07.31 06:57:11.291240 [ 3 ] {231bace7-24d6-48ef-8d65-5e5da3a82052} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9775 | 2024.07.31 06:57:11.291256 [ 3 ] {} <Debug> HTTP-Session: 76cb9e6c-427a-4ac7-8275-090bce532036 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9776 | 2024.07.31 06:57:11.291425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 31005, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9777 | 2024.07.31 06:57:11.291475 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9778 | 2024.07.31 06:57:11.291494 [ 3 ] {} <Debug> HTTP-Session: 41755689-a2f3-4c73-9768-5eccd3132668 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9779 | 2024.07.31 06:57:11.291512 [ 3 ] {} <Debug> HTTP-Session: 41755689-a2f3-4c73-9768-5eccd3132668 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9780 | 2024.07.31 06:57:11.291525 [ 3 ] {} <Debug> HTTP-Session: 41755689-a2f3-4c73-9768-5eccd3132668 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9781 | 2024.07.31 06:57:11.291556 [ 3 ] {} <Trace> HTTP-Session: 41755689-a2f3-4c73-9768-5eccd3132668 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9782 | 2024.07.31 06:57:11.291711 [ 3 ] {f8a07a26-6a35-4460-8299-5e4f37b26ce8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9783 | 2024.07.31 06:57:11.291757 [ 3 ] {f8a07a26-6a35-4460-8299-5e4f37b26ce8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9784 | 2024.07.31 06:57:11.291897 [ 3 ] {f8a07a26-6a35-4460-8299-5e4f37b26ce8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9785 | 2024.07.31 06:57:11.292308 [ 3 ] {f8a07a26-6a35-4460-8299-5e4f37b26ce8} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9786 | 2024.07.31 06:57:11.292343 [ 3 ] {f8a07a26-6a35-4460-8299-5e4f37b26ce8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9787 | 2024.07.31 06:57:11.292721 [ 3 ] {f8a07a26-6a35-4460-8299-5e4f37b26ce8} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9788 | 2024.07.31 06:57:11.293068 [ 3 ] {f8a07a26-6a35-4460-8299-5e4f37b26ce8} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9789 | 2024.07.31 06:57:11.293194 [ 91 ] {} <Debug> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9790 | 2024.07.31 06:57:11.293198 [ 3 ] {f8a07a26-6a35-4460-8299-5e4f37b26ce8} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001562 sec., 103713.18822023047 rows/sec., 7.22 MiB/sec. | ||
| 9791 | 2024.07.31 06:57:11.293227 [ 91 ] {} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9792 | 2024.07.31 06:57:11.293274 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9793 | 2024.07.31 06:57:11.293398 [ 192 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 9794 | 2024.07.31 06:57:11.293420 [ 3 ] {f8a07a26-6a35-4460-8299-5e4f37b26ce8} <Debug> DynamicQueryHandler: Done processing query | ||
| 9795 | 2024.07.31 06:57:11.293452 [ 3 ] {f8a07a26-6a35-4460-8299-5e4f37b26ce8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9796 | 2024.07.31 06:57:11.293476 [ 3 ] {} <Debug> HTTP-Session: 41755689-a2f3-4c73-9768-5eccd3132668 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9797 | 2024.07.31 06:57:11.293561 [ 192 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9798 | 2024.07.31 06:57:11.293600 [ 192 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 7620 rows starting from the beginning of the part | ||
| 9799 | 2024.07.31 06:57:11.293619 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6441, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9800 | 2024.07.31 06:57:11.293726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9801 | 2024.07.31 06:57:11.293784 [ 192 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 162 rows starting from the beginning of the part | ||
| 9802 | 2024.07.31 06:57:11.293828 [ 3 ] {} <Debug> HTTP-Session: 7b08f592-b7d2-4762-8440-28907cc59e91 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9803 | 2024.07.31 06:57:11.293890 [ 3 ] {} <Debug> HTTP-Session: 7b08f592-b7d2-4762-8440-28907cc59e91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9804 | 2024.07.31 06:57:11.293965 [ 3 ] {} <Debug> HTTP-Session: 7b08f592-b7d2-4762-8440-28907cc59e91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9805 | 2024.07.31 06:57:11.294139 [ 3 ] {} <Trace> HTTP-Session: 7b08f592-b7d2-4762-8440-28907cc59e91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9806 | 2024.07.31 06:57:11.294276 [ 192 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part | ||
| 9807 | 2024.07.31 06:57:11.294471 [ 192 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 161 rows starting from the beginning of the part | ||
| 9808 | 2024.07.31 06:57:11.294577 [ 3 ] {f13e43d7-c76d-495e-89fe-05c89a9c5cdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 9809 | 2024.07.31 06:57:11.294871 [ 192 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 198 rows starting from the beginning of the part | ||
| 9810 | 2024.07.31 06:57:11.295023 [ 3 ] {f13e43d7-c76d-495e-89fe-05c89a9c5cdb} <Trace> 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 | ||
| 9811 | 2024.07.31 06:57:11.295135 [ 192 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 162 rows starting from the beginning of the part | ||
| 9812 | 2024.07.31 06:57:11.296297 [ 3 ] {f13e43d7-c76d-495e-89fe-05c89a9c5cdb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9813 | 2024.07.31 06:57:11.297384 [ 3 ] {f13e43d7-c76d-495e-89fe-05c89a9c5cdb} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9814 | 2024.07.31 06:57:11.297425 [ 3 ] {f13e43d7-c76d-495e-89fe-05c89a9c5cdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9815 | 2024.07.31 06:57:11.298135 [ 3 ] {f13e43d7-c76d-495e-89fe-05c89a9c5cdb} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 9816 | 2024.07.31 06:57:11.298935 [ 3 ] {f13e43d7-c76d-495e-89fe-05c89a9c5cdb} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9817 | 2024.07.31 06:57:11.299095 [ 3 ] {f13e43d7-c76d-495e-89fe-05c89a9c5cdb} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.004703 sec., 850.520944078248 rows/sec., 1.52 MiB/sec. | ||
| 9818 | 2024.07.31 06:57:11.299353 [ 3 ] {f13e43d7-c76d-495e-89fe-05c89a9c5cdb} <Debug> DynamicQueryHandler: Done processing query | ||
| 9819 | 2024.07.31 06:57:11.299378 [ 3 ] {f13e43d7-c76d-495e-89fe-05c89a9c5cdb} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 9820 | 2024.07.31 06:57:11.299394 [ 3 ] {} <Debug> HTTP-Session: 7b08f592-b7d2-4762-8440-28907cc59e91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9821 | 2024.07.31 06:57:11.299517 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9822 | 2024.07.31 06:57:11.299589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9823 | 2024.07.31 06:57:11.299635 [ 3 ] {} <Debug> HTTP-Session: 26954879-bf35-42b5-9ebf-405144fd8cd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9824 | 2024.07.31 06:57:11.299680 [ 3 ] {} <Debug> HTTP-Session: 26954879-bf35-42b5-9ebf-405144fd8cd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9825 | 2024.07.31 06:57:11.299719 [ 3 ] {} <Debug> HTTP-Session: 26954879-bf35-42b5-9ebf-405144fd8cd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9826 | 2024.07.31 06:57:11.299772 [ 3 ] {} <Trace> HTTP-Session: 26954879-bf35-42b5-9ebf-405144fd8cd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9827 | 2024.07.31 06:57:11.299785 [ 202 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8463 rows, containing 5 columns (5 merged, 0 gathered) in 0.00643692 sec., 1314759.2326764974 rows/sec., 91.62 MiB/sec. | ||
| 9828 | 2024.07.31 06:57:11.299938 [ 3 ] {cb0fc8eb-e28d-4496-8e06-48bfcfdb8149} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9829 | 2024.07.31 06:57:11.300008 [ 3 ] {cb0fc8eb-e28d-4496-8e06-48bfcfdb8149} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 9830 | 2024.07.31 06:57:11.300193 [ 195 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9831 | 2024.07.31 06:57:11.300217 [ 3 ] {cb0fc8eb-e28d-4496-8e06-48bfcfdb8149} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9832 | 2024.07.31 06:57:11.301137 [ 3 ] {cb0fc8eb-e28d-4496-8e06-48bfcfdb8149} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9833 | 2024.07.31 06:57:11.301212 [ 3 ] {cb0fc8eb-e28d-4496-8e06-48bfcfdb8149} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9834 | 2024.07.31 06:57:11.301541 [ 195 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9835 | 2024.07.31 06:57:11.301751 [ 195 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9836 | 2024.07.31 06:57:11.301938 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.47 MiB. | ||
| 9837 | 2024.07.31 06:57:11.301977 [ 3 ] {cb0fc8eb-e28d-4496-8e06-48bfcfdb8149} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 9838 | 2024.07.31 06:57:11.302337 [ 3 ] {cb0fc8eb-e28d-4496-8e06-48bfcfdb8149} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9839 | 2024.07.31 06:57:11.302477 [ 3 ] {cb0fc8eb-e28d-4496-8e06-48bfcfdb8149} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.002598 sec., 8852.963818321787 rows/sec., 478.88 KiB/sec. | ||
| 9840 | 2024.07.31 06:57:11.302658 [ 3 ] {cb0fc8eb-e28d-4496-8e06-48bfcfdb8149} <Debug> DynamicQueryHandler: Done processing query | ||
| 9841 | 2024.07.31 06:57:11.302685 [ 3 ] {cb0fc8eb-e28d-4496-8e06-48bfcfdb8149} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9842 | 2024.07.31 06:57:11.302701 [ 3 ] {} <Debug> HTTP-Session: 26954879-bf35-42b5-9ebf-405144fd8cd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9843 | 2024.07.31 06:57:11.302834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9844 | 2024.07.31 06:57:11.302885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9845 | 2024.07.31 06:57:11.302905 [ 3 ] {} <Debug> HTTP-Session: 15fb77ab-1961-450f-aa83-781aeab14776 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9846 | 2024.07.31 06:57:11.302922 [ 3 ] {} <Debug> HTTP-Session: 15fb77ab-1961-450f-aa83-781aeab14776 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9847 | 2024.07.31 06:57:11.302936 [ 3 ] {} <Debug> HTTP-Session: 15fb77ab-1961-450f-aa83-781aeab14776 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9848 | 2024.07.31 06:57:11.302967 [ 3 ] {} <Trace> HTTP-Session: 15fb77ab-1961-450f-aa83-781aeab14776 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9849 | 2024.07.31 06:57:11.303091 [ 3 ] {b30a1bbd-5221-424f-a193-de7838263c01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9850 | 2024.07.31 06:57:11.303136 [ 3 ] {b30a1bbd-5221-424f-a193-de7838263c01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9851 | 2024.07.31 06:57:11.303263 [ 3 ] {b30a1bbd-5221-424f-a193-de7838263c01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9852 | 2024.07.31 06:57:11.303594 [ 3 ] {b30a1bbd-5221-424f-a193-de7838263c01} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9853 | 2024.07.31 06:57:11.303632 [ 3 ] {b30a1bbd-5221-424f-a193-de7838263c01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9854 | 2024.07.31 06:57:11.304040 [ 3 ] {b30a1bbd-5221-424f-a193-de7838263c01} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9855 | 2024.07.31 06:57:11.304380 [ 3 ] {b30a1bbd-5221-424f-a193-de7838263c01} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9856 | 2024.07.31 06:57:11.304510 [ 3 ] {b30a1bbd-5221-424f-a193-de7838263c01} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001462 sec., 41039.67168262654 rows/sec., 2.77 MiB/sec. | ||
| 9857 | 2024.07.31 06:57:11.304510 [ 91 ] {} <Debug> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9858 | 2024.07.31 06:57:11.304563 [ 91 ] {} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9859 | 2024.07.31 06:57:11.304592 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 9860 | 2024.07.31 06:57:11.304764 [ 3 ] {b30a1bbd-5221-424f-a193-de7838263c01} <Debug> DynamicQueryHandler: Done processing query | ||
| 9861 | 2024.07.31 06:57:11.304813 [ 3 ] {b30a1bbd-5221-424f-a193-de7838263c01} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9862 | 2024.07.31 06:57:11.304840 [ 197 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 9863 | 2024.07.31 06:57:11.304903 [ 3 ] {} <Debug> HTTP-Session: 15fb77ab-1961-450f-aa83-781aeab14776 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9864 | 2024.07.31 06:57:11.305230 [ 197 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9865 | 2024.07.31 06:57:11.305280 [ 197 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2686 rows starting from the beginning of the part | ||
| 9866 | 2024.07.31 06:57:11.305375 [ 197 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part | ||
| 9867 | 2024.07.31 06:57:11.305558 [ 197 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part | ||
| 9868 | 2024.07.31 06:57:11.305768 [ 197 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part | ||
| 9869 | 2024.07.31 06:57:11.305891 [ 197 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part | ||
| 9870 | 2024.07.31 06:57:11.306085 [ 197 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part | ||
| 9871 | 2024.07.31 06:57:11.307800 [ 195 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2986 rows, containing 4 columns (4 merged, 0 gathered) in 0.003144218 sec., 949679.6977817697 rows/sec., 64.02 MiB/sec. | ||
| 9872 | 2024.07.31 06:57:11.308057 [ 193 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9873 | 2024.07.31 06:57:11.308467 [ 193 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_51_10} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9874 | 2024.07.31 06:57:11.308555 [ 193 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_51_10} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9875 | 2024.07.31 06:57:11.308639 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 9876 | 2024.07.31 06:57:16.260051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9877 | 2024.07.31 06:57:16.260242 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9878 | 2024.07.31 06:57:16.260287 [ 3 ] {} <Debug> HTTP-Session: b42ec3b6-bca5-4f4e-9747-44916d8fb061 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9879 | 2024.07.31 06:57:16.260327 [ 3 ] {} <Debug> HTTP-Session: b42ec3b6-bca5-4f4e-9747-44916d8fb061 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9880 | 2024.07.31 06:57:16.260356 [ 3 ] {} <Debug> HTTP-Session: b42ec3b6-bca5-4f4e-9747-44916d8fb061 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9881 | 2024.07.31 06:57:16.260434 [ 3 ] {} <Trace> HTTP-Session: b42ec3b6-bca5-4f4e-9747-44916d8fb061 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9882 | 2024.07.31 06:57:16.260721 [ 3 ] {0009aa2a-6426-404d-974c-82a501bb2664} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9883 | 2024.07.31 06:57:16.260820 [ 3 ] {0009aa2a-6426-404d-974c-82a501bb2664} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 9884 | 2024.07.31 06:57:16.261012 [ 3 ] {0009aa2a-6426-404d-974c-82a501bb2664} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9885 | 2024.07.31 06:57:16.261497 [ 3 ] {0009aa2a-6426-404d-974c-82a501bb2664} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9886 | 2024.07.31 06:57:16.261540 [ 3 ] {0009aa2a-6426-404d-974c-82a501bb2664} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 9887 | 2024.07.31 06:57:16.261911 [ 3 ] {0009aa2a-6426-404d-974c-82a501bb2664} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9888 | 2024.07.31 06:57:16.262255 [ 3 ] {0009aa2a-6426-404d-974c-82a501bb2664} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9889 | 2024.07.31 06:57:16.262430 [ 3 ] {0009aa2a-6426-404d-974c-82a501bb2664} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001804 sec., 14966.740576496673 rows/sec., 1.18 MiB/sec. | ||
| 9890 | 2024.07.31 06:57:16.262753 [ 3 ] {0009aa2a-6426-404d-974c-82a501bb2664} <Debug> DynamicQueryHandler: Done processing query | ||
| 9891 | 2024.07.31 06:57:16.262809 [ 3 ] {0009aa2a-6426-404d-974c-82a501bb2664} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9892 | 2024.07.31 06:57:16.262849 [ 3 ] {} <Debug> HTTP-Session: b42ec3b6-bca5-4f4e-9747-44916d8fb061 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9893 | 2024.07.31 06:57:16.263052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 20062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9894 | 2024.07.31 06:57:16.263109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9895 | 2024.07.31 06:57:16.263128 [ 3 ] {} <Debug> HTTP-Session: 8baed544-647d-4e23-8dce-fc5615ffbf50 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9896 | 2024.07.31 06:57:16.263148 [ 3 ] {} <Debug> HTTP-Session: 8baed544-647d-4e23-8dce-fc5615ffbf50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9897 | 2024.07.31 06:57:16.263162 [ 3 ] {} <Debug> HTTP-Session: 8baed544-647d-4e23-8dce-fc5615ffbf50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9898 | 2024.07.31 06:57:16.263196 [ 3 ] {} <Trace> HTTP-Session: 8baed544-647d-4e23-8dce-fc5615ffbf50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9899 | 2024.07.31 06:57:16.263346 [ 3 ] {21e709ae-34cf-42d4-8ed9-234bada3ff3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9900 | 2024.07.31 06:57:16.263394 [ 3 ] {21e709ae-34cf-42d4-8ed9-234bada3ff3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9901 | 2024.07.31 06:57:16.263547 [ 3 ] {21e709ae-34cf-42d4-8ed9-234bada3ff3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9902 | 2024.07.31 06:57:16.263984 [ 3 ] {21e709ae-34cf-42d4-8ed9-234bada3ff3b} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9903 | 2024.07.31 06:57:16.264023 [ 3 ] {21e709ae-34cf-42d4-8ed9-234bada3ff3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 9904 | 2024.07.31 06:57:16.264349 [ 3 ] {21e709ae-34cf-42d4-8ed9-234bada3ff3b} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9905 | 2024.07.31 06:57:16.264666 [ 3 ] {21e709ae-34cf-42d4-8ed9-234bada3ff3b} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9906 | 2024.07.31 06:57:16.264826 [ 3 ] {21e709ae-34cf-42d4-8ed9-234bada3ff3b} <Debug> executeQuery: Read 137 rows, 11.71 KiB in 0.00154 sec., 88961.03896103897 rows/sec., 7.43 MiB/sec. | ||
| 9907 | 2024.07.31 06:57:16.265034 [ 3 ] {21e709ae-34cf-42d4-8ed9-234bada3ff3b} <Debug> DynamicQueryHandler: Done processing query | ||
| 9908 | 2024.07.31 06:57:16.265073 [ 3 ] {21e709ae-34cf-42d4-8ed9-234bada3ff3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 9909 | 2024.07.31 06:57:16.265095 [ 3 ] {} <Debug> HTTP-Session: 8baed544-647d-4e23-8dce-fc5615ffbf50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9910 | 2024.07.31 06:57:16.265279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 15465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9911 | 2024.07.31 06:57:16.265330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9912 | 2024.07.31 06:57:16.265349 [ 3 ] {} <Debug> HTTP-Session: e3269812-75be-4849-aa1f-e70f4d8d8b43 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9913 | 2024.07.31 06:57:16.265367 [ 3 ] {} <Debug> HTTP-Session: e3269812-75be-4849-aa1f-e70f4d8d8b43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9914 | 2024.07.31 06:57:16.265380 [ 3 ] {} <Debug> HTTP-Session: e3269812-75be-4849-aa1f-e70f4d8d8b43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9915 | 2024.07.31 06:57:16.265412 [ 3 ] {} <Trace> HTTP-Session: e3269812-75be-4849-aa1f-e70f4d8d8b43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9916 | 2024.07.31 06:57:16.265531 [ 3 ] {a3141da6-88e7-4157-adfc-3233a1641694} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9917 | 2024.07.31 06:57:16.265575 [ 3 ] {a3141da6-88e7-4157-adfc-3233a1641694} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9918 | 2024.07.31 06:57:16.265703 [ 3 ] {a3141da6-88e7-4157-adfc-3233a1641694} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9919 | 2024.07.31 06:57:16.266074 [ 3 ] {a3141da6-88e7-4157-adfc-3233a1641694} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9920 | 2024.07.31 06:57:16.266112 [ 3 ] {a3141da6-88e7-4157-adfc-3233a1641694} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 9921 | 2024.07.31 06:57:16.266430 [ 3 ] {a3141da6-88e7-4157-adfc-3233a1641694} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9922 | 2024.07.31 06:57:16.266738 [ 3 ] {a3141da6-88e7-4157-adfc-3233a1641694} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9923 | 2024.07.31 06:57:16.266893 [ 3 ] {a3141da6-88e7-4157-adfc-3233a1641694} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.0014 sec., 65000 rows/sec., 5.08 MiB/sec. | ||
| 9924 | 2024.07.31 06:57:16.267064 [ 3 ] {a3141da6-88e7-4157-adfc-3233a1641694} <Debug> DynamicQueryHandler: Done processing query | ||
| 9925 | 2024.07.31 06:57:16.267088 [ 3 ] {a3141da6-88e7-4157-adfc-3233a1641694} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 9926 | 2024.07.31 06:57:16.267104 [ 3 ] {} <Debug> HTTP-Session: e3269812-75be-4849-aa1f-e70f4d8d8b43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9927 | 2024.07.31 06:57:16.267294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9928 | 2024.07.31 06:57:16.267344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9929 | 2024.07.31 06:57:16.267363 [ 3 ] {} <Debug> HTTP-Session: fe1b3904-cbcb-4fbe-be7a-9118400c9301 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9930 | 2024.07.31 06:57:16.267379 [ 3 ] {} <Debug> HTTP-Session: fe1b3904-cbcb-4fbe-be7a-9118400c9301 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9931 | 2024.07.31 06:57:16.267392 [ 3 ] {} <Debug> HTTP-Session: fe1b3904-cbcb-4fbe-be7a-9118400c9301 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9932 | 2024.07.31 06:57:16.267423 [ 3 ] {} <Trace> HTTP-Session: fe1b3904-cbcb-4fbe-be7a-9118400c9301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9933 | 2024.07.31 06:57:16.267566 [ 3 ] {954d4953-4ea4-4bed-b11b-0577486e3b2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9934 | 2024.07.31 06:57:16.267614 [ 3 ] {954d4953-4ea4-4bed-b11b-0577486e3b2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9935 | 2024.07.31 06:57:16.267761 [ 3 ] {954d4953-4ea4-4bed-b11b-0577486e3b2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9936 | 2024.07.31 06:57:16.268149 [ 3 ] {954d4953-4ea4-4bed-b11b-0577486e3b2c} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9937 | 2024.07.31 06:57:16.268186 [ 3 ] {954d4953-4ea4-4bed-b11b-0577486e3b2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 9938 | 2024.07.31 06:57:16.268570 [ 3 ] {954d4953-4ea4-4bed-b11b-0577486e3b2c} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9939 | 2024.07.31 06:57:16.268904 [ 3 ] {954d4953-4ea4-4bed-b11b-0577486e3b2c} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9940 | 2024.07.31 06:57:16.269067 [ 3 ] {954d4953-4ea4-4bed-b11b-0577486e3b2c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001559 sec., 102629.89095574086 rows/sec., 7.15 MiB/sec. | ||
| 9941 | 2024.07.31 06:57:16.269325 [ 3 ] {954d4953-4ea4-4bed-b11b-0577486e3b2c} <Debug> DynamicQueryHandler: Done processing query | ||
| 9942 | 2024.07.31 06:57:16.269388 [ 3 ] {954d4953-4ea4-4bed-b11b-0577486e3b2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9943 | 2024.07.31 06:57:16.269449 [ 3 ] {} <Debug> HTTP-Session: fe1b3904-cbcb-4fbe-be7a-9118400c9301 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9944 | 2024.07.31 06:57:16.269710 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 43590, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9945 | 2024.07.31 06:57:16.269762 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9946 | 2024.07.31 06:57:16.269782 [ 3 ] {} <Debug> HTTP-Session: 9d74bf36-271c-441d-8298-b059ee573857 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9947 | 2024.07.31 06:57:16.269798 [ 3 ] {} <Debug> HTTP-Session: 9d74bf36-271c-441d-8298-b059ee573857 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9948 | 2024.07.31 06:57:16.269812 [ 3 ] {} <Debug> HTTP-Session: 9d74bf36-271c-441d-8298-b059ee573857 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9949 | 2024.07.31 06:57:16.269845 [ 3 ] {} <Trace> HTTP-Session: 9d74bf36-271c-441d-8298-b059ee573857 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9950 | 2024.07.31 06:57:16.270191 [ 3 ] {afd6bc99-bf6b-466a-b8dd-393e7314183b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 9951 | 2024.07.31 06:57:16.270261 [ 3 ] {afd6bc99-bf6b-466a-b8dd-393e7314183b} <Trace> 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 | ||
| 9952 | 2024.07.31 06:57:16.270693 [ 3 ] {afd6bc99-bf6b-466a-b8dd-393e7314183b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9953 | 2024.07.31 06:57:16.271380 [ 3 ] {afd6bc99-bf6b-466a-b8dd-393e7314183b} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9954 | 2024.07.31 06:57:16.271416 [ 3 ] {afd6bc99-bf6b-466a-b8dd-393e7314183b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 9955 | 2024.07.31 06:57:16.272030 [ 3 ] {afd6bc99-bf6b-466a-b8dd-393e7314183b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9956 | 2024.07.31 06:57:16.272444 [ 3 ] {afd6bc99-bf6b-466a-b8dd-393e7314183b} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9957 | 2024.07.31 06:57:16.272621 [ 3 ] {afd6bc99-bf6b-466a-b8dd-393e7314183b} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002682 sec., 10067.114093959732 rows/sec., 18.04 MiB/sec. | ||
| 9958 | 2024.07.31 06:57:16.272850 [ 3 ] {afd6bc99-bf6b-466a-b8dd-393e7314183b} <Debug> DynamicQueryHandler: Done processing query | ||
| 9959 | 2024.07.31 06:57:16.272876 [ 3 ] {afd6bc99-bf6b-466a-b8dd-393e7314183b} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 9960 | 2024.07.31 06:57:16.272892 [ 3 ] {} <Debug> HTTP-Session: 9d74bf36-271c-441d-8298-b059ee573857 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9961 | 2024.07.31 06:57:16.273036 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9962 | 2024.07.31 06:57:16.273085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9963 | 2024.07.31 06:57:16.273104 [ 3 ] {} <Debug> HTTP-Session: 3d36a70a-8769-4c44-8700-cba184bcc763 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9964 | 2024.07.31 06:57:16.273120 [ 3 ] {} <Debug> HTTP-Session: 3d36a70a-8769-4c44-8700-cba184bcc763 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9965 | 2024.07.31 06:57:16.273133 [ 3 ] {} <Debug> HTTP-Session: 3d36a70a-8769-4c44-8700-cba184bcc763 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9966 | 2024.07.31 06:57:16.273164 [ 3 ] {} <Trace> HTTP-Session: 3d36a70a-8769-4c44-8700-cba184bcc763 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9967 | 2024.07.31 06:57:16.273293 [ 3 ] {ad5e844d-3f10-4e6e-8696-797a7e92c026} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9968 | 2024.07.31 06:57:16.273338 [ 3 ] {ad5e844d-3f10-4e6e-8696-797a7e92c026} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9969 | 2024.07.31 06:57:16.273462 [ 3 ] {ad5e844d-3f10-4e6e-8696-797a7e92c026} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9970 | 2024.07.31 06:57:16.273852 [ 3 ] {ad5e844d-3f10-4e6e-8696-797a7e92c026} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9971 | 2024.07.31 06:57:16.273888 [ 3 ] {ad5e844d-3f10-4e6e-8696-797a7e92c026} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 9972 | 2024.07.31 06:57:16.274239 [ 3 ] {ad5e844d-3f10-4e6e-8696-797a7e92c026} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9973 | 2024.07.31 06:57:16.274557 [ 3 ] {ad5e844d-3f10-4e6e-8696-797a7e92c026} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9974 | 2024.07.31 06:57:16.274710 [ 3 ] {ad5e844d-3f10-4e6e-8696-797a7e92c026} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001466 sec., 40927.69440654843 rows/sec., 2.76 MiB/sec. | ||
| 9975 | 2024.07.31 06:57:16.274883 [ 3 ] {ad5e844d-3f10-4e6e-8696-797a7e92c026} <Debug> DynamicQueryHandler: Done processing query | ||
| 9976 | 2024.07.31 06:57:16.274908 [ 3 ] {ad5e844d-3f10-4e6e-8696-797a7e92c026} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9977 | 2024.07.31 06:57:16.274924 [ 3 ] {} <Debug> HTTP-Session: 3d36a70a-8769-4c44-8700-cba184bcc763 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9978 | 2024.07.31 06:57:21.264266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9979 | 2024.07.31 06:57:21.264408 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9980 | 2024.07.31 06:57:21.264439 [ 3 ] {} <Debug> HTTP-Session: f1264b1a-43e7-4385-ba68-49fe2e702ba5 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9981 | 2024.07.31 06:57:21.264467 [ 3 ] {} <Debug> HTTP-Session: f1264b1a-43e7-4385-ba68-49fe2e702ba5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9982 | 2024.07.31 06:57:21.264485 [ 3 ] {} <Debug> HTTP-Session: f1264b1a-43e7-4385-ba68-49fe2e702ba5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9983 | 2024.07.31 06:57:21.264540 [ 3 ] {} <Trace> HTTP-Session: f1264b1a-43e7-4385-ba68-49fe2e702ba5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9984 | 2024.07.31 06:57:21.264745 [ 3 ] {1041b0a7-31c9-4060-be12-9e7c53049299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9985 | 2024.07.31 06:57:21.264822 [ 3 ] {1041b0a7-31c9-4060-be12-9e7c53049299} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 9986 | 2024.07.31 06:57:21.265032 [ 3 ] {1041b0a7-31c9-4060-be12-9e7c53049299} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9987 | 2024.07.31 06:57:21.265535 [ 3 ] {1041b0a7-31c9-4060-be12-9e7c53049299} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9988 | 2024.07.31 06:57:21.265586 [ 3 ] {1041b0a7-31c9-4060-be12-9e7c53049299} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 9989 | 2024.07.31 06:57:21.265968 [ 3 ] {1041b0a7-31c9-4060-be12-9e7c53049299} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9990 | 2024.07.31 06:57:21.266303 [ 3 ] {1041b0a7-31c9-4060-be12-9e7c53049299} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9991 | 2024.07.31 06:57:21.266485 [ 3 ] {1041b0a7-31c9-4060-be12-9e7c53049299} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.001795 sec., 5571.030640668524 rows/sec., 369.95 KiB/sec. | ||
| 9992 | 2024.07.31 06:57:21.266704 [ 3 ] {1041b0a7-31c9-4060-be12-9e7c53049299} <Debug> DynamicQueryHandler: Done processing query | ||
| 9993 | 2024.07.31 06:57:21.266732 [ 3 ] {1041b0a7-31c9-4060-be12-9e7c53049299} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9994 | 2024.07.31 06:57:21.266748 [ 3 ] {} <Debug> HTTP-Session: f1264b1a-43e7-4385-ba68-49fe2e702ba5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9995 | 2024.07.31 06:57:21.266931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9996 | 2024.07.31 06:57:21.266990 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9997 | 2024.07.31 06:57:21.267009 [ 3 ] {} <Debug> HTTP-Session: 6e3904ca-e402-4531-99fd-78c177f97680 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 9998 | 2024.07.31 06:57:21.267027 [ 3 ] {} <Debug> HTTP-Session: 6e3904ca-e402-4531-99fd-78c177f97680 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9999 | 2024.07.31 06:57:21.267043 [ 3 ] {} <Debug> HTTP-Session: 6e3904ca-e402-4531-99fd-78c177f97680 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10000 | 2024.07.31 06:57:21.267079 [ 3 ] {} <Trace> HTTP-Session: 6e3904ca-e402-4531-99fd-78c177f97680 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10001 | 2024.07.31 06:57:21.267229 [ 3 ] {127a06f8-f727-4210-8f4f-bb2d4a0e9592} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10002 | 2024.07.31 06:57:21.267277 [ 3 ] {127a06f8-f727-4210-8f4f-bb2d4a0e9592} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10003 | 2024.07.31 06:57:21.267409 [ 3 ] {127a06f8-f727-4210-8f4f-bb2d4a0e9592} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10004 | 2024.07.31 06:57:21.267853 [ 3 ] {127a06f8-f727-4210-8f4f-bb2d4a0e9592} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10005 | 2024.07.31 06:57:21.267892 [ 3 ] {127a06f8-f727-4210-8f4f-bb2d4a0e9592} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10006 | 2024.07.31 06:57:21.268220 [ 3 ] {127a06f8-f727-4210-8f4f-bb2d4a0e9592} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10007 | 2024.07.31 06:57:21.268539 [ 3 ] {127a06f8-f727-4210-8f4f-bb2d4a0e9592} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10008 | 2024.07.31 06:57:21.268704 [ 3 ] {127a06f8-f727-4210-8f4f-bb2d4a0e9592} <Debug> executeQuery: Read 173 rows, 15.66 KiB in 0.001536 sec., 112630.20833333333 rows/sec., 9.96 MiB/sec. | ||
| 10009 | 2024.07.31 06:57:21.268879 [ 3 ] {127a06f8-f727-4210-8f4f-bb2d4a0e9592} <Debug> DynamicQueryHandler: Done processing query | ||
| 10010 | 2024.07.31 06:57:21.268905 [ 3 ] {127a06f8-f727-4210-8f4f-bb2d4a0e9592} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 10011 | 2024.07.31 06:57:21.268921 [ 3 ] {} <Debug> HTTP-Session: 6e3904ca-e402-4531-99fd-78c177f97680 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10012 | 2024.07.31 06:57:21.269239 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 62271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10013 | 2024.07.31 06:57:21.269292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10014 | 2024.07.31 06:57:21.269312 [ 3 ] {} <Debug> HTTP-Session: 933922cd-b083-4c28-bf93-21ee3c9f5cd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10015 | 2024.07.31 06:57:21.269330 [ 3 ] {} <Debug> HTTP-Session: 933922cd-b083-4c28-bf93-21ee3c9f5cd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10016 | 2024.07.31 06:57:21.269343 [ 3 ] {} <Debug> HTTP-Session: 933922cd-b083-4c28-bf93-21ee3c9f5cd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10017 | 2024.07.31 06:57:21.269375 [ 3 ] {} <Trace> HTTP-Session: 933922cd-b083-4c28-bf93-21ee3c9f5cd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10018 | 2024.07.31 06:57:21.269584 [ 3 ] {02e33b27-20cb-4e76-ad7f-ca80a5c1177d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10019 | 2024.07.31 06:57:21.269629 [ 3 ] {02e33b27-20cb-4e76-ad7f-ca80a5c1177d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10020 | 2024.07.31 06:57:21.269757 [ 3 ] {02e33b27-20cb-4e76-ad7f-ca80a5c1177d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10021 | 2024.07.31 06:57:21.270309 [ 3 ] {02e33b27-20cb-4e76-ad7f-ca80a5c1177d} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10022 | 2024.07.31 06:57:21.270346 [ 3 ] {02e33b27-20cb-4e76-ad7f-ca80a5c1177d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10023 | 2024.07.31 06:57:21.270679 [ 3 ] {02e33b27-20cb-4e76-ad7f-ca80a5c1177d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10024 | 2024.07.31 06:57:21.270989 [ 3 ] {02e33b27-20cb-4e76-ad7f-ca80a5c1177d} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10025 | 2024.07.31 06:57:21.271150 [ 3 ] {02e33b27-20cb-4e76-ad7f-ca80a5c1177d} <Debug> executeQuery: Read 386 rows, 27.79 KiB in 0.001666 sec., 231692.67707082833 rows/sec., 16.29 MiB/sec. | ||
| 10026 | 2024.07.31 06:57:21.271322 [ 3 ] {02e33b27-20cb-4e76-ad7f-ca80a5c1177d} <Debug> DynamicQueryHandler: Done processing query | ||
| 10027 | 2024.07.31 06:57:21.271374 [ 3 ] {02e33b27-20cb-4e76-ad7f-ca80a5c1177d} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 10028 | 2024.07.31 06:57:21.271390 [ 3 ] {} <Debug> HTTP-Session: 933922cd-b083-4c28-bf93-21ee3c9f5cd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10029 | 2024.07.31 06:57:21.271578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10030 | 2024.07.31 06:57:21.271629 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10031 | 2024.07.31 06:57:21.271648 [ 3 ] {} <Debug> HTTP-Session: 2566ed75-b43c-4066-b9ce-414505c48fc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10032 | 2024.07.31 06:57:21.271665 [ 3 ] {} <Debug> HTTP-Session: 2566ed75-b43c-4066-b9ce-414505c48fc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10033 | 2024.07.31 06:57:21.271678 [ 3 ] {} <Debug> HTTP-Session: 2566ed75-b43c-4066-b9ce-414505c48fc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10034 | 2024.07.31 06:57:21.271709 [ 3 ] {} <Trace> HTTP-Session: 2566ed75-b43c-4066-b9ce-414505c48fc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10035 | 2024.07.31 06:57:21.271808 [ 3 ] {034980b8-730e-43af-b766-4f2842cc95ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 10036 | 2024.07.31 06:57:21.271856 [ 3 ] {034980b8-730e-43af-b766-4f2842cc95ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10037 | 2024.07.31 06:57:21.272015 [ 3 ] {034980b8-730e-43af-b766-4f2842cc95ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10038 | 2024.07.31 06:57:21.272347 [ 3 ] {034980b8-730e-43af-b766-4f2842cc95ab} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10039 | 2024.07.31 06:57:21.272383 [ 3 ] {034980b8-730e-43af-b766-4f2842cc95ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10040 | 2024.07.31 06:57:21.272755 [ 3 ] {034980b8-730e-43af-b766-4f2842cc95ab} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 10041 | 2024.07.31 06:57:21.273087 [ 3 ] {034980b8-730e-43af-b766-4f2842cc95ab} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10042 | 2024.07.31 06:57:21.273259 [ 3 ] {034980b8-730e-43af-b766-4f2842cc95ab} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001464 sec., 4098.360655737705 rows/sec., 176.10 KiB/sec. | ||
| 10043 | 2024.07.31 06:57:21.273437 [ 3 ] {034980b8-730e-43af-b766-4f2842cc95ab} <Debug> DynamicQueryHandler: Done processing query | ||
| 10044 | 2024.07.31 06:57:21.273463 [ 3 ] {034980b8-730e-43af-b766-4f2842cc95ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10045 | 2024.07.31 06:57:21.273479 [ 3 ] {} <Debug> HTTP-Session: 2566ed75-b43c-4066-b9ce-414505c48fc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10046 | 2024.07.31 06:57:21.273613 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10047 | 2024.07.31 06:57:21.273662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10048 | 2024.07.31 06:57:21.273681 [ 3 ] {} <Debug> HTTP-Session: f1b79002-3b69-48c5-a50e-1c39051ee262 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10049 | 2024.07.31 06:57:21.273698 [ 3 ] {} <Debug> HTTP-Session: f1b79002-3b69-48c5-a50e-1c39051ee262 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10050 | 2024.07.31 06:57:21.273711 [ 3 ] {} <Debug> HTTP-Session: f1b79002-3b69-48c5-a50e-1c39051ee262 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10051 | 2024.07.31 06:57:21.273741 [ 3 ] {} <Trace> HTTP-Session: f1b79002-3b69-48c5-a50e-1c39051ee262 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10052 | 2024.07.31 06:57:21.273873 [ 3 ] {3e468415-ecd4-4a0e-82a5-c240af93d511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 10053 | 2024.07.31 06:57:21.273920 [ 3 ] {3e468415-ecd4-4a0e-82a5-c240af93d511} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 10054 | 2024.07.31 06:57:21.274067 [ 3 ] {3e468415-ecd4-4a0e-82a5-c240af93d511} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10055 | 2024.07.31 06:57:21.274403 [ 3 ] {3e468415-ecd4-4a0e-82a5-c240af93d511} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10056 | 2024.07.31 06:57:21.274439 [ 3 ] {3e468415-ecd4-4a0e-82a5-c240af93d511} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10057 | 2024.07.31 06:57:21.274810 [ 3 ] {3e468415-ecd4-4a0e-82a5-c240af93d511} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 10058 | 2024.07.31 06:57:21.275152 [ 3 ] {3e468415-ecd4-4a0e-82a5-c240af93d511} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10059 | 2024.07.31 06:57:21.275326 [ 3 ] {3e468415-ecd4-4a0e-82a5-c240af93d511} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001499 sec., 51367.578385590394 rows/sec., 3.16 MiB/sec. | ||
| 10060 | 2024.07.31 06:57:21.275502 [ 3 ] {3e468415-ecd4-4a0e-82a5-c240af93d511} <Debug> DynamicQueryHandler: Done processing query | ||
| 10061 | 2024.07.31 06:57:21.275527 [ 3 ] {3e468415-ecd4-4a0e-82a5-c240af93d511} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10062 | 2024.07.31 06:57:21.275544 [ 3 ] {} <Debug> HTTP-Session: f1b79002-3b69-48c5-a50e-1c39051ee262 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10063 | 2024.07.31 06:57:21.275728 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10064 | 2024.07.31 06:57:21.275777 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10065 | 2024.07.31 06:57:21.275795 [ 3 ] {} <Debug> HTTP-Session: b1eea6e2-f1c2-472d-afac-ea3a9e4d3286 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10066 | 2024.07.31 06:57:21.275812 [ 3 ] {} <Debug> HTTP-Session: b1eea6e2-f1c2-472d-afac-ea3a9e4d3286 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10067 | 2024.07.31 06:57:21.275825 [ 3 ] {} <Debug> HTTP-Session: b1eea6e2-f1c2-472d-afac-ea3a9e4d3286 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10068 | 2024.07.31 06:57:21.275858 [ 3 ] {} <Trace> HTTP-Session: b1eea6e2-f1c2-472d-afac-ea3a9e4d3286 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10069 | 2024.07.31 06:57:21.276028 [ 3 ] {5593c12b-5288-4399-9e76-34af28e631f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10070 | 2024.07.31 06:57:21.276077 [ 3 ] {5593c12b-5288-4399-9e76-34af28e631f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10071 | 2024.07.31 06:57:21.276220 [ 3 ] {5593c12b-5288-4399-9e76-34af28e631f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10072 | 2024.07.31 06:57:21.276603 [ 3 ] {5593c12b-5288-4399-9e76-34af28e631f6} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10073 | 2024.07.31 06:57:21.276640 [ 3 ] {5593c12b-5288-4399-9e76-34af28e631f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10074 | 2024.07.31 06:57:21.277018 [ 3 ] {5593c12b-5288-4399-9e76-34af28e631f6} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10075 | 2024.07.31 06:57:21.277358 [ 3 ] {5593c12b-5288-4399-9e76-34af28e631f6} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10076 | 2024.07.31 06:57:21.277520 [ 3 ] {5593c12b-5288-4399-9e76-34af28e631f6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001576 sec., 101522.84263959392 rows/sec., 7.07 MiB/sec. | ||
| 10077 | 2024.07.31 06:57:21.277804 [ 3 ] {5593c12b-5288-4399-9e76-34af28e631f6} <Debug> DynamicQueryHandler: Done processing query | ||
| 10078 | 2024.07.31 06:57:21.277854 [ 3 ] {5593c12b-5288-4399-9e76-34af28e631f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10079 | 2024.07.31 06:57:21.277895 [ 3 ] {} <Debug> HTTP-Session: b1eea6e2-f1c2-472d-afac-ea3a9e4d3286 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10080 | 2024.07.31 06:57:21.278024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6441, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10081 | 2024.07.31 06:57:21.278079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10082 | 2024.07.31 06:57:21.278098 [ 3 ] {} <Debug> HTTP-Session: 97a2d4f8-3117-405e-9a1b-0a1430620413 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10083 | 2024.07.31 06:57:21.278115 [ 3 ] {} <Debug> HTTP-Session: 97a2d4f8-3117-405e-9a1b-0a1430620413 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10084 | 2024.07.31 06:57:21.278128 [ 3 ] {} <Debug> HTTP-Session: 97a2d4f8-3117-405e-9a1b-0a1430620413 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10085 | 2024.07.31 06:57:21.278159 [ 3 ] {} <Trace> HTTP-Session: 97a2d4f8-3117-405e-9a1b-0a1430620413 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10086 | 2024.07.31 06:57:21.278310 [ 3 ] {e68bdf29-69a3-446b-89ef-54d318b850d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 10087 | 2024.07.31 06:57:21.278380 [ 3 ] {e68bdf29-69a3-446b-89ef-54d318b850d5} <Trace> 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 | ||
| 10088 | 2024.07.31 06:57:21.278823 [ 3 ] {e68bdf29-69a3-446b-89ef-54d318b850d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10089 | 2024.07.31 06:57:21.279343 [ 3 ] {e68bdf29-69a3-446b-89ef-54d318b850d5} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10090 | 2024.07.31 06:57:21.279379 [ 3 ] {e68bdf29-69a3-446b-89ef-54d318b850d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10091 | 2024.07.31 06:57:21.279967 [ 3 ] {e68bdf29-69a3-446b-89ef-54d318b850d5} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 10092 | 2024.07.31 06:57:21.280385 [ 3 ] {e68bdf29-69a3-446b-89ef-54d318b850d5} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10093 | 2024.07.31 06:57:21.280581 [ 3 ] {e68bdf29-69a3-446b-89ef-54d318b850d5} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002346 sec., 1705.0298380221654 rows/sec., 3.06 MiB/sec. | ||
| 10094 | 2024.07.31 06:57:21.280810 [ 3 ] {e68bdf29-69a3-446b-89ef-54d318b850d5} <Debug> DynamicQueryHandler: Done processing query | ||
| 10095 | 2024.07.31 06:57:21.280836 [ 3 ] {e68bdf29-69a3-446b-89ef-54d318b850d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 10096 | 2024.07.31 06:57:21.280852 [ 3 ] {} <Debug> HTTP-Session: 97a2d4f8-3117-405e-9a1b-0a1430620413 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10097 | 2024.07.31 06:57:21.280965 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10098 | 2024.07.31 06:57:21.281016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10099 | 2024.07.31 06:57:21.281035 [ 3 ] {} <Debug> HTTP-Session: 78ca4a36-b470-4498-8c16-97f2f2f7a232 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10100 | 2024.07.31 06:57:21.281054 [ 3 ] {} <Debug> HTTP-Session: 78ca4a36-b470-4498-8c16-97f2f2f7a232 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10101 | 2024.07.31 06:57:21.281068 [ 3 ] {} <Debug> HTTP-Session: 78ca4a36-b470-4498-8c16-97f2f2f7a232 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10102 | 2024.07.31 06:57:21.281099 [ 3 ] {} <Trace> HTTP-Session: 78ca4a36-b470-4498-8c16-97f2f2f7a232 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10103 | 2024.07.31 06:57:21.281206 [ 3 ] {d0726770-d744-45f6-8ab2-f0f57ae42a74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10104 | 2024.07.31 06:57:21.281252 [ 3 ] {d0726770-d744-45f6-8ab2-f0f57ae42a74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 10105 | 2024.07.31 06:57:21.281380 [ 3 ] {d0726770-d744-45f6-8ab2-f0f57ae42a74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10106 | 2024.07.31 06:57:21.281672 [ 3 ] {d0726770-d744-45f6-8ab2-f0f57ae42a74} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10107 | 2024.07.31 06:57:21.281708 [ 3 ] {d0726770-d744-45f6-8ab2-f0f57ae42a74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10108 | 2024.07.31 06:57:21.282078 [ 3 ] {d0726770-d744-45f6-8ab2-f0f57ae42a74} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 10109 | 2024.07.31 06:57:21.282404 [ 3 ] {d0726770-d744-45f6-8ab2-f0f57ae42a74} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10110 | 2024.07.31 06:57:21.282568 [ 3 ] {d0726770-d744-45f6-8ab2-f0f57ae42a74} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001384 sec., 16618.49710982659 rows/sec., 898.95 KiB/sec. | ||
| 10111 | 2024.07.31 06:57:21.282568 [ 76 ] {} <Debug> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 10112 | 2024.07.31 06:57:21.282679 [ 76 ] {} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10113 | 2024.07.31 06:57:21.282732 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10114 | 2024.07.31 06:57:21.282928 [ 3 ] {d0726770-d744-45f6-8ab2-f0f57ae42a74} <Debug> DynamicQueryHandler: Done processing query | ||
| 10115 | 2024.07.31 06:57:21.283004 [ 3 ] {d0726770-d744-45f6-8ab2-f0f57ae42a74} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10116 | 2024.07.31 06:57:21.283014 [ 193 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 10117 | 2024.07.31 06:57:21.283096 [ 3 ] {} <Debug> HTTP-Session: 78ca4a36-b470-4498-8c16-97f2f2f7a232 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10118 | 2024.07.31 06:57:21.283516 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10119 | 2024.07.31 06:57:21.283587 [ 193 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10120 | 2024.07.31 06:57:21.283621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10121 | 2024.07.31 06:57:21.283657 [ 193 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 487 rows starting from the beginning of the part | ||
| 10122 | 2024.07.31 06:57:21.283667 [ 3 ] {} <Debug> HTTP-Session: 3673a9cb-8745-45d8-9864-9b5f4bc1f8ea Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10123 | 2024.07.31 06:57:21.283717 [ 3 ] {} <Debug> HTTP-Session: 3673a9cb-8745-45d8-9864-9b5f4bc1f8ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10124 | 2024.07.31 06:57:21.283755 [ 3 ] {} <Debug> HTTP-Session: 3673a9cb-8745-45d8-9864-9b5f4bc1f8ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10125 | 2024.07.31 06:57:21.283878 [ 193 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 23 rows starting from the beginning of the part | ||
| 10126 | 2024.07.31 06:57:21.283958 [ 3 ] {} <Trace> HTTP-Session: 3673a9cb-8745-45d8-9864-9b5f4bc1f8ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10127 | 2024.07.31 06:57:21.284209 [ 193 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 23 rows starting from the beginning of the part | ||
| 10128 | 2024.07.31 06:57:21.284316 [ 3 ] {ea3f43ca-c57e-4796-871d-eaab886230e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10129 | 2024.07.31 06:57:21.284486 [ 193 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 23 rows starting from the beginning of the part | ||
| 10130 | 2024.07.31 06:57:21.284592 [ 3 ] {ea3f43ca-c57e-4796-871d-eaab886230e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10131 | 2024.07.31 06:57:21.284787 [ 193 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 23 rows starting from the beginning of the part | ||
| 10132 | 2024.07.31 06:57:21.285079 [ 193 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 23 rows starting from the beginning of the part | ||
| 10133 | 2024.07.31 06:57:21.285801 [ 3 ] {ea3f43ca-c57e-4796-871d-eaab886230e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10134 | 2024.07.31 06:57:21.286472 [ 3 ] {ea3f43ca-c57e-4796-871d-eaab886230e2} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10135 | 2024.07.31 06:57:21.286540 [ 3 ] {ea3f43ca-c57e-4796-871d-eaab886230e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10136 | 2024.07.31 06:57:21.287610 [ 3 ] {ea3f43ca-c57e-4796-871d-eaab886230e2} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10137 | 2024.07.31 06:57:21.288301 [ 200 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 602 rows, containing 4 columns (4 merged, 0 gathered) in 0.005495647 sec., 109541.24236873293 rows/sec., 5.88 MiB/sec. | ||
| 10138 | 2024.07.31 06:57:21.288460 [ 3 ] {ea3f43ca-c57e-4796-871d-eaab886230e2} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10139 | 2024.07.31 06:57:21.288514 [ 193 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 10140 | 2024.07.31 06:57:21.288741 [ 3 ] {ea3f43ca-c57e-4796-871d-eaab886230e2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004548 sec., 13192.612137203167 rows/sec., 910.43 KiB/sec. | ||
| 10141 | 2024.07.31 06:57:21.289123 [ 3 ] {ea3f43ca-c57e-4796-871d-eaab886230e2} <Debug> DynamicQueryHandler: Done processing query | ||
| 10142 | 2024.07.31 06:57:21.289157 [ 3 ] {ea3f43ca-c57e-4796-871d-eaab886230e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10143 | 2024.07.31 06:57:21.289177 [ 3 ] {} <Debug> HTTP-Session: 3673a9cb-8745-45d8-9864-9b5f4bc1f8ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10144 | 2024.07.31 06:57:21.289404 [ 193 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_26_5} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10145 | 2024.07.31 06:57:21.289514 [ 193 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_26_5} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 10146 | 2024.07.31 06:57:21.289613 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 10147 | 2024.07.31 06:57:23.077683 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10148 | 2024.07.31 06:57:23.077733 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10149 | 2024.07.31 06:57:26.260254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10150 | 2024.07.31 06:57:26.260411 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10151 | 2024.07.31 06:57:26.260442 [ 3 ] {} <Debug> HTTP-Session: a18bba05-a730-4112-b1d6-ae894f25040d Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10152 | 2024.07.31 06:57:26.260469 [ 3 ] {} <Debug> HTTP-Session: a18bba05-a730-4112-b1d6-ae894f25040d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10153 | 2024.07.31 06:57:26.260487 [ 3 ] {} <Debug> HTTP-Session: a18bba05-a730-4112-b1d6-ae894f25040d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10154 | 2024.07.31 06:57:26.260546 [ 3 ] {} <Trace> HTTP-Session: a18bba05-a730-4112-b1d6-ae894f25040d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10155 | 2024.07.31 06:57:26.260770 [ 3 ] {d5eff53d-c29c-4055-96a8-db1bb88d2dd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10156 | 2024.07.31 06:57:26.260851 [ 3 ] {d5eff53d-c29c-4055-96a8-db1bb88d2dd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 10157 | 2024.07.31 06:57:26.261069 [ 3 ] {d5eff53d-c29c-4055-96a8-db1bb88d2dd1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10158 | 2024.07.31 06:57:26.261547 [ 3 ] {d5eff53d-c29c-4055-96a8-db1bb88d2dd1} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10159 | 2024.07.31 06:57:26.261597 [ 3 ] {d5eff53d-c29c-4055-96a8-db1bb88d2dd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10160 | 2024.07.31 06:57:26.261965 [ 3 ] {d5eff53d-c29c-4055-96a8-db1bb88d2dd1} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10161 | 2024.07.31 06:57:26.262314 [ 3 ] {d5eff53d-c29c-4055-96a8-db1bb88d2dd1} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10162 | 2024.07.31 06:57:26.262477 [ 3 ] {d5eff53d-c29c-4055-96a8-db1bb88d2dd1} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001773 sec., 15228.426395939086 rows/sec., 1.21 MiB/sec. | ||
| 10163 | 2024.07.31 06:57:26.262694 [ 3 ] {d5eff53d-c29c-4055-96a8-db1bb88d2dd1} <Debug> DynamicQueryHandler: Done processing query | ||
| 10164 | 2024.07.31 06:57:26.262722 [ 3 ] {d5eff53d-c29c-4055-96a8-db1bb88d2dd1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10165 | 2024.07.31 06:57:26.262739 [ 3 ] {} <Debug> HTTP-Session: a18bba05-a730-4112-b1d6-ae894f25040d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10166 | 2024.07.31 06:57:26.262886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10167 | 2024.07.31 06:57:26.262945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10168 | 2024.07.31 06:57:26.262965 [ 3 ] {} <Debug> HTTP-Session: 0299b624-c3fc-4db2-8409-2d0c30f1eff6 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10169 | 2024.07.31 06:57:26.262983 [ 3 ] {} <Debug> HTTP-Session: 0299b624-c3fc-4db2-8409-2d0c30f1eff6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10170 | 2024.07.31 06:57:26.262997 [ 3 ] {} <Debug> HTTP-Session: 0299b624-c3fc-4db2-8409-2d0c30f1eff6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10171 | 2024.07.31 06:57:26.263032 [ 3 ] {} <Trace> HTTP-Session: 0299b624-c3fc-4db2-8409-2d0c30f1eff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10172 | 2024.07.31 06:57:26.263128 [ 3 ] {9111a27a-91e2-4d66-9af6-d17deb95e45c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 10173 | 2024.07.31 06:57:26.263171 [ 3 ] {9111a27a-91e2-4d66-9af6-d17deb95e45c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10174 | 2024.07.31 06:57:26.263297 [ 3 ] {9111a27a-91e2-4d66-9af6-d17deb95e45c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10175 | 2024.07.31 06:57:26.263604 [ 3 ] {9111a27a-91e2-4d66-9af6-d17deb95e45c} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10176 | 2024.07.31 06:57:26.263641 [ 3 ] {9111a27a-91e2-4d66-9af6-d17deb95e45c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10177 | 2024.07.31 06:57:26.263940 [ 3 ] {9111a27a-91e2-4d66-9af6-d17deb95e45c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 10178 | 2024.07.31 06:57:26.264243 [ 3 ] {9111a27a-91e2-4d66-9af6-d17deb95e45c} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10179 | 2024.07.31 06:57:26.264396 [ 3 ] {9111a27a-91e2-4d66-9af6-d17deb95e45c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001287 sec., 1554.001554001554 rows/sec., 126.72 KiB/sec. | ||
| 10180 | 2024.07.31 06:57:26.264563 [ 3 ] {9111a27a-91e2-4d66-9af6-d17deb95e45c} <Debug> DynamicQueryHandler: Done processing query | ||
| 10181 | 2024.07.31 06:57:26.264588 [ 3 ] {9111a27a-91e2-4d66-9af6-d17deb95e45c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10182 | 2024.07.31 06:57:26.264605 [ 3 ] {} <Debug> HTTP-Session: 0299b624-c3fc-4db2-8409-2d0c30f1eff6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10183 | 2024.07.31 06:57:26.264772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 20195, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10184 | 2024.07.31 06:57:26.264822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10185 | 2024.07.31 06:57:26.264841 [ 3 ] {} <Debug> HTTP-Session: ee96304a-4b8a-486d-992d-1b06c50234b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10186 | 2024.07.31 06:57:26.264857 [ 3 ] {} <Debug> HTTP-Session: ee96304a-4b8a-486d-992d-1b06c50234b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10187 | 2024.07.31 06:57:26.264871 [ 3 ] {} <Debug> HTTP-Session: ee96304a-4b8a-486d-992d-1b06c50234b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10188 | 2024.07.31 06:57:26.264901 [ 3 ] {} <Trace> HTTP-Session: ee96304a-4b8a-486d-992d-1b06c50234b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10189 | 2024.07.31 06:57:26.265034 [ 3 ] {d2e3828f-03fb-4816-8178-05bfc2775ac8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10190 | 2024.07.31 06:57:26.265076 [ 3 ] {d2e3828f-03fb-4816-8178-05bfc2775ac8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10191 | 2024.07.31 06:57:26.265201 [ 3 ] {d2e3828f-03fb-4816-8178-05bfc2775ac8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10192 | 2024.07.31 06:57:26.265595 [ 3 ] {d2e3828f-03fb-4816-8178-05bfc2775ac8} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10193 | 2024.07.31 06:57:26.265639 [ 3 ] {d2e3828f-03fb-4816-8178-05bfc2775ac8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10194 | 2024.07.31 06:57:26.265977 [ 3 ] {d2e3828f-03fb-4816-8178-05bfc2775ac8} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10195 | 2024.07.31 06:57:26.266305 [ 3 ] {d2e3828f-03fb-4816-8178-05bfc2775ac8} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10196 | 2024.07.31 06:57:26.266460 [ 3 ] {d2e3828f-03fb-4816-8178-05bfc2775ac8} <Debug> executeQuery: Read 138 rows, 11.79 KiB in 0.001476 sec., 93495.93495934959 rows/sec., 7.80 MiB/sec. | ||
| 10197 | 2024.07.31 06:57:26.266620 [ 3 ] {d2e3828f-03fb-4816-8178-05bfc2775ac8} <Debug> DynamicQueryHandler: Done processing query | ||
| 10198 | 2024.07.31 06:57:26.266646 [ 3 ] {d2e3828f-03fb-4816-8178-05bfc2775ac8} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 10199 | 2024.07.31 06:57:26.266663 [ 3 ] {} <Debug> HTTP-Session: ee96304a-4b8a-486d-992d-1b06c50234b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10200 | 2024.07.31 06:57:26.266823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10201 | 2024.07.31 06:57:26.266873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10202 | 2024.07.31 06:57:26.266894 [ 3 ] {} <Debug> HTTP-Session: c79d4174-bcc4-452b-b448-57d379ee8ef6 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10203 | 2024.07.31 06:57:26.266912 [ 3 ] {} <Debug> HTTP-Session: c79d4174-bcc4-452b-b448-57d379ee8ef6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10204 | 2024.07.31 06:57:26.266926 [ 3 ] {} <Debug> HTTP-Session: c79d4174-bcc4-452b-b448-57d379ee8ef6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10205 | 2024.07.31 06:57:26.266959 [ 3 ] {} <Trace> HTTP-Session: c79d4174-bcc4-452b-b448-57d379ee8ef6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10206 | 2024.07.31 06:57:26.267056 [ 3 ] {2bff9db0-3a84-4640-9828-40342ce9ad28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10207 | 2024.07.31 06:57:26.267099 [ 3 ] {2bff9db0-3a84-4640-9828-40342ce9ad28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10208 | 2024.07.31 06:57:26.267227 [ 3 ] {2bff9db0-3a84-4640-9828-40342ce9ad28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10209 | 2024.07.31 06:57:26.267489 [ 3 ] {2bff9db0-3a84-4640-9828-40342ce9ad28} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10210 | 2024.07.31 06:57:26.267526 [ 3 ] {2bff9db0-3a84-4640-9828-40342ce9ad28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10211 | 2024.07.31 06:57:26.267829 [ 3 ] {2bff9db0-3a84-4640-9828-40342ce9ad28} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 10212 | 2024.07.31 06:57:26.268154 [ 3 ] {2bff9db0-3a84-4640-9828-40342ce9ad28} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10213 | 2024.07.31 06:57:26.268300 [ 3 ] {2bff9db0-3a84-4640-9828-40342ce9ad28} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001259 sec., 1588.5623510722796 rows/sec., 110.92 KiB/sec. | ||
| 10214 | 2024.07.31 06:57:26.268583 [ 3 ] {2bff9db0-3a84-4640-9828-40342ce9ad28} <Debug> DynamicQueryHandler: Done processing query | ||
| 10215 | 2024.07.31 06:57:26.268616 [ 3 ] {2bff9db0-3a84-4640-9828-40342ce9ad28} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10216 | 2024.07.31 06:57:26.268634 [ 3 ] {} <Debug> HTTP-Session: c79d4174-bcc4-452b-b448-57d379ee8ef6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10217 | 2024.07.31 06:57:26.268789 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 15806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10218 | 2024.07.31 06:57:26.268841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10219 | 2024.07.31 06:57:26.268861 [ 3 ] {} <Debug> HTTP-Session: 985cb090-4ca5-4fdb-b030-341c2878dd3b Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10220 | 2024.07.31 06:57:26.268878 [ 3 ] {} <Debug> HTTP-Session: 985cb090-4ca5-4fdb-b030-341c2878dd3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10221 | 2024.07.31 06:57:26.268892 [ 3 ] {} <Debug> HTTP-Session: 985cb090-4ca5-4fdb-b030-341c2878dd3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10222 | 2024.07.31 06:57:26.268925 [ 3 ] {} <Trace> HTTP-Session: 985cb090-4ca5-4fdb-b030-341c2878dd3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10223 | 2024.07.31 06:57:26.269051 [ 3 ] {b05174fc-2cb8-4e30-9975-68090ffb1675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10224 | 2024.07.31 06:57:26.269097 [ 3 ] {b05174fc-2cb8-4e30-9975-68090ffb1675} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10225 | 2024.07.31 06:57:26.269248 [ 3 ] {b05174fc-2cb8-4e30-9975-68090ffb1675} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10226 | 2024.07.31 06:57:26.269581 [ 3 ] {b05174fc-2cb8-4e30-9975-68090ffb1675} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10227 | 2024.07.31 06:57:26.269618 [ 3 ] {b05174fc-2cb8-4e30-9975-68090ffb1675} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10228 | 2024.07.31 06:57:26.269929 [ 3 ] {b05174fc-2cb8-4e30-9975-68090ffb1675} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10229 | 2024.07.31 06:57:26.270239 [ 3 ] {b05174fc-2cb8-4e30-9975-68090ffb1675} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10230 | 2024.07.31 06:57:26.270391 [ 3 ] {b05174fc-2cb8-4e30-9975-68090ffb1675} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001382 sec., 67293.77713458755 rows/sec., 5.26 MiB/sec. | ||
| 10231 | 2024.07.31 06:57:26.270549 [ 3 ] {b05174fc-2cb8-4e30-9975-68090ffb1675} <Debug> DynamicQueryHandler: Done processing query | ||
| 10232 | 2024.07.31 06:57:26.270575 [ 3 ] {b05174fc-2cb8-4e30-9975-68090ffb1675} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 10233 | 2024.07.31 06:57:26.270591 [ 3 ] {} <Debug> HTTP-Session: 985cb090-4ca5-4fdb-b030-341c2878dd3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10234 | 2024.07.31 06:57:26.270778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10235 | 2024.07.31 06:57:26.270826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10236 | 2024.07.31 06:57:26.270846 [ 3 ] {} <Debug> HTTP-Session: cb84fdb0-9529-4daf-8aba-5285963366fa Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10237 | 2024.07.31 06:57:26.270863 [ 3 ] {} <Debug> HTTP-Session: cb84fdb0-9529-4daf-8aba-5285963366fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10238 | 2024.07.31 06:57:26.270877 [ 3 ] {} <Debug> HTTP-Session: cb84fdb0-9529-4daf-8aba-5285963366fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10239 | 2024.07.31 06:57:26.270908 [ 3 ] {} <Trace> HTTP-Session: cb84fdb0-9529-4daf-8aba-5285963366fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10240 | 2024.07.31 06:57:26.271048 [ 3 ] {bf02eeca-0587-4db2-b7bf-684c4500cd85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10241 | 2024.07.31 06:57:26.271097 [ 3 ] {bf02eeca-0587-4db2-b7bf-684c4500cd85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10242 | 2024.07.31 06:57:26.271243 [ 3 ] {bf02eeca-0587-4db2-b7bf-684c4500cd85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10243 | 2024.07.31 06:57:26.271606 [ 3 ] {bf02eeca-0587-4db2-b7bf-684c4500cd85} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10244 | 2024.07.31 06:57:26.271643 [ 3 ] {bf02eeca-0587-4db2-b7bf-684c4500cd85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10245 | 2024.07.31 06:57:26.272038 [ 3 ] {bf02eeca-0587-4db2-b7bf-684c4500cd85} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10246 | 2024.07.31 06:57:26.272371 [ 3 ] {bf02eeca-0587-4db2-b7bf-684c4500cd85} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10247 | 2024.07.31 06:57:26.272518 [ 3 ] {bf02eeca-0587-4db2-b7bf-684c4500cd85} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001529 sec., 105297.580117724 rows/sec., 7.33 MiB/sec. | ||
| 10248 | 2024.07.31 06:57:26.272692 [ 3 ] {bf02eeca-0587-4db2-b7bf-684c4500cd85} <Debug> DynamicQueryHandler: Done processing query | ||
| 10249 | 2024.07.31 06:57:26.272716 [ 3 ] {bf02eeca-0587-4db2-b7bf-684c4500cd85} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10250 | 2024.07.31 06:57:26.272733 [ 3 ] {} <Debug> HTTP-Session: cb84fdb0-9529-4daf-8aba-5285963366fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10251 | 2024.07.31 06:57:26.272914 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 43619, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10252 | 2024.07.31 06:57:26.272964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10253 | 2024.07.31 06:57:26.272984 [ 3 ] {} <Debug> HTTP-Session: 7b1b91d2-f63b-4e11-9b42-c66cbc1347a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10254 | 2024.07.31 06:57:26.273001 [ 3 ] {} <Debug> HTTP-Session: 7b1b91d2-f63b-4e11-9b42-c66cbc1347a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10255 | 2024.07.31 06:57:26.273016 [ 3 ] {} <Debug> HTTP-Session: 7b1b91d2-f63b-4e11-9b42-c66cbc1347a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10256 | 2024.07.31 06:57:26.273047 [ 3 ] {} <Trace> HTTP-Session: 7b1b91d2-f63b-4e11-9b42-c66cbc1347a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10257 | 2024.07.31 06:57:26.273333 [ 3 ] {9774b618-413b-4cc5-973e-cefe9213553b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 10258 | 2024.07.31 06:57:26.273398 [ 3 ] {9774b618-413b-4cc5-973e-cefe9213553b} <Trace> 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 | ||
| 10259 | 2024.07.31 06:57:26.273803 [ 3 ] {9774b618-413b-4cc5-973e-cefe9213553b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10260 | 2024.07.31 06:57:26.274438 [ 3 ] {9774b618-413b-4cc5-973e-cefe9213553b} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10261 | 2024.07.31 06:57:26.274474 [ 3 ] {9774b618-413b-4cc5-973e-cefe9213553b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10262 | 2024.07.31 06:57:26.275059 [ 3 ] {9774b618-413b-4cc5-973e-cefe9213553b} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 10263 | 2024.07.31 06:57:26.275466 [ 3 ] {9774b618-413b-4cc5-973e-cefe9213553b} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10264 | 2024.07.31 06:57:26.275650 [ 3 ] {9774b618-413b-4cc5-973e-cefe9213553b} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002519 sec., 10718.539102818579 rows/sec., 19.21 MiB/sec. | ||
| 10265 | 2024.07.31 06:57:26.275855 [ 3 ] {9774b618-413b-4cc5-973e-cefe9213553b} <Debug> DynamicQueryHandler: Done processing query | ||
| 10266 | 2024.07.31 06:57:26.275880 [ 3 ] {9774b618-413b-4cc5-973e-cefe9213553b} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 10267 | 2024.07.31 06:57:26.275895 [ 3 ] {} <Debug> HTTP-Session: 7b1b91d2-f63b-4e11-9b42-c66cbc1347a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10268 | 2024.07.31 06:57:26.276034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10269 | 2024.07.31 06:57:26.276083 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10270 | 2024.07.31 06:57:26.276102 [ 3 ] {} <Debug> HTTP-Session: bf4bb390-325b-4ee0-bbe7-98bbbaf97d82 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10271 | 2024.07.31 06:57:26.276120 [ 3 ] {} <Debug> HTTP-Session: bf4bb390-325b-4ee0-bbe7-98bbbaf97d82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10272 | 2024.07.31 06:57:26.276133 [ 3 ] {} <Debug> HTTP-Session: bf4bb390-325b-4ee0-bbe7-98bbbaf97d82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10273 | 2024.07.31 06:57:26.276165 [ 3 ] {} <Trace> HTTP-Session: bf4bb390-325b-4ee0-bbe7-98bbbaf97d82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10274 | 2024.07.31 06:57:26.276279 [ 3 ] {0da01dac-f175-472e-9162-cbf879a3fac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10275 | 2024.07.31 06:57:26.276324 [ 3 ] {0da01dac-f175-472e-9162-cbf879a3fac9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10276 | 2024.07.31 06:57:26.276448 [ 3 ] {0da01dac-f175-472e-9162-cbf879a3fac9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10277 | 2024.07.31 06:57:26.276727 [ 3 ] {0da01dac-f175-472e-9162-cbf879a3fac9} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10278 | 2024.07.31 06:57:26.276763 [ 3 ] {0da01dac-f175-472e-9162-cbf879a3fac9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10279 | 2024.07.31 06:57:26.277115 [ 3 ] {0da01dac-f175-472e-9162-cbf879a3fac9} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10280 | 2024.07.31 06:57:26.277438 [ 3 ] {0da01dac-f175-472e-9162-cbf879a3fac9} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10281 | 2024.07.31 06:57:26.277586 [ 3 ] {0da01dac-f175-472e-9162-cbf879a3fac9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001345 sec., 44609.665427509295 rows/sec., 3.01 MiB/sec. | ||
| 10282 | 2024.07.31 06:57:26.277756 [ 3 ] {0da01dac-f175-472e-9162-cbf879a3fac9} <Debug> DynamicQueryHandler: Done processing query | ||
| 10283 | 2024.07.31 06:57:26.277780 [ 3 ] {0da01dac-f175-472e-9162-cbf879a3fac9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10284 | 2024.07.31 06:57:26.277797 [ 3 ] {} <Debug> HTTP-Session: bf4bb390-325b-4ee0-bbe7-98bbbaf97d82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10285 | 2024.07.31 06:57:31.263876 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10286 | 2024.07.31 06:57:31.264034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10287 | 2024.07.31 06:57:31.264071 [ 3 ] {} <Debug> HTTP-Session: 25b6c150-f037-419d-bf5b-948049607ceb Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10288 | 2024.07.31 06:57:31.264106 [ 3 ] {} <Debug> HTTP-Session: 25b6c150-f037-419d-bf5b-948049607ceb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10289 | 2024.07.31 06:57:31.264127 [ 3 ] {} <Debug> HTTP-Session: 25b6c150-f037-419d-bf5b-948049607ceb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10290 | 2024.07.31 06:57:31.264189 [ 3 ] {} <Trace> HTTP-Session: 25b6c150-f037-419d-bf5b-948049607ceb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10291 | 2024.07.31 06:57:31.264416 [ 3 ] {e53910a0-ae34-4580-af71-5dbaf865264f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10292 | 2024.07.31 06:57:31.264481 [ 3 ] {e53910a0-ae34-4580-af71-5dbaf865264f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 10293 | 2024.07.31 06:57:31.264674 [ 3 ] {e53910a0-ae34-4580-af71-5dbaf865264f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10294 | 2024.07.31 06:57:31.265109 [ 3 ] {e53910a0-ae34-4580-af71-5dbaf865264f} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10295 | 2024.07.31 06:57:31.265151 [ 3 ] {e53910a0-ae34-4580-af71-5dbaf865264f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10296 | 2024.07.31 06:57:31.265520 [ 3 ] {e53910a0-ae34-4580-af71-5dbaf865264f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10297 | 2024.07.31 06:57:31.265856 [ 3 ] {e53910a0-ae34-4580-af71-5dbaf865264f} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10298 | 2024.07.31 06:57:31.266003 [ 3 ] {e53910a0-ae34-4580-af71-5dbaf865264f} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.001648 sec., 6067.961165048544 rows/sec., 402.95 KiB/sec. | ||
| 10299 | 2024.07.31 06:57:31.266205 [ 3 ] {e53910a0-ae34-4580-af71-5dbaf865264f} <Debug> DynamicQueryHandler: Done processing query | ||
| 10300 | 2024.07.31 06:57:31.266233 [ 3 ] {e53910a0-ae34-4580-af71-5dbaf865264f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10301 | 2024.07.31 06:57:31.266250 [ 3 ] {} <Debug> HTTP-Session: 25b6c150-f037-419d-bf5b-948049607ceb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10302 | 2024.07.31 06:57:31.266459 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10303 | 2024.07.31 06:57:31.266513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10304 | 2024.07.31 06:57:31.266534 [ 3 ] {} <Debug> HTTP-Session: af7dff9b-a58f-430a-97bb-7bdb159cbbfd Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10305 | 2024.07.31 06:57:31.266552 [ 3 ] {} <Debug> HTTP-Session: af7dff9b-a58f-430a-97bb-7bdb159cbbfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10306 | 2024.07.31 06:57:31.266566 [ 3 ] {} <Debug> HTTP-Session: af7dff9b-a58f-430a-97bb-7bdb159cbbfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10307 | 2024.07.31 06:57:31.266600 [ 3 ] {} <Trace> HTTP-Session: af7dff9b-a58f-430a-97bb-7bdb159cbbfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10308 | 2024.07.31 06:57:31.266753 [ 3 ] {f4fedba5-e188-464f-9c8d-bb5798728ecc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10309 | 2024.07.31 06:57:31.266799 [ 3 ] {f4fedba5-e188-464f-9c8d-bb5798728ecc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10310 | 2024.07.31 06:57:31.266926 [ 3 ] {f4fedba5-e188-464f-9c8d-bb5798728ecc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10311 | 2024.07.31 06:57:31.267369 [ 3 ] {f4fedba5-e188-464f-9c8d-bb5798728ecc} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10312 | 2024.07.31 06:57:31.267405 [ 3 ] {f4fedba5-e188-464f-9c8d-bb5798728ecc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10313 | 2024.07.31 06:57:31.267730 [ 3 ] {f4fedba5-e188-464f-9c8d-bb5798728ecc} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10314 | 2024.07.31 06:57:31.268043 [ 3 ] {f4fedba5-e188-464f-9c8d-bb5798728ecc} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10315 | 2024.07.31 06:57:31.268171 [ 3 ] {f4fedba5-e188-464f-9c8d-bb5798728ecc} <Debug> executeQuery: Read 173 rows, 15.66 KiB in 0.001488 sec., 116263.44086021505 rows/sec., 10.28 MiB/sec. | ||
| 10316 | 2024.07.31 06:57:31.268428 [ 3 ] {f4fedba5-e188-464f-9c8d-bb5798728ecc} <Debug> DynamicQueryHandler: Done processing query | ||
| 10317 | 2024.07.31 06:57:31.268487 [ 3 ] {f4fedba5-e188-464f-9c8d-bb5798728ecc} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 10318 | 2024.07.31 06:57:31.268542 [ 3 ] {} <Debug> HTTP-Session: af7dff9b-a58f-430a-97bb-7bdb159cbbfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10319 | 2024.07.31 06:57:31.268781 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 62271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10320 | 2024.07.31 06:57:31.268835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10321 | 2024.07.31 06:57:31.268855 [ 3 ] {} <Debug> HTTP-Session: 1247dbe2-12dd-41a0-80dd-7bf1cbc3699e Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10322 | 2024.07.31 06:57:31.268872 [ 3 ] {} <Debug> HTTP-Session: 1247dbe2-12dd-41a0-80dd-7bf1cbc3699e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10323 | 2024.07.31 06:57:31.268887 [ 3 ] {} <Debug> HTTP-Session: 1247dbe2-12dd-41a0-80dd-7bf1cbc3699e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10324 | 2024.07.31 06:57:31.268920 [ 3 ] {} <Trace> HTTP-Session: 1247dbe2-12dd-41a0-80dd-7bf1cbc3699e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10325 | 2024.07.31 06:57:31.269148 [ 3 ] {f796a621-492a-44c2-a84d-599f552e45ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10326 | 2024.07.31 06:57:31.269195 [ 3 ] {f796a621-492a-44c2-a84d-599f552e45ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10327 | 2024.07.31 06:57:31.269337 [ 3 ] {f796a621-492a-44c2-a84d-599f552e45ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10328 | 2024.07.31 06:57:31.269884 [ 3 ] {f796a621-492a-44c2-a84d-599f552e45ed} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10329 | 2024.07.31 06:57:31.269921 [ 3 ] {f796a621-492a-44c2-a84d-599f552e45ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10330 | 2024.07.31 06:57:31.270245 [ 3 ] {f796a621-492a-44c2-a84d-599f552e45ed} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10331 | 2024.07.31 06:57:31.270561 [ 3 ] {f796a621-492a-44c2-a84d-599f552e45ed} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10332 | 2024.07.31 06:57:31.270684 [ 3 ] {f796a621-492a-44c2-a84d-599f552e45ed} <Debug> executeQuery: Read 386 rows, 27.79 KiB in 0.001667 sec., 231553.68926214756 rows/sec., 16.28 MiB/sec. | ||
| 10333 | 2024.07.31 06:57:31.270837 [ 3 ] {f796a621-492a-44c2-a84d-599f552e45ed} <Debug> DynamicQueryHandler: Done processing query | ||
| 10334 | 2024.07.31 06:57:31.270862 [ 3 ] {f796a621-492a-44c2-a84d-599f552e45ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 10335 | 2024.07.31 06:57:31.270878 [ 3 ] {} <Debug> HTTP-Session: 1247dbe2-12dd-41a0-80dd-7bf1cbc3699e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10336 | 2024.07.31 06:57:31.271021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10337 | 2024.07.31 06:57:31.271069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10338 | 2024.07.31 06:57:31.271090 [ 3 ] {} <Debug> HTTP-Session: 6eee058c-2ad6-405b-b79d-1c6779e292bd Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10339 | 2024.07.31 06:57:31.271106 [ 3 ] {} <Debug> HTTP-Session: 6eee058c-2ad6-405b-b79d-1c6779e292bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10340 | 2024.07.31 06:57:31.271120 [ 3 ] {} <Debug> HTTP-Session: 6eee058c-2ad6-405b-b79d-1c6779e292bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10341 | 2024.07.31 06:57:31.271151 [ 3 ] {} <Trace> HTTP-Session: 6eee058c-2ad6-405b-b79d-1c6779e292bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10342 | 2024.07.31 06:57:31.271247 [ 3 ] {6cc00ebb-abd8-472b-8095-dffb5b5de081} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 10343 | 2024.07.31 06:57:31.271291 [ 3 ] {6cc00ebb-abd8-472b-8095-dffb5b5de081} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10344 | 2024.07.31 06:57:31.271416 [ 3 ] {6cc00ebb-abd8-472b-8095-dffb5b5de081} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10345 | 2024.07.31 06:57:31.271695 [ 3 ] {6cc00ebb-abd8-472b-8095-dffb5b5de081} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10346 | 2024.07.31 06:57:31.271731 [ 3 ] {6cc00ebb-abd8-472b-8095-dffb5b5de081} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10347 | 2024.07.31 06:57:31.272087 [ 3 ] {6cc00ebb-abd8-472b-8095-dffb5b5de081} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 10348 | 2024.07.31 06:57:31.272409 [ 3 ] {6cc00ebb-abd8-472b-8095-dffb5b5de081} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10349 | 2024.07.31 06:57:31.272540 [ 3 ] {6cc00ebb-abd8-472b-8095-dffb5b5de081} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001317 sec., 4555.808656036446 rows/sec., 195.76 KiB/sec. | ||
| 10350 | 2024.07.31 06:57:31.272603 [ 66 ] {} <Debug> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 10351 | 2024.07.31 06:57:31.272704 [ 66 ] {} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10352 | 2024.07.31 06:57:31.272751 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10353 | 2024.07.31 06:57:31.272786 [ 3 ] {6cc00ebb-abd8-472b-8095-dffb5b5de081} <Debug> DynamicQueryHandler: Done processing query | ||
| 10354 | 2024.07.31 06:57:31.272835 [ 3 ] {6cc00ebb-abd8-472b-8095-dffb5b5de081} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10355 | 2024.07.31 06:57:31.272888 [ 3 ] {} <Debug> HTTP-Session: 6eee058c-2ad6-405b-b79d-1c6779e292bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10356 | 2024.07.31 06:57:31.272999 [ 195 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 10357 | 2024.07.31 06:57:31.273080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10358 | 2024.07.31 06:57:31.273173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10359 | 2024.07.31 06:57:31.273233 [ 3 ] {} <Debug> HTTP-Session: a4ddbaef-933c-4aba-9215-4610b0f4994a Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10360 | 2024.07.31 06:57:31.273281 [ 3 ] {} <Debug> HTTP-Session: a4ddbaef-933c-4aba-9215-4610b0f4994a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10361 | 2024.07.31 06:57:31.273324 [ 3 ] {} <Debug> HTTP-Session: a4ddbaef-933c-4aba-9215-4610b0f4994a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10362 | 2024.07.31 06:57:31.273347 [ 195 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10363 | 2024.07.31 06:57:31.273383 [ 3 ] {} <Trace> HTTP-Session: a4ddbaef-933c-4aba-9215-4610b0f4994a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10364 | 2024.07.31 06:57:31.273414 [ 195 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part | ||
| 10365 | 2024.07.31 06:57:31.273636 [ 195 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 10366 | 2024.07.31 06:57:31.273743 [ 3 ] {1ddf3cf3-ef5e-4ce4-b70a-8c5c28b2425a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 10367 | 2024.07.31 06:57:31.273853 [ 195 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 10368 | 2024.07.31 06:57:31.274118 [ 3 ] {1ddf3cf3-ef5e-4ce4-b70a-8c5c28b2425a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 10369 | 2024.07.31 06:57:31.274173 [ 195 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 10370 | 2024.07.31 06:57:31.274478 [ 195 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 10371 | 2024.07.31 06:57:31.274764 [ 195 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 10372 | 2024.07.31 06:57:31.275438 [ 3 ] {1ddf3cf3-ef5e-4ce4-b70a-8c5c28b2425a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10373 | 2024.07.31 06:57:31.276216 [ 3 ] {1ddf3cf3-ef5e-4ce4-b70a-8c5c28b2425a} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10374 | 2024.07.31 06:57:31.276274 [ 3 ] {1ddf3cf3-ef5e-4ce4-b70a-8c5c28b2425a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10375 | 2024.07.31 06:57:31.277271 [ 3 ] {1ddf3cf3-ef5e-4ce4-b70a-8c5c28b2425a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 10376 | 2024.07.31 06:57:31.277581 [ 200 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.004724358 sec., 33020.359591715955 rows/sec., 1.39 MiB/sec. | ||
| 10377 | 2024.07.31 06:57:31.277752 [ 200 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 10378 | 2024.07.31 06:57:31.277874 [ 3 ] {1ddf3cf3-ef5e-4ce4-b70a-8c5c28b2425a} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10379 | 2024.07.31 06:57:31.278141 [ 66 ] {} <Debug> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 10380 | 2024.07.31 06:57:31.278192 [ 3 ] {1ddf3cf3-ef5e-4ce4-b70a-8c5c28b2425a} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004662 sec., 16516.516516516516 rows/sec., 1.02 MiB/sec. | ||
| 10381 | 2024.07.31 06:57:31.278261 [ 66 ] {} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10382 | 2024.07.31 06:57:31.278415 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10383 | 2024.07.31 06:57:31.279031 [ 3 ] {1ddf3cf3-ef5e-4ce4-b70a-8c5c28b2425a} <Debug> DynamicQueryHandler: Done processing query | ||
| 10384 | 2024.07.31 06:57:31.279135 [ 3 ] {1ddf3cf3-ef5e-4ce4-b70a-8c5c28b2425a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10385 | 2024.07.31 06:57:31.279092 [ 194 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 10386 | 2024.07.31 06:57:31.279210 [ 3 ] {} <Debug> HTTP-Session: a4ddbaef-933c-4aba-9215-4610b0f4994a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10387 | 2024.07.31 06:57:31.279554 [ 200 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_26_5} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10388 | 2024.07.31 06:57:31.279582 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10389 | 2024.07.31 06:57:31.279782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10390 | 2024.07.31 06:57:31.279868 [ 3 ] {} <Debug> HTTP-Session: e1ee6b5b-8a59-4985-8335-a44b1713d66b Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10391 | 2024.07.31 06:57:31.279914 [ 200 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_26_5} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 10392 | 2024.07.31 06:57:31.279932 [ 3 ] {} <Debug> HTTP-Session: e1ee6b5b-8a59-4985-8335-a44b1713d66b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10393 | 2024.07.31 06:57:31.279985 [ 3 ] {} <Debug> HTTP-Session: e1ee6b5b-8a59-4985-8335-a44b1713d66b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10394 | 2024.07.31 06:57:31.280159 [ 3 ] {} <Trace> HTTP-Session: e1ee6b5b-8a59-4985-8335-a44b1713d66b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10395 | 2024.07.31 06:57:31.280175 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 10396 | 2024.07.31 06:57:31.280276 [ 194 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10397 | 2024.07.31 06:57:31.280372 [ 194 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1617 rows starting from the beginning of the part | ||
| 10398 | 2024.07.31 06:57:31.280561 [ 3 ] {f2dc2d0e-1a94-457f-af58-293c7512a419} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10399 | 2024.07.31 06:57:31.280656 [ 194 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 77 rows starting from the beginning of the part | ||
| 10400 | 2024.07.31 06:57:31.280750 [ 3 ] {f2dc2d0e-1a94-457f-af58-293c7512a419} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10401 | 2024.07.31 06:57:31.280969 [ 194 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 77 rows starting from the beginning of the part | ||
| 10402 | 2024.07.31 06:57:31.281359 [ 194 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 77 rows starting from the beginning of the part | ||
| 10403 | 2024.07.31 06:57:31.281704 [ 194 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 77 rows starting from the beginning of the part | ||
| 10404 | 2024.07.31 06:57:31.282031 [ 194 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 77 rows starting from the beginning of the part | ||
| 10405 | 2024.07.31 06:57:31.282094 [ 3 ] {f2dc2d0e-1a94-457f-af58-293c7512a419} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10406 | 2024.07.31 06:57:31.283139 [ 3 ] {f2dc2d0e-1a94-457f-af58-293c7512a419} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10407 | 2024.07.31 06:57:31.283190 [ 3 ] {f2dc2d0e-1a94-457f-af58-293c7512a419} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10408 | 2024.07.31 06:57:31.284201 [ 3 ] {f2dc2d0e-1a94-457f-af58-293c7512a419} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10409 | 2024.07.31 06:57:31.284985 [ 3 ] {f2dc2d0e-1a94-457f-af58-293c7512a419} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10410 | 2024.07.31 06:57:31.285011 [ 194 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2002 rows, containing 5 columns (5 merged, 0 gathered) in 0.006405499 sec., 312543.95637248555 rows/sec., 19.25 MiB/sec. | ||
| 10411 | 2024.07.31 06:57:31.285242 [ 3 ] {f2dc2d0e-1a94-457f-af58-293c7512a419} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004882 sec., 32773.453502662844 rows/sec., 2.28 MiB/sec. | ||
| 10412 | 2024.07.31 06:57:31.285359 [ 194 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 10413 | 2024.07.31 06:57:31.285572 [ 3 ] {f2dc2d0e-1a94-457f-af58-293c7512a419} <Debug> DynamicQueryHandler: Done processing query | ||
| 10414 | 2024.07.31 06:57:31.285618 [ 3 ] {f2dc2d0e-1a94-457f-af58-293c7512a419} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10415 | 2024.07.31 06:57:31.285648 [ 3 ] {} <Debug> HTTP-Session: e1ee6b5b-8a59-4985-8335-a44b1713d66b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10416 | 2024.07.31 06:57:31.285836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6441, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10417 | 2024.07.31 06:57:31.285927 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10418 | 2024.07.31 06:57:31.285957 [ 3 ] {} <Debug> HTTP-Session: d5a2543b-78e0-48ae-a69e-01b9fc4a7dd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10419 | 2024.07.31 06:57:31.285988 [ 3 ] {} <Debug> HTTP-Session: d5a2543b-78e0-48ae-a69e-01b9fc4a7dd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10420 | 2024.07.31 06:57:31.286010 [ 3 ] {} <Debug> HTTP-Session: d5a2543b-78e0-48ae-a69e-01b9fc4a7dd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10421 | 2024.07.31 06:57:31.286068 [ 194 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_26_5} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10422 | 2024.07.31 06:57:31.286079 [ 3 ] {} <Trace> HTTP-Session: d5a2543b-78e0-48ae-a69e-01b9fc4a7dd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10423 | 2024.07.31 06:57:31.286240 [ 194 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_26_5} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 10424 | 2024.07.31 06:57:31.286383 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 10425 | 2024.07.31 06:57:31.286383 [ 3 ] {1d74b1c7-1e02-4f5d-b984-22ca0c0185ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 10426 | 2024.07.31 06:57:31.286485 [ 3 ] {1d74b1c7-1e02-4f5d-b984-22ca0c0185ba} <Trace> 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 | ||
| 10427 | 2024.07.31 06:57:31.286931 [ 3 ] {1d74b1c7-1e02-4f5d-b984-22ca0c0185ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10428 | 2024.07.31 06:57:31.287439 [ 3 ] {1d74b1c7-1e02-4f5d-b984-22ca0c0185ba} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10429 | 2024.07.31 06:57:31.287488 [ 3 ] {1d74b1c7-1e02-4f5d-b984-22ca0c0185ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10430 | 2024.07.31 06:57:31.288199 [ 3 ] {1d74b1c7-1e02-4f5d-b984-22ca0c0185ba} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 10431 | 2024.07.31 06:57:31.288641 [ 3 ] {1d74b1c7-1e02-4f5d-b984-22ca0c0185ba} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10432 | 2024.07.31 06:57:31.288825 [ 3 ] {1d74b1c7-1e02-4f5d-b984-22ca0c0185ba} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002583 sec., 1548.586914440573 rows/sec., 2.77 MiB/sec. | ||
| 10433 | 2024.07.31 06:57:31.288828 [ 66 ] {} <Debug> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 10434 | 2024.07.31 06:57:31.288924 [ 66 ] {} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10435 | 2024.07.31 06:57:31.288995 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10436 | 2024.07.31 06:57:31.289199 [ 200 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 10437 | 2024.07.31 06:57:31.289250 [ 3 ] {1d74b1c7-1e02-4f5d-b984-22ca0c0185ba} <Debug> DynamicQueryHandler: Done processing query | ||
| 10438 | 2024.07.31 06:57:31.289280 [ 3 ] {1d74b1c7-1e02-4f5d-b984-22ca0c0185ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 10439 | 2024.07.31 06:57:31.289301 [ 3 ] {} <Debug> HTTP-Session: d5a2543b-78e0-48ae-a69e-01b9fc4a7dd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10440 | 2024.07.31 06:57:31.289442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10441 | 2024.07.31 06:57:31.289508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10442 | 2024.07.31 06:57:31.289540 [ 3 ] {} <Debug> HTTP-Session: 1418c16f-a17b-4be9-8337-7b009cf48693 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10443 | 2024.07.31 06:57:31.289568 [ 3 ] {} <Debug> HTTP-Session: 1418c16f-a17b-4be9-8337-7b009cf48693 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10444 | 2024.07.31 06:57:31.289576 [ 200 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10445 | 2024.07.31 06:57:31.289587 [ 3 ] {} <Debug> HTTP-Session: 1418c16f-a17b-4be9-8337-7b009cf48693 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10446 | 2024.07.31 06:57:31.289642 [ 3 ] {} <Trace> HTTP-Session: 1418c16f-a17b-4be9-8337-7b009cf48693 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10447 | 2024.07.31 06:57:31.289656 [ 200 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 669 rows starting from the beginning of the part | ||
| 10448 | 2024.07.31 06:57:31.289794 [ 3 ] {c1c39f3d-dbac-427d-99d5-34c4fcfbed3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10449 | 2024.07.31 06:57:31.289954 [ 3 ] {c1c39f3d-dbac-427d-99d5-34c4fcfbed3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 10450 | 2024.07.31 06:57:31.290192 [ 200 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 4 rows starting from the beginning of the part | ||
| 10451 | 2024.07.31 06:57:31.290407 [ 3 ] {c1c39f3d-dbac-427d-99d5-34c4fcfbed3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10452 | 2024.07.31 06:57:31.290787 [ 200 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 27 rows starting from the beginning of the part | ||
| 10453 | 2024.07.31 06:57:31.291404 [ 200 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 4 rows starting from the beginning of the part | ||
| 10454 | 2024.07.31 06:57:31.291404 [ 3 ] {c1c39f3d-dbac-427d-99d5-34c4fcfbed3f} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10455 | 2024.07.31 06:57:31.291456 [ 3 ] {c1c39f3d-dbac-427d-99d5-34c4fcfbed3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10456 | 2024.07.31 06:57:31.291727 [ 200 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 27 rows starting from the beginning of the part | ||
| 10457 | 2024.07.31 06:57:31.292074 [ 200 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 4 rows starting from the beginning of the part | ||
| 10458 | 2024.07.31 06:57:31.292229 [ 3 ] {c1c39f3d-dbac-427d-99d5-34c4fcfbed3f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 10459 | 2024.07.31 06:57:31.292783 [ 3 ] {c1c39f3d-dbac-427d-99d5-34c4fcfbed3f} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10460 | 2024.07.31 06:57:31.292989 [ 3 ] {c1c39f3d-dbac-427d-99d5-34c4fcfbed3f} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.003253 sec., 7070.396557024285 rows/sec., 382.46 KiB/sec. | ||
| 10461 | 2024.07.31 06:57:31.293219 [ 3 ] {c1c39f3d-dbac-427d-99d5-34c4fcfbed3f} <Debug> DynamicQueryHandler: Done processing query | ||
| 10462 | 2024.07.31 06:57:31.293254 [ 3 ] {c1c39f3d-dbac-427d-99d5-34c4fcfbed3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10463 | 2024.07.31 06:57:31.293281 [ 3 ] {} <Debug> HTTP-Session: 1418c16f-a17b-4be9-8337-7b009cf48693 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10464 | 2024.07.31 06:57:31.293442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10465 | 2024.07.31 06:57:31.293497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10466 | 2024.07.31 06:57:31.293516 [ 3 ] {} <Debug> HTTP-Session: e1545988-9616-40a2-b5b0-83ee0760b23b Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10467 | 2024.07.31 06:57:31.293533 [ 3 ] {} <Debug> HTTP-Session: e1545988-9616-40a2-b5b0-83ee0760b23b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10468 | 2024.07.31 06:57:31.293546 [ 3 ] {} <Debug> HTTP-Session: e1545988-9616-40a2-b5b0-83ee0760b23b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10469 | 2024.07.31 06:57:31.293586 [ 3 ] {} <Trace> HTTP-Session: e1545988-9616-40a2-b5b0-83ee0760b23b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10470 | 2024.07.31 06:57:31.293758 [ 3 ] {0e9288aa-c7da-4dd4-a29c-ca4b085515b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10471 | 2024.07.31 06:57:31.293802 [ 3 ] {0e9288aa-c7da-4dd4-a29c-ca4b085515b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10472 | 2024.07.31 06:57:31.293930 [ 3 ] {0e9288aa-c7da-4dd4-a29c-ca4b085515b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10473 | 2024.07.31 06:57:31.294207 [ 3 ] {0e9288aa-c7da-4dd4-a29c-ca4b085515b1} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10474 | 2024.07.31 06:57:31.294246 [ 3 ] {0e9288aa-c7da-4dd4-a29c-ca4b085515b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10475 | 2024.07.31 06:57:31.294758 [ 3 ] {0e9288aa-c7da-4dd4-a29c-ca4b085515b1} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10476 | 2024.07.31 06:57:31.295356 [ 3 ] {0e9288aa-c7da-4dd4-a29c-ca4b085515b1} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10477 | 2024.07.31 06:57:31.295667 [ 3 ] {0e9288aa-c7da-4dd4-a29c-ca4b085515b1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001983 sec., 30257.186081694403 rows/sec., 2.04 MiB/sec. | ||
| 10478 | 2024.07.31 06:57:31.295885 [ 3 ] {0e9288aa-c7da-4dd4-a29c-ca4b085515b1} <Debug> DynamicQueryHandler: Done processing query | ||
| 10479 | 2024.07.31 06:57:31.295923 [ 3 ] {0e9288aa-c7da-4dd4-a29c-ca4b085515b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10480 | 2024.07.31 06:57:31.295953 [ 3 ] {} <Debug> HTTP-Session: e1545988-9616-40a2-b5b0-83ee0760b23b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10481 | 2024.07.31 06:57:31.298005 [ 198 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 735 rows, containing 19 columns (19 merged, 0 gathered) in 0.008890381 sec., 82673.62219909362 rows/sec., 148.15 MiB/sec. | ||
| 10482 | 2024.07.31 06:57:31.298994 [ 186 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 10483 | 2024.07.31 06:57:31.299565 [ 186 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10484 | 2024.07.31 06:57:31.299643 [ 186 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 10485 | 2024.07.31 06:57:31.299748 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB. | ||
| 10486 | 2024.07.31 06:57:36.262182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10487 | 2024.07.31 06:57:36.262373 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10488 | 2024.07.31 06:57:36.262420 [ 3 ] {} <Debug> HTTP-Session: c38c92f6-260e-4cd8-b201-48bf86a1c48d Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10489 | 2024.07.31 06:57:36.262460 [ 3 ] {} <Debug> HTTP-Session: c38c92f6-260e-4cd8-b201-48bf86a1c48d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10490 | 2024.07.31 06:57:36.262489 [ 3 ] {} <Debug> HTTP-Session: c38c92f6-260e-4cd8-b201-48bf86a1c48d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10491 | 2024.07.31 06:57:36.262565 [ 3 ] {} <Trace> HTTP-Session: c38c92f6-260e-4cd8-b201-48bf86a1c48d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10492 | 2024.07.31 06:57:36.262752 [ 3 ] {ea4ea4ea-8e92-4d19-a5df-73acf499e639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10493 | 2024.07.31 06:57:36.262818 [ 3 ] {ea4ea4ea-8e92-4d19-a5df-73acf499e639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 10494 | 2024.07.31 06:57:36.263010 [ 3 ] {ea4ea4ea-8e92-4d19-a5df-73acf499e639} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10495 | 2024.07.31 06:57:36.263533 [ 3 ] {ea4ea4ea-8e92-4d19-a5df-73acf499e639} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10496 | 2024.07.31 06:57:36.263575 [ 3 ] {ea4ea4ea-8e92-4d19-a5df-73acf499e639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10497 | 2024.07.31 06:57:36.263960 [ 3 ] {ea4ea4ea-8e92-4d19-a5df-73acf499e639} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10498 | 2024.07.31 06:57:36.264295 [ 3 ] {ea4ea4ea-8e92-4d19-a5df-73acf499e639} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10499 | 2024.07.31 06:57:36.264450 [ 3 ] {ea4ea4ea-8e92-4d19-a5df-73acf499e639} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001751 sec., 15419.760137064535 rows/sec., 1.22 MiB/sec. | ||
| 10500 | 2024.07.31 06:57:36.264498 [ 58 ] {} <Debug> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10501 | 2024.07.31 06:57:36.264637 [ 58 ] {} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10502 | 2024.07.31 06:57:36.264695 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10503 | 2024.07.31 06:57:36.264737 [ 3 ] {ea4ea4ea-8e92-4d19-a5df-73acf499e639} <Debug> DynamicQueryHandler: Done processing query | ||
| 10504 | 2024.07.31 06:57:36.264799 [ 3 ] {ea4ea4ea-8e92-4d19-a5df-73acf499e639} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10505 | 2024.07.31 06:57:36.264840 [ 3 ] {} <Debug> HTTP-Session: c38c92f6-260e-4cd8-b201-48bf86a1c48d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10506 | 2024.07.31 06:57:36.264927 [ 186 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 10507 | 2024.07.31 06:57:36.265090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 25039, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10508 | 2024.07.31 06:57:36.265214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10509 | 2024.07.31 06:57:36.265292 [ 3 ] {} <Debug> HTTP-Session: ad0fa808-1be1-400a-958e-328ece245ae6 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10510 | 2024.07.31 06:57:36.265357 [ 3 ] {} <Debug> HTTP-Session: ad0fa808-1be1-400a-958e-328ece245ae6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10511 | 2024.07.31 06:57:36.265371 [ 186 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10512 | 2024.07.31 06:57:36.265403 [ 3 ] {} <Debug> HTTP-Session: ad0fa808-1be1-400a-958e-328ece245ae6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10513 | 2024.07.31 06:57:36.265453 [ 186 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 37 rows starting from the beginning of the part | ||
| 10514 | 2024.07.31 06:57:36.265477 [ 3 ] {} <Trace> HTTP-Session: ad0fa808-1be1-400a-958e-328ece245ae6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10515 | 2024.07.31 06:57:36.265563 [ 186 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 27 rows starting from the beginning of the part | ||
| 10516 | 2024.07.31 06:57:36.265812 [ 3 ] {04a69b1f-8d5b-4589-877d-ca492c7f766a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10517 | 2024.07.31 06:57:36.265876 [ 186 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 10 rows starting from the beginning of the part | ||
| 10518 | 2024.07.31 06:57:36.265963 [ 3 ] {04a69b1f-8d5b-4589-877d-ca492c7f766a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10519 | 2024.07.31 06:57:36.266196 [ 186 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 27 rows starting from the beginning of the part | ||
| 10520 | 2024.07.31 06:57:36.266523 [ 186 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 10 rows starting from the beginning of the part | ||
| 10521 | 2024.07.31 06:57:36.266887 [ 186 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 27 rows starting from the beginning of the part | ||
| 10522 | 2024.07.31 06:57:36.267150 [ 3 ] {04a69b1f-8d5b-4589-877d-ca492c7f766a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10523 | 2024.07.31 06:57:36.268022 [ 3 ] {04a69b1f-8d5b-4589-877d-ca492c7f766a} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10524 | 2024.07.31 06:57:36.268072 [ 3 ] {04a69b1f-8d5b-4589-877d-ca492c7f766a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10525 | 2024.07.31 06:57:36.268572 [ 3 ] {04a69b1f-8d5b-4589-877d-ca492c7f766a} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10526 | 2024.07.31 06:57:36.268719 [ 198 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 138 rows, containing 4 columns (4 merged, 0 gathered) in 0.003923517 sec., 35172.525058512554 rows/sec., 2.67 MiB/sec. | ||
| 10527 | 2024.07.31 06:57:36.268990 [ 198 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10528 | 2024.07.31 06:57:36.269190 [ 3 ] {04a69b1f-8d5b-4589-877d-ca492c7f766a} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10529 | 2024.07.31 06:57:36.269433 [ 58 ] {} <Debug> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10530 | 2024.07.31 06:57:36.269542 [ 58 ] {} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10531 | 2024.07.31 06:57:36.269551 [ 3 ] {04a69b1f-8d5b-4589-877d-ca492c7f766a} <Debug> executeQuery: Read 173 rows, 14.53 KiB in 0.003905 sec., 44302.17669654289 rows/sec., 3.63 MiB/sec. | ||
| 10532 | 2024.07.31 06:57:36.269619 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10533 | 2024.07.31 06:57:36.270188 [ 199 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 10534 | 2024.07.31 06:57:36.270395 [ 3 ] {04a69b1f-8d5b-4589-877d-ca492c7f766a} <Debug> DynamicQueryHandler: Done processing query | ||
| 10535 | 2024.07.31 06:57:36.270475 [ 3 ] {04a69b1f-8d5b-4589-877d-ca492c7f766a} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 10536 | 2024.07.31 06:57:36.270580 [ 3 ] {} <Debug> HTTP-Session: ad0fa808-1be1-400a-958e-328ece245ae6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10537 | 2024.07.31 06:57:36.270688 [ 198 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_51_10} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10538 | 2024.07.31 06:57:36.270696 [ 199 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10539 | 2024.07.31 06:57:36.270809 [ 199 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 299 rows starting from the beginning of the part | ||
| 10540 | 2024.07.31 06:57:36.270904 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 19503, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10541 | 2024.07.31 06:57:36.270967 [ 198 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_51_10} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10542 | 2024.07.31 06:57:36.271111 [ 199 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 137 rows starting from the beginning of the part | ||
| 10543 | 2024.07.31 06:57:36.271421 [ 199 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 173 rows starting from the beginning of the part | ||
| 10544 | 2024.07.31 06:57:36.271442 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10545 | 2024.07.31 06:57:36.271580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10546 | 2024.07.31 06:57:36.271740 [ 199 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 138 rows starting from the beginning of the part | ||
| 10547 | 2024.07.31 06:57:36.271763 [ 3 ] {} <Debug> HTTP-Session: 7118f682-19a0-40b3-895c-d280ced81c01 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10548 | 2024.07.31 06:57:36.271822 [ 3 ] {} <Debug> HTTP-Session: 7118f682-19a0-40b3-895c-d280ced81c01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10549 | 2024.07.31 06:57:36.271885 [ 3 ] {} <Debug> HTTP-Session: 7118f682-19a0-40b3-895c-d280ced81c01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10550 | 2024.07.31 06:57:36.271982 [ 199 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 173 rows starting from the beginning of the part | ||
| 10551 | 2024.07.31 06:57:36.272085 [ 3 ] {} <Trace> HTTP-Session: 7118f682-19a0-40b3-895c-d280ced81c01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10552 | 2024.07.31 06:57:36.272227 [ 199 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 173 rows starting from the beginning of the part | ||
| 10553 | 2024.07.31 06:57:36.272702 [ 3 ] {1f273064-ec0c-4a45-8a52-8eaef6cb1f55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10554 | 2024.07.31 06:57:36.272769 [ 3 ] {1f273064-ec0c-4a45-8a52-8eaef6cb1f55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10555 | 2024.07.31 06:57:36.273266 [ 3 ] {1f273064-ec0c-4a45-8a52-8eaef6cb1f55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10556 | 2024.07.31 06:57:36.273904 [ 3 ] {1f273064-ec0c-4a45-8a52-8eaef6cb1f55} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10557 | 2024.07.31 06:57:36.273952 [ 3 ] {1f273064-ec0c-4a45-8a52-8eaef6cb1f55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10558 | 2024.07.31 06:57:36.274395 [ 3 ] {1f273064-ec0c-4a45-8a52-8eaef6cb1f55} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10559 | 2024.07.31 06:57:36.274638 [ 191 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1093 rows, containing 4 columns (4 merged, 0 gathered) in 0.004847641 sec., 225470.49172989503 rows/sec., 19.30 MiB/sec. | ||
| 10560 | 2024.07.31 06:57:36.274902 [ 191 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10561 | 2024.07.31 06:57:36.274956 [ 3 ] {1f273064-ec0c-4a45-8a52-8eaef6cb1f55} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10562 | 2024.07.31 06:57:36.275223 [ 58 ] {} <Debug> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10563 | 2024.07.31 06:57:36.275306 [ 3 ] {1f273064-ec0c-4a45-8a52-8eaef6cb1f55} <Debug> executeQuery: Read 115 rows, 9.18 KiB in 0.002802 sec., 41042.112776588154 rows/sec., 3.20 MiB/sec. | ||
| 10564 | 2024.07.31 06:57:36.275328 [ 58 ] {} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10565 | 2024.07.31 06:57:36.275404 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10566 | 2024.07.31 06:57:36.275967 [ 202 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 10567 | 2024.07.31 06:57:36.276114 [ 3 ] {1f273064-ec0c-4a45-8a52-8eaef6cb1f55} <Debug> DynamicQueryHandler: Done processing query | ||
| 10568 | 2024.07.31 06:57:36.276239 [ 3 ] {1f273064-ec0c-4a45-8a52-8eaef6cb1f55} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10569 | 2024.07.31 06:57:36.276294 [ 191 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_56_11} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10570 | 2024.07.31 06:57:36.276329 [ 3 ] {} <Debug> HTTP-Session: 7118f682-19a0-40b3-895c-d280ced81c01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10571 | 2024.07.31 06:57:36.276495 [ 202 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10572 | 2024.07.31 06:57:36.276572 [ 191 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_56_11} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10573 | 2024.07.31 06:57:36.276573 [ 202 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 471 rows starting from the beginning of the part | ||
| 10574 | 2024.07.31 06:57:36.276710 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 37582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10575 | 2024.07.31 06:57:36.276831 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 10576 | 2024.07.31 06:57:36.277015 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10577 | 2024.07.31 06:57:36.277048 [ 202 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 91 rows starting from the beginning of the part | ||
| 10578 | 2024.07.31 06:57:36.277101 [ 3 ] {} <Debug> HTTP-Session: d9e69c4c-2afb-4624-a845-7e85f99a21de Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10579 | 2024.07.31 06:57:36.277166 [ 3 ] {} <Debug> HTTP-Session: d9e69c4c-2afb-4624-a845-7e85f99a21de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10580 | 2024.07.31 06:57:36.277267 [ 3 ] {} <Debug> HTTP-Session: d9e69c4c-2afb-4624-a845-7e85f99a21de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10581 | 2024.07.31 06:57:36.277323 [ 202 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 386 rows starting from the beginning of the part | ||
| 10582 | 2024.07.31 06:57:36.277423 [ 3 ] {} <Trace> HTTP-Session: d9e69c4c-2afb-4624-a845-7e85f99a21de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10583 | 2024.07.31 06:57:36.277553 [ 202 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 93 rows starting from the beginning of the part | ||
| 10584 | 2024.07.31 06:57:36.277863 [ 202 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 386 rows starting from the beginning of the part | ||
| 10585 | 2024.07.31 06:57:36.278051 [ 3 ] {4d6c42f9-927f-4fbe-9a42-b1bd93b2ea94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10586 | 2024.07.31 06:57:36.278129 [ 202 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 115 rows starting from the beginning of the part | ||
| 10587 | 2024.07.31 06:57:36.278258 [ 3 ] {4d6c42f9-927f-4fbe-9a42-b1bd93b2ea94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10588 | 2024.07.31 06:57:36.278934 [ 3 ] {4d6c42f9-927f-4fbe-9a42-b1bd93b2ea94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10589 | 2024.07.31 06:57:36.279938 [ 3 ] {4d6c42f9-927f-4fbe-9a42-b1bd93b2ea94} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10590 | 2024.07.31 06:57:36.280006 [ 3 ] {4d6c42f9-927f-4fbe-9a42-b1bd93b2ea94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10591 | 2024.07.31 06:57:36.280863 [ 3 ] {4d6c42f9-927f-4fbe-9a42-b1bd93b2ea94} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10592 | 2024.07.31 06:57:36.281051 [ 197 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1542 rows, containing 4 columns (4 merged, 0 gathered) in 0.005450896 sec., 282889.271782107 rows/sec., 20.44 MiB/sec. | ||
| 10593 | 2024.07.31 06:57:36.281398 [ 197 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10594 | 2024.07.31 06:57:36.281549 [ 3 ] {4d6c42f9-927f-4fbe-9a42-b1bd93b2ea94} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10595 | 2024.07.31 06:57:36.281814 [ 58 ] {} <Debug> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10596 | 2024.07.31 06:57:36.281908 [ 58 ] {} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10597 | 2024.07.31 06:57:36.281957 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10598 | 2024.07.31 06:57:36.282123 [ 3 ] {4d6c42f9-927f-4fbe-9a42-b1bd93b2ea94} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.004317 sec., 45401.89946722261 rows/sec., 3.17 MiB/sec. | ||
| 10599 | 2024.07.31 06:57:36.282457 [ 190 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 10600 | 2024.07.31 06:57:36.282683 [ 3 ] {4d6c42f9-927f-4fbe-9a42-b1bd93b2ea94} <Debug> DynamicQueryHandler: Done processing query | ||
| 10601 | 2024.07.31 06:57:36.282735 [ 3 ] {4d6c42f9-927f-4fbe-9a42-b1bd93b2ea94} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 10602 | 2024.07.31 06:57:36.282802 [ 3 ] {} <Debug> HTTP-Session: d9e69c4c-2afb-4624-a845-7e85f99a21de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10603 | 2024.07.31 06:57:36.282811 [ 190 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10604 | 2024.07.31 06:57:36.282903 [ 190 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 8463 rows starting from the beginning of the part | ||
| 10605 | 2024.07.31 06:57:36.282929 [ 197 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_56_11} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10606 | 2024.07.31 06:57:36.283156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 43638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10607 | 2024.07.31 06:57:36.283291 [ 190 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part | ||
| 10608 | 2024.07.31 06:57:36.283351 [ 197 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_56_11} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10609 | 2024.07.31 06:57:36.283396 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10610 | 2024.07.31 06:57:36.283485 [ 3 ] {} <Debug> HTTP-Session: 8afc7754-9ed7-4af6-ac7d-bf542203c436 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10611 | 2024.07.31 06:57:36.283636 [ 3 ] {} <Debug> HTTP-Session: 8afc7754-9ed7-4af6-ac7d-bf542203c436 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10612 | 2024.07.31 06:57:36.283712 [ 3 ] {} <Debug> HTTP-Session: 8afc7754-9ed7-4af6-ac7d-bf542203c436 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10613 | 2024.07.31 06:57:36.283732 [ 190 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part | ||
| 10614 | 2024.07.31 06:57:36.283789 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 10615 | 2024.07.31 06:57:36.283920 [ 3 ] {} <Trace> HTTP-Session: 8afc7754-9ed7-4af6-ac7d-bf542203c436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10616 | 2024.07.31 06:57:36.284086 [ 190 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 161 rows starting from the beginning of the part | ||
| 10617 | 2024.07.31 06:57:36.284346 [ 190 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part | ||
| 10618 | 2024.07.31 06:57:36.284454 [ 3 ] {6b61657c-13b2-4cfc-8d72-ae439deb9a29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 10619 | 2024.07.31 06:57:36.284638 [ 190 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 196 rows starting from the beginning of the part | ||
| 10620 | 2024.07.31 06:57:36.284771 [ 3 ] {6b61657c-13b2-4cfc-8d72-ae439deb9a29} <Trace> 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 | ||
| 10621 | 2024.07.31 06:57:36.285918 [ 3 ] {6b61657c-13b2-4cfc-8d72-ae439deb9a29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10622 | 2024.07.31 06:57:36.287118 [ 3 ] {6b61657c-13b2-4cfc-8d72-ae439deb9a29} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10623 | 2024.07.31 06:57:36.287155 [ 3 ] {6b61657c-13b2-4cfc-8d72-ae439deb9a29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10624 | 2024.07.31 06:57:36.287951 [ 3 ] {6b61657c-13b2-4cfc-8d72-ae439deb9a29} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 10625 | 2024.07.31 06:57:36.288371 [ 3 ] {6b61657c-13b2-4cfc-8d72-ae439deb9a29} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10626 | 2024.07.31 06:57:36.288605 [ 3 ] {6b61657c-13b2-4cfc-8d72-ae439deb9a29} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.004481 sec., 6025.440749832627 rows/sec., 10.80 MiB/sec. | ||
| 10627 | 2024.07.31 06:57:36.288842 [ 3 ] {6b61657c-13b2-4cfc-8d72-ae439deb9a29} <Debug> DynamicQueryHandler: Done processing query | ||
| 10628 | 2024.07.31 06:57:36.288872 [ 3 ] {6b61657c-13b2-4cfc-8d72-ae439deb9a29} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 10629 | 2024.07.31 06:57:36.288904 [ 3 ] {} <Debug> HTTP-Session: 8afc7754-9ed7-4af6-ac7d-bf542203c436 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10630 | 2024.07.31 06:57:36.289062 [ 189 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9300 rows, containing 5 columns (5 merged, 0 gathered) in 0.006938873 sec., 1340275.2867792796 rows/sec., 93.40 MiB/sec. | ||
| 10631 | 2024.07.31 06:57:36.289079 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10632 | 2024.07.31 06:57:36.289188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10633 | 2024.07.31 06:57:36.289208 [ 3 ] {} <Debug> HTTP-Session: bd8c537d-3a07-4a36-a61e-cee07cf8d9b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10634 | 2024.07.31 06:57:36.289237 [ 3 ] {} <Debug> HTTP-Session: bd8c537d-3a07-4a36-a61e-cee07cf8d9b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10635 | 2024.07.31 06:57:36.289257 [ 3 ] {} <Debug> HTTP-Session: bd8c537d-3a07-4a36-a61e-cee07cf8d9b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10636 | 2024.07.31 06:57:36.289297 [ 3 ] {} <Trace> HTTP-Session: bd8c537d-3a07-4a36-a61e-cee07cf8d9b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10637 | 2024.07.31 06:57:36.289383 [ 189 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10638 | 2024.07.31 06:57:36.289528 [ 3 ] {199e2323-edf6-4c6c-91b6-b1c3f2df947f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10639 | 2024.07.31 06:57:36.289608 [ 3 ] {199e2323-edf6-4c6c-91b6-b1c3f2df947f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10640 | 2024.07.31 06:57:36.290248 [ 3 ] {199e2323-edf6-4c6c-91b6-b1c3f2df947f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10641 | 2024.07.31 06:57:36.290543 [ 189 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10642 | 2024.07.31 06:57:36.290787 [ 189 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10643 | 2024.07.31 06:57:36.290887 [ 3 ] {199e2323-edf6-4c6c-91b6-b1c3f2df947f} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10644 | 2024.07.31 06:57:36.290953 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.86 MiB. | ||
| 10645 | 2024.07.31 06:57:36.290959 [ 3 ] {199e2323-edf6-4c6c-91b6-b1c3f2df947f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10646 | 2024.07.31 06:57:36.291366 [ 3 ] {199e2323-edf6-4c6c-91b6-b1c3f2df947f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10647 | 2024.07.31 06:57:36.291699 [ 3 ] {199e2323-edf6-4c6c-91b6-b1c3f2df947f} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10648 | 2024.07.31 06:57:36.291852 [ 3 ] {199e2323-edf6-4c6c-91b6-b1c3f2df947f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002436 sec., 24630.541871921185 rows/sec., 1.66 MiB/sec. | ||
| 10649 | 2024.07.31 06:57:36.291868 [ 55 ] {} <Debug> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10650 | 2024.07.31 06:57:36.291967 [ 55 ] {} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10651 | 2024.07.31 06:57:36.292028 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10652 | 2024.07.31 06:57:36.292184 [ 3 ] {199e2323-edf6-4c6c-91b6-b1c3f2df947f} <Debug> DynamicQueryHandler: Done processing query | ||
| 10653 | 2024.07.31 06:57:36.292229 [ 193 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 10654 | 2024.07.31 06:57:36.292230 [ 3 ] {199e2323-edf6-4c6c-91b6-b1c3f2df947f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10655 | 2024.07.31 06:57:36.292309 [ 3 ] {} <Debug> HTTP-Session: bd8c537d-3a07-4a36-a61e-cee07cf8d9b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10656 | 2024.07.31 06:57:36.292430 [ 193 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10657 | 2024.07.31 06:57:36.292471 [ 193 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2986 rows starting from the beginning of the part | ||
| 10658 | 2024.07.31 06:57:36.292593 [ 193 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part | ||
| 10659 | 2024.07.31 06:57:36.292721 [ 193 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part | ||
| 10660 | 2024.07.31 06:57:36.292856 [ 193 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part | ||
| 10661 | 2024.07.31 06:57:36.292976 [ 193 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part | ||
| 10662 | 2024.07.31 06:57:36.293104 [ 193 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part | ||
| 10663 | 2024.07.31 06:57:36.294675 [ 188 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3286 rows, containing 4 columns (4 merged, 0 gathered) in 0.002542903 sec., 1292223.8874231537 rows/sec., 87.11 MiB/sec. | ||
| 10664 | 2024.07.31 06:57:36.295055 [ 187 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10665 | 2024.07.31 06:57:36.295504 [ 187 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_56_11} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10666 | 2024.07.31 06:57:36.295590 [ 187 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_56_11} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10667 | 2024.07.31 06:57:36.295669 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 10668 | 2024.07.31 06:57:38.077981 [ 52 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10669 | 2024.07.31 06:57:38.078036 [ 52 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10670 | 2024.07.31 06:57:41.264071 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10671 | 2024.07.31 06:57:41.264271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10672 | 2024.07.31 06:57:41.264316 [ 3 ] {} <Debug> HTTP-Session: ea175f90-9467-4a05-a3d0-62cc5b0ecaba Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10673 | 2024.07.31 06:57:41.264356 [ 3 ] {} <Debug> HTTP-Session: ea175f90-9467-4a05-a3d0-62cc5b0ecaba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10674 | 2024.07.31 06:57:41.264384 [ 3 ] {} <Debug> HTTP-Session: ea175f90-9467-4a05-a3d0-62cc5b0ecaba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10675 | 2024.07.31 06:57:41.264468 [ 3 ] {} <Trace> HTTP-Session: ea175f90-9467-4a05-a3d0-62cc5b0ecaba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10676 | 2024.07.31 06:57:41.264824 [ 3 ] {e8196995-88f1-4e22-b454-5e445b63b08f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10677 | 2024.07.31 06:57:41.264890 [ 3 ] {e8196995-88f1-4e22-b454-5e445b63b08f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 10678 | 2024.07.31 06:57:41.265081 [ 3 ] {e8196995-88f1-4e22-b454-5e445b63b08f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10679 | 2024.07.31 06:57:41.265550 [ 3 ] {e8196995-88f1-4e22-b454-5e445b63b08f} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10680 | 2024.07.31 06:57:41.265590 [ 3 ] {e8196995-88f1-4e22-b454-5e445b63b08f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 10681 | 2024.07.31 06:57:41.265950 [ 3 ] {e8196995-88f1-4e22-b454-5e445b63b08f} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10682 | 2024.07.31 06:57:41.266287 [ 3 ] {e8196995-88f1-4e22-b454-5e445b63b08f} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10683 | 2024.07.31 06:57:41.266455 [ 3 ] {e8196995-88f1-4e22-b454-5e445b63b08f} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.001734 sec., 5767.012687427912 rows/sec., 382.97 KiB/sec. | ||
| 10684 | 2024.07.31 06:57:41.266779 [ 3 ] {e8196995-88f1-4e22-b454-5e445b63b08f} <Debug> DynamicQueryHandler: Done processing query | ||
| 10685 | 2024.07.31 06:57:41.266828 [ 3 ] {e8196995-88f1-4e22-b454-5e445b63b08f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10686 | 2024.07.31 06:57:41.266852 [ 3 ] {} <Debug> HTTP-Session: ea175f90-9467-4a05-a3d0-62cc5b0ecaba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10687 | 2024.07.31 06:57:41.267016 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10688 | 2024.07.31 06:57:41.267066 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10689 | 2024.07.31 06:57:41.267085 [ 3 ] {} <Debug> HTTP-Session: 7216e68f-bb35-4dcb-b575-898f85263771 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10690 | 2024.07.31 06:57:41.267101 [ 3 ] {} <Debug> HTTP-Session: 7216e68f-bb35-4dcb-b575-898f85263771 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10691 | 2024.07.31 06:57:41.267117 [ 3 ] {} <Debug> HTTP-Session: 7216e68f-bb35-4dcb-b575-898f85263771 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10692 | 2024.07.31 06:57:41.267148 [ 3 ] {} <Trace> HTTP-Session: 7216e68f-bb35-4dcb-b575-898f85263771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10693 | 2024.07.31 06:57:41.267294 [ 3 ] {0eca950d-5918-471b-8a67-029255d11c3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10694 | 2024.07.31 06:57:41.267339 [ 3 ] {0eca950d-5918-471b-8a67-029255d11c3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10695 | 2024.07.31 06:57:41.267483 [ 3 ] {0eca950d-5918-471b-8a67-029255d11c3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10696 | 2024.07.31 06:57:41.267931 [ 3 ] {0eca950d-5918-471b-8a67-029255d11c3c} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10697 | 2024.07.31 06:57:41.267967 [ 3 ] {0eca950d-5918-471b-8a67-029255d11c3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 10698 | 2024.07.31 06:57:41.268292 [ 3 ] {0eca950d-5918-471b-8a67-029255d11c3c} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10699 | 2024.07.31 06:57:41.268599 [ 3 ] {0eca950d-5918-471b-8a67-029255d11c3c} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10700 | 2024.07.31 06:57:41.268756 [ 3 ] {0eca950d-5918-471b-8a67-029255d11c3c} <Debug> executeQuery: Read 173 rows, 15.66 KiB in 0.00152 sec., 113815.7894736842 rows/sec., 10.06 MiB/sec. | ||
| 10701 | 2024.07.31 06:57:41.268927 [ 3 ] {0eca950d-5918-471b-8a67-029255d11c3c} <Debug> DynamicQueryHandler: Done processing query | ||
| 10702 | 2024.07.31 06:57:41.268951 [ 3 ] {0eca950d-5918-471b-8a67-029255d11c3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 10703 | 2024.07.31 06:57:41.268967 [ 3 ] {} <Debug> HTTP-Session: 7216e68f-bb35-4dcb-b575-898f85263771 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10704 | 2024.07.31 06:57:41.269216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 62271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10705 | 2024.07.31 06:57:41.269264 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10706 | 2024.07.31 06:57:41.269283 [ 3 ] {} <Debug> HTTP-Session: 0bfc7d2c-5f27-484a-8fd1-8c2a6c403e35 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10707 | 2024.07.31 06:57:41.269299 [ 3 ] {} <Debug> HTTP-Session: 0bfc7d2c-5f27-484a-8fd1-8c2a6c403e35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10708 | 2024.07.31 06:57:41.269313 [ 3 ] {} <Debug> HTTP-Session: 0bfc7d2c-5f27-484a-8fd1-8c2a6c403e35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10709 | 2024.07.31 06:57:41.269343 [ 3 ] {} <Trace> HTTP-Session: 0bfc7d2c-5f27-484a-8fd1-8c2a6c403e35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10710 | 2024.07.31 06:57:41.269540 [ 3 ] {fa054d82-69b1-4846-9c4a-97d494b9c109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10711 | 2024.07.31 06:57:41.269583 [ 3 ] {fa054d82-69b1-4846-9c4a-97d494b9c109} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10712 | 2024.07.31 06:57:41.269707 [ 3 ] {fa054d82-69b1-4846-9c4a-97d494b9c109} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10713 | 2024.07.31 06:57:41.270225 [ 3 ] {fa054d82-69b1-4846-9c4a-97d494b9c109} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10714 | 2024.07.31 06:57:41.270262 [ 3 ] {fa054d82-69b1-4846-9c4a-97d494b9c109} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 10715 | 2024.07.31 06:57:41.270621 [ 3 ] {fa054d82-69b1-4846-9c4a-97d494b9c109} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10716 | 2024.07.31 06:57:41.270970 [ 3 ] {fa054d82-69b1-4846-9c4a-97d494b9c109} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10717 | 2024.07.31 06:57:41.271128 [ 3 ] {fa054d82-69b1-4846-9c4a-97d494b9c109} <Debug> executeQuery: Read 386 rows, 27.79 KiB in 0.001686 sec., 228944.24673784105 rows/sec., 16.10 MiB/sec. | ||
| 10718 | 2024.07.31 06:57:41.271299 [ 3 ] {fa054d82-69b1-4846-9c4a-97d494b9c109} <Debug> DynamicQueryHandler: Done processing query | ||
| 10719 | 2024.07.31 06:57:41.271323 [ 3 ] {fa054d82-69b1-4846-9c4a-97d494b9c109} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 10720 | 2024.07.31 06:57:41.271339 [ 3 ] {} <Debug> HTTP-Session: 0bfc7d2c-5f27-484a-8fd1-8c2a6c403e35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10721 | 2024.07.31 06:57:41.271474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10722 | 2024.07.31 06:57:41.271523 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10723 | 2024.07.31 06:57:41.271541 [ 3 ] {} <Debug> HTTP-Session: 0eb9984a-0066-491f-8fd2-0ae0207d27c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10724 | 2024.07.31 06:57:41.271557 [ 3 ] {} <Debug> HTTP-Session: 0eb9984a-0066-491f-8fd2-0ae0207d27c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10725 | 2024.07.31 06:57:41.271570 [ 3 ] {} <Debug> HTTP-Session: 0eb9984a-0066-491f-8fd2-0ae0207d27c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10726 | 2024.07.31 06:57:41.271600 [ 3 ] {} <Trace> HTTP-Session: 0eb9984a-0066-491f-8fd2-0ae0207d27c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10727 | 2024.07.31 06:57:41.271702 [ 3 ] {052cab55-ef92-4f50-be5d-60554a152f2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 10728 | 2024.07.31 06:57:41.271752 [ 3 ] {052cab55-ef92-4f50-be5d-60554a152f2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10729 | 2024.07.31 06:57:41.271903 [ 3 ] {052cab55-ef92-4f50-be5d-60554a152f2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10730 | 2024.07.31 06:57:41.272292 [ 3 ] {052cab55-ef92-4f50-be5d-60554a152f2e} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10731 | 2024.07.31 06:57:41.272327 [ 3 ] {052cab55-ef92-4f50-be5d-60554a152f2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 10732 | 2024.07.31 06:57:41.272682 [ 3 ] {052cab55-ef92-4f50-be5d-60554a152f2e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 10733 | 2024.07.31 06:57:41.272997 [ 3 ] {052cab55-ef92-4f50-be5d-60554a152f2e} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10734 | 2024.07.31 06:57:41.273179 [ 3 ] {052cab55-ef92-4f50-be5d-60554a152f2e} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001503 sec., 3992.015968063872 rows/sec., 171.53 KiB/sec. | ||
| 10735 | 2024.07.31 06:57:41.273471 [ 3 ] {052cab55-ef92-4f50-be5d-60554a152f2e} <Debug> DynamicQueryHandler: Done processing query | ||
| 10736 | 2024.07.31 06:57:41.273501 [ 3 ] {052cab55-ef92-4f50-be5d-60554a152f2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10737 | 2024.07.31 06:57:41.273517 [ 3 ] {} <Debug> HTTP-Session: 0eb9984a-0066-491f-8fd2-0ae0207d27c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10738 | 2024.07.31 06:57:41.273649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10739 | 2024.07.31 06:57:41.273699 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10740 | 2024.07.31 06:57:41.273717 [ 3 ] {} <Debug> HTTP-Session: 53d370d5-133f-4c43-8171-a47cad1b3033 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10741 | 2024.07.31 06:57:41.273733 [ 3 ] {} <Debug> HTTP-Session: 53d370d5-133f-4c43-8171-a47cad1b3033 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10742 | 2024.07.31 06:57:41.273746 [ 3 ] {} <Debug> HTTP-Session: 53d370d5-133f-4c43-8171-a47cad1b3033 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10743 | 2024.07.31 06:57:41.273776 [ 3 ] {} <Trace> HTTP-Session: 53d370d5-133f-4c43-8171-a47cad1b3033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10744 | 2024.07.31 06:57:41.273940 [ 3 ] {2517ead7-663e-4983-87c0-927efa724dc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 10745 | 2024.07.31 06:57:41.273986 [ 3 ] {2517ead7-663e-4983-87c0-927efa724dc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 10746 | 2024.07.31 06:57:41.274147 [ 3 ] {2517ead7-663e-4983-87c0-927efa724dc3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10747 | 2024.07.31 06:57:41.274492 [ 3 ] {2517ead7-663e-4983-87c0-927efa724dc3} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10748 | 2024.07.31 06:57:41.274526 [ 3 ] {2517ead7-663e-4983-87c0-927efa724dc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 10749 | 2024.07.31 06:57:41.274883 [ 3 ] {2517ead7-663e-4983-87c0-927efa724dc3} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 10750 | 2024.07.31 06:57:41.275561 [ 3 ] {2517ead7-663e-4983-87c0-927efa724dc3} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10751 | 2024.07.31 06:57:41.275723 [ 3 ] {2517ead7-663e-4983-87c0-927efa724dc3} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001844 sec., 41757.04989154013 rows/sec., 2.57 MiB/sec. | ||
| 10752 | 2024.07.31 06:57:41.276051 [ 3 ] {2517ead7-663e-4983-87c0-927efa724dc3} <Debug> DynamicQueryHandler: Done processing query | ||
| 10753 | 2024.07.31 06:57:41.276076 [ 3 ] {2517ead7-663e-4983-87c0-927efa724dc3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10754 | 2024.07.31 06:57:41.276092 [ 3 ] {} <Debug> HTTP-Session: 53d370d5-133f-4c43-8171-a47cad1b3033 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10755 | 2024.07.31 06:57:41.276248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10756 | 2024.07.31 06:57:41.276296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10757 | 2024.07.31 06:57:41.276315 [ 3 ] {} <Debug> HTTP-Session: 06e30c9a-eab2-4af7-8ad8-969c3a1be569 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10758 | 2024.07.31 06:57:41.276330 [ 3 ] {} <Debug> HTTP-Session: 06e30c9a-eab2-4af7-8ad8-969c3a1be569 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10759 | 2024.07.31 06:57:41.276344 [ 3 ] {} <Debug> HTTP-Session: 06e30c9a-eab2-4af7-8ad8-969c3a1be569 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10760 | 2024.07.31 06:57:41.276375 [ 3 ] {} <Trace> HTTP-Session: 06e30c9a-eab2-4af7-8ad8-969c3a1be569 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10761 | 2024.07.31 06:57:41.276525 [ 3 ] {71feab3a-75d1-4c5c-a117-0a33da66d57d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10762 | 2024.07.31 06:57:41.276572 [ 3 ] {71feab3a-75d1-4c5c-a117-0a33da66d57d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10763 | 2024.07.31 06:57:41.276736 [ 3 ] {71feab3a-75d1-4c5c-a117-0a33da66d57d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10764 | 2024.07.31 06:57:41.277131 [ 3 ] {71feab3a-75d1-4c5c-a117-0a33da66d57d} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10765 | 2024.07.31 06:57:41.277167 [ 3 ] {71feab3a-75d1-4c5c-a117-0a33da66d57d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 10766 | 2024.07.31 06:57:41.277551 [ 3 ] {71feab3a-75d1-4c5c-a117-0a33da66d57d} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10767 | 2024.07.31 06:57:41.277891 [ 3 ] {71feab3a-75d1-4c5c-a117-0a33da66d57d} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10768 | 2024.07.31 06:57:41.278056 [ 3 ] {71feab3a-75d1-4c5c-a117-0a33da66d57d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001592 sec., 100502.51256281407 rows/sec., 7.00 MiB/sec. | ||
| 10769 | 2024.07.31 06:57:41.278230 [ 3 ] {71feab3a-75d1-4c5c-a117-0a33da66d57d} <Debug> DynamicQueryHandler: Done processing query | ||
| 10770 | 2024.07.31 06:57:41.278255 [ 3 ] {71feab3a-75d1-4c5c-a117-0a33da66d57d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10771 | 2024.07.31 06:57:41.278271 [ 3 ] {} <Debug> HTTP-Session: 06e30c9a-eab2-4af7-8ad8-969c3a1be569 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10772 | 2024.07.31 06:57:41.278424 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6441, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10773 | 2024.07.31 06:57:41.278473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10774 | 2024.07.31 06:57:41.278492 [ 3 ] {} <Debug> HTTP-Session: 49ef446b-3e60-45ea-b8e4-86954efd4023 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10775 | 2024.07.31 06:57:41.278507 [ 3 ] {} <Debug> HTTP-Session: 49ef446b-3e60-45ea-b8e4-86954efd4023 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10776 | 2024.07.31 06:57:41.278521 [ 3 ] {} <Debug> HTTP-Session: 49ef446b-3e60-45ea-b8e4-86954efd4023 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10777 | 2024.07.31 06:57:41.278551 [ 3 ] {} <Trace> HTTP-Session: 49ef446b-3e60-45ea-b8e4-86954efd4023 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10778 | 2024.07.31 06:57:41.278679 [ 3 ] {c6a955c2-a30b-48bf-bc4a-232b85a9f9b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 10779 | 2024.07.31 06:57:41.278742 [ 3 ] {c6a955c2-a30b-48bf-bc4a-232b85a9f9b9} <Trace> 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 | ||
| 10780 | 2024.07.31 06:57:41.279160 [ 3 ] {c6a955c2-a30b-48bf-bc4a-232b85a9f9b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10781 | 2024.07.31 06:57:41.279650 [ 3 ] {c6a955c2-a30b-48bf-bc4a-232b85a9f9b9} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10782 | 2024.07.31 06:57:41.279685 [ 3 ] {c6a955c2-a30b-48bf-bc4a-232b85a9f9b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 10783 | 2024.07.31 06:57:41.280257 [ 3 ] {c6a955c2-a30b-48bf-bc4a-232b85a9f9b9} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 10784 | 2024.07.31 06:57:41.280662 [ 3 ] {c6a955c2-a30b-48bf-bc4a-232b85a9f9b9} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10785 | 2024.07.31 06:57:41.280866 [ 3 ] {c6a955c2-a30b-48bf-bc4a-232b85a9f9b9} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002233 sec., 1791.3121361397223 rows/sec., 3.21 MiB/sec. | ||
| 10786 | 2024.07.31 06:57:41.281392 [ 3 ] {c6a955c2-a30b-48bf-bc4a-232b85a9f9b9} <Debug> DynamicQueryHandler: Done processing query | ||
| 10787 | 2024.07.31 06:57:41.281428 [ 3 ] {c6a955c2-a30b-48bf-bc4a-232b85a9f9b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 10788 | 2024.07.31 06:57:41.281445 [ 3 ] {} <Debug> HTTP-Session: 49ef446b-3e60-45ea-b8e4-86954efd4023 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10789 | 2024.07.31 06:57:41.281563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10790 | 2024.07.31 06:57:41.281611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10791 | 2024.07.31 06:57:41.281630 [ 3 ] {} <Debug> HTTP-Session: 76b19d6e-b8ac-4405-a778-fbd2b3934cb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10792 | 2024.07.31 06:57:41.281645 [ 3 ] {} <Debug> HTTP-Session: 76b19d6e-b8ac-4405-a778-fbd2b3934cb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10793 | 2024.07.31 06:57:41.281659 [ 3 ] {} <Debug> HTTP-Session: 76b19d6e-b8ac-4405-a778-fbd2b3934cb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10794 | 2024.07.31 06:57:41.281689 [ 3 ] {} <Trace> HTTP-Session: 76b19d6e-b8ac-4405-a778-fbd2b3934cb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10795 | 2024.07.31 06:57:41.281797 [ 3 ] {64d506a5-b54f-4862-957c-4179da0ada54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10796 | 2024.07.31 06:57:41.281842 [ 3 ] {64d506a5-b54f-4862-957c-4179da0ada54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 10797 | 2024.07.31 06:57:41.281989 [ 3 ] {64d506a5-b54f-4862-957c-4179da0ada54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10798 | 2024.07.31 06:57:41.282282 [ 3 ] {64d506a5-b54f-4862-957c-4179da0ada54} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10799 | 2024.07.31 06:57:41.282317 [ 3 ] {64d506a5-b54f-4862-957c-4179da0ada54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 10800 | 2024.07.31 06:57:41.282672 [ 3 ] {64d506a5-b54f-4862-957c-4179da0ada54} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 10801 | 2024.07.31 06:57:41.283004 [ 3 ] {64d506a5-b54f-4862-957c-4179da0ada54} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10802 | 2024.07.31 06:57:41.283140 [ 3 ] {64d506a5-b54f-4862-957c-4179da0ada54} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001374 sec., 16739.446870451236 rows/sec., 905.49 KiB/sec. | ||
| 10803 | 2024.07.31 06:57:41.283311 [ 3 ] {64d506a5-b54f-4862-957c-4179da0ada54} <Debug> DynamicQueryHandler: Done processing query | ||
| 10804 | 2024.07.31 06:57:41.283336 [ 3 ] {64d506a5-b54f-4862-957c-4179da0ada54} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10805 | 2024.07.31 06:57:41.283351 [ 3 ] {} <Debug> HTTP-Session: 76b19d6e-b8ac-4405-a778-fbd2b3934cb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10806 | 2024.07.31 06:57:41.283469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10807 | 2024.07.31 06:57:41.283516 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10808 | 2024.07.31 06:57:41.283535 [ 3 ] {} <Debug> HTTP-Session: 05ff4e65-5533-401c-847d-e9ac3fd01411 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10809 | 2024.07.31 06:57:41.283550 [ 3 ] {} <Debug> HTTP-Session: 05ff4e65-5533-401c-847d-e9ac3fd01411 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10810 | 2024.07.31 06:57:41.283563 [ 3 ] {} <Debug> HTTP-Session: 05ff4e65-5533-401c-847d-e9ac3fd01411 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10811 | 2024.07.31 06:57:41.283593 [ 3 ] {} <Trace> HTTP-Session: 05ff4e65-5533-401c-847d-e9ac3fd01411 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10812 | 2024.07.31 06:57:41.283717 [ 3 ] {c97f9113-de99-4d42-8e0d-25dafdbad7f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10813 | 2024.07.31 06:57:41.283760 [ 3 ] {c97f9113-de99-4d42-8e0d-25dafdbad7f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10814 | 2024.07.31 06:57:41.283884 [ 3 ] {c97f9113-de99-4d42-8e0d-25dafdbad7f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10815 | 2024.07.31 06:57:41.284186 [ 3 ] {c97f9113-de99-4d42-8e0d-25dafdbad7f1} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10816 | 2024.07.31 06:57:41.284221 [ 3 ] {c97f9113-de99-4d42-8e0d-25dafdbad7f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 10817 | 2024.07.31 06:57:41.284572 [ 3 ] {c97f9113-de99-4d42-8e0d-25dafdbad7f1} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10818 | 2024.07.31 06:57:41.284888 [ 3 ] {c97f9113-de99-4d42-8e0d-25dafdbad7f1} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10819 | 2024.07.31 06:57:41.285042 [ 3 ] {c97f9113-de99-4d42-8e0d-25dafdbad7f1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001369 sec., 43827.61139517897 rows/sec., 2.95 MiB/sec. | ||
| 10820 | 2024.07.31 06:57:41.285214 [ 3 ] {c97f9113-de99-4d42-8e0d-25dafdbad7f1} <Debug> DynamicQueryHandler: Done processing query | ||
| 10821 | 2024.07.31 06:57:41.285238 [ 3 ] {c97f9113-de99-4d42-8e0d-25dafdbad7f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10822 | 2024.07.31 06:57:41.285254 [ 3 ] {} <Debug> HTTP-Session: 05ff4e65-5533-401c-847d-e9ac3fd01411 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10823 | 2024.07.31 06:57:46.260266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10824 | 2024.07.31 06:57:46.260407 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10825 | 2024.07.31 06:57:46.260435 [ 3 ] {} <Debug> HTTP-Session: 8605d4d0-13bf-4316-ad0e-b1ab17871661 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10826 | 2024.07.31 06:57:46.260463 [ 3 ] {} <Debug> HTTP-Session: 8605d4d0-13bf-4316-ad0e-b1ab17871661 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10827 | 2024.07.31 06:57:46.260482 [ 3 ] {} <Debug> HTTP-Session: 8605d4d0-13bf-4316-ad0e-b1ab17871661 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10828 | 2024.07.31 06:57:46.260538 [ 3 ] {} <Trace> HTTP-Session: 8605d4d0-13bf-4316-ad0e-b1ab17871661 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10829 | 2024.07.31 06:57:46.260742 [ 3 ] {5afd51e1-081d-4c5c-b0a1-62c68492d673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10830 | 2024.07.31 06:57:46.260814 [ 3 ] {5afd51e1-081d-4c5c-b0a1-62c68492d673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 10831 | 2024.07.31 06:57:46.261014 [ 3 ] {5afd51e1-081d-4c5c-b0a1-62c68492d673} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10832 | 2024.07.31 06:57:46.261466 [ 3 ] {5afd51e1-081d-4c5c-b0a1-62c68492d673} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10833 | 2024.07.31 06:57:46.261506 [ 3 ] {5afd51e1-081d-4c5c-b0a1-62c68492d673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 10834 | 2024.07.31 06:57:46.261873 [ 3 ] {5afd51e1-081d-4c5c-b0a1-62c68492d673} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10835 | 2024.07.31 06:57:46.262202 [ 3 ] {5afd51e1-081d-4c5c-b0a1-62c68492d673} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10836 | 2024.07.31 06:57:46.262360 [ 3 ] {5afd51e1-081d-4c5c-b0a1-62c68492d673} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001681 sec., 16061.867935752529 rows/sec., 1.27 MiB/sec. | ||
| 10837 | 2024.07.31 06:57:46.262662 [ 3 ] {5afd51e1-081d-4c5c-b0a1-62c68492d673} <Debug> DynamicQueryHandler: Done processing query | ||
| 10838 | 2024.07.31 06:57:46.262727 [ 3 ] {5afd51e1-081d-4c5c-b0a1-62c68492d673} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10839 | 2024.07.31 06:57:46.262787 [ 3 ] {} <Debug> HTTP-Session: 8605d4d0-13bf-4316-ad0e-b1ab17871661 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10840 | 2024.07.31 06:57:46.263015 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 20062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10841 | 2024.07.31 06:57:46.263071 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10842 | 2024.07.31 06:57:46.263090 [ 3 ] {} <Debug> HTTP-Session: 1823e43a-ac4b-4629-bc85-a12cad899e83 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10843 | 2024.07.31 06:57:46.263108 [ 3 ] {} <Debug> HTTP-Session: 1823e43a-ac4b-4629-bc85-a12cad899e83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10844 | 2024.07.31 06:57:46.263122 [ 3 ] {} <Debug> HTTP-Session: 1823e43a-ac4b-4629-bc85-a12cad899e83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10845 | 2024.07.31 06:57:46.263155 [ 3 ] {} <Trace> HTTP-Session: 1823e43a-ac4b-4629-bc85-a12cad899e83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10846 | 2024.07.31 06:57:46.263298 [ 3 ] {7b0e815f-e5af-4c7f-b876-18c9ab3fec3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10847 | 2024.07.31 06:57:46.263344 [ 3 ] {7b0e815f-e5af-4c7f-b876-18c9ab3fec3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10848 | 2024.07.31 06:57:46.263493 [ 3 ] {7b0e815f-e5af-4c7f-b876-18c9ab3fec3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10849 | 2024.07.31 06:57:46.263902 [ 3 ] {7b0e815f-e5af-4c7f-b876-18c9ab3fec3f} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10850 | 2024.07.31 06:57:46.263940 [ 3 ] {7b0e815f-e5af-4c7f-b876-18c9ab3fec3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 10851 | 2024.07.31 06:57:46.264263 [ 3 ] {7b0e815f-e5af-4c7f-b876-18c9ab3fec3f} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 10852 | 2024.07.31 06:57:46.264582 [ 3 ] {7b0e815f-e5af-4c7f-b876-18c9ab3fec3f} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10853 | 2024.07.31 06:57:46.264736 [ 3 ] {7b0e815f-e5af-4c7f-b876-18c9ab3fec3f} <Debug> executeQuery: Read 137 rows, 11.71 KiB in 0.001495 sec., 91638.79598662208 rows/sec., 7.65 MiB/sec. | ||
| 10854 | 2024.07.31 06:57:46.264897 [ 3 ] {7b0e815f-e5af-4c7f-b876-18c9ab3fec3f} <Debug> DynamicQueryHandler: Done processing query | ||
| 10855 | 2024.07.31 06:57:46.264922 [ 3 ] {7b0e815f-e5af-4c7f-b876-18c9ab3fec3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 10856 | 2024.07.31 06:57:46.264938 [ 3 ] {} <Debug> HTTP-Session: 1823e43a-ac4b-4629-bc85-a12cad899e83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10857 | 2024.07.31 06:57:46.265081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 15465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10858 | 2024.07.31 06:57:46.265131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10859 | 2024.07.31 06:57:46.265150 [ 3 ] {} <Debug> HTTP-Session: 45ad45be-5a99-4ea4-9d61-440d96a3a4e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10860 | 2024.07.31 06:57:46.265167 [ 3 ] {} <Debug> HTTP-Session: 45ad45be-5a99-4ea4-9d61-440d96a3a4e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10861 | 2024.07.31 06:57:46.265180 [ 3 ] {} <Debug> HTTP-Session: 45ad45be-5a99-4ea4-9d61-440d96a3a4e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10862 | 2024.07.31 06:57:46.265211 [ 3 ] {} <Trace> HTTP-Session: 45ad45be-5a99-4ea4-9d61-440d96a3a4e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10863 | 2024.07.31 06:57:46.265338 [ 3 ] {d080b2d4-671d-4673-839a-14fdfe4bc9f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10864 | 2024.07.31 06:57:46.265381 [ 3 ] {d080b2d4-671d-4673-839a-14fdfe4bc9f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10865 | 2024.07.31 06:57:46.265508 [ 3 ] {d080b2d4-671d-4673-839a-14fdfe4bc9f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10866 | 2024.07.31 06:57:46.265899 [ 3 ] {d080b2d4-671d-4673-839a-14fdfe4bc9f7} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10867 | 2024.07.31 06:57:46.265936 [ 3 ] {d080b2d4-671d-4673-839a-14fdfe4bc9f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 10868 | 2024.07.31 06:57:46.266246 [ 3 ] {d080b2d4-671d-4673-839a-14fdfe4bc9f7} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 10869 | 2024.07.31 06:57:46.266547 [ 3 ] {d080b2d4-671d-4673-839a-14fdfe4bc9f7} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10870 | 2024.07.31 06:57:46.266703 [ 3 ] {d080b2d4-671d-4673-839a-14fdfe4bc9f7} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001414 sec., 64356.435643564364 rows/sec., 5.03 MiB/sec. | ||
| 10871 | 2024.07.31 06:57:46.266976 [ 3 ] {d080b2d4-671d-4673-839a-14fdfe4bc9f7} <Debug> DynamicQueryHandler: Done processing query | ||
| 10872 | 2024.07.31 06:57:46.267040 [ 3 ] {d080b2d4-671d-4673-839a-14fdfe4bc9f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 10873 | 2024.07.31 06:57:46.267100 [ 3 ] {} <Debug> HTTP-Session: 45ad45be-5a99-4ea4-9d61-440d96a3a4e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10874 | 2024.07.31 06:57:46.267340 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10875 | 2024.07.31 06:57:46.267395 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10876 | 2024.07.31 06:57:46.267414 [ 3 ] {} <Debug> HTTP-Session: d4c42c7c-c669-455d-802f-2e734bd0387e Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10877 | 2024.07.31 06:57:46.267430 [ 3 ] {} <Debug> HTTP-Session: d4c42c7c-c669-455d-802f-2e734bd0387e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10878 | 2024.07.31 06:57:46.267444 [ 3 ] {} <Debug> HTTP-Session: d4c42c7c-c669-455d-802f-2e734bd0387e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10879 | 2024.07.31 06:57:46.267476 [ 3 ] {} <Trace> HTTP-Session: d4c42c7c-c669-455d-802f-2e734bd0387e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10880 | 2024.07.31 06:57:46.267624 [ 3 ] {1db3dc06-2e03-40db-8570-77242f0aebe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10881 | 2024.07.31 06:57:46.267675 [ 3 ] {1db3dc06-2e03-40db-8570-77242f0aebe6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10882 | 2024.07.31 06:57:46.267844 [ 3 ] {1db3dc06-2e03-40db-8570-77242f0aebe6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10883 | 2024.07.31 06:57:46.268229 [ 3 ] {1db3dc06-2e03-40db-8570-77242f0aebe6} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10884 | 2024.07.31 06:57:46.268266 [ 3 ] {1db3dc06-2e03-40db-8570-77242f0aebe6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 10885 | 2024.07.31 06:57:46.268654 [ 3 ] {1db3dc06-2e03-40db-8570-77242f0aebe6} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 10886 | 2024.07.31 06:57:46.268989 [ 3 ] {1db3dc06-2e03-40db-8570-77242f0aebe6} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10887 | 2024.07.31 06:57:46.269137 [ 3 ] {1db3dc06-2e03-40db-8570-77242f0aebe6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001582 sec., 101137.80025284449 rows/sec., 7.04 MiB/sec. | ||
| 10888 | 2024.07.31 06:57:46.269317 [ 3 ] {1db3dc06-2e03-40db-8570-77242f0aebe6} <Debug> DynamicQueryHandler: Done processing query | ||
| 10889 | 2024.07.31 06:57:46.269342 [ 3 ] {1db3dc06-2e03-40db-8570-77242f0aebe6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10890 | 2024.07.31 06:57:46.269358 [ 3 ] {} <Debug> HTTP-Session: d4c42c7c-c669-455d-802f-2e734bd0387e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10891 | 2024.07.31 06:57:46.269547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 43615, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10892 | 2024.07.31 06:57:46.269596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10893 | 2024.07.31 06:57:46.269615 [ 3 ] {} <Debug> HTTP-Session: 8cb9efd1-48b7-472d-a914-16e87820b132 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10894 | 2024.07.31 06:57:46.269631 [ 3 ] {} <Debug> HTTP-Session: 8cb9efd1-48b7-472d-a914-16e87820b132 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10895 | 2024.07.31 06:57:46.269645 [ 3 ] {} <Debug> HTTP-Session: 8cb9efd1-48b7-472d-a914-16e87820b132 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10896 | 2024.07.31 06:57:46.269675 [ 3 ] {} <Trace> HTTP-Session: 8cb9efd1-48b7-472d-a914-16e87820b132 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10897 | 2024.07.31 06:57:46.269953 [ 3 ] {a3a0d2ce-3e94-443a-8f79-f25f42e50be5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 10898 | 2024.07.31 06:57:46.270019 [ 3 ] {a3a0d2ce-3e94-443a-8f79-f25f42e50be5} <Trace> 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 | ||
| 10899 | 2024.07.31 06:57:46.270444 [ 3 ] {a3a0d2ce-3e94-443a-8f79-f25f42e50be5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10900 | 2024.07.31 06:57:46.271100 [ 3 ] {a3a0d2ce-3e94-443a-8f79-f25f42e50be5} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10901 | 2024.07.31 06:57:46.271137 [ 3 ] {a3a0d2ce-3e94-443a-8f79-f25f42e50be5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 10902 | 2024.07.31 06:57:46.271756 [ 3 ] {a3a0d2ce-3e94-443a-8f79-f25f42e50be5} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10903 | 2024.07.31 06:57:46.272162 [ 3 ] {a3a0d2ce-3e94-443a-8f79-f25f42e50be5} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10904 | 2024.07.31 06:57:46.272355 [ 3 ] {a3a0d2ce-3e94-443a-8f79-f25f42e50be5} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002598 sec., 10392.609699769053 rows/sec., 18.62 MiB/sec. | ||
| 10905 | 2024.07.31 06:57:46.272580 [ 3 ] {a3a0d2ce-3e94-443a-8f79-f25f42e50be5} <Debug> DynamicQueryHandler: Done processing query | ||
| 10906 | 2024.07.31 06:57:46.272606 [ 3 ] {a3a0d2ce-3e94-443a-8f79-f25f42e50be5} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 10907 | 2024.07.31 06:57:46.272622 [ 3 ] {} <Debug> HTTP-Session: 8cb9efd1-48b7-472d-a914-16e87820b132 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10908 | 2024.07.31 06:57:46.272757 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10909 | 2024.07.31 06:57:46.272807 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10910 | 2024.07.31 06:57:46.272827 [ 3 ] {} <Debug> HTTP-Session: b96e329a-06d9-41ba-be49-1a8c8c8cb2d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10911 | 2024.07.31 06:57:46.272844 [ 3 ] {} <Debug> HTTP-Session: b96e329a-06d9-41ba-be49-1a8c8c8cb2d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10912 | 2024.07.31 06:57:46.272858 [ 3 ] {} <Debug> HTTP-Session: b96e329a-06d9-41ba-be49-1a8c8c8cb2d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10913 | 2024.07.31 06:57:46.272888 [ 3 ] {} <Trace> HTTP-Session: b96e329a-06d9-41ba-be49-1a8c8c8cb2d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10914 | 2024.07.31 06:57:46.273006 [ 3 ] {2f1cac9d-4605-44f9-a18e-bbee8df3521d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10915 | 2024.07.31 06:57:46.273051 [ 3 ] {2f1cac9d-4605-44f9-a18e-bbee8df3521d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10916 | 2024.07.31 06:57:46.273180 [ 3 ] {2f1cac9d-4605-44f9-a18e-bbee8df3521d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10917 | 2024.07.31 06:57:46.273469 [ 3 ] {2f1cac9d-4605-44f9-a18e-bbee8df3521d} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10918 | 2024.07.31 06:57:46.273505 [ 3 ] {2f1cac9d-4605-44f9-a18e-bbee8df3521d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 10919 | 2024.07.31 06:57:46.273857 [ 3 ] {2f1cac9d-4605-44f9-a18e-bbee8df3521d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 10920 | 2024.07.31 06:57:46.274179 [ 3 ] {2f1cac9d-4605-44f9-a18e-bbee8df3521d} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10921 | 2024.07.31 06:57:46.274345 [ 3 ] {2f1cac9d-4605-44f9-a18e-bbee8df3521d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001375 sec., 43636.36363636364 rows/sec., 2.94 MiB/sec. | ||
| 10922 | 2024.07.31 06:57:46.274589 [ 3 ] {2f1cac9d-4605-44f9-a18e-bbee8df3521d} <Debug> DynamicQueryHandler: Done processing query | ||
| 10923 | 2024.07.31 06:57:46.274646 [ 3 ] {2f1cac9d-4605-44f9-a18e-bbee8df3521d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10924 | 2024.07.31 06:57:46.274703 [ 3 ] {} <Debug> HTTP-Session: b96e329a-06d9-41ba-be49-1a8c8c8cb2d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10925 | 2024.07.31 06:57:51.264304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10926 | 2024.07.31 06:57:51.264490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10927 | 2024.07.31 06:57:51.264536 [ 3 ] {} <Debug> HTTP-Session: 36f7f594-79ff-430e-bb8b-0acef55967a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10928 | 2024.07.31 06:57:51.264575 [ 3 ] {} <Debug> HTTP-Session: 36f7f594-79ff-430e-bb8b-0acef55967a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10929 | 2024.07.31 06:57:51.264602 [ 3 ] {} <Debug> HTTP-Session: 36f7f594-79ff-430e-bb8b-0acef55967a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10930 | 2024.07.31 06:57:51.264682 [ 3 ] {} <Trace> HTTP-Session: 36f7f594-79ff-430e-bb8b-0acef55967a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10931 | 2024.07.31 06:57:51.264965 [ 3 ] {755faaaf-cb16-4f65-9fc6-1226f5fda80b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10932 | 2024.07.31 06:57:51.265072 [ 3 ] {755faaaf-cb16-4f65-9fc6-1226f5fda80b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 10933 | 2024.07.31 06:57:51.265297 [ 3 ] {755faaaf-cb16-4f65-9fc6-1226f5fda80b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10934 | 2024.07.31 06:57:51.265705 [ 3 ] {755faaaf-cb16-4f65-9fc6-1226f5fda80b} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10935 | 2024.07.31 06:57:51.265745 [ 3 ] {755faaaf-cb16-4f65-9fc6-1226f5fda80b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 10936 | 2024.07.31 06:57:51.266114 [ 3 ] {755faaaf-cb16-4f65-9fc6-1226f5fda80b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10937 | 2024.07.31 06:57:51.266456 [ 3 ] {755faaaf-cb16-4f65-9fc6-1226f5fda80b} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10938 | 2024.07.31 06:57:51.266601 [ 3 ] {755faaaf-cb16-4f65-9fc6-1226f5fda80b} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.001727 sec., 5790.387955993051 rows/sec., 384.52 KiB/sec. | ||
| 10939 | 2024.07.31 06:57:51.266816 [ 3 ] {755faaaf-cb16-4f65-9fc6-1226f5fda80b} <Debug> DynamicQueryHandler: Done processing query | ||
| 10940 | 2024.07.31 06:57:51.266845 [ 3 ] {755faaaf-cb16-4f65-9fc6-1226f5fda80b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10941 | 2024.07.31 06:57:51.266862 [ 3 ] {} <Debug> HTTP-Session: 36f7f594-79ff-430e-bb8b-0acef55967a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10942 | 2024.07.31 06:57:51.267024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10943 | 2024.07.31 06:57:51.267078 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10944 | 2024.07.31 06:57:51.267099 [ 3 ] {} <Debug> HTTP-Session: a0e18062-908a-4a12-89e6-ba741eb1d9a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10945 | 2024.07.31 06:57:51.267116 [ 3 ] {} <Debug> HTTP-Session: a0e18062-908a-4a12-89e6-ba741eb1d9a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10946 | 2024.07.31 06:57:51.267130 [ 3 ] {} <Debug> HTTP-Session: a0e18062-908a-4a12-89e6-ba741eb1d9a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10947 | 2024.07.31 06:57:51.267167 [ 3 ] {} <Trace> HTTP-Session: a0e18062-908a-4a12-89e6-ba741eb1d9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10948 | 2024.07.31 06:57:51.267270 [ 3 ] {1a0e6edf-a4f6-4a33-8280-534d171e80a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 10949 | 2024.07.31 06:57:51.267316 [ 3 ] {1a0e6edf-a4f6-4a33-8280-534d171e80a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10950 | 2024.07.31 06:57:51.267448 [ 3 ] {1a0e6edf-a4f6-4a33-8280-534d171e80a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10951 | 2024.07.31 06:57:51.267746 [ 3 ] {1a0e6edf-a4f6-4a33-8280-534d171e80a4} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10952 | 2024.07.31 06:57:51.267783 [ 3 ] {1a0e6edf-a4f6-4a33-8280-534d171e80a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 10953 | 2024.07.31 06:57:51.268093 [ 3 ] {1a0e6edf-a4f6-4a33-8280-534d171e80a4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 10954 | 2024.07.31 06:57:51.268407 [ 3 ] {1a0e6edf-a4f6-4a33-8280-534d171e80a4} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10955 | 2024.07.31 06:57:51.268540 [ 3 ] {1a0e6edf-a4f6-4a33-8280-534d171e80a4} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001299 sec., 3079.2917628945343 rows/sec., 251.09 KiB/sec. | ||
| 10956 | 2024.07.31 06:57:51.268695 [ 3 ] {1a0e6edf-a4f6-4a33-8280-534d171e80a4} <Debug> DynamicQueryHandler: Done processing query | ||
| 10957 | 2024.07.31 06:57:51.268720 [ 3 ] {1a0e6edf-a4f6-4a33-8280-534d171e80a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10958 | 2024.07.31 06:57:51.268736 [ 3 ] {} <Debug> HTTP-Session: a0e18062-908a-4a12-89e6-ba741eb1d9a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10959 | 2024.07.31 06:57:51.268875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26474, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10960 | 2024.07.31 06:57:51.268924 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10961 | 2024.07.31 06:57:51.268944 [ 3 ] {} <Debug> HTTP-Session: b286eec8-cba2-4d84-aa80-6261b388fe9b Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10962 | 2024.07.31 06:57:51.268961 [ 3 ] {} <Debug> HTTP-Session: b286eec8-cba2-4d84-aa80-6261b388fe9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10963 | 2024.07.31 06:57:51.268974 [ 3 ] {} <Debug> HTTP-Session: b286eec8-cba2-4d84-aa80-6261b388fe9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10964 | 2024.07.31 06:57:51.269006 [ 3 ] {} <Trace> HTTP-Session: b286eec8-cba2-4d84-aa80-6261b388fe9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10965 | 2024.07.31 06:57:51.269151 [ 3 ] {9bf4999e-7da3-42d0-a21d-d346fcfc062b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10966 | 2024.07.31 06:57:51.269193 [ 3 ] {9bf4999e-7da3-42d0-a21d-d346fcfc062b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10967 | 2024.07.31 06:57:51.269318 [ 3 ] {9bf4999e-7da3-42d0-a21d-d346fcfc062b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10968 | 2024.07.31 06:57:51.269706 [ 3 ] {9bf4999e-7da3-42d0-a21d-d346fcfc062b} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10969 | 2024.07.31 06:57:51.269742 [ 3 ] {9bf4999e-7da3-42d0-a21d-d346fcfc062b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 10970 | 2024.07.31 06:57:51.270058 [ 3 ] {9bf4999e-7da3-42d0-a21d-d346fcfc062b} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 10971 | 2024.07.31 06:57:51.270357 [ 3 ] {9bf4999e-7da3-42d0-a21d-d346fcfc062b} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10972 | 2024.07.31 06:57:51.270482 [ 3 ] {9bf4999e-7da3-42d0-a21d-d346fcfc062b} <Debug> executeQuery: Read 175 rows, 15.81 KiB in 0.001399 sec., 125089.34953538241 rows/sec., 11.03 MiB/sec. | ||
| 10973 | 2024.07.31 06:57:51.270726 [ 3 ] {9bf4999e-7da3-42d0-a21d-d346fcfc062b} <Debug> DynamicQueryHandler: Done processing query | ||
| 10974 | 2024.07.31 06:57:51.270785 [ 3 ] {9bf4999e-7da3-42d0-a21d-d346fcfc062b} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 10975 | 2024.07.31 06:57:51.270836 [ 3 ] {} <Debug> HTTP-Session: b286eec8-cba2-4d84-aa80-6261b388fe9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10976 | 2024.07.31 06:57:51.271011 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10977 | 2024.07.31 06:57:51.271064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10978 | 2024.07.31 06:57:51.271084 [ 3 ] {} <Debug> HTTP-Session: bb9c5619-6d2d-4ab2-a683-fc4c96ac4800 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10979 | 2024.07.31 06:57:51.271101 [ 3 ] {} <Debug> HTTP-Session: bb9c5619-6d2d-4ab2-a683-fc4c96ac4800 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10980 | 2024.07.31 06:57:51.271115 [ 3 ] {} <Debug> HTTP-Session: bb9c5619-6d2d-4ab2-a683-fc4c96ac4800 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10981 | 2024.07.31 06:57:51.271148 [ 3 ] {} <Trace> HTTP-Session: bb9c5619-6d2d-4ab2-a683-fc4c96ac4800 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10982 | 2024.07.31 06:57:51.271251 [ 3 ] {67354d10-5177-4609-974e-2820d5b0de40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10983 | 2024.07.31 06:57:51.271295 [ 3 ] {67354d10-5177-4609-974e-2820d5b0de40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10984 | 2024.07.31 06:57:51.271440 [ 3 ] {67354d10-5177-4609-974e-2820d5b0de40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10985 | 2024.07.31 06:57:51.271708 [ 3 ] {67354d10-5177-4609-974e-2820d5b0de40} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10986 | 2024.07.31 06:57:51.271744 [ 3 ] {67354d10-5177-4609-974e-2820d5b0de40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 10987 | 2024.07.31 06:57:51.272034 [ 3 ] {67354d10-5177-4609-974e-2820d5b0de40} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 10988 | 2024.07.31 06:57:51.272334 [ 3 ] {67354d10-5177-4609-974e-2820d5b0de40} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10989 | 2024.07.31 06:57:51.272465 [ 3 ] {67354d10-5177-4609-974e-2820d5b0de40} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001241 sec., 3223.2070910556004 rows/sec., 225.06 KiB/sec. | ||
| 10990 | 2024.07.31 06:57:51.273150 [ 3 ] {67354d10-5177-4609-974e-2820d5b0de40} <Debug> DynamicQueryHandler: Done processing query | ||
| 10991 | 2024.07.31 06:57:51.273176 [ 3 ] {67354d10-5177-4609-974e-2820d5b0de40} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10992 | 2024.07.31 06:57:51.273192 [ 3 ] {} <Debug> HTTP-Session: bb9c5619-6d2d-4ab2-a683-fc4c96ac4800 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10993 | 2024.07.31 06:57:51.273371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 62955, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10994 | 2024.07.31 06:57:51.273420 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10995 | 2024.07.31 06:57:51.273438 [ 3 ] {} <Debug> HTTP-Session: eefadb12-fead-4282-b992-9308e3ae3ed7 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 10996 | 2024.07.31 06:57:51.273454 [ 3 ] {} <Debug> HTTP-Session: eefadb12-fead-4282-b992-9308e3ae3ed7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10997 | 2024.07.31 06:57:51.273467 [ 3 ] {} <Debug> HTTP-Session: eefadb12-fead-4282-b992-9308e3ae3ed7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10998 | 2024.07.31 06:57:51.273498 [ 3 ] {} <Trace> HTTP-Session: eefadb12-fead-4282-b992-9308e3ae3ed7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10999 | 2024.07.31 06:57:51.273706 [ 3 ] {18210c82-50bc-40b2-a4fd-154ae78146a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11000 | 2024.07.31 06:57:51.273751 [ 3 ] {18210c82-50bc-40b2-a4fd-154ae78146a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11001 | 2024.07.31 06:57:51.273909 [ 3 ] {18210c82-50bc-40b2-a4fd-154ae78146a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11002 | 2024.07.31 06:57:51.274415 [ 3 ] {18210c82-50bc-40b2-a4fd-154ae78146a6} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11003 | 2024.07.31 06:57:51.274451 [ 3 ] {18210c82-50bc-40b2-a4fd-154ae78146a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11004 | 2024.07.31 06:57:51.274770 [ 3 ] {18210c82-50bc-40b2-a4fd-154ae78146a6} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11005 | 2024.07.31 06:57:51.275071 [ 3 ] {18210c82-50bc-40b2-a4fd-154ae78146a6} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11006 | 2024.07.31 06:57:51.275200 [ 3 ] {18210c82-50bc-40b2-a4fd-154ae78146a6} <Debug> executeQuery: Read 390 rows, 28.12 KiB in 0.001601 sec., 243597.75140537164 rows/sec., 17.15 MiB/sec. | ||
| 11007 | 2024.07.31 06:57:51.275367 [ 3 ] {18210c82-50bc-40b2-a4fd-154ae78146a6} <Debug> DynamicQueryHandler: Done processing query | ||
| 11008 | 2024.07.31 06:57:51.275396 [ 3 ] {18210c82-50bc-40b2-a4fd-154ae78146a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 11009 | 2024.07.31 06:57:51.275414 [ 3 ] {} <Debug> HTTP-Session: eefadb12-fead-4282-b992-9308e3ae3ed7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11010 | 2024.07.31 06:57:51.275635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11011 | 2024.07.31 06:57:51.275689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11012 | 2024.07.31 06:57:51.275713 [ 3 ] {} <Debug> HTTP-Session: fa6a5aea-82e5-4256-9244-88f0dede5b39 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11013 | 2024.07.31 06:57:51.275731 [ 3 ] {} <Debug> HTTP-Session: fa6a5aea-82e5-4256-9244-88f0dede5b39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11014 | 2024.07.31 06:57:51.275746 [ 3 ] {} <Debug> HTTP-Session: fa6a5aea-82e5-4256-9244-88f0dede5b39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11015 | 2024.07.31 06:57:51.275780 [ 3 ] {} <Trace> HTTP-Session: fa6a5aea-82e5-4256-9244-88f0dede5b39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11016 | 2024.07.31 06:57:51.275886 [ 3 ] {6a510c2d-130f-4abb-ac00-de96646b9c9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 11017 | 2024.07.31 06:57:51.275938 [ 3 ] {6a510c2d-130f-4abb-ac00-de96646b9c9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11018 | 2024.07.31 06:57:51.276083 [ 3 ] {6a510c2d-130f-4abb-ac00-de96646b9c9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11019 | 2024.07.31 06:57:51.276411 [ 3 ] {6a510c2d-130f-4abb-ac00-de96646b9c9a} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11020 | 2024.07.31 06:57:51.276447 [ 3 ] {6a510c2d-130f-4abb-ac00-de96646b9c9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11021 | 2024.07.31 06:57:51.276801 [ 3 ] {6a510c2d-130f-4abb-ac00-de96646b9c9a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 11022 | 2024.07.31 06:57:51.277126 [ 3 ] {6a510c2d-130f-4abb-ac00-de96646b9c9a} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11023 | 2024.07.31 06:57:51.277254 [ 3 ] {6a510c2d-130f-4abb-ac00-de96646b9c9a} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001396 sec., 4297.994269340974 rows/sec., 184.68 KiB/sec. | ||
| 11024 | 2024.07.31 06:57:51.277419 [ 3 ] {6a510c2d-130f-4abb-ac00-de96646b9c9a} <Debug> DynamicQueryHandler: Done processing query | ||
| 11025 | 2024.07.31 06:57:51.277443 [ 3 ] {6a510c2d-130f-4abb-ac00-de96646b9c9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11026 | 2024.07.31 06:57:51.277459 [ 3 ] {} <Debug> HTTP-Session: fa6a5aea-82e5-4256-9244-88f0dede5b39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11027 | 2024.07.31 06:57:51.277582 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11028 | 2024.07.31 06:57:51.277631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11029 | 2024.07.31 06:57:51.277651 [ 3 ] {} <Debug> HTTP-Session: bb4f6ee3-300d-4316-8c0b-0c356f3a3d35 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11030 | 2024.07.31 06:57:51.277667 [ 3 ] {} <Debug> HTTP-Session: bb4f6ee3-300d-4316-8c0b-0c356f3a3d35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11031 | 2024.07.31 06:57:51.277681 [ 3 ] {} <Debug> HTTP-Session: bb4f6ee3-300d-4316-8c0b-0c356f3a3d35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11032 | 2024.07.31 06:57:51.277712 [ 3 ] {} <Trace> HTTP-Session: bb4f6ee3-300d-4316-8c0b-0c356f3a3d35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11033 | 2024.07.31 06:57:51.277830 [ 3 ] {0eb749e7-5441-457e-ab09-a974a2700ddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 11034 | 2024.07.31 06:57:51.277876 [ 3 ] {0eb749e7-5441-457e-ab09-a974a2700ddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 11035 | 2024.07.31 06:57:51.278018 [ 3 ] {0eb749e7-5441-457e-ab09-a974a2700ddb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11036 | 2024.07.31 06:57:51.278329 [ 3 ] {0eb749e7-5441-457e-ab09-a974a2700ddb} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11037 | 2024.07.31 06:57:51.278365 [ 3 ] {0eb749e7-5441-457e-ab09-a974a2700ddb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11038 | 2024.07.31 06:57:51.278719 [ 3 ] {0eb749e7-5441-457e-ab09-a974a2700ddb} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 11039 | 2024.07.31 06:57:51.279061 [ 3 ] {0eb749e7-5441-457e-ab09-a974a2700ddb} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11040 | 2024.07.31 06:57:51.279189 [ 3 ] {0eb749e7-5441-457e-ab09-a974a2700ddb} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001405 sec., 54804.27046263345 rows/sec., 3.37 MiB/sec. | ||
| 11041 | 2024.07.31 06:57:51.279399 [ 3 ] {0eb749e7-5441-457e-ab09-a974a2700ddb} <Debug> DynamicQueryHandler: Done processing query | ||
| 11042 | 2024.07.31 06:57:51.279428 [ 3 ] {0eb749e7-5441-457e-ab09-a974a2700ddb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11043 | 2024.07.31 06:57:51.279444 [ 3 ] {} <Debug> HTTP-Session: bb4f6ee3-300d-4316-8c0b-0c356f3a3d35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11044 | 2024.07.31 06:57:51.279642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 31003, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11045 | 2024.07.31 06:57:51.279691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11046 | 2024.07.31 06:57:51.279710 [ 3 ] {} <Debug> HTTP-Session: 92abb8df-0b95-4d67-9f88-2ac604f74858 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11047 | 2024.07.31 06:57:51.279727 [ 3 ] {} <Debug> HTTP-Session: 92abb8df-0b95-4d67-9f88-2ac604f74858 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11048 | 2024.07.31 06:57:51.279740 [ 3 ] {} <Debug> HTTP-Session: 92abb8df-0b95-4d67-9f88-2ac604f74858 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11049 | 2024.07.31 06:57:51.279771 [ 3 ] {} <Trace> HTTP-Session: 92abb8df-0b95-4d67-9f88-2ac604f74858 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11050 | 2024.07.31 06:57:51.279908 [ 3 ] {0ef2c9c9-2ccb-4edd-afab-247f78b491ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11051 | 2024.07.31 06:57:51.279954 [ 3 ] {0ef2c9c9-2ccb-4edd-afab-247f78b491ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11052 | 2024.07.31 06:57:51.280097 [ 3 ] {0ef2c9c9-2ccb-4edd-afab-247f78b491ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11053 | 2024.07.31 06:57:51.280462 [ 3 ] {0ef2c9c9-2ccb-4edd-afab-247f78b491ba} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11054 | 2024.07.31 06:57:51.280498 [ 3 ] {0ef2c9c9-2ccb-4edd-afab-247f78b491ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11055 | 2024.07.31 06:57:51.280865 [ 3 ] {0ef2c9c9-2ccb-4edd-afab-247f78b491ba} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11056 | 2024.07.31 06:57:51.281194 [ 3 ] {0ef2c9c9-2ccb-4edd-afab-247f78b491ba} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11057 | 2024.07.31 06:57:51.281318 [ 3 ] {0ef2c9c9-2ccb-4edd-afab-247f78b491ba} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001469 sec., 110279.10142954391 rows/sec., 7.68 MiB/sec. | ||
| 11058 | 2024.07.31 06:57:51.281602 [ 3 ] {0ef2c9c9-2ccb-4edd-afab-247f78b491ba} <Debug> DynamicQueryHandler: Done processing query | ||
| 11059 | 2024.07.31 06:57:51.281668 [ 3 ] {0ef2c9c9-2ccb-4edd-afab-247f78b491ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11060 | 2024.07.31 06:57:51.281732 [ 3 ] {} <Debug> HTTP-Session: 92abb8df-0b95-4d67-9f88-2ac604f74858 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11061 | 2024.07.31 06:57:51.281951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6441, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11062 | 2024.07.31 06:57:51.282016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11063 | 2024.07.31 06:57:51.282036 [ 3 ] {} <Debug> HTTP-Session: 6e350fdc-1d55-4b30-a440-8c912141e5d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11064 | 2024.07.31 06:57:51.282052 [ 3 ] {} <Debug> HTTP-Session: 6e350fdc-1d55-4b30-a440-8c912141e5d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11065 | 2024.07.31 06:57:51.282065 [ 3 ] {} <Debug> HTTP-Session: 6e350fdc-1d55-4b30-a440-8c912141e5d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11066 | 2024.07.31 06:57:51.282098 [ 3 ] {} <Trace> HTTP-Session: 6e350fdc-1d55-4b30-a440-8c912141e5d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11067 | 2024.07.31 06:57:51.282230 [ 3 ] {1b3635ee-e210-47c2-b284-778be5d3d0e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 11068 | 2024.07.31 06:57:51.282301 [ 3 ] {1b3635ee-e210-47c2-b284-778be5d3d0e5} <Trace> 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 | ||
| 11069 | 2024.07.31 06:57:51.282714 [ 3 ] {1b3635ee-e210-47c2-b284-778be5d3d0e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11070 | 2024.07.31 06:57:51.283155 [ 3 ] {1b3635ee-e210-47c2-b284-778be5d3d0e5} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11071 | 2024.07.31 06:57:51.283190 [ 3 ] {1b3635ee-e210-47c2-b284-778be5d3d0e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11072 | 2024.07.31 06:57:51.283740 [ 3 ] {1b3635ee-e210-47c2-b284-778be5d3d0e5} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 11073 | 2024.07.31 06:57:51.284140 [ 3 ] {1b3635ee-e210-47c2-b284-778be5d3d0e5} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11074 | 2024.07.31 06:57:51.284292 [ 3 ] {1b3635ee-e210-47c2-b284-778be5d3d0e5} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002115 sec., 1891.2529550827421 rows/sec., 3.39 MiB/sec. | ||
| 11075 | 2024.07.31 06:57:51.284488 [ 3 ] {1b3635ee-e210-47c2-b284-778be5d3d0e5} <Debug> DynamicQueryHandler: Done processing query | ||
| 11076 | 2024.07.31 06:57:51.284514 [ 3 ] {1b3635ee-e210-47c2-b284-778be5d3d0e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 11077 | 2024.07.31 06:57:51.284530 [ 3 ] {} <Debug> HTTP-Session: 6e350fdc-1d55-4b30-a440-8c912141e5d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11078 | 2024.07.31 06:57:51.284666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11079 | 2024.07.31 06:57:51.284714 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11080 | 2024.07.31 06:57:51.284735 [ 3 ] {} <Debug> HTTP-Session: be3e8be6-ee2c-4e6b-8a57-6db08e1af361 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11081 | 2024.07.31 06:57:51.284751 [ 3 ] {} <Debug> HTTP-Session: be3e8be6-ee2c-4e6b-8a57-6db08e1af361 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11082 | 2024.07.31 06:57:51.284764 [ 3 ] {} <Debug> HTTP-Session: be3e8be6-ee2c-4e6b-8a57-6db08e1af361 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11083 | 2024.07.31 06:57:51.284795 [ 3 ] {} <Trace> HTTP-Session: be3e8be6-ee2c-4e6b-8a57-6db08e1af361 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11084 | 2024.07.31 06:57:51.284896 [ 3 ] {5fe9a7db-5a63-492c-b4d5-e8a7e0749aed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11085 | 2024.07.31 06:57:51.284940 [ 3 ] {5fe9a7db-5a63-492c-b4d5-e8a7e0749aed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 11086 | 2024.07.31 06:57:51.285066 [ 3 ] {5fe9a7db-5a63-492c-b4d5-e8a7e0749aed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11087 | 2024.07.31 06:57:51.285329 [ 3 ] {5fe9a7db-5a63-492c-b4d5-e8a7e0749aed} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11088 | 2024.07.31 06:57:51.285364 [ 3 ] {5fe9a7db-5a63-492c-b4d5-e8a7e0749aed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11089 | 2024.07.31 06:57:51.285708 [ 3 ] {5fe9a7db-5a63-492c-b4d5-e8a7e0749aed} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 11090 | 2024.07.31 06:57:51.286035 [ 3 ] {5fe9a7db-5a63-492c-b4d5-e8a7e0749aed} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11091 | 2024.07.31 06:57:51.286161 [ 3 ] {5fe9a7db-5a63-492c-b4d5-e8a7e0749aed} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001295 sec., 17760.617760617763 rows/sec., 960.73 KiB/sec. | ||
| 11092 | 2024.07.31 06:57:51.286336 [ 3 ] {5fe9a7db-5a63-492c-b4d5-e8a7e0749aed} <Debug> DynamicQueryHandler: Done processing query | ||
| 11093 | 2024.07.31 06:57:51.286360 [ 3 ] {5fe9a7db-5a63-492c-b4d5-e8a7e0749aed} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11094 | 2024.07.31 06:57:51.286376 [ 3 ] {} <Debug> HTTP-Session: be3e8be6-ee2c-4e6b-8a57-6db08e1af361 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11095 | 2024.07.31 06:57:51.286501 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11096 | 2024.07.31 06:57:51.286550 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11097 | 2024.07.31 06:57:51.286569 [ 3 ] {} <Debug> HTTP-Session: f9907ed3-5217-48d5-8085-8fe494e81513 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11098 | 2024.07.31 06:57:51.286585 [ 3 ] {} <Debug> HTTP-Session: f9907ed3-5217-48d5-8085-8fe494e81513 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11099 | 2024.07.31 06:57:51.286599 [ 3 ] {} <Debug> HTTP-Session: f9907ed3-5217-48d5-8085-8fe494e81513 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11100 | 2024.07.31 06:57:51.286629 [ 3 ] {} <Trace> HTTP-Session: f9907ed3-5217-48d5-8085-8fe494e81513 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11101 | 2024.07.31 06:57:51.286741 [ 3 ] {9e9203c8-0339-4cf8-bfad-d81786be7844} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11102 | 2024.07.31 06:57:51.286784 [ 3 ] {9e9203c8-0339-4cf8-bfad-d81786be7844} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11103 | 2024.07.31 06:57:51.286911 [ 3 ] {9e9203c8-0339-4cf8-bfad-d81786be7844} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11104 | 2024.07.31 06:57:51.287188 [ 3 ] {9e9203c8-0339-4cf8-bfad-d81786be7844} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11105 | 2024.07.31 06:57:51.287225 [ 3 ] {9e9203c8-0339-4cf8-bfad-d81786be7844} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11106 | 2024.07.31 06:57:51.287567 [ 3 ] {9e9203c8-0339-4cf8-bfad-d81786be7844} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11107 | 2024.07.31 06:57:51.287881 [ 3 ] {9e9203c8-0339-4cf8-bfad-d81786be7844} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11108 | 2024.07.31 06:57:51.288006 [ 3 ] {9e9203c8-0339-4cf8-bfad-d81786be7844} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001304 sec., 46012.26993865031 rows/sec., 3.10 MiB/sec. | ||
| 11109 | 2024.07.31 06:57:51.288162 [ 3 ] {9e9203c8-0339-4cf8-bfad-d81786be7844} <Debug> DynamicQueryHandler: Done processing query | ||
| 11110 | 2024.07.31 06:57:51.288188 [ 3 ] {9e9203c8-0339-4cf8-bfad-d81786be7844} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11111 | 2024.07.31 06:57:51.288204 [ 3 ] {} <Debug> HTTP-Session: f9907ed3-5217-48d5-8085-8fe494e81513 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11112 | 2024.07.31 06:57:53.078087 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11113 | 2024.07.31 06:57:53.078137 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11114 | 2024.07.31 06:57:56.260974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11115 | 2024.07.31 06:57:56.261102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11116 | 2024.07.31 06:57:56.261128 [ 3 ] {} <Debug> HTTP-Session: b4621ed5-4cd9-4fbb-b2d6-14f034e614c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11117 | 2024.07.31 06:57:56.261151 [ 3 ] {} <Debug> HTTP-Session: b4621ed5-4cd9-4fbb-b2d6-14f034e614c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11118 | 2024.07.31 06:57:56.261166 [ 3 ] {} <Debug> HTTP-Session: b4621ed5-4cd9-4fbb-b2d6-14f034e614c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11119 | 2024.07.31 06:57:56.261214 [ 3 ] {} <Trace> HTTP-Session: b4621ed5-4cd9-4fbb-b2d6-14f034e614c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11120 | 2024.07.31 06:57:56.261397 [ 3 ] {81e731a4-e14e-4a6d-9789-21c59a3818fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11121 | 2024.07.31 06:57:56.261462 [ 3 ] {81e731a4-e14e-4a6d-9789-21c59a3818fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 11122 | 2024.07.31 06:57:56.261651 [ 3 ] {81e731a4-e14e-4a6d-9789-21c59a3818fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11123 | 2024.07.31 06:57:56.262066 [ 3 ] {81e731a4-e14e-4a6d-9789-21c59a3818fc} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11124 | 2024.07.31 06:57:56.262108 [ 3 ] {81e731a4-e14e-4a6d-9789-21c59a3818fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11125 | 2024.07.31 06:57:56.262472 [ 3 ] {81e731a4-e14e-4a6d-9789-21c59a3818fc} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11126 | 2024.07.31 06:57:56.262800 [ 3 ] {81e731a4-e14e-4a6d-9789-21c59a3818fc} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11127 | 2024.07.31 06:57:56.262944 [ 3 ] {81e731a4-e14e-4a6d-9789-21c59a3818fc} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001605 sec., 16822.429906542056 rows/sec., 1.33 MiB/sec. | ||
| 11128 | 2024.07.31 06:57:56.263157 [ 3 ] {81e731a4-e14e-4a6d-9789-21c59a3818fc} <Debug> DynamicQueryHandler: Done processing query | ||
| 11129 | 2024.07.31 06:57:56.263184 [ 3 ] {81e731a4-e14e-4a6d-9789-21c59a3818fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11130 | 2024.07.31 06:57:56.263202 [ 3 ] {} <Debug> HTTP-Session: b4621ed5-4cd9-4fbb-b2d6-14f034e614c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11131 | 2024.07.31 06:57:56.263382 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 20062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11132 | 2024.07.31 06:57:56.263437 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11133 | 2024.07.31 06:57:56.263457 [ 3 ] {} <Debug> HTTP-Session: ac851f01-e955-471c-85b3-12342077e76e Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11134 | 2024.07.31 06:57:56.263475 [ 3 ] {} <Debug> HTTP-Session: ac851f01-e955-471c-85b3-12342077e76e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11135 | 2024.07.31 06:57:56.263489 [ 3 ] {} <Debug> HTTP-Session: ac851f01-e955-471c-85b3-12342077e76e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11136 | 2024.07.31 06:57:56.263524 [ 3 ] {} <Trace> HTTP-Session: ac851f01-e955-471c-85b3-12342077e76e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11137 | 2024.07.31 06:57:56.263664 [ 3 ] {7b5d4b8f-dd89-4a02-af8f-634e6194510c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11138 | 2024.07.31 06:57:56.263711 [ 3 ] {7b5d4b8f-dd89-4a02-af8f-634e6194510c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11139 | 2024.07.31 06:57:56.263840 [ 3 ] {7b5d4b8f-dd89-4a02-af8f-634e6194510c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11140 | 2024.07.31 06:57:56.264287 [ 3 ] {7b5d4b8f-dd89-4a02-af8f-634e6194510c} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11141 | 2024.07.31 06:57:56.264323 [ 3 ] {7b5d4b8f-dd89-4a02-af8f-634e6194510c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11142 | 2024.07.31 06:57:56.264659 [ 3 ] {7b5d4b8f-dd89-4a02-af8f-634e6194510c} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11143 | 2024.07.31 06:57:56.264967 [ 3 ] {7b5d4b8f-dd89-4a02-af8f-634e6194510c} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11144 | 2024.07.31 06:57:56.265092 [ 3 ] {7b5d4b8f-dd89-4a02-af8f-634e6194510c} <Debug> executeQuery: Read 137 rows, 11.71 KiB in 0.001489 sec., 92008.05910006716 rows/sec., 7.68 MiB/sec. | ||
| 11145 | 2024.07.31 06:57:56.265343 [ 3 ] {7b5d4b8f-dd89-4a02-af8f-634e6194510c} <Debug> DynamicQueryHandler: Done processing query | ||
| 11146 | 2024.07.31 06:57:56.265393 [ 3 ] {7b5d4b8f-dd89-4a02-af8f-634e6194510c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 11147 | 2024.07.31 06:57:56.265452 [ 3 ] {} <Debug> HTTP-Session: ac851f01-e955-471c-85b3-12342077e76e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11148 | 2024.07.31 06:57:56.265637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 15465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11149 | 2024.07.31 06:57:56.265691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11150 | 2024.07.31 06:57:56.265710 [ 3 ] {} <Debug> HTTP-Session: 7c4e3bb0-e64e-4afa-a73b-d34b969b91ac Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11151 | 2024.07.31 06:57:56.265728 [ 3 ] {} <Debug> HTTP-Session: 7c4e3bb0-e64e-4afa-a73b-d34b969b91ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11152 | 2024.07.31 06:57:56.265741 [ 3 ] {} <Debug> HTTP-Session: 7c4e3bb0-e64e-4afa-a73b-d34b969b91ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11153 | 2024.07.31 06:57:56.265775 [ 3 ] {} <Trace> HTTP-Session: 7c4e3bb0-e64e-4afa-a73b-d34b969b91ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11154 | 2024.07.31 06:57:56.265914 [ 3 ] {8b200c2c-6d5f-4f28-a2fe-d3610f507a5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11155 | 2024.07.31 06:57:56.265960 [ 3 ] {8b200c2c-6d5f-4f28-a2fe-d3610f507a5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11156 | 2024.07.31 06:57:56.266107 [ 3 ] {8b200c2c-6d5f-4f28-a2fe-d3610f507a5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11157 | 2024.07.31 06:57:56.266467 [ 3 ] {8b200c2c-6d5f-4f28-a2fe-d3610f507a5a} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11158 | 2024.07.31 06:57:56.266505 [ 3 ] {8b200c2c-6d5f-4f28-a2fe-d3610f507a5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11159 | 2024.07.31 06:57:56.266813 [ 3 ] {8b200c2c-6d5f-4f28-a2fe-d3610f507a5a} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11160 | 2024.07.31 06:57:56.267112 [ 3 ] {8b200c2c-6d5f-4f28-a2fe-d3610f507a5a} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11161 | 2024.07.31 06:57:56.267237 [ 3 ] {8b200c2c-6d5f-4f28-a2fe-d3610f507a5a} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001381 sec., 65894.27950760318 rows/sec., 5.15 MiB/sec. | ||
| 11162 | 2024.07.31 06:57:56.267404 [ 3 ] {8b200c2c-6d5f-4f28-a2fe-d3610f507a5a} <Debug> DynamicQueryHandler: Done processing query | ||
| 11163 | 2024.07.31 06:57:56.267429 [ 3 ] {8b200c2c-6d5f-4f28-a2fe-d3610f507a5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 11164 | 2024.07.31 06:57:56.267445 [ 3 ] {} <Debug> HTTP-Session: 7c4e3bb0-e64e-4afa-a73b-d34b969b91ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11165 | 2024.07.31 06:57:56.267626 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11166 | 2024.07.31 06:57:56.267675 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11167 | 2024.07.31 06:57:56.267694 [ 3 ] {} <Debug> HTTP-Session: cf9daabd-0181-4847-a20e-d812941e24de Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11168 | 2024.07.31 06:57:56.267710 [ 3 ] {} <Debug> HTTP-Session: cf9daabd-0181-4847-a20e-d812941e24de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11169 | 2024.07.31 06:57:56.267724 [ 3 ] {} <Debug> HTTP-Session: cf9daabd-0181-4847-a20e-d812941e24de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11170 | 2024.07.31 06:57:56.267755 [ 3 ] {} <Trace> HTTP-Session: cf9daabd-0181-4847-a20e-d812941e24de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11171 | 2024.07.31 06:57:56.267904 [ 3 ] {6430c890-c785-46d6-bd9d-7f9c8f2e40ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11172 | 2024.07.31 06:57:56.267952 [ 3 ] {6430c890-c785-46d6-bd9d-7f9c8f2e40ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11173 | 2024.07.31 06:57:56.268094 [ 3 ] {6430c890-c785-46d6-bd9d-7f9c8f2e40ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11174 | 2024.07.31 06:57:56.268475 [ 3 ] {6430c890-c785-46d6-bd9d-7f9c8f2e40ad} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11175 | 2024.07.31 06:57:56.268509 [ 3 ] {6430c890-c785-46d6-bd9d-7f9c8f2e40ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11176 | 2024.07.31 06:57:56.268892 [ 3 ] {6430c890-c785-46d6-bd9d-7f9c8f2e40ad} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11177 | 2024.07.31 06:57:56.269222 [ 3 ] {6430c890-c785-46d6-bd9d-7f9c8f2e40ad} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11178 | 2024.07.31 06:57:56.269351 [ 3 ] {6430c890-c785-46d6-bd9d-7f9c8f2e40ad} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001518 sec., 105401.84453227931 rows/sec., 7.34 MiB/sec. | ||
| 11179 | 2024.07.31 06:57:56.269520 [ 3 ] {6430c890-c785-46d6-bd9d-7f9c8f2e40ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 11180 | 2024.07.31 06:57:56.269544 [ 3 ] {6430c890-c785-46d6-bd9d-7f9c8f2e40ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11181 | 2024.07.31 06:57:56.269559 [ 3 ] {} <Debug> HTTP-Session: cf9daabd-0181-4847-a20e-d812941e24de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11182 | 2024.07.31 06:57:56.269708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 43661, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11183 | 2024.07.31 06:57:56.269758 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11184 | 2024.07.31 06:57:56.269776 [ 3 ] {} <Debug> HTTP-Session: d4a4816c-35e6-4424-bb5c-279318076a64 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11185 | 2024.07.31 06:57:56.269792 [ 3 ] {} <Debug> HTTP-Session: d4a4816c-35e6-4424-bb5c-279318076a64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11186 | 2024.07.31 06:57:56.269806 [ 3 ] {} <Debug> HTTP-Session: d4a4816c-35e6-4424-bb5c-279318076a64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11187 | 2024.07.31 06:57:56.269837 [ 3 ] {} <Trace> HTTP-Session: d4a4816c-35e6-4424-bb5c-279318076a64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11188 | 2024.07.31 06:57:56.270137 [ 3 ] {f5e9e618-6049-4e5c-ba09-25530d726285} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 11189 | 2024.07.31 06:57:56.270204 [ 3 ] {f5e9e618-6049-4e5c-ba09-25530d726285} <Trace> 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 | ||
| 11190 | 2024.07.31 06:57:56.270602 [ 3 ] {f5e9e618-6049-4e5c-ba09-25530d726285} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11191 | 2024.07.31 06:57:56.271320 [ 3 ] {f5e9e618-6049-4e5c-ba09-25530d726285} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11192 | 2024.07.31 06:57:56.271355 [ 3 ] {f5e9e618-6049-4e5c-ba09-25530d726285} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11193 | 2024.07.31 06:57:56.271946 [ 3 ] {f5e9e618-6049-4e5c-ba09-25530d726285} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 11194 | 2024.07.31 06:57:56.272349 [ 3 ] {f5e9e618-6049-4e5c-ba09-25530d726285} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11195 | 2024.07.31 06:57:56.272489 [ 24 ] {} <Debug> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 11196 | 2024.07.31 06:57:56.272498 [ 3 ] {f5e9e618-6049-4e5c-ba09-25530d726285} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002573 sec., 10493.587252234745 rows/sec., 18.80 MiB/sec. | ||
| 11197 | 2024.07.31 06:57:56.272529 [ 24 ] {} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11198 | 2024.07.31 06:57:56.272570 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11199 | 2024.07.31 06:57:56.272896 [ 193 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 11200 | 2024.07.31 06:57:56.272948 [ 3 ] {f5e9e618-6049-4e5c-ba09-25530d726285} <Debug> DynamicQueryHandler: Done processing query | ||
| 11201 | 2024.07.31 06:57:56.273002 [ 3 ] {f5e9e618-6049-4e5c-ba09-25530d726285} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 11202 | 2024.07.31 06:57:56.273024 [ 3 ] {} <Debug> HTTP-Session: d4a4816c-35e6-4424-bb5c-279318076a64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11203 | 2024.07.31 06:57:56.273239 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11204 | 2024.07.31 06:57:56.273348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11205 | 2024.07.31 06:57:56.273404 [ 3 ] {} <Debug> HTTP-Session: 6a5d2f3d-b6fd-4eff-82fe-15cb50e3c90d Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11206 | 2024.07.31 06:57:56.273454 [ 3 ] {} <Debug> HTTP-Session: 6a5d2f3d-b6fd-4eff-82fe-15cb50e3c90d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11207 | 2024.07.31 06:57:56.273498 [ 3 ] {} <Debug> HTTP-Session: 6a5d2f3d-b6fd-4eff-82fe-15cb50e3c90d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11208 | 2024.07.31 06:57:56.273595 [ 3 ] {} <Trace> HTTP-Session: 6a5d2f3d-b6fd-4eff-82fe-15cb50e3c90d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11209 | 2024.07.31 06:57:56.273697 [ 193 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11210 | 2024.07.31 06:57:56.273863 [ 3 ] {6f624f13-3b3a-43a5-b752-0abaa14d84d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11211 | 2024.07.31 06:57:56.273888 [ 193 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 735 rows starting from the beginning of the part | ||
| 11212 | 2024.07.31 06:57:56.273958 [ 3 ] {6f624f13-3b3a-43a5-b752-0abaa14d84d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11213 | 2024.07.31 06:57:56.274763 [ 193 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 27 rows starting from the beginning of the part | ||
| 11214 | 2024.07.31 06:57:56.274852 [ 3 ] {6f624f13-3b3a-43a5-b752-0abaa14d84d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11215 | 2024.07.31 06:57:56.275386 [ 193 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 4 rows starting from the beginning of the part | ||
| 11216 | 2024.07.31 06:57:56.276136 [ 193 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 27 rows starting from the beginning of the part | ||
| 11217 | 2024.07.31 06:57:56.276185 [ 3 ] {6f624f13-3b3a-43a5-b752-0abaa14d84d4} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11218 | 2024.07.31 06:57:56.276252 [ 3 ] {6f624f13-3b3a-43a5-b752-0abaa14d84d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11219 | 2024.07.31 06:57:56.276760 [ 193 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 4 rows starting from the beginning of the part | ||
| 11220 | 2024.07.31 06:57:56.277412 [ 193 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 27 rows starting from the beginning of the part | ||
| 11221 | 2024.07.31 06:57:56.277732 [ 3 ] {6f624f13-3b3a-43a5-b752-0abaa14d84d4} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11222 | 2024.07.31 06:57:56.278642 [ 3 ] {6f624f13-3b3a-43a5-b752-0abaa14d84d4} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11223 | 2024.07.31 06:57:56.278979 [ 3 ] {6f624f13-3b3a-43a5-b752-0abaa14d84d4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005214 sec., 11507.479861910242 rows/sec., 794.14 KiB/sec. | ||
| 11224 | 2024.07.31 06:57:56.280073 [ 3 ] {6f624f13-3b3a-43a5-b752-0abaa14d84d4} <Debug> DynamicQueryHandler: Done processing query | ||
| 11225 | 2024.07.31 06:57:56.280223 [ 3 ] {6f624f13-3b3a-43a5-b752-0abaa14d84d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11226 | 2024.07.31 06:57:56.280294 [ 3 ] {} <Debug> HTTP-Session: 6a5d2f3d-b6fd-4eff-82fe-15cb50e3c90d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11227 | 2024.07.31 06:57:56.286688 [ 193 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 824 rows, containing 19 columns (19 merged, 0 gathered) in 0.013995539 sec., 58875.90324316913 rows/sec., 105.50 MiB/sec. | ||
| 11228 | 2024.07.31 06:57:56.287578 [ 194 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 11229 | 2024.07.31 06:57:56.288258 [ 194 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11230 | 2024.07.31 06:57:56.288363 [ 194 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 11231 | 2024.07.31 06:57:56.288531 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.62 MiB. | ||
| 11232 | 2024.07.31 06:58:01.264431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11233 | 2024.07.31 06:58:01.264587 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11234 | 2024.07.31 06:58:01.264613 [ 3 ] {} <Debug> HTTP-Session: 00066f68-8147-4fa6-938b-51ac7c644d72 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11235 | 2024.07.31 06:58:01.264637 [ 3 ] {} <Debug> HTTP-Session: 00066f68-8147-4fa6-938b-51ac7c644d72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11236 | 2024.07.31 06:58:01.264651 [ 3 ] {} <Debug> HTTP-Session: 00066f68-8147-4fa6-938b-51ac7c644d72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11237 | 2024.07.31 06:58:01.264701 [ 3 ] {} <Trace> HTTP-Session: 00066f68-8147-4fa6-938b-51ac7c644d72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11238 | 2024.07.31 06:58:01.264882 [ 3 ] {138705ec-3fb1-492e-a634-b54597b86d2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11239 | 2024.07.31 06:58:01.264948 [ 3 ] {138705ec-3fb1-492e-a634-b54597b86d2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 11240 | 2024.07.31 06:58:01.265138 [ 3 ] {138705ec-3fb1-492e-a634-b54597b86d2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11241 | 2024.07.31 06:58:01.265590 [ 3 ] {138705ec-3fb1-492e-a634-b54597b86d2a} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11242 | 2024.07.31 06:58:01.265633 [ 3 ] {138705ec-3fb1-492e-a634-b54597b86d2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11243 | 2024.07.31 06:58:01.266015 [ 3 ] {138705ec-3fb1-492e-a634-b54597b86d2a} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11244 | 2024.07.31 06:58:01.266365 [ 3 ] {138705ec-3fb1-492e-a634-b54597b86d2a} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11245 | 2024.07.31 06:58:01.266550 [ 3 ] {138705ec-3fb1-492e-a634-b54597b86d2a} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.001713 sec., 5837.711617046119 rows/sec., 387.66 KiB/sec. | ||
| 11246 | 2024.07.31 06:58:01.266561 [ 56 ] {} <Debug> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11247 | 2024.07.31 06:58:01.266675 [ 56 ] {} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11248 | 2024.07.31 06:58:01.266732 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11249 | 2024.07.31 06:58:01.266866 [ 3 ] {138705ec-3fb1-492e-a634-b54597b86d2a} <Debug> DynamicQueryHandler: Done processing query | ||
| 11250 | 2024.07.31 06:58:01.266880 [ 200 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 11251 | 2024.07.31 06:58:01.266903 [ 3 ] {138705ec-3fb1-492e-a634-b54597b86d2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11252 | 2024.07.31 06:58:01.266940 [ 3 ] {} <Debug> HTTP-Session: 00066f68-8147-4fa6-938b-51ac7c644d72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11253 | 2024.07.31 06:58:01.267186 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11254 | 2024.07.31 06:58:01.267245 [ 200 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11255 | 2024.07.31 06:58:01.267325 [ 200 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 37 rows starting from the beginning of the part | ||
| 11256 | 2024.07.31 06:58:01.267329 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11257 | 2024.07.31 06:58:01.267413 [ 3 ] {} <Debug> HTTP-Session: 5325e8e8-404d-4349-81f1-fb2c3abeac0c Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11258 | 2024.07.31 06:58:01.267500 [ 3 ] {} <Debug> HTTP-Session: 5325e8e8-404d-4349-81f1-fb2c3abeac0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11259 | 2024.07.31 06:58:01.267579 [ 3 ] {} <Debug> HTTP-Session: 5325e8e8-404d-4349-81f1-fb2c3abeac0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11260 | 2024.07.31 06:58:01.267672 [ 200 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 10 rows starting from the beginning of the part | ||
| 11261 | 2024.07.31 06:58:01.267710 [ 3 ] {} <Trace> HTTP-Session: 5325e8e8-404d-4349-81f1-fb2c3abeac0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11262 | 2024.07.31 06:58:01.267811 [ 200 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 27 rows starting from the beginning of the part | ||
| 11263 | 2024.07.31 06:58:01.267920 [ 3 ] {c27b83e9-238b-4fd5-b3c1-dd1b58c602be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 11264 | 2024.07.31 06:58:01.267926 [ 200 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 10 rows starting from the beginning of the part | ||
| 11265 | 2024.07.31 06:58:01.268053 [ 3 ] {c27b83e9-238b-4fd5-b3c1-dd1b58c602be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11266 | 2024.07.31 06:58:01.268307 [ 200 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 27 rows starting from the beginning of the part | ||
| 11267 | 2024.07.31 06:58:01.268610 [ 200 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 10 rows starting from the beginning of the part | ||
| 11268 | 2024.07.31 06:58:01.269127 [ 3 ] {c27b83e9-238b-4fd5-b3c1-dd1b58c602be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11269 | 2024.07.31 06:58:01.269673 [ 3 ] {c27b83e9-238b-4fd5-b3c1-dd1b58c602be} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11270 | 2024.07.31 06:58:01.269721 [ 3 ] {c27b83e9-238b-4fd5-b3c1-dd1b58c602be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11271 | 2024.07.31 06:58:01.270222 [ 3 ] {c27b83e9-238b-4fd5-b3c1-dd1b58c602be} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 11272 | 2024.07.31 06:58:01.270335 [ 195 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 4 columns (4 merged, 0 gathered) in 0.003520428 sec., 34370.82082065022 rows/sec., 2.56 MiB/sec. | ||
| 11273 | 2024.07.31 06:58:01.270648 [ 195 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11274 | 2024.07.31 06:58:01.270840 [ 3 ] {c27b83e9-238b-4fd5-b3c1-dd1b58c602be} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11275 | 2024.07.31 06:58:01.271090 [ 56 ] {} <Debug> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 11276 | 2024.07.31 06:58:01.271214 [ 56 ] {} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11277 | 2024.07.31 06:58:01.271299 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11278 | 2024.07.31 06:58:01.271378 [ 3 ] {c27b83e9-238b-4fd5-b3c1-dd1b58c602be} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003454 sec., 579.0387955993051 rows/sec., 47.22 KiB/sec. | ||
| 11279 | 2024.07.31 06:58:01.271803 [ 200 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 11280 | 2024.07.31 06:58:01.272004 [ 3 ] {c27b83e9-238b-4fd5-b3c1-dd1b58c602be} <Debug> DynamicQueryHandler: Done processing query | ||
| 11281 | 2024.07.31 06:58:01.272062 [ 3 ] {c27b83e9-238b-4fd5-b3c1-dd1b58c602be} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11282 | 2024.07.31 06:58:01.272125 [ 3 ] {} <Debug> HTTP-Session: 5325e8e8-404d-4349-81f1-fb2c3abeac0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11283 | 2024.07.31 06:58:01.272180 [ 200 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11284 | 2024.07.31 06:58:01.272238 [ 195 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_56_11} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11285 | 2024.07.31 06:58:01.272251 [ 200 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 16 rows starting from the beginning of the part | ||
| 11286 | 2024.07.31 06:58:01.272515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11287 | 2024.07.31 06:58:01.272611 [ 200 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 4 rows starting from the beginning of the part | ||
| 11288 | 2024.07.31 06:58:01.272655 [ 195 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_56_11} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11289 | 2024.07.31 06:58:01.272714 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11290 | 2024.07.31 06:58:01.272860 [ 3 ] {} <Debug> HTTP-Session: 94f86683-1921-4415-b53f-3e07fc122845 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11291 | 2024.07.31 06:58:01.272987 [ 3 ] {} <Debug> HTTP-Session: 94f86683-1921-4415-b53f-3e07fc122845 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11292 | 2024.07.31 06:58:01.273049 [ 200 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
| 11293 | 2024.07.31 06:58:01.273090 [ 3 ] {} <Debug> HTTP-Session: 94f86683-1921-4415-b53f-3e07fc122845 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11294 | 2024.07.31 06:58:01.273091 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 11295 | 2024.07.31 06:58:01.273250 [ 3 ] {} <Trace> HTTP-Session: 94f86683-1921-4415-b53f-3e07fc122845 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11296 | 2024.07.31 06:58:01.273294 [ 200 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
| 11297 | 2024.07.31 06:58:01.273430 [ 200 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
| 11298 | 2024.07.31 06:58:01.273541 [ 3 ] {d2d54c41-50bc-46ec-a0d7-67c86872f498} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11299 | 2024.07.31 06:58:01.273564 [ 200 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
| 11300 | 2024.07.31 06:58:01.273630 [ 3 ] {d2d54c41-50bc-46ec-a0d7-67c86872f498} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11301 | 2024.07.31 06:58:01.273996 [ 3 ] {d2d54c41-50bc-46ec-a0d7-67c86872f498} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11302 | 2024.07.31 06:58:01.274661 [ 3 ] {d2d54c41-50bc-46ec-a0d7-67c86872f498} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11303 | 2024.07.31 06:58:01.274711 [ 3 ] {d2d54c41-50bc-46ec-a0d7-67c86872f498} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11304 | 2024.07.31 06:58:01.275054 [ 200 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.00359823 sec., 8893.261409081688 rows/sec., 725.18 KiB/sec. | ||
| 11305 | 2024.07.31 06:58:01.275198 [ 200 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 11306 | 2024.07.31 06:58:01.275229 [ 3 ] {d2d54c41-50bc-46ec-a0d7-67c86872f498} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11307 | 2024.07.31 06:58:01.275793 [ 3 ] {d2d54c41-50bc-46ec-a0d7-67c86872f498} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11308 | 2024.07.31 06:58:01.275793 [ 200 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_21_4} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11309 | 2024.07.31 06:58:01.275902 [ 200 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_21_4} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 11310 | 2024.07.31 06:58:01.275995 [ 3 ] {d2d54c41-50bc-46ec-a0d7-67c86872f498} <Debug> executeQuery: Read 174 rows, 15.73 KiB in 0.002563 sec., 67889.19235271166 rows/sec., 5.99 MiB/sec. | ||
| 11311 | 2024.07.31 06:58:01.276052 [ 168 ] {} <Debug> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11312 | 2024.07.31 06:58:01.276081 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11313 | 2024.07.31 06:58:01.276221 [ 168 ] {} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11314 | 2024.07.31 06:58:01.276261 [ 168 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11315 | 2024.07.31 06:58:01.276351 [ 3 ] {d2d54c41-50bc-46ec-a0d7-67c86872f498} <Debug> DynamicQueryHandler: Done processing query | ||
| 11316 | 2024.07.31 06:58:01.276393 [ 3 ] {d2d54c41-50bc-46ec-a0d7-67c86872f498} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 11317 | 2024.07.31 06:58:01.276413 [ 3 ] {} <Debug> HTTP-Session: 94f86683-1921-4415-b53f-3e07fc122845 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11318 | 2024.07.31 06:58:01.276412 [ 192 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 11319 | 2024.07.31 06:58:01.276536 [ 192 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11320 | 2024.07.31 06:58:01.276563 [ 192 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 299 rows starting from the beginning of the part | ||
| 11321 | 2024.07.31 06:58:01.276621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11322 | 2024.07.31 06:58:01.276676 [ 192 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 173 rows starting from the beginning of the part | ||
| 11323 | 2024.07.31 06:58:01.276736 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11324 | 2024.07.31 06:58:01.276802 [ 3 ] {} <Debug> HTTP-Session: 0b985da4-82a0-41a8-ae05-e17fd738cace Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11325 | 2024.07.31 06:58:01.276826 [ 192 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 137 rows starting from the beginning of the part | ||
| 11326 | 2024.07.31 06:58:01.276839 [ 3 ] {} <Debug> HTTP-Session: 0b985da4-82a0-41a8-ae05-e17fd738cace Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11327 | 2024.07.31 06:58:01.276875 [ 3 ] {} <Debug> HTTP-Session: 0b985da4-82a0-41a8-ae05-e17fd738cace Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11328 | 2024.07.31 06:58:01.276967 [ 3 ] {} <Trace> HTTP-Session: 0b985da4-82a0-41a8-ae05-e17fd738cace Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11329 | 2024.07.31 06:58:01.276968 [ 192 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 175 rows starting from the beginning of the part | ||
| 11330 | 2024.07.31 06:58:01.277379 [ 192 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 137 rows starting from the beginning of the part | ||
| 11331 | 2024.07.31 06:58:01.277417 [ 3 ] {d805e557-da31-47d1-b0cd-82ca48c41702} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 11332 | 2024.07.31 06:58:01.277646 [ 3 ] {d805e557-da31-47d1-b0cd-82ca48c41702} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11333 | 2024.07.31 06:58:01.277744 [ 192 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 174 rows starting from the beginning of the part | ||
| 11334 | 2024.07.31 06:58:01.278257 [ 3 ] {d805e557-da31-47d1-b0cd-82ca48c41702} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11335 | 2024.07.31 06:58:01.278772 [ 3 ] {d805e557-da31-47d1-b0cd-82ca48c41702} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11336 | 2024.07.31 06:58:01.278818 [ 3 ] {d805e557-da31-47d1-b0cd-82ca48c41702} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11337 | 2024.07.31 06:58:01.279294 [ 3 ] {d805e557-da31-47d1-b0cd-82ca48c41702} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 11338 | 2024.07.31 06:58:01.279673 [ 195 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1095 rows, containing 4 columns (4 merged, 0 gathered) in 0.003331093 sec., 328720.93333929736 rows/sec., 28.46 MiB/sec. | ||
| 11339 | 2024.07.31 06:58:01.279796 [ 3 ] {d805e557-da31-47d1-b0cd-82ca48c41702} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11340 | 2024.07.31 06:58:01.279907 [ 195 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11341 | 2024.07.31 06:58:01.280034 [ 168 ] {} <Debug> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 11342 | 2024.07.31 06:58:01.280161 [ 168 ] {} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11343 | 2024.07.31 06:58:01.280192 [ 3 ] {d805e557-da31-47d1-b0cd-82ca48c41702} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00299 sec., 668.8963210702341 rows/sec., 46.71 KiB/sec. | ||
| 11344 | 2024.07.31 06:58:01.280232 [ 168 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11345 | 2024.07.31 06:58:01.280710 [ 187 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 11346 | 2024.07.31 06:58:01.281206 [ 187 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11347 | 2024.07.31 06:58:01.281219 [ 3 ] {d805e557-da31-47d1-b0cd-82ca48c41702} <Debug> DynamicQueryHandler: Done processing query | ||
| 11348 | 2024.07.31 06:58:01.281302 [ 187 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 16 rows starting from the beginning of the part | ||
| 11349 | 2024.07.31 06:58:01.281306 [ 3 ] {d805e557-da31-47d1-b0cd-82ca48c41702} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11350 | 2024.07.31 06:58:01.281385 [ 3 ] {} <Debug> HTTP-Session: 0b985da4-82a0-41a8-ae05-e17fd738cace Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11351 | 2024.07.31 06:58:01.281473 [ 195 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_61_12} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11352 | 2024.07.31 06:58:01.281640 [ 187 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 4 rows starting from the beginning of the part | ||
| 11353 | 2024.07.31 06:58:01.281941 [ 195 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_61_12} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11354 | 2024.07.31 06:58:01.281925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 62612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11355 | 2024.07.31 06:58:01.282012 [ 187 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
| 11356 | 2024.07.31 06:58:01.282357 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 11357 | 2024.07.31 06:58:01.282376 [ 187 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
| 11358 | 2024.07.31 06:58:01.282447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11359 | 2024.07.31 06:58:01.282565 [ 3 ] {} <Debug> HTTP-Session: ea610934-68dc-4b49-859a-526cb5544461 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11360 | 2024.07.31 06:58:01.282668 [ 3 ] {} <Debug> HTTP-Session: ea610934-68dc-4b49-859a-526cb5544461 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11361 | 2024.07.31 06:58:01.282693 [ 187 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
| 11362 | 2024.07.31 06:58:01.282745 [ 3 ] {} <Debug> HTTP-Session: ea610934-68dc-4b49-859a-526cb5544461 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11363 | 2024.07.31 06:58:01.282910 [ 3 ] {} <Trace> HTTP-Session: ea610934-68dc-4b49-859a-526cb5544461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11364 | 2024.07.31 06:58:01.282975 [ 187 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
| 11365 | 2024.07.31 06:58:01.283379 [ 3 ] {fae770e1-2f64-4626-bbdb-52a688f4353a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11366 | 2024.07.31 06:58:01.283462 [ 3 ] {fae770e1-2f64-4626-bbdb-52a688f4353a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11367 | 2024.07.31 06:58:01.284013 [ 3 ] {fae770e1-2f64-4626-bbdb-52a688f4353a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11368 | 2024.07.31 06:58:01.285213 [ 187 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.00481061 sec., 6651.9630566601745 rows/sec., 464.47 KiB/sec. | ||
| 11369 | 2024.07.31 06:58:01.285233 [ 3 ] {fae770e1-2f64-4626-bbdb-52a688f4353a} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11370 | 2024.07.31 06:58:01.285289 [ 3 ] {fae770e1-2f64-4626-bbdb-52a688f4353a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11371 | 2024.07.31 06:58:01.285382 [ 190 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 11372 | 2024.07.31 06:58:01.285778 [ 3 ] {fae770e1-2f64-4626-bbdb-52a688f4353a} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11373 | 2024.07.31 06:58:01.286016 [ 190 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_21_4} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11374 | 2024.07.31 06:58:01.286118 [ 190 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_21_4} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 11375 | 2024.07.31 06:58:01.286193 [ 3 ] {fae770e1-2f64-4626-bbdb-52a688f4353a} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11376 | 2024.07.31 06:58:01.286232 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 11377 | 2024.07.31 06:58:01.286352 [ 3 ] {fae770e1-2f64-4626-bbdb-52a688f4353a} <Debug> executeQuery: Read 388 rows, 27.96 KiB in 0.003164 sec., 122629.58280657395 rows/sec., 8.63 MiB/sec. | ||
| 11378 | 2024.07.31 06:58:01.286364 [ 83 ] {} <Debug> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11379 | 2024.07.31 06:58:01.286423 [ 83 ] {} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11380 | 2024.07.31 06:58:01.286465 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11381 | 2024.07.31 06:58:01.286593 [ 3 ] {fae770e1-2f64-4626-bbdb-52a688f4353a} <Debug> DynamicQueryHandler: Done processing query | ||
| 11382 | 2024.07.31 06:58:01.286603 [ 197 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 11383 | 2024.07.31 06:58:01.286628 [ 3 ] {fae770e1-2f64-4626-bbdb-52a688f4353a} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 11384 | 2024.07.31 06:58:01.286684 [ 3 ] {} <Debug> HTTP-Session: ea610934-68dc-4b49-859a-526cb5544461 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11385 | 2024.07.31 06:58:01.286794 [ 197 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11386 | 2024.07.31 06:58:01.286830 [ 197 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 471 rows starting from the beginning of the part | ||
| 11387 | 2024.07.31 06:58:01.286888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11388 | 2024.07.31 06:58:01.287040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11389 | 2024.07.31 06:58:01.287045 [ 197 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 386 rows starting from the beginning of the part | ||
| 11390 | 2024.07.31 06:58:01.287147 [ 3 ] {} <Debug> HTTP-Session: b37db3ea-1264-4cff-8d39-43116b57d154 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11391 | 2024.07.31 06:58:01.287225 [ 3 ] {} <Debug> HTTP-Session: b37db3ea-1264-4cff-8d39-43116b57d154 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11392 | 2024.07.31 06:58:01.287291 [ 3 ] {} <Debug> HTTP-Session: b37db3ea-1264-4cff-8d39-43116b57d154 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11393 | 2024.07.31 06:58:01.287311 [ 197 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 91 rows starting from the beginning of the part | ||
| 11394 | 2024.07.31 06:58:01.287428 [ 3 ] {} <Trace> HTTP-Session: b37db3ea-1264-4cff-8d39-43116b57d154 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11395 | 2024.07.31 06:58:01.287596 [ 197 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 390 rows starting from the beginning of the part | ||
| 11396 | 2024.07.31 06:58:01.287800 [ 3 ] {bbfe89aa-02bc-4042-add4-95434271447f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 11397 | 2024.07.31 06:58:01.287879 [ 197 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 91 rows starting from the beginning of the part | ||
| 11398 | 2024.07.31 06:58:01.287924 [ 3 ] {bbfe89aa-02bc-4042-add4-95434271447f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11399 | 2024.07.31 06:58:01.288177 [ 197 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 388 rows starting from the beginning of the part | ||
| 11400 | 2024.07.31 06:58:01.289015 [ 3 ] {bbfe89aa-02bc-4042-add4-95434271447f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11401 | 2024.07.31 06:58:01.289719 [ 3 ] {bbfe89aa-02bc-4042-add4-95434271447f} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11402 | 2024.07.31 06:58:01.289783 [ 3 ] {bbfe89aa-02bc-4042-add4-95434271447f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11403 | 2024.07.31 06:58:01.290765 [ 3 ] {bbfe89aa-02bc-4042-add4-95434271447f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 11404 | 2024.07.31 06:58:01.291357 [ 197 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1817 rows, containing 4 columns (4 merged, 0 gathered) in 0.00481539 sec., 377331.84643403755 rows/sec., 26.98 MiB/sec. | ||
| 11405 | 2024.07.31 06:58:01.291423 [ 3 ] {bbfe89aa-02bc-4042-add4-95434271447f} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11406 | 2024.07.31 06:58:01.291575 [ 190 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11407 | 2024.07.31 06:58:01.291655 [ 3 ] {bbfe89aa-02bc-4042-add4-95434271447f} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003974 sec., 1509.813789632612 rows/sec., 64.87 KiB/sec. | ||
| 11408 | 2024.07.31 06:58:01.292238 [ 3 ] {bbfe89aa-02bc-4042-add4-95434271447f} <Debug> DynamicQueryHandler: Done processing query | ||
| 11409 | 2024.07.31 06:58:01.292338 [ 3 ] {bbfe89aa-02bc-4042-add4-95434271447f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11410 | 2024.07.31 06:58:01.292437 [ 3 ] {} <Debug> HTTP-Session: b37db3ea-1264-4cff-8d39-43116b57d154 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11411 | 2024.07.31 06:58:01.292751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11412 | 2024.07.31 06:58:01.292840 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11413 | 2024.07.31 06:58:01.292866 [ 3 ] {} <Debug> HTTP-Session: 326ab4ff-70bf-42f2-8940-6a06c39b27d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11414 | 2024.07.31 06:58:01.292887 [ 3 ] {} <Debug> HTTP-Session: 326ab4ff-70bf-42f2-8940-6a06c39b27d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11415 | 2024.07.31 06:58:01.292906 [ 3 ] {} <Debug> HTTP-Session: 326ab4ff-70bf-42f2-8940-6a06c39b27d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11416 | 2024.07.31 06:58:01.292945 [ 3 ] {} <Trace> HTTP-Session: 326ab4ff-70bf-42f2-8940-6a06c39b27d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11417 | 2024.07.31 06:58:01.292980 [ 190 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_61_12} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11418 | 2024.07.31 06:58:01.293077 [ 190 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_61_12} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11419 | 2024.07.31 06:58:01.293141 [ 3 ] {b11632b0-9041-4469-be4d-25c90bde3f37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 11420 | 2024.07.31 06:58:01.293168 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 11421 | 2024.07.31 06:58:01.293205 [ 3 ] {b11632b0-9041-4469-be4d-25c90bde3f37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 11422 | 2024.07.31 06:58:01.293362 [ 3 ] {b11632b0-9041-4469-be4d-25c90bde3f37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11423 | 2024.07.31 06:58:01.293706 [ 3 ] {b11632b0-9041-4469-be4d-25c90bde3f37} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11424 | 2024.07.31 06:58:01.293743 [ 3 ] {b11632b0-9041-4469-be4d-25c90bde3f37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11425 | 2024.07.31 06:58:01.294117 [ 3 ] {b11632b0-9041-4469-be4d-25c90bde3f37} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 11426 | 2024.07.31 06:58:01.294466 [ 3 ] {b11632b0-9041-4469-be4d-25c90bde3f37} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11427 | 2024.07.31 06:58:01.294624 [ 3 ] {b11632b0-9041-4469-be4d-25c90bde3f37} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00157 sec., 49044.58598726115 rows/sec., 3.02 MiB/sec. | ||
| 11428 | 2024.07.31 06:58:01.294906 [ 3 ] {b11632b0-9041-4469-be4d-25c90bde3f37} <Debug> DynamicQueryHandler: Done processing query | ||
| 11429 | 2024.07.31 06:58:01.294939 [ 3 ] {b11632b0-9041-4469-be4d-25c90bde3f37} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11430 | 2024.07.31 06:58:01.294957 [ 3 ] {} <Debug> HTTP-Session: 326ab4ff-70bf-42f2-8940-6a06c39b27d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11431 | 2024.07.31 06:58:01.295123 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11432 | 2024.07.31 06:58:01.295174 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11433 | 2024.07.31 06:58:01.295194 [ 3 ] {} <Debug> HTTP-Session: cc32b1fa-4a5f-4ffc-af48-d0f5f28ec60d Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11434 | 2024.07.31 06:58:01.295211 [ 3 ] {} <Debug> HTTP-Session: cc32b1fa-4a5f-4ffc-af48-d0f5f28ec60d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11435 | 2024.07.31 06:58:01.295225 [ 3 ] {} <Debug> HTTP-Session: cc32b1fa-4a5f-4ffc-af48-d0f5f28ec60d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11436 | 2024.07.31 06:58:01.295255 [ 3 ] {} <Trace> HTTP-Session: cc32b1fa-4a5f-4ffc-af48-d0f5f28ec60d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11437 | 2024.07.31 06:58:01.295424 [ 3 ] {87ab3a26-d195-4c10-ada5-088f7fc83308} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11438 | 2024.07.31 06:58:01.295472 [ 3 ] {87ab3a26-d195-4c10-ada5-088f7fc83308} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11439 | 2024.07.31 06:58:01.295636 [ 3 ] {87ab3a26-d195-4c10-ada5-088f7fc83308} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11440 | 2024.07.31 06:58:01.296050 [ 3 ] {87ab3a26-d195-4c10-ada5-088f7fc83308} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11441 | 2024.07.31 06:58:01.296087 [ 3 ] {87ab3a26-d195-4c10-ada5-088f7fc83308} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11442 | 2024.07.31 06:58:01.296479 [ 3 ] {87ab3a26-d195-4c10-ada5-088f7fc83308} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11443 | 2024.07.31 06:58:01.296824 [ 3 ] {87ab3a26-d195-4c10-ada5-088f7fc83308} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11444 | 2024.07.31 06:58:01.296991 [ 152 ] {} <Debug> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11445 | 2024.07.31 06:58:01.296993 [ 3 ] {87ab3a26-d195-4c10-ada5-088f7fc83308} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001644 sec., 97931.87347931873 rows/sec., 6.82 MiB/sec. | ||
| 11446 | 2024.07.31 06:58:01.297078 [ 152 ] {} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11447 | 2024.07.31 06:58:01.297152 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11448 | 2024.07.31 06:58:01.297342 [ 197 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 11449 | 2024.07.31 06:58:01.297404 [ 3 ] {87ab3a26-d195-4c10-ada5-088f7fc83308} <Debug> DynamicQueryHandler: Done processing query | ||
| 11450 | 2024.07.31 06:58:01.297462 [ 3 ] {87ab3a26-d195-4c10-ada5-088f7fc83308} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11451 | 2024.07.31 06:58:01.297510 [ 3 ] {} <Debug> HTTP-Session: cc32b1fa-4a5f-4ffc-af48-d0f5f28ec60d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11452 | 2024.07.31 06:58:01.297620 [ 197 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11453 | 2024.07.31 06:58:01.297663 [ 197 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 9300 rows starting from the beginning of the part | ||
| 11454 | 2024.07.31 06:58:01.297723 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6441, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11455 | 2024.07.31 06:58:01.297941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11456 | 2024.07.31 06:58:01.297947 [ 197 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part | ||
| 11457 | 2024.07.31 06:58:01.298021 [ 3 ] {} <Debug> HTTP-Session: 7bea06ac-fc2b-4fc4-836b-b08b3121d248 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11458 | 2024.07.31 06:58:01.298074 [ 3 ] {} <Debug> HTTP-Session: 7bea06ac-fc2b-4fc4-836b-b08b3121d248 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11459 | 2024.07.31 06:58:01.298180 [ 3 ] {} <Debug> HTTP-Session: 7bea06ac-fc2b-4fc4-836b-b08b3121d248 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11460 | 2024.07.31 06:58:01.298261 [ 197 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part | ||
| 11461 | 2024.07.31 06:58:01.298355 [ 3 ] {} <Trace> HTTP-Session: 7bea06ac-fc2b-4fc4-836b-b08b3121d248 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11462 | 2024.07.31 06:58:01.298560 [ 197 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 162 rows starting from the beginning of the part | ||
| 11463 | 2024.07.31 06:58:01.298780 [ 197 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part | ||
| 11464 | 2024.07.31 06:58:01.298993 [ 197 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 161 rows starting from the beginning of the part | ||
| 11465 | 2024.07.31 06:58:01.299089 [ 3 ] {79491bd4-66ff-4849-b90f-8b3712e52b67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 11466 | 2024.07.31 06:58:01.299491 [ 3 ] {79491bd4-66ff-4849-b90f-8b3712e52b67} <Trace> 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 | ||
| 11467 | 2024.07.31 06:58:01.300861 [ 3 ] {79491bd4-66ff-4849-b90f-8b3712e52b67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11468 | 2024.07.31 06:58:01.302304 [ 3 ] {79491bd4-66ff-4849-b90f-8b3712e52b67} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11469 | 2024.07.31 06:58:01.302375 [ 3 ] {79491bd4-66ff-4849-b90f-8b3712e52b67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11470 | 2024.07.31 06:58:01.303731 [ 3 ] {79491bd4-66ff-4849-b90f-8b3712e52b67} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 11471 | 2024.07.31 06:58:01.304880 [ 3 ] {79491bd4-66ff-4849-b90f-8b3712e52b67} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11472 | 2024.07.31 06:58:01.305121 [ 3 ] {79491bd4-66ff-4849-b90f-8b3712e52b67} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.006365 sec., 628.4367635506677 rows/sec., 1.13 MiB/sec. | ||
| 11473 | 2024.07.31 06:58:01.306125 [ 3 ] {79491bd4-66ff-4849-b90f-8b3712e52b67} <Debug> DynamicQueryHandler: Done processing query | ||
| 11474 | 2024.07.31 06:58:01.306233 [ 3 ] {79491bd4-66ff-4849-b90f-8b3712e52b67} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 11475 | 2024.07.31 06:58:01.306304 [ 3 ] {} <Debug> HTTP-Session: 7bea06ac-fc2b-4fc4-836b-b08b3121d248 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11476 | 2024.07.31 06:58:01.306436 [ 197 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10103 rows, containing 5 columns (5 merged, 0 gathered) in 0.009190339 sec., 1099306.5652964488 rows/sec., 76.60 MiB/sec. | ||
| 11477 | 2024.07.31 06:58:01.306505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11478 | 2024.07.31 06:58:01.306565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11479 | 2024.07.31 06:58:01.306596 [ 3 ] {} <Debug> HTTP-Session: 4991d342-7664-4fae-adc4-21f36a6d6d17 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11480 | 2024.07.31 06:58:01.306612 [ 3 ] {} <Debug> HTTP-Session: 4991d342-7664-4fae-adc4-21f36a6d6d17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11481 | 2024.07.31 06:58:01.306627 [ 3 ] {} <Debug> HTTP-Session: 4991d342-7664-4fae-adc4-21f36a6d6d17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11482 | 2024.07.31 06:58:01.306665 [ 3 ] {} <Trace> HTTP-Session: 4991d342-7664-4fae-adc4-21f36a6d6d17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11483 | 2024.07.31 06:58:01.306685 [ 190 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11484 | 2024.07.31 06:58:01.306796 [ 3 ] {3b793acd-8a2e-4e24-8921-2e6de808f0ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11485 | 2024.07.31 06:58:01.306850 [ 3 ] {3b793acd-8a2e-4e24-8921-2e6de808f0ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 11486 | 2024.07.31 06:58:01.307212 [ 3 ] {3b793acd-8a2e-4e24-8921-2e6de808f0ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11487 | 2024.07.31 06:58:01.307368 [ 190 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11488 | 2024.07.31 06:58:01.307537 [ 190 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11489 | 2024.07.31 06:58:01.307664 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.03 MiB. | ||
| 11490 | 2024.07.31 06:58:01.307677 [ 3 ] {3b793acd-8a2e-4e24-8921-2e6de808f0ca} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11491 | 2024.07.31 06:58:01.307717 [ 3 ] {3b793acd-8a2e-4e24-8921-2e6de808f0ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11492 | 2024.07.31 06:58:01.308082 [ 3 ] {3b793acd-8a2e-4e24-8921-2e6de808f0ca} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 11493 | 2024.07.31 06:58:01.308431 [ 3 ] {3b793acd-8a2e-4e24-8921-2e6de808f0ca} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11494 | 2024.07.31 06:58:01.308588 [ 3 ] {3b793acd-8a2e-4e24-8921-2e6de808f0ca} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001826 sec., 12595.837897042717 rows/sec., 681.35 KiB/sec. | ||
| 11495 | 2024.07.31 06:58:01.308768 [ 3 ] {3b793acd-8a2e-4e24-8921-2e6de808f0ca} <Debug> DynamicQueryHandler: Done processing query | ||
| 11496 | 2024.07.31 06:58:01.308793 [ 3 ] {3b793acd-8a2e-4e24-8921-2e6de808f0ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11497 | 2024.07.31 06:58:01.308810 [ 3 ] {} <Debug> HTTP-Session: 4991d342-7664-4fae-adc4-21f36a6d6d17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11498 | 2024.07.31 06:58:01.308948 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11499 | 2024.07.31 06:58:01.308998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11500 | 2024.07.31 06:58:01.309017 [ 3 ] {} <Debug> HTTP-Session: 138c4fce-f838-4d53-a2ec-5a8572240247 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11501 | 2024.07.31 06:58:01.309033 [ 3 ] {} <Debug> HTTP-Session: 138c4fce-f838-4d53-a2ec-5a8572240247 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11502 | 2024.07.31 06:58:01.309047 [ 3 ] {} <Debug> HTTP-Session: 138c4fce-f838-4d53-a2ec-5a8572240247 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11503 | 2024.07.31 06:58:01.309078 [ 3 ] {} <Trace> HTTP-Session: 138c4fce-f838-4d53-a2ec-5a8572240247 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11504 | 2024.07.31 06:58:01.309199 [ 3 ] {b0962de3-2fbd-49dc-a780-7d9b40aaf3f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11505 | 2024.07.31 06:58:01.309243 [ 3 ] {b0962de3-2fbd-49dc-a780-7d9b40aaf3f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11506 | 2024.07.31 06:58:01.309371 [ 3 ] {b0962de3-2fbd-49dc-a780-7d9b40aaf3f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11507 | 2024.07.31 06:58:01.309678 [ 3 ] {b0962de3-2fbd-49dc-a780-7d9b40aaf3f1} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11508 | 2024.07.31 06:58:01.309715 [ 3 ] {b0962de3-2fbd-49dc-a780-7d9b40aaf3f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11509 | 2024.07.31 06:58:01.310074 [ 3 ] {b0962de3-2fbd-49dc-a780-7d9b40aaf3f1} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11510 | 2024.07.31 06:58:01.310401 [ 3 ] {b0962de3-2fbd-49dc-a780-7d9b40aaf3f1} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11511 | 2024.07.31 06:58:01.310561 [ 3 ] {b0962de3-2fbd-49dc-a780-7d9b40aaf3f1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001395 sec., 43010.75268817204 rows/sec., 2.90 MiB/sec. | ||
| 11512 | 2024.07.31 06:58:01.310561 [ 152 ] {} <Debug> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11513 | 2024.07.31 06:58:01.310655 [ 152 ] {} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11514 | 2024.07.31 06:58:01.310709 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11515 | 2024.07.31 06:58:01.310850 [ 3 ] {b0962de3-2fbd-49dc-a780-7d9b40aaf3f1} <Debug> DynamicQueryHandler: Done processing query | ||
| 11516 | 2024.07.31 06:58:01.310899 [ 3 ] {b0962de3-2fbd-49dc-a780-7d9b40aaf3f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11517 | 2024.07.31 06:58:01.310916 [ 191 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 11518 | 2024.07.31 06:58:01.310928 [ 3 ] {} <Debug> HTTP-Session: 138c4fce-f838-4d53-a2ec-5a8572240247 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11519 | 2024.07.31 06:58:01.311129 [ 191 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11520 | 2024.07.31 06:58:01.311174 [ 191 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3286 rows starting from the beginning of the part | ||
| 11521 | 2024.07.31 06:58:01.311268 [ 191 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part | ||
| 11522 | 2024.07.31 06:58:01.311376 [ 191 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part | ||
| 11523 | 2024.07.31 06:58:01.311456 [ 191 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part | ||
| 11524 | 2024.07.31 06:58:01.311528 [ 191 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part | ||
| 11525 | 2024.07.31 06:58:01.311753 [ 191 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part | ||
| 11526 | 2024.07.31 06:58:01.313377 [ 196 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3586 rows, containing 4 columns (4 merged, 0 gathered) in 0.002578325 sec., 1390825.4389962477 rows/sec., 93.76 MiB/sec. | ||
| 11527 | 2024.07.31 06:58:01.313683 [ 199 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11528 | 2024.07.31 06:58:01.314152 [ 199 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_61_12} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11529 | 2024.07.31 06:58:01.314245 [ 199 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_61_12} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11530 | 2024.07.31 06:58:01.314327 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 11531 | 2024.07.31 06:58:06.262400 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11532 | 2024.07.31 06:58:06.262540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11533 | 2024.07.31 06:58:06.262571 [ 3 ] {} <Debug> HTTP-Session: b8a7aaa4-c3ed-4425-a642-9255ba85ec78 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11534 | 2024.07.31 06:58:06.262601 [ 3 ] {} <Debug> HTTP-Session: b8a7aaa4-c3ed-4425-a642-9255ba85ec78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11535 | 2024.07.31 06:58:06.262620 [ 3 ] {} <Debug> HTTP-Session: b8a7aaa4-c3ed-4425-a642-9255ba85ec78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11536 | 2024.07.31 06:58:06.262674 [ 3 ] {} <Trace> HTTP-Session: b8a7aaa4-c3ed-4425-a642-9255ba85ec78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11537 | 2024.07.31 06:58:06.262862 [ 3 ] {248ff9f3-6fb6-4f3b-9ab3-4c4524847491} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11538 | 2024.07.31 06:58:06.262928 [ 3 ] {248ff9f3-6fb6-4f3b-9ab3-4c4524847491} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 11539 | 2024.07.31 06:58:06.263114 [ 3 ] {248ff9f3-6fb6-4f3b-9ab3-4c4524847491} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11540 | 2024.07.31 06:58:06.263560 [ 3 ] {248ff9f3-6fb6-4f3b-9ab3-4c4524847491} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11541 | 2024.07.31 06:58:06.263603 [ 3 ] {248ff9f3-6fb6-4f3b-9ab3-4c4524847491} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11542 | 2024.07.31 06:58:06.263982 [ 3 ] {248ff9f3-6fb6-4f3b-9ab3-4c4524847491} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11543 | 2024.07.31 06:58:06.264328 [ 3 ] {248ff9f3-6fb6-4f3b-9ab3-4c4524847491} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11544 | 2024.07.31 06:58:06.264504 [ 3 ] {248ff9f3-6fb6-4f3b-9ab3-4c4524847491} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001698 sec., 15901.060070671378 rows/sec., 1.26 MiB/sec. | ||
| 11545 | 2024.07.31 06:58:06.264749 [ 3 ] {248ff9f3-6fb6-4f3b-9ab3-4c4524847491} <Debug> DynamicQueryHandler: Done processing query | ||
| 11546 | 2024.07.31 06:58:06.264782 [ 3 ] {248ff9f3-6fb6-4f3b-9ab3-4c4524847491} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11547 | 2024.07.31 06:58:06.264799 [ 3 ] {} <Debug> HTTP-Session: b8a7aaa4-c3ed-4425-a642-9255ba85ec78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11548 | 2024.07.31 06:58:06.264966 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11549 | 2024.07.31 06:58:06.265026 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11550 | 2024.07.31 06:58:06.265047 [ 3 ] {} <Debug> HTTP-Session: 3d8b7ecb-3647-452c-a252-a82f601f61ad Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11551 | 2024.07.31 06:58:06.265064 [ 3 ] {} <Debug> HTTP-Session: 3d8b7ecb-3647-452c-a252-a82f601f61ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11552 | 2024.07.31 06:58:06.265078 [ 3 ] {} <Debug> HTTP-Session: 3d8b7ecb-3647-452c-a252-a82f601f61ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11553 | 2024.07.31 06:58:06.265114 [ 3 ] {} <Trace> HTTP-Session: 3d8b7ecb-3647-452c-a252-a82f601f61ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11554 | 2024.07.31 06:58:06.265223 [ 3 ] {abf51bab-dd34-48c2-b695-eb90717b0d20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 11555 | 2024.07.31 06:58:06.265271 [ 3 ] {abf51bab-dd34-48c2-b695-eb90717b0d20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11556 | 2024.07.31 06:58:06.265407 [ 3 ] {abf51bab-dd34-48c2-b695-eb90717b0d20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11557 | 2024.07.31 06:58:06.265738 [ 3 ] {abf51bab-dd34-48c2-b695-eb90717b0d20} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11558 | 2024.07.31 06:58:06.265775 [ 3 ] {abf51bab-dd34-48c2-b695-eb90717b0d20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11559 | 2024.07.31 06:58:06.266083 [ 3 ] {abf51bab-dd34-48c2-b695-eb90717b0d20} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 11560 | 2024.07.31 06:58:06.266416 [ 3 ] {abf51bab-dd34-48c2-b695-eb90717b0d20} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11561 | 2024.07.31 06:58:06.266570 [ 3 ] {abf51bab-dd34-48c2-b695-eb90717b0d20} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001369 sec., 2921.8407596785974 rows/sec., 238.26 KiB/sec. | ||
| 11562 | 2024.07.31 06:58:06.266745 [ 3 ] {abf51bab-dd34-48c2-b695-eb90717b0d20} <Debug> DynamicQueryHandler: Done processing query | ||
| 11563 | 2024.07.31 06:58:06.266770 [ 3 ] {abf51bab-dd34-48c2-b695-eb90717b0d20} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11564 | 2024.07.31 06:58:06.266788 [ 3 ] {} <Debug> HTTP-Session: 3d8b7ecb-3647-452c-a252-a82f601f61ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11565 | 2024.07.31 06:58:06.266965 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 25305, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11566 | 2024.07.31 06:58:06.267020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11567 | 2024.07.31 06:58:06.267039 [ 3 ] {} <Debug> HTTP-Session: 28808a70-e368-46f4-86cc-03e667b154f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11568 | 2024.07.31 06:58:06.267056 [ 3 ] {} <Debug> HTTP-Session: 28808a70-e368-46f4-86cc-03e667b154f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11569 | 2024.07.31 06:58:06.267070 [ 3 ] {} <Debug> HTTP-Session: 28808a70-e368-46f4-86cc-03e667b154f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11570 | 2024.07.31 06:58:06.267103 [ 3 ] {} <Trace> HTTP-Session: 28808a70-e368-46f4-86cc-03e667b154f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11571 | 2024.07.31 06:58:06.267251 [ 3 ] {63155bdb-61b7-4966-9ad0-d0979d79e875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11572 | 2024.07.31 06:58:06.267295 [ 3 ] {63155bdb-61b7-4966-9ad0-d0979d79e875} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11573 | 2024.07.31 06:58:06.267419 [ 3 ] {63155bdb-61b7-4966-9ad0-d0979d79e875} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11574 | 2024.07.31 06:58:06.267844 [ 3 ] {63155bdb-61b7-4966-9ad0-d0979d79e875} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11575 | 2024.07.31 06:58:06.267882 [ 3 ] {63155bdb-61b7-4966-9ad0-d0979d79e875} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11576 | 2024.07.31 06:58:06.268207 [ 3 ] {63155bdb-61b7-4966-9ad0-d0979d79e875} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11577 | 2024.07.31 06:58:06.268514 [ 3 ] {63155bdb-61b7-4966-9ad0-d0979d79e875} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11578 | 2024.07.31 06:58:06.268667 [ 3 ] {63155bdb-61b7-4966-9ad0-d0979d79e875} <Debug> executeQuery: Read 175 rows, 14.67 KiB in 0.001482 sec., 118083.67071524967 rows/sec., 9.67 MiB/sec. | ||
| 11579 | 2024.07.31 06:58:06.268844 [ 3 ] {63155bdb-61b7-4966-9ad0-d0979d79e875} <Debug> DynamicQueryHandler: Done processing query | ||
| 11580 | 2024.07.31 06:58:06.268869 [ 3 ] {63155bdb-61b7-4966-9ad0-d0979d79e875} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 11581 | 2024.07.31 06:58:06.268885 [ 3 ] {} <Debug> HTTP-Session: 28808a70-e368-46f4-86cc-03e667b154f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11582 | 2024.07.31 06:58:06.269028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11583 | 2024.07.31 06:58:06.269081 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11584 | 2024.07.31 06:58:06.269100 [ 3 ] {} <Debug> HTTP-Session: 02b4aca0-9e07-4b42-84d9-2ef7637a8fad Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11585 | 2024.07.31 06:58:06.269116 [ 3 ] {} <Debug> HTTP-Session: 02b4aca0-9e07-4b42-84d9-2ef7637a8fad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11586 | 2024.07.31 06:58:06.269130 [ 3 ] {} <Debug> HTTP-Session: 02b4aca0-9e07-4b42-84d9-2ef7637a8fad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11587 | 2024.07.31 06:58:06.269162 [ 3 ] {} <Trace> HTTP-Session: 02b4aca0-9e07-4b42-84d9-2ef7637a8fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11588 | 2024.07.31 06:58:06.269260 [ 3 ] {ec487396-472a-4852-9cb9-36dd8cb6b913} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 11589 | 2024.07.31 06:58:06.269303 [ 3 ] {ec487396-472a-4852-9cb9-36dd8cb6b913} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11590 | 2024.07.31 06:58:06.269430 [ 3 ] {ec487396-472a-4852-9cb9-36dd8cb6b913} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11591 | 2024.07.31 06:58:06.269736 [ 3 ] {ec487396-472a-4852-9cb9-36dd8cb6b913} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11592 | 2024.07.31 06:58:06.269773 [ 3 ] {ec487396-472a-4852-9cb9-36dd8cb6b913} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11593 | 2024.07.31 06:58:06.270073 [ 3 ] {ec487396-472a-4852-9cb9-36dd8cb6b913} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 11594 | 2024.07.31 06:58:06.270382 [ 3 ] {ec487396-472a-4852-9cb9-36dd8cb6b913} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11595 | 2024.07.31 06:58:06.270536 [ 3 ] {ec487396-472a-4852-9cb9-36dd8cb6b913} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001294 sec., 3091.190108191654 rows/sec., 215.84 KiB/sec. | ||
| 11596 | 2024.07.31 06:58:06.270702 [ 3 ] {ec487396-472a-4852-9cb9-36dd8cb6b913} <Debug> DynamicQueryHandler: Done processing query | ||
| 11597 | 2024.07.31 06:58:06.270726 [ 3 ] {ec487396-472a-4852-9cb9-36dd8cb6b913} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11598 | 2024.07.31 06:58:06.270742 [ 3 ] {} <Debug> HTTP-Session: 02b4aca0-9e07-4b42-84d9-2ef7637a8fad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11599 | 2024.07.31 06:58:06.270881 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 20185, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11600 | 2024.07.31 06:58:06.270932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11601 | 2024.07.31 06:58:06.270952 [ 3 ] {} <Debug> HTTP-Session: b3b9f536-368a-498b-9150-13b0e086a8dc Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11602 | 2024.07.31 06:58:06.270968 [ 3 ] {} <Debug> HTTP-Session: b3b9f536-368a-498b-9150-13b0e086a8dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11603 | 2024.07.31 06:58:06.270982 [ 3 ] {} <Debug> HTTP-Session: b3b9f536-368a-498b-9150-13b0e086a8dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11604 | 2024.07.31 06:58:06.271013 [ 3 ] {} <Trace> HTTP-Session: b3b9f536-368a-498b-9150-13b0e086a8dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11605 | 2024.07.31 06:58:06.271145 [ 3 ] {ae5a4651-6762-4c73-aa3b-4f8b4c0f3a4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11606 | 2024.07.31 06:58:06.271189 [ 3 ] {ae5a4651-6762-4c73-aa3b-4f8b4c0f3a4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11607 | 2024.07.31 06:58:06.271316 [ 3 ] {ae5a4651-6762-4c73-aa3b-4f8b4c0f3a4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11608 | 2024.07.31 06:58:06.271686 [ 3 ] {ae5a4651-6762-4c73-aa3b-4f8b4c0f3a4f} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11609 | 2024.07.31 06:58:06.271724 [ 3 ] {ae5a4651-6762-4c73-aa3b-4f8b4c0f3a4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11610 | 2024.07.31 06:58:06.272055 [ 3 ] {ae5a4651-6762-4c73-aa3b-4f8b4c0f3a4f} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11611 | 2024.07.31 06:58:06.272364 [ 3 ] {ae5a4651-6762-4c73-aa3b-4f8b4c0f3a4f} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11612 | 2024.07.31 06:58:06.272514 [ 3 ] {ae5a4651-6762-4c73-aa3b-4f8b4c0f3a4f} <Debug> executeQuery: Read 119 rows, 9.50 KiB in 0.001414 sec., 84158.41584158417 rows/sec., 6.56 MiB/sec. | ||
| 11613 | 2024.07.31 06:58:06.272684 [ 3 ] {ae5a4651-6762-4c73-aa3b-4f8b4c0f3a4f} <Debug> DynamicQueryHandler: Done processing query | ||
| 11614 | 2024.07.31 06:58:06.272709 [ 3 ] {ae5a4651-6762-4c73-aa3b-4f8b4c0f3a4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 11615 | 2024.07.31 06:58:06.272726 [ 3 ] {} <Debug> HTTP-Session: b3b9f536-368a-498b-9150-13b0e086a8dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11616 | 2024.07.31 06:58:06.272917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 37963, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11617 | 2024.07.31 06:58:06.272969 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11618 | 2024.07.31 06:58:06.272989 [ 3 ] {} <Debug> HTTP-Session: 1419b5d7-ef4e-4649-99d0-b271a5513316 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11619 | 2024.07.31 06:58:06.273005 [ 3 ] {} <Debug> HTTP-Session: 1419b5d7-ef4e-4649-99d0-b271a5513316 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11620 | 2024.07.31 06:58:06.273019 [ 3 ] {} <Debug> HTTP-Session: 1419b5d7-ef4e-4649-99d0-b271a5513316 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11621 | 2024.07.31 06:58:06.273051 [ 3 ] {} <Trace> HTTP-Session: 1419b5d7-ef4e-4649-99d0-b271a5513316 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11622 | 2024.07.31 06:58:06.273226 [ 3 ] {8ed63fc1-74d5-4052-aea6-2260ab3a3b7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11623 | 2024.07.31 06:58:06.273275 [ 3 ] {8ed63fc1-74d5-4052-aea6-2260ab3a3b7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11624 | 2024.07.31 06:58:06.273424 [ 3 ] {8ed63fc1-74d5-4052-aea6-2260ab3a3b7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11625 | 2024.07.31 06:58:06.273840 [ 3 ] {8ed63fc1-74d5-4052-aea6-2260ab3a3b7e} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11626 | 2024.07.31 06:58:06.273886 [ 3 ] {8ed63fc1-74d5-4052-aea6-2260ab3a3b7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11627 | 2024.07.31 06:58:06.274361 [ 3 ] {8ed63fc1-74d5-4052-aea6-2260ab3a3b7e} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11628 | 2024.07.31 06:58:06.274724 [ 3 ] {8ed63fc1-74d5-4052-aea6-2260ab3a3b7e} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11629 | 2024.07.31 06:58:06.274878 [ 3 ] {8ed63fc1-74d5-4052-aea6-2260ab3a3b7e} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001735 sec., 114121.03746397694 rows/sec., 7.97 MiB/sec. | ||
| 11630 | 2024.07.31 06:58:06.275055 [ 3 ] {8ed63fc1-74d5-4052-aea6-2260ab3a3b7e} <Debug> DynamicQueryHandler: Done processing query | ||
| 11631 | 2024.07.31 06:58:06.275080 [ 3 ] {8ed63fc1-74d5-4052-aea6-2260ab3a3b7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 11632 | 2024.07.31 06:58:06.275096 [ 3 ] {} <Debug> HTTP-Session: 1419b5d7-ef4e-4649-99d0-b271a5513316 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11633 | 2024.07.31 06:58:06.275259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 43704, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11634 | 2024.07.31 06:58:06.275310 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11635 | 2024.07.31 06:58:06.275330 [ 3 ] {} <Debug> HTTP-Session: cff39eb2-76d2-4c77-9390-1e7f4be18a2c Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11636 | 2024.07.31 06:58:06.275347 [ 3 ] {} <Debug> HTTP-Session: cff39eb2-76d2-4c77-9390-1e7f4be18a2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11637 | 2024.07.31 06:58:06.275361 [ 3 ] {} <Debug> HTTP-Session: cff39eb2-76d2-4c77-9390-1e7f4be18a2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11638 | 2024.07.31 06:58:06.275392 [ 3 ] {} <Trace> HTTP-Session: cff39eb2-76d2-4c77-9390-1e7f4be18a2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11639 | 2024.07.31 06:58:06.275686 [ 3 ] {df92c669-9c58-40a7-a2cc-cfda712f9694} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 11640 | 2024.07.31 06:58:06.275752 [ 3 ] {df92c669-9c58-40a7-a2cc-cfda712f9694} <Trace> 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 | ||
| 11641 | 2024.07.31 06:58:06.276160 [ 3 ] {df92c669-9c58-40a7-a2cc-cfda712f9694} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11642 | 2024.07.31 06:58:06.276877 [ 3 ] {df92c669-9c58-40a7-a2cc-cfda712f9694} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11643 | 2024.07.31 06:58:06.276914 [ 3 ] {df92c669-9c58-40a7-a2cc-cfda712f9694} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11644 | 2024.07.31 06:58:06.277558 [ 3 ] {df92c669-9c58-40a7-a2cc-cfda712f9694} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 11645 | 2024.07.31 06:58:06.277976 [ 3 ] {df92c669-9c58-40a7-a2cc-cfda712f9694} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11646 | 2024.07.31 06:58:06.278170 [ 3 ] {df92c669-9c58-40a7-a2cc-cfda712f9694} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002681 sec., 10070.869078701977 rows/sec., 18.05 MiB/sec. | ||
| 11647 | 2024.07.31 06:58:06.278404 [ 3 ] {df92c669-9c58-40a7-a2cc-cfda712f9694} <Debug> DynamicQueryHandler: Done processing query | ||
| 11648 | 2024.07.31 06:58:06.278431 [ 3 ] {df92c669-9c58-40a7-a2cc-cfda712f9694} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 11649 | 2024.07.31 06:58:06.278448 [ 3 ] {} <Debug> HTTP-Session: cff39eb2-76d2-4c77-9390-1e7f4be18a2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11650 | 2024.07.31 06:58:06.278590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11651 | 2024.07.31 06:58:06.278642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11652 | 2024.07.31 06:58:06.278661 [ 3 ] {} <Debug> HTTP-Session: 1abd3e70-f81d-4c70-99bc-fd41973d2a25 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11653 | 2024.07.31 06:58:06.278678 [ 3 ] {} <Debug> HTTP-Session: 1abd3e70-f81d-4c70-99bc-fd41973d2a25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11654 | 2024.07.31 06:58:06.278692 [ 3 ] {} <Debug> HTTP-Session: 1abd3e70-f81d-4c70-99bc-fd41973d2a25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11655 | 2024.07.31 06:58:06.278723 [ 3 ] {} <Trace> HTTP-Session: 1abd3e70-f81d-4c70-99bc-fd41973d2a25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11656 | 2024.07.31 06:58:06.278842 [ 3 ] {23decba4-5f5e-45f2-8370-6e5072b36663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11657 | 2024.07.31 06:58:06.278887 [ 3 ] {23decba4-5f5e-45f2-8370-6e5072b36663} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11658 | 2024.07.31 06:58:06.279021 [ 3 ] {23decba4-5f5e-45f2-8370-6e5072b36663} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11659 | 2024.07.31 06:58:06.279341 [ 3 ] {23decba4-5f5e-45f2-8370-6e5072b36663} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11660 | 2024.07.31 06:58:06.279379 [ 3 ] {23decba4-5f5e-45f2-8370-6e5072b36663} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11661 | 2024.07.31 06:58:06.279747 [ 3 ] {23decba4-5f5e-45f2-8370-6e5072b36663} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11662 | 2024.07.31 06:58:06.280069 [ 3 ] {23decba4-5f5e-45f2-8370-6e5072b36663} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11663 | 2024.07.31 06:58:06.280219 [ 3 ] {23decba4-5f5e-45f2-8370-6e5072b36663} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001417 sec., 42342.97812279464 rows/sec., 2.85 MiB/sec. | ||
| 11664 | 2024.07.31 06:58:06.280387 [ 3 ] {23decba4-5f5e-45f2-8370-6e5072b36663} <Debug> DynamicQueryHandler: Done processing query | ||
| 11665 | 2024.07.31 06:58:06.280413 [ 3 ] {23decba4-5f5e-45f2-8370-6e5072b36663} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11666 | 2024.07.31 06:58:06.280429 [ 3 ] {} <Debug> HTTP-Session: 1abd3e70-f81d-4c70-99bc-fd41973d2a25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11667 | 2024.07.31 06:58:08.078190 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11668 | 2024.07.31 06:58:08.078261 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11669 | 2024.07.31 06:58:11.263378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11670 | 2024.07.31 06:58:11.263578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11671 | 2024.07.31 06:58:11.263625 [ 3 ] {} <Debug> HTTP-Session: da17049e-6163-4934-b157-0b829bbbd8ca Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11672 | 2024.07.31 06:58:11.263665 [ 3 ] {} <Debug> HTTP-Session: da17049e-6163-4934-b157-0b829bbbd8ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11673 | 2024.07.31 06:58:11.263694 [ 3 ] {} <Debug> HTTP-Session: da17049e-6163-4934-b157-0b829bbbd8ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11674 | 2024.07.31 06:58:11.263774 [ 3 ] {} <Trace> HTTP-Session: da17049e-6163-4934-b157-0b829bbbd8ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11675 | 2024.07.31 06:58:11.264003 [ 3 ] {a1adb519-fb85-4d9d-86d1-cb1d03930f47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11676 | 2024.07.31 06:58:11.264070 [ 3 ] {a1adb519-fb85-4d9d-86d1-cb1d03930f47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 11677 | 2024.07.31 06:58:11.264264 [ 3 ] {a1adb519-fb85-4d9d-86d1-cb1d03930f47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11678 | 2024.07.31 06:58:11.264774 [ 3 ] {a1adb519-fb85-4d9d-86d1-cb1d03930f47} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11679 | 2024.07.31 06:58:11.264817 [ 3 ] {a1adb519-fb85-4d9d-86d1-cb1d03930f47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11680 | 2024.07.31 06:58:11.265192 [ 3 ] {a1adb519-fb85-4d9d-86d1-cb1d03930f47} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11681 | 2024.07.31 06:58:11.265527 [ 3 ] {a1adb519-fb85-4d9d-86d1-cb1d03930f47} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11682 | 2024.07.31 06:58:11.265678 [ 3 ] {a1adb519-fb85-4d9d-86d1-cb1d03930f47} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.001731 sec., 5777.007510109764 rows/sec., 383.63 KiB/sec. | ||
| 11683 | 2024.07.31 06:58:11.265890 [ 3 ] {a1adb519-fb85-4d9d-86d1-cb1d03930f47} <Debug> DynamicQueryHandler: Done processing query | ||
| 11684 | 2024.07.31 06:58:11.265917 [ 3 ] {a1adb519-fb85-4d9d-86d1-cb1d03930f47} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11685 | 2024.07.31 06:58:11.265934 [ 3 ] {} <Debug> HTTP-Session: da17049e-6163-4934-b157-0b829bbbd8ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11686 | 2024.07.31 06:58:11.266065 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11687 | 2024.07.31 06:58:11.266124 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11688 | 2024.07.31 06:58:11.266144 [ 3 ] {} <Debug> HTTP-Session: 5afcc483-c523-4be7-9f76-66901ac6b142 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11689 | 2024.07.31 06:58:11.266161 [ 3 ] {} <Debug> HTTP-Session: 5afcc483-c523-4be7-9f76-66901ac6b142 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11690 | 2024.07.31 06:58:11.266176 [ 3 ] {} <Debug> HTTP-Session: 5afcc483-c523-4be7-9f76-66901ac6b142 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11691 | 2024.07.31 06:58:11.266213 [ 3 ] {} <Trace> HTTP-Session: 5afcc483-c523-4be7-9f76-66901ac6b142 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11692 | 2024.07.31 06:58:11.266323 [ 3 ] {36dd421e-a505-42ce-8266-bfb8808cbf5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 11693 | 2024.07.31 06:58:11.266371 [ 3 ] {36dd421e-a505-42ce-8266-bfb8808cbf5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11694 | 2024.07.31 06:58:11.266503 [ 3 ] {36dd421e-a505-42ce-8266-bfb8808cbf5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11695 | 2024.07.31 06:58:11.266827 [ 3 ] {36dd421e-a505-42ce-8266-bfb8808cbf5b} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11696 | 2024.07.31 06:58:11.266865 [ 3 ] {36dd421e-a505-42ce-8266-bfb8808cbf5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11697 | 2024.07.31 06:58:11.267175 [ 3 ] {36dd421e-a505-42ce-8266-bfb8808cbf5b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 11698 | 2024.07.31 06:58:11.267508 [ 3 ] {36dd421e-a505-42ce-8266-bfb8808cbf5b} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11699 | 2024.07.31 06:58:11.267639 [ 3 ] {36dd421e-a505-42ce-8266-bfb8808cbf5b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001348 sec., 2967.359050445104 rows/sec., 241.97 KiB/sec. | ||
| 11700 | 2024.07.31 06:58:11.267813 [ 3 ] {36dd421e-a505-42ce-8266-bfb8808cbf5b} <Debug> DynamicQueryHandler: Done processing query | ||
| 11701 | 2024.07.31 06:58:11.267838 [ 3 ] {36dd421e-a505-42ce-8266-bfb8808cbf5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11702 | 2024.07.31 06:58:11.267854 [ 3 ] {} <Debug> HTTP-Session: 5afcc483-c523-4be7-9f76-66901ac6b142 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11703 | 2024.07.31 06:58:11.268029 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26475, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11704 | 2024.07.31 06:58:11.268082 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11705 | 2024.07.31 06:58:11.268102 [ 3 ] {} <Debug> HTTP-Session: ebd8dcf6-d05c-414d-a1e3-fe094ccf53d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11706 | 2024.07.31 06:58:11.268118 [ 3 ] {} <Debug> HTTP-Session: ebd8dcf6-d05c-414d-a1e3-fe094ccf53d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11707 | 2024.07.31 06:58:11.268132 [ 3 ] {} <Debug> HTTP-Session: ebd8dcf6-d05c-414d-a1e3-fe094ccf53d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11708 | 2024.07.31 06:58:11.268165 [ 3 ] {} <Trace> HTTP-Session: ebd8dcf6-d05c-414d-a1e3-fe094ccf53d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11709 | 2024.07.31 06:58:11.268308 [ 3 ] {0c71954d-af37-43fe-947a-34824ba20b2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11710 | 2024.07.31 06:58:11.268354 [ 3 ] {0c71954d-af37-43fe-947a-34824ba20b2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11711 | 2024.07.31 06:58:11.268478 [ 3 ] {0c71954d-af37-43fe-947a-34824ba20b2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11712 | 2024.07.31 06:58:11.268892 [ 3 ] {0c71954d-af37-43fe-947a-34824ba20b2d} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11713 | 2024.07.31 06:58:11.268929 [ 3 ] {0c71954d-af37-43fe-947a-34824ba20b2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11714 | 2024.07.31 06:58:11.269250 [ 3 ] {0c71954d-af37-43fe-947a-34824ba20b2d} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 11715 | 2024.07.31 06:58:11.269557 [ 3 ] {0c71954d-af37-43fe-947a-34824ba20b2d} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11716 | 2024.07.31 06:58:11.269686 [ 3 ] {0c71954d-af37-43fe-947a-34824ba20b2d} <Debug> executeQuery: Read 175 rows, 15.81 KiB in 0.001442 sec., 121359.22330097089 rows/sec., 10.70 MiB/sec. | ||
| 11717 | 2024.07.31 06:58:11.269928 [ 3 ] {0c71954d-af37-43fe-947a-34824ba20b2d} <Debug> DynamicQueryHandler: Done processing query | ||
| 11718 | 2024.07.31 06:58:11.269984 [ 3 ] {0c71954d-af37-43fe-947a-34824ba20b2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 11719 | 2024.07.31 06:58:11.270038 [ 3 ] {} <Debug> HTTP-Session: ebd8dcf6-d05c-414d-a1e3-fe094ccf53d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11720 | 2024.07.31 06:58:11.270220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11721 | 2024.07.31 06:58:11.270273 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11722 | 2024.07.31 06:58:11.270292 [ 3 ] {} <Debug> HTTP-Session: 73e59b1c-2eb7-4693-babd-996eb32642de Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11723 | 2024.07.31 06:58:11.270309 [ 3 ] {} <Debug> HTTP-Session: 73e59b1c-2eb7-4693-babd-996eb32642de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11724 | 2024.07.31 06:58:11.270323 [ 3 ] {} <Debug> HTTP-Session: 73e59b1c-2eb7-4693-babd-996eb32642de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11725 | 2024.07.31 06:58:11.270355 [ 3 ] {} <Trace> HTTP-Session: 73e59b1c-2eb7-4693-babd-996eb32642de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11726 | 2024.07.31 06:58:11.270457 [ 3 ] {1fc2d503-430d-4264-8c7f-9eda952e1fb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 11727 | 2024.07.31 06:58:11.270500 [ 3 ] {1fc2d503-430d-4264-8c7f-9eda952e1fb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11728 | 2024.07.31 06:58:11.270641 [ 3 ] {1fc2d503-430d-4264-8c7f-9eda952e1fb6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11729 | 2024.07.31 06:58:11.270919 [ 3 ] {1fc2d503-430d-4264-8c7f-9eda952e1fb6} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11730 | 2024.07.31 06:58:11.270955 [ 3 ] {1fc2d503-430d-4264-8c7f-9eda952e1fb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11731 | 2024.07.31 06:58:11.271250 [ 3 ] {1fc2d503-430d-4264-8c7f-9eda952e1fb6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 11732 | 2024.07.31 06:58:11.271556 [ 3 ] {1fc2d503-430d-4264-8c7f-9eda952e1fb6} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11733 | 2024.07.31 06:58:11.271691 [ 3 ] {1fc2d503-430d-4264-8c7f-9eda952e1fb6} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00126 sec., 3174.6031746031745 rows/sec., 221.66 KiB/sec. | ||
| 11734 | 2024.07.31 06:58:11.271894 [ 3 ] {1fc2d503-430d-4264-8c7f-9eda952e1fb6} <Debug> DynamicQueryHandler: Done processing query | ||
| 11735 | 2024.07.31 06:58:11.271920 [ 3 ] {1fc2d503-430d-4264-8c7f-9eda952e1fb6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11736 | 2024.07.31 06:58:11.271937 [ 3 ] {} <Debug> HTTP-Session: 73e59b1c-2eb7-4693-babd-996eb32642de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11737 | 2024.07.31 06:58:11.272149 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 62957, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11738 | 2024.07.31 06:58:11.272199 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11739 | 2024.07.31 06:58:11.272218 [ 3 ] {} <Debug> HTTP-Session: 02e6c814-a36f-494d-8d5d-3884e88117a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11740 | 2024.07.31 06:58:11.272235 [ 3 ] {} <Debug> HTTP-Session: 02e6c814-a36f-494d-8d5d-3884e88117a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11741 | 2024.07.31 06:58:11.272249 [ 3 ] {} <Debug> HTTP-Session: 02e6c814-a36f-494d-8d5d-3884e88117a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11742 | 2024.07.31 06:58:11.272279 [ 3 ] {} <Trace> HTTP-Session: 02e6c814-a36f-494d-8d5d-3884e88117a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11743 | 2024.07.31 06:58:11.272469 [ 3 ] {a081bb04-ca1c-4a81-a827-2806fcbcf23f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11744 | 2024.07.31 06:58:11.272512 [ 3 ] {a081bb04-ca1c-4a81-a827-2806fcbcf23f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11745 | 2024.07.31 06:58:11.272648 [ 3 ] {a081bb04-ca1c-4a81-a827-2806fcbcf23f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11746 | 2024.07.31 06:58:11.273177 [ 3 ] {a081bb04-ca1c-4a81-a827-2806fcbcf23f} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11747 | 2024.07.31 06:58:11.273216 [ 3 ] {a081bb04-ca1c-4a81-a827-2806fcbcf23f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11748 | 2024.07.31 06:58:11.273546 [ 3 ] {a081bb04-ca1c-4a81-a827-2806fcbcf23f} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 11749 | 2024.07.31 06:58:11.273857 [ 3 ] {a081bb04-ca1c-4a81-a827-2806fcbcf23f} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11750 | 2024.07.31 06:58:11.274004 [ 3 ] {a081bb04-ca1c-4a81-a827-2806fcbcf23f} <Debug> executeQuery: Read 390 rows, 28.12 KiB in 0.001638 sec., 238095.2380952381 rows/sec., 16.77 MiB/sec. | ||
| 11751 | 2024.07.31 06:58:11.274175 [ 3 ] {a081bb04-ca1c-4a81-a827-2806fcbcf23f} <Debug> DynamicQueryHandler: Done processing query | ||
| 11752 | 2024.07.31 06:58:11.274201 [ 3 ] {a081bb04-ca1c-4a81-a827-2806fcbcf23f} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 11753 | 2024.07.31 06:58:11.274219 [ 3 ] {} <Debug> HTTP-Session: 02e6c814-a36f-494d-8d5d-3884e88117a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11754 | 2024.07.31 06:58:11.274349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11755 | 2024.07.31 06:58:11.274401 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11756 | 2024.07.31 06:58:11.274420 [ 3 ] {} <Debug> HTTP-Session: 4502e6cc-20c0-4207-a3bb-77bcf3c0f1e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11757 | 2024.07.31 06:58:11.274436 [ 3 ] {} <Debug> HTTP-Session: 4502e6cc-20c0-4207-a3bb-77bcf3c0f1e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11758 | 2024.07.31 06:58:11.274450 [ 3 ] {} <Debug> HTTP-Session: 4502e6cc-20c0-4207-a3bb-77bcf3c0f1e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11759 | 2024.07.31 06:58:11.274481 [ 3 ] {} <Trace> HTTP-Session: 4502e6cc-20c0-4207-a3bb-77bcf3c0f1e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11760 | 2024.07.31 06:58:11.274576 [ 3 ] {f82b9326-332b-4541-82ff-81baca09a68e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 11761 | 2024.07.31 06:58:11.274621 [ 3 ] {f82b9326-332b-4541-82ff-81baca09a68e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11762 | 2024.07.31 06:58:11.274752 [ 3 ] {f82b9326-332b-4541-82ff-81baca09a68e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11763 | 2024.07.31 06:58:11.275025 [ 3 ] {f82b9326-332b-4541-82ff-81baca09a68e} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11764 | 2024.07.31 06:58:11.275063 [ 3 ] {f82b9326-332b-4541-82ff-81baca09a68e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11765 | 2024.07.31 06:58:11.275423 [ 3 ] {f82b9326-332b-4541-82ff-81baca09a68e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 11766 | 2024.07.31 06:58:11.275747 [ 3 ] {f82b9326-332b-4541-82ff-81baca09a68e} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11767 | 2024.07.31 06:58:11.275914 [ 3 ] {f82b9326-332b-4541-82ff-81baca09a68e} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001347 sec., 4454.342984409799 rows/sec., 191.40 KiB/sec. | ||
| 11768 | 2024.07.31 06:58:11.276217 [ 3 ] {f82b9326-332b-4541-82ff-81baca09a68e} <Debug> DynamicQueryHandler: Done processing query | ||
| 11769 | 2024.07.31 06:58:11.276253 [ 3 ] {f82b9326-332b-4541-82ff-81baca09a68e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11770 | 2024.07.31 06:58:11.276270 [ 3 ] {} <Debug> HTTP-Session: 4502e6cc-20c0-4207-a3bb-77bcf3c0f1e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11771 | 2024.07.31 06:58:11.276401 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11772 | 2024.07.31 06:58:11.276453 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11773 | 2024.07.31 06:58:11.276472 [ 3 ] {} <Debug> HTTP-Session: 1b72c6f0-0204-42e3-8386-982fbdb6f2d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11774 | 2024.07.31 06:58:11.276489 [ 3 ] {} <Debug> HTTP-Session: 1b72c6f0-0204-42e3-8386-982fbdb6f2d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11775 | 2024.07.31 06:58:11.276503 [ 3 ] {} <Debug> HTTP-Session: 1b72c6f0-0204-42e3-8386-982fbdb6f2d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11776 | 2024.07.31 06:58:11.276533 [ 3 ] {} <Trace> HTTP-Session: 1b72c6f0-0204-42e3-8386-982fbdb6f2d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11777 | 2024.07.31 06:58:11.276671 [ 3 ] {bebf57c6-4688-4d24-8ce7-bafde1fc43d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 11778 | 2024.07.31 06:58:11.276719 [ 3 ] {bebf57c6-4688-4d24-8ce7-bafde1fc43d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 11779 | 2024.07.31 06:58:11.276880 [ 3 ] {bebf57c6-4688-4d24-8ce7-bafde1fc43d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11780 | 2024.07.31 06:58:11.277215 [ 3 ] {bebf57c6-4688-4d24-8ce7-bafde1fc43d0} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11781 | 2024.07.31 06:58:11.277253 [ 3 ] {bebf57c6-4688-4d24-8ce7-bafde1fc43d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11782 | 2024.07.31 06:58:11.277613 [ 3 ] {bebf57c6-4688-4d24-8ce7-bafde1fc43d0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 11783 | 2024.07.31 06:58:11.277946 [ 3 ] {bebf57c6-4688-4d24-8ce7-bafde1fc43d0} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11784 | 2024.07.31 06:58:11.278108 [ 3 ] {bebf57c6-4688-4d24-8ce7-bafde1fc43d0} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001489 sec., 51712.55876427132 rows/sec., 3.18 MiB/sec. | ||
| 11785 | 2024.07.31 06:58:11.278286 [ 3 ] {bebf57c6-4688-4d24-8ce7-bafde1fc43d0} <Debug> DynamicQueryHandler: Done processing query | ||
| 11786 | 2024.07.31 06:58:11.278311 [ 3 ] {bebf57c6-4688-4d24-8ce7-bafde1fc43d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11787 | 2024.07.31 06:58:11.278327 [ 3 ] {} <Debug> HTTP-Session: 1b72c6f0-0204-42e3-8386-982fbdb6f2d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11788 | 2024.07.31 06:58:11.278495 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 31005, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11789 | 2024.07.31 06:58:11.278547 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11790 | 2024.07.31 06:58:11.278566 [ 3 ] {} <Debug> HTTP-Session: 483e25a0-9332-4ea4-b40b-914599af8c22 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11791 | 2024.07.31 06:58:11.278583 [ 3 ] {} <Debug> HTTP-Session: 483e25a0-9332-4ea4-b40b-914599af8c22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11792 | 2024.07.31 06:58:11.278597 [ 3 ] {} <Debug> HTTP-Session: 483e25a0-9332-4ea4-b40b-914599af8c22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11793 | 2024.07.31 06:58:11.278628 [ 3 ] {} <Trace> HTTP-Session: 483e25a0-9332-4ea4-b40b-914599af8c22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11794 | 2024.07.31 06:58:11.278808 [ 3 ] {740ec63e-0d69-4067-8bbf-af8cbacfc682} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11795 | 2024.07.31 06:58:11.278855 [ 3 ] {740ec63e-0d69-4067-8bbf-af8cbacfc682} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11796 | 2024.07.31 06:58:11.278995 [ 3 ] {740ec63e-0d69-4067-8bbf-af8cbacfc682} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11797 | 2024.07.31 06:58:11.279393 [ 3 ] {740ec63e-0d69-4067-8bbf-af8cbacfc682} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11798 | 2024.07.31 06:58:11.279430 [ 3 ] {740ec63e-0d69-4067-8bbf-af8cbacfc682} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11799 | 2024.07.31 06:58:11.279802 [ 3 ] {740ec63e-0d69-4067-8bbf-af8cbacfc682} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 11800 | 2024.07.31 06:58:11.280145 [ 3 ] {740ec63e-0d69-4067-8bbf-af8cbacfc682} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11801 | 2024.07.31 06:58:11.280302 [ 3 ] {740ec63e-0d69-4067-8bbf-af8cbacfc682} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001587 sec., 102079.39508506616 rows/sec., 7.11 MiB/sec. | ||
| 11802 | 2024.07.31 06:58:11.280470 [ 3 ] {740ec63e-0d69-4067-8bbf-af8cbacfc682} <Debug> DynamicQueryHandler: Done processing query | ||
| 11803 | 2024.07.31 06:58:11.280494 [ 3 ] {740ec63e-0d69-4067-8bbf-af8cbacfc682} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11804 | 2024.07.31 06:58:11.280510 [ 3 ] {} <Debug> HTTP-Session: 483e25a0-9332-4ea4-b40b-914599af8c22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11805 | 2024.07.31 06:58:11.280638 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6441, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11806 | 2024.07.31 06:58:11.280688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11807 | 2024.07.31 06:58:11.280708 [ 3 ] {} <Debug> HTTP-Session: f48d0460-b095-48cb-8581-cdfbfd448619 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11808 | 2024.07.31 06:58:11.280723 [ 3 ] {} <Debug> HTTP-Session: f48d0460-b095-48cb-8581-cdfbfd448619 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11809 | 2024.07.31 06:58:11.280736 [ 3 ] {} <Debug> HTTP-Session: f48d0460-b095-48cb-8581-cdfbfd448619 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11810 | 2024.07.31 06:58:11.280767 [ 3 ] {} <Trace> HTTP-Session: f48d0460-b095-48cb-8581-cdfbfd448619 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11811 | 2024.07.31 06:58:11.280915 [ 3 ] {a76db304-b6e3-4406-b83e-fb4bb9e54b02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 11812 | 2024.07.31 06:58:11.280979 [ 3 ] {a76db304-b6e3-4406-b83e-fb4bb9e54b02} <Trace> 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 | ||
| 11813 | 2024.07.31 06:58:11.281388 [ 3 ] {a76db304-b6e3-4406-b83e-fb4bb9e54b02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11814 | 2024.07.31 06:58:11.281855 [ 3 ] {a76db304-b6e3-4406-b83e-fb4bb9e54b02} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11815 | 2024.07.31 06:58:11.281893 [ 3 ] {a76db304-b6e3-4406-b83e-fb4bb9e54b02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11816 | 2024.07.31 06:58:11.282466 [ 3 ] {a76db304-b6e3-4406-b83e-fb4bb9e54b02} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11817 | 2024.07.31 06:58:11.282863 [ 3 ] {a76db304-b6e3-4406-b83e-fb4bb9e54b02} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11818 | 2024.07.31 06:58:11.283051 [ 3 ] {a76db304-b6e3-4406-b83e-fb4bb9e54b02} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002212 sec., 1808.3182640144666 rows/sec., 3.24 MiB/sec. | ||
| 11819 | 2024.07.31 06:58:11.283252 [ 3 ] {a76db304-b6e3-4406-b83e-fb4bb9e54b02} <Debug> DynamicQueryHandler: Done processing query | ||
| 11820 | 2024.07.31 06:58:11.283277 [ 3 ] {a76db304-b6e3-4406-b83e-fb4bb9e54b02} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 11821 | 2024.07.31 06:58:11.283294 [ 3 ] {} <Debug> HTTP-Session: f48d0460-b095-48cb-8581-cdfbfd448619 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11822 | 2024.07.31 06:58:11.283409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11823 | 2024.07.31 06:58:11.283458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11824 | 2024.07.31 06:58:11.283478 [ 3 ] {} <Debug> HTTP-Session: e721acb7-b9ad-4a71-9ff0-238d421f45d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11825 | 2024.07.31 06:58:11.283493 [ 3 ] {} <Debug> HTTP-Session: e721acb7-b9ad-4a71-9ff0-238d421f45d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11826 | 2024.07.31 06:58:11.283507 [ 3 ] {} <Debug> HTTP-Session: e721acb7-b9ad-4a71-9ff0-238d421f45d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11827 | 2024.07.31 06:58:11.283538 [ 3 ] {} <Trace> HTTP-Session: e721acb7-b9ad-4a71-9ff0-238d421f45d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11828 | 2024.07.31 06:58:11.283639 [ 3 ] {2a4fb518-8cef-4537-ae73-3f36438c21e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11829 | 2024.07.31 06:58:11.283683 [ 3 ] {2a4fb518-8cef-4537-ae73-3f36438c21e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 11830 | 2024.07.31 06:58:11.283809 [ 3 ] {2a4fb518-8cef-4537-ae73-3f36438c21e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11831 | 2024.07.31 06:58:11.284070 [ 3 ] {2a4fb518-8cef-4537-ae73-3f36438c21e9} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11832 | 2024.07.31 06:58:11.284108 [ 3 ] {2a4fb518-8cef-4537-ae73-3f36438c21e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11833 | 2024.07.31 06:58:11.284462 [ 3 ] {2a4fb518-8cef-4537-ae73-3f36438c21e9} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 11834 | 2024.07.31 06:58:11.284787 [ 3 ] {2a4fb518-8cef-4537-ae73-3f36438c21e9} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11835 | 2024.07.31 06:58:11.284945 [ 3 ] {2a4fb518-8cef-4537-ae73-3f36438c21e9} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001329 sec., 17306.24529721595 rows/sec., 936.15 KiB/sec. | ||
| 11836 | 2024.07.31 06:58:11.284955 [ 146 ] {} <Debug> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 11837 | 2024.07.31 06:58:11.285077 [ 146 ] {} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11838 | 2024.07.31 06:58:11.285120 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11839 | 2024.07.31 06:58:11.285206 [ 3 ] {2a4fb518-8cef-4537-ae73-3f36438c21e9} <Debug> DynamicQueryHandler: Done processing query | ||
| 11840 | 2024.07.31 06:58:11.285293 [ 3 ] {2a4fb518-8cef-4537-ae73-3f36438c21e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11841 | 2024.07.31 06:58:11.285369 [ 3 ] {} <Debug> HTTP-Session: e721acb7-b9ad-4a71-9ff0-238d421f45d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11842 | 2024.07.31 06:58:11.285505 [ 191 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 11843 | 2024.07.31 06:58:11.285692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11844 | 2024.07.31 06:58:11.285823 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11845 | 2024.07.31 06:58:11.285868 [ 3 ] {} <Debug> HTTP-Session: 374e3ab5-e4cd-439b-b82f-3f1b470770ea Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11846 | 2024.07.31 06:58:11.285919 [ 3 ] {} <Debug> HTTP-Session: 374e3ab5-e4cd-439b-b82f-3f1b470770ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11847 | 2024.07.31 06:58:11.285936 [ 191 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11848 | 2024.07.31 06:58:11.285980 [ 3 ] {} <Debug> HTTP-Session: 374e3ab5-e4cd-439b-b82f-3f1b470770ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11849 | 2024.07.31 06:58:11.286022 [ 191 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 602 rows starting from the beginning of the part | ||
| 11850 | 2024.07.31 06:58:11.286047 [ 3 ] {} <Trace> HTTP-Session: 374e3ab5-e4cd-439b-b82f-3f1b470770ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11851 | 2024.07.31 06:58:11.286223 [ 191 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 23 rows starting from the beginning of the part | ||
| 11852 | 2024.07.31 06:58:11.286479 [ 3 ] {54168224-9a3d-4b7e-9e47-d5171336148c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11853 | 2024.07.31 06:58:11.286503 [ 191 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 23 rows starting from the beginning of the part | ||
| 11854 | 2024.07.31 06:58:11.286649 [ 3 ] {54168224-9a3d-4b7e-9e47-d5171336148c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11855 | 2024.07.31 06:58:11.286834 [ 191 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 23 rows starting from the beginning of the part | ||
| 11856 | 2024.07.31 06:58:11.287143 [ 191 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 23 rows starting from the beginning of the part | ||
| 11857 | 2024.07.31 06:58:11.287475 [ 191 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 23 rows starting from the beginning of the part | ||
| 11858 | 2024.07.31 06:58:11.287830 [ 3 ] {54168224-9a3d-4b7e-9e47-d5171336148c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11859 | 2024.07.31 06:58:11.288587 [ 3 ] {54168224-9a3d-4b7e-9e47-d5171336148c} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11860 | 2024.07.31 06:58:11.288656 [ 3 ] {54168224-9a3d-4b7e-9e47-d5171336148c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11861 | 2024.07.31 06:58:11.289648 [ 3 ] {54168224-9a3d-4b7e-9e47-d5171336148c} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 11862 | 2024.07.31 06:58:11.290414 [ 196 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 717 rows, containing 4 columns (4 merged, 0 gathered) in 0.005190569 sec., 138135.14472112787 rows/sec., 7.40 MiB/sec. | ||
| 11863 | 2024.07.31 06:58:11.290431 [ 3 ] {54168224-9a3d-4b7e-9e47-d5171336148c} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11864 | 2024.07.31 06:58:11.290611 [ 196 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 11865 | 2024.07.31 06:58:11.290649 [ 3 ] {54168224-9a3d-4b7e-9e47-d5171336148c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0044 sec., 13636.363636363636 rows/sec., 941.05 KiB/sec. | ||
| 11866 | 2024.07.31 06:58:11.290873 [ 3 ] {54168224-9a3d-4b7e-9e47-d5171336148c} <Debug> DynamicQueryHandler: Done processing query | ||
| 11867 | 2024.07.31 06:58:11.290910 [ 3 ] {54168224-9a3d-4b7e-9e47-d5171336148c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11868 | 2024.07.31 06:58:11.290944 [ 3 ] {} <Debug> HTTP-Session: 374e3ab5-e4cd-439b-b82f-3f1b470770ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11869 | 2024.07.31 06:58:11.291118 [ 196 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_31_6} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11870 | 2024.07.31 06:58:11.291202 [ 196 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_31_6} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 11871 | 2024.07.31 06:58:11.291289 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 11872 | 2024.07.31 06:58:16.260665 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11873 | 2024.07.31 06:58:16.260859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11874 | 2024.07.31 06:58:16.260904 [ 3 ] {} <Debug> HTTP-Session: 47d6cc7b-c881-43a3-8d4b-9c12632f3e32 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11875 | 2024.07.31 06:58:16.260945 [ 3 ] {} <Debug> HTTP-Session: 47d6cc7b-c881-43a3-8d4b-9c12632f3e32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11876 | 2024.07.31 06:58:16.260973 [ 3 ] {} <Debug> HTTP-Session: 47d6cc7b-c881-43a3-8d4b-9c12632f3e32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11877 | 2024.07.31 06:58:16.261051 [ 3 ] {} <Trace> HTTP-Session: 47d6cc7b-c881-43a3-8d4b-9c12632f3e32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11878 | 2024.07.31 06:58:16.261252 [ 3 ] {be563d82-c3af-41ba-a4d8-3dec10bf886d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11879 | 2024.07.31 06:58:16.261318 [ 3 ] {be563d82-c3af-41ba-a4d8-3dec10bf886d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 11880 | 2024.07.31 06:58:16.261511 [ 3 ] {be563d82-c3af-41ba-a4d8-3dec10bf886d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11881 | 2024.07.31 06:58:16.261997 [ 3 ] {be563d82-c3af-41ba-a4d8-3dec10bf886d} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11882 | 2024.07.31 06:58:16.262038 [ 3 ] {be563d82-c3af-41ba-a4d8-3dec10bf886d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11883 | 2024.07.31 06:58:16.262412 [ 3 ] {be563d82-c3af-41ba-a4d8-3dec10bf886d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11884 | 2024.07.31 06:58:16.262759 [ 3 ] {be563d82-c3af-41ba-a4d8-3dec10bf886d} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11885 | 2024.07.31 06:58:16.262924 [ 3 ] {be563d82-c3af-41ba-a4d8-3dec10bf886d} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001735 sec., 15561.959654178674 rows/sec., 1.23 MiB/sec. | ||
| 11886 | 2024.07.31 06:58:16.263157 [ 3 ] {be563d82-c3af-41ba-a4d8-3dec10bf886d} <Debug> DynamicQueryHandler: Done processing query | ||
| 11887 | 2024.07.31 06:58:16.263186 [ 3 ] {be563d82-c3af-41ba-a4d8-3dec10bf886d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11888 | 2024.07.31 06:58:16.263203 [ 3 ] {} <Debug> HTTP-Session: 47d6cc7b-c881-43a3-8d4b-9c12632f3e32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11889 | 2024.07.31 06:58:16.263409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 20062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11890 | 2024.07.31 06:58:16.263464 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11891 | 2024.07.31 06:58:16.263484 [ 3 ] {} <Debug> HTTP-Session: e540d4c6-e19f-4c1a-9028-36848824f183 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11892 | 2024.07.31 06:58:16.263502 [ 3 ] {} <Debug> HTTP-Session: e540d4c6-e19f-4c1a-9028-36848824f183 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11893 | 2024.07.31 06:58:16.263516 [ 3 ] {} <Debug> HTTP-Session: e540d4c6-e19f-4c1a-9028-36848824f183 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11894 | 2024.07.31 06:58:16.263552 [ 3 ] {} <Trace> HTTP-Session: e540d4c6-e19f-4c1a-9028-36848824f183 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11895 | 2024.07.31 06:58:16.263699 [ 3 ] {b86ceafe-a8ce-4075-a9fe-85efe241dfbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11896 | 2024.07.31 06:58:16.263745 [ 3 ] {b86ceafe-a8ce-4075-a9fe-85efe241dfbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11897 | 2024.07.31 06:58:16.263880 [ 3 ] {b86ceafe-a8ce-4075-a9fe-85efe241dfbf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11898 | 2024.07.31 06:58:16.264263 [ 3 ] {b86ceafe-a8ce-4075-a9fe-85efe241dfbf} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11899 | 2024.07.31 06:58:16.264303 [ 3 ] {b86ceafe-a8ce-4075-a9fe-85efe241dfbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11900 | 2024.07.31 06:58:16.264637 [ 3 ] {b86ceafe-a8ce-4075-a9fe-85efe241dfbf} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 11901 | 2024.07.31 06:58:16.264952 [ 3 ] {b86ceafe-a8ce-4075-a9fe-85efe241dfbf} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11902 | 2024.07.31 06:58:16.265108 [ 3 ] {b86ceafe-a8ce-4075-a9fe-85efe241dfbf} <Debug> executeQuery: Read 137 rows, 11.71 KiB in 0.001467 sec., 93387.86639400136 rows/sec., 7.80 MiB/sec. | ||
| 11903 | 2024.07.31 06:58:16.265351 [ 3 ] {b86ceafe-a8ce-4075-a9fe-85efe241dfbf} <Debug> DynamicQueryHandler: Done processing query | ||
| 11904 | 2024.07.31 06:58:16.265401 [ 3 ] {b86ceafe-a8ce-4075-a9fe-85efe241dfbf} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 11905 | 2024.07.31 06:58:16.265466 [ 3 ] {} <Debug> HTTP-Session: e540d4c6-e19f-4c1a-9028-36848824f183 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11906 | 2024.07.31 06:58:16.265760 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 15465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11907 | 2024.07.31 06:58:16.265816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11908 | 2024.07.31 06:58:16.265835 [ 3 ] {} <Debug> HTTP-Session: 54be0400-c566-4da1-8de8-69c0ff43f6a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11909 | 2024.07.31 06:58:16.265852 [ 3 ] {} <Debug> HTTP-Session: 54be0400-c566-4da1-8de8-69c0ff43f6a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11910 | 2024.07.31 06:58:16.265865 [ 3 ] {} <Debug> HTTP-Session: 54be0400-c566-4da1-8de8-69c0ff43f6a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11911 | 2024.07.31 06:58:16.265899 [ 3 ] {} <Trace> HTTP-Session: 54be0400-c566-4da1-8de8-69c0ff43f6a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11912 | 2024.07.31 06:58:16.266052 [ 3 ] {e805dc22-2031-46ff-9b6c-6b33d01ee9a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11913 | 2024.07.31 06:58:16.266097 [ 3 ] {e805dc22-2031-46ff-9b6c-6b33d01ee9a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11914 | 2024.07.31 06:58:16.266238 [ 3 ] {e805dc22-2031-46ff-9b6c-6b33d01ee9a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11915 | 2024.07.31 06:58:16.266593 [ 3 ] {e805dc22-2031-46ff-9b6c-6b33d01ee9a7} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11916 | 2024.07.31 06:58:16.266631 [ 3 ] {e805dc22-2031-46ff-9b6c-6b33d01ee9a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11917 | 2024.07.31 06:58:16.266944 [ 3 ] {e805dc22-2031-46ff-9b6c-6b33d01ee9a7} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 11918 | 2024.07.31 06:58:16.267258 [ 3 ] {e805dc22-2031-46ff-9b6c-6b33d01ee9a7} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11919 | 2024.07.31 06:58:16.267412 [ 3 ] {e805dc22-2031-46ff-9b6c-6b33d01ee9a7} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001415 sec., 64310.95406360424 rows/sec., 5.02 MiB/sec. | ||
| 11920 | 2024.07.31 06:58:16.267584 [ 3 ] {e805dc22-2031-46ff-9b6c-6b33d01ee9a7} <Debug> DynamicQueryHandler: Done processing query | ||
| 11921 | 2024.07.31 06:58:16.267610 [ 3 ] {e805dc22-2031-46ff-9b6c-6b33d01ee9a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 11922 | 2024.07.31 06:58:16.267626 [ 3 ] {} <Debug> HTTP-Session: 54be0400-c566-4da1-8de8-69c0ff43f6a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11923 | 2024.07.31 06:58:16.267821 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11924 | 2024.07.31 06:58:16.267871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11925 | 2024.07.31 06:58:16.267890 [ 3 ] {} <Debug> HTTP-Session: bacf81be-533a-4f30-92f7-869e245ecbbc Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11926 | 2024.07.31 06:58:16.267906 [ 3 ] {} <Debug> HTTP-Session: bacf81be-533a-4f30-92f7-869e245ecbbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11927 | 2024.07.31 06:58:16.267920 [ 3 ] {} <Debug> HTTP-Session: bacf81be-533a-4f30-92f7-869e245ecbbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11928 | 2024.07.31 06:58:16.267952 [ 3 ] {} <Trace> HTTP-Session: bacf81be-533a-4f30-92f7-869e245ecbbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11929 | 2024.07.31 06:58:16.268102 [ 3 ] {470c7974-d229-42fa-96bf-09d336785f1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11930 | 2024.07.31 06:58:16.268149 [ 3 ] {470c7974-d229-42fa-96bf-09d336785f1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11931 | 2024.07.31 06:58:16.268295 [ 3 ] {470c7974-d229-42fa-96bf-09d336785f1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11932 | 2024.07.31 06:58:16.268678 [ 3 ] {470c7974-d229-42fa-96bf-09d336785f1f} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11933 | 2024.07.31 06:58:16.268715 [ 3 ] {470c7974-d229-42fa-96bf-09d336785f1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11934 | 2024.07.31 06:58:16.269102 [ 3 ] {470c7974-d229-42fa-96bf-09d336785f1f} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 11935 | 2024.07.31 06:58:16.269445 [ 3 ] {470c7974-d229-42fa-96bf-09d336785f1f} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11936 | 2024.07.31 06:58:16.269596 [ 3 ] {470c7974-d229-42fa-96bf-09d336785f1f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001562 sec., 102432.77848911652 rows/sec., 7.13 MiB/sec. | ||
| 11937 | 2024.07.31 06:58:16.269799 [ 3 ] {470c7974-d229-42fa-96bf-09d336785f1f} <Debug> DynamicQueryHandler: Done processing query | ||
| 11938 | 2024.07.31 06:58:16.269838 [ 3 ] {470c7974-d229-42fa-96bf-09d336785f1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11939 | 2024.07.31 06:58:16.269870 [ 3 ] {} <Debug> HTTP-Session: bacf81be-533a-4f30-92f7-869e245ecbbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11940 | 2024.07.31 06:58:16.270113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 43681, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11941 | 2024.07.31 06:58:16.270162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11942 | 2024.07.31 06:58:16.270181 [ 3 ] {} <Debug> HTTP-Session: 01aaabd4-a48d-4356-a0f3-12f16652cb28 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11943 | 2024.07.31 06:58:16.270197 [ 3 ] {} <Debug> HTTP-Session: 01aaabd4-a48d-4356-a0f3-12f16652cb28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11944 | 2024.07.31 06:58:16.270212 [ 3 ] {} <Debug> HTTP-Session: 01aaabd4-a48d-4356-a0f3-12f16652cb28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11945 | 2024.07.31 06:58:16.270243 [ 3 ] {} <Trace> HTTP-Session: 01aaabd4-a48d-4356-a0f3-12f16652cb28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11946 | 2024.07.31 06:58:16.270533 [ 3 ] {fefe9827-4846-477d-9ce3-e97edef7f1c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 11947 | 2024.07.31 06:58:16.270598 [ 3 ] {fefe9827-4846-477d-9ce3-e97edef7f1c6} <Trace> 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 | ||
| 11948 | 2024.07.31 06:58:16.271002 [ 3 ] {fefe9827-4846-477d-9ce3-e97edef7f1c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11949 | 2024.07.31 06:58:16.271717 [ 3 ] {fefe9827-4846-477d-9ce3-e97edef7f1c6} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11950 | 2024.07.31 06:58:16.271755 [ 3 ] {fefe9827-4846-477d-9ce3-e97edef7f1c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11951 | 2024.07.31 06:58:16.272364 [ 3 ] {fefe9827-4846-477d-9ce3-e97edef7f1c6} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11952 | 2024.07.31 06:58:16.272782 [ 3 ] {fefe9827-4846-477d-9ce3-e97edef7f1c6} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11953 | 2024.07.31 06:58:16.272962 [ 3 ] {fefe9827-4846-477d-9ce3-e97edef7f1c6} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002623 sec., 10293.55699580633 rows/sec., 18.45 MiB/sec. | ||
| 11954 | 2024.07.31 06:58:16.273200 [ 3 ] {fefe9827-4846-477d-9ce3-e97edef7f1c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 11955 | 2024.07.31 06:58:16.273227 [ 3 ] {fefe9827-4846-477d-9ce3-e97edef7f1c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 11956 | 2024.07.31 06:58:16.273243 [ 3 ] {} <Debug> HTTP-Session: 01aaabd4-a48d-4356-a0f3-12f16652cb28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11957 | 2024.07.31 06:58:16.273413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11958 | 2024.07.31 06:58:16.273463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11959 | 2024.07.31 06:58:16.273484 [ 3 ] {} <Debug> HTTP-Session: 8d114d05-ea7e-4971-8263-37b993fee388 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11960 | 2024.07.31 06:58:16.273500 [ 3 ] {} <Debug> HTTP-Session: 8d114d05-ea7e-4971-8263-37b993fee388 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11961 | 2024.07.31 06:58:16.273514 [ 3 ] {} <Debug> HTTP-Session: 8d114d05-ea7e-4971-8263-37b993fee388 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11962 | 2024.07.31 06:58:16.273545 [ 3 ] {} <Trace> HTTP-Session: 8d114d05-ea7e-4971-8263-37b993fee388 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11963 | 2024.07.31 06:58:16.273657 [ 3 ] {2f38a4b9-91a6-4a0a-9b03-af46e1446624} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11964 | 2024.07.31 06:58:16.273701 [ 3 ] {2f38a4b9-91a6-4a0a-9b03-af46e1446624} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11965 | 2024.07.31 06:58:16.273829 [ 3 ] {2f38a4b9-91a6-4a0a-9b03-af46e1446624} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11966 | 2024.07.31 06:58:16.274130 [ 3 ] {2f38a4b9-91a6-4a0a-9b03-af46e1446624} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11967 | 2024.07.31 06:58:16.274167 [ 3 ] {2f38a4b9-91a6-4a0a-9b03-af46e1446624} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11968 | 2024.07.31 06:58:16.274523 [ 3 ] {2f38a4b9-91a6-4a0a-9b03-af46e1446624} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 11969 | 2024.07.31 06:58:16.274843 [ 3 ] {2f38a4b9-91a6-4a0a-9b03-af46e1446624} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11970 | 2024.07.31 06:58:16.274995 [ 3 ] {2f38a4b9-91a6-4a0a-9b03-af46e1446624} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001368 sec., 43859.649122807015 rows/sec., 2.96 MiB/sec. | ||
| 11971 | 2024.07.31 06:58:16.275155 [ 3 ] {2f38a4b9-91a6-4a0a-9b03-af46e1446624} <Debug> DynamicQueryHandler: Done processing query | ||
| 11972 | 2024.07.31 06:58:16.275181 [ 3 ] {2f38a4b9-91a6-4a0a-9b03-af46e1446624} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11973 | 2024.07.31 06:58:16.275197 [ 3 ] {} <Debug> HTTP-Session: 8d114d05-ea7e-4971-8263-37b993fee388 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11974 | 2024.07.31 06:58:21.263940 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11975 | 2024.07.31 06:58:21.264132 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11976 | 2024.07.31 06:58:21.264178 [ 3 ] {} <Debug> HTTP-Session: 8448854c-549f-4943-831d-5797ef241ec7 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11977 | 2024.07.31 06:58:21.264224 [ 3 ] {} <Debug> HTTP-Session: 8448854c-549f-4943-831d-5797ef241ec7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11978 | 2024.07.31 06:58:21.264258 [ 3 ] {} <Debug> HTTP-Session: 8448854c-549f-4943-831d-5797ef241ec7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11979 | 2024.07.31 06:58:21.264348 [ 3 ] {} <Trace> HTTP-Session: 8448854c-549f-4943-831d-5797ef241ec7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11980 | 2024.07.31 06:58:21.264544 [ 3 ] {ee068839-e9d3-4752-a5c9-83a2000fadb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11981 | 2024.07.31 06:58:21.264610 [ 3 ] {ee068839-e9d3-4752-a5c9-83a2000fadb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 11982 | 2024.07.31 06:58:21.264803 [ 3 ] {ee068839-e9d3-4752-a5c9-83a2000fadb1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11983 | 2024.07.31 06:58:21.265228 [ 3 ] {ee068839-e9d3-4752-a5c9-83a2000fadb1} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11984 | 2024.07.31 06:58:21.265271 [ 3 ] {ee068839-e9d3-4752-a5c9-83a2000fadb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 11985 | 2024.07.31 06:58:21.265632 [ 3 ] {ee068839-e9d3-4752-a5c9-83a2000fadb1} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11986 | 2024.07.31 06:58:21.265958 [ 3 ] {ee068839-e9d3-4752-a5c9-83a2000fadb1} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11987 | 2024.07.31 06:58:21.266126 [ 3 ] {ee068839-e9d3-4752-a5c9-83a2000fadb1} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.001632 sec., 6127.450980392157 rows/sec., 406.90 KiB/sec. | ||
| 11988 | 2024.07.31 06:58:21.266429 [ 3 ] {ee068839-e9d3-4752-a5c9-83a2000fadb1} <Debug> DynamicQueryHandler: Done processing query | ||
| 11989 | 2024.07.31 06:58:21.266502 [ 3 ] {ee068839-e9d3-4752-a5c9-83a2000fadb1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11990 | 2024.07.31 06:58:21.266565 [ 3 ] {} <Debug> HTTP-Session: 8448854c-549f-4943-831d-5797ef241ec7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11991 | 2024.07.31 06:58:21.266882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11992 | 2024.07.31 06:58:21.266936 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11993 | 2024.07.31 06:58:21.266956 [ 3 ] {} <Debug> HTTP-Session: 0bcba7fd-0605-4fa1-9655-2cd96a3bd000 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 11994 | 2024.07.31 06:58:21.266972 [ 3 ] {} <Debug> HTTP-Session: 0bcba7fd-0605-4fa1-9655-2cd96a3bd000 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11995 | 2024.07.31 06:58:21.266986 [ 3 ] {} <Debug> HTTP-Session: 0bcba7fd-0605-4fa1-9655-2cd96a3bd000 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11996 | 2024.07.31 06:58:21.267018 [ 3 ] {} <Trace> HTTP-Session: 0bcba7fd-0605-4fa1-9655-2cd96a3bd000 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11997 | 2024.07.31 06:58:21.267166 [ 3 ] {16b3e007-adbd-44d7-9a79-35251d76cc5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11998 | 2024.07.31 06:58:21.267211 [ 3 ] {16b3e007-adbd-44d7-9a79-35251d76cc5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11999 | 2024.07.31 06:58:21.267359 [ 3 ] {16b3e007-adbd-44d7-9a79-35251d76cc5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12000 | 2024.07.31 06:58:21.267762 [ 3 ] {16b3e007-adbd-44d7-9a79-35251d76cc5a} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12001 | 2024.07.31 06:58:21.267799 [ 3 ] {16b3e007-adbd-44d7-9a79-35251d76cc5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12002 | 2024.07.31 06:58:21.268115 [ 3 ] {16b3e007-adbd-44d7-9a79-35251d76cc5a} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12003 | 2024.07.31 06:58:21.268424 [ 3 ] {16b3e007-adbd-44d7-9a79-35251d76cc5a} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12004 | 2024.07.31 06:58:21.268578 [ 3 ] {16b3e007-adbd-44d7-9a79-35251d76cc5a} <Debug> executeQuery: Read 173 rows, 15.66 KiB in 0.001477 sec., 117129.31618144888 rows/sec., 10.35 MiB/sec. | ||
| 12005 | 2024.07.31 06:58:21.268740 [ 3 ] {16b3e007-adbd-44d7-9a79-35251d76cc5a} <Debug> DynamicQueryHandler: Done processing query | ||
| 12006 | 2024.07.31 06:58:21.268765 [ 3 ] {16b3e007-adbd-44d7-9a79-35251d76cc5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 12007 | 2024.07.31 06:58:21.268781 [ 3 ] {} <Debug> HTTP-Session: 0bcba7fd-0605-4fa1-9655-2cd96a3bd000 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12008 | 2024.07.31 06:58:21.269058 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 62271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12009 | 2024.07.31 06:58:21.269106 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12010 | 2024.07.31 06:58:21.269125 [ 3 ] {} <Debug> HTTP-Session: c5302ece-dce8-4188-b00f-7f06ca1faca8 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12011 | 2024.07.31 06:58:21.269141 [ 3 ] {} <Debug> HTTP-Session: c5302ece-dce8-4188-b00f-7f06ca1faca8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12012 | 2024.07.31 06:58:21.269154 [ 3 ] {} <Debug> HTTP-Session: c5302ece-dce8-4188-b00f-7f06ca1faca8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12013 | 2024.07.31 06:58:21.269185 [ 3 ] {} <Trace> HTTP-Session: c5302ece-dce8-4188-b00f-7f06ca1faca8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12014 | 2024.07.31 06:58:21.269386 [ 3 ] {a3c34075-5785-4cfe-b9a5-5af90e460d85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12015 | 2024.07.31 06:58:21.269429 [ 3 ] {a3c34075-5785-4cfe-b9a5-5af90e460d85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12016 | 2024.07.31 06:58:21.269553 [ 3 ] {a3c34075-5785-4cfe-b9a5-5af90e460d85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12017 | 2024.07.31 06:58:21.270055 [ 3 ] {a3c34075-5785-4cfe-b9a5-5af90e460d85} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12018 | 2024.07.31 06:58:21.270092 [ 3 ] {a3c34075-5785-4cfe-b9a5-5af90e460d85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12019 | 2024.07.31 06:58:21.270418 [ 3 ] {a3c34075-5785-4cfe-b9a5-5af90e460d85} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12020 | 2024.07.31 06:58:21.270717 [ 3 ] {a3c34075-5785-4cfe-b9a5-5af90e460d85} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12021 | 2024.07.31 06:58:21.270870 [ 3 ] {a3c34075-5785-4cfe-b9a5-5af90e460d85} <Debug> executeQuery: Read 386 rows, 27.79 KiB in 0.001584 sec., 243686.8686868687 rows/sec., 17.14 MiB/sec. | ||
| 12022 | 2024.07.31 06:58:21.271033 [ 3 ] {a3c34075-5785-4cfe-b9a5-5af90e460d85} <Debug> DynamicQueryHandler: Done processing query | ||
| 12023 | 2024.07.31 06:58:21.271059 [ 3 ] {a3c34075-5785-4cfe-b9a5-5af90e460d85} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 12024 | 2024.07.31 06:58:21.271075 [ 3 ] {} <Debug> HTTP-Session: c5302ece-dce8-4188-b00f-7f06ca1faca8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12025 | 2024.07.31 06:58:21.271214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12026 | 2024.07.31 06:58:21.271265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12027 | 2024.07.31 06:58:21.271284 [ 3 ] {} <Debug> HTTP-Session: d285cfe4-6531-457b-9f26-c79efb0c5ea5 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12028 | 2024.07.31 06:58:21.271300 [ 3 ] {} <Debug> HTTP-Session: d285cfe4-6531-457b-9f26-c79efb0c5ea5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12029 | 2024.07.31 06:58:21.271314 [ 3 ] {} <Debug> HTTP-Session: d285cfe4-6531-457b-9f26-c79efb0c5ea5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12030 | 2024.07.31 06:58:21.271345 [ 3 ] {} <Trace> HTTP-Session: d285cfe4-6531-457b-9f26-c79efb0c5ea5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12031 | 2024.07.31 06:58:21.271439 [ 3 ] {681c5a16-8534-42b1-b089-1609ec2f5534} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 12032 | 2024.07.31 06:58:21.271484 [ 3 ] {681c5a16-8534-42b1-b089-1609ec2f5534} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12033 | 2024.07.31 06:58:21.271614 [ 3 ] {681c5a16-8534-42b1-b089-1609ec2f5534} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12034 | 2024.07.31 06:58:21.271870 [ 3 ] {681c5a16-8534-42b1-b089-1609ec2f5534} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12035 | 2024.07.31 06:58:21.271906 [ 3 ] {681c5a16-8534-42b1-b089-1609ec2f5534} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12036 | 2024.07.31 06:58:21.272258 [ 3 ] {681c5a16-8534-42b1-b089-1609ec2f5534} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 12037 | 2024.07.31 06:58:21.272574 [ 3 ] {681c5a16-8534-42b1-b089-1609ec2f5534} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12038 | 2024.07.31 06:58:21.272732 [ 3 ] {681c5a16-8534-42b1-b089-1609ec2f5534} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00131 sec., 4580.152671755725 rows/sec., 196.80 KiB/sec. | ||
| 12039 | 2024.07.31 06:58:21.272736 [ 133 ] {} <Debug> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 12040 | 2024.07.31 06:58:21.272834 [ 133 ] {} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12041 | 2024.07.31 06:58:21.272876 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12042 | 2024.07.31 06:58:21.272971 [ 3 ] {681c5a16-8534-42b1-b089-1609ec2f5534} <Debug> DynamicQueryHandler: Done processing query | ||
| 12043 | 2024.07.31 06:58:21.273065 [ 3 ] {681c5a16-8534-42b1-b089-1609ec2f5534} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 12044 | 2024.07.31 06:58:21.273130 [ 3 ] {} <Debug> HTTP-Session: d285cfe4-6531-457b-9f26-c79efb0c5ea5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12045 | 2024.07.31 06:58:21.273195 [ 196 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 12046 | 2024.07.31 06:58:21.273344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12047 | 2024.07.31 06:58:21.273507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12048 | 2024.07.31 06:58:21.273608 [ 3 ] {} <Debug> HTTP-Session: 747da505-b497-4073-a266-11cb40c126a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12049 | 2024.07.31 06:58:21.273710 [ 3 ] {} <Debug> HTTP-Session: 747da505-b497-4073-a266-11cb40c126a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12050 | 2024.07.31 06:58:21.273776 [ 3 ] {} <Debug> HTTP-Session: 747da505-b497-4073-a266-11cb40c126a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12051 | 2024.07.31 06:58:21.273895 [ 3 ] {} <Trace> HTTP-Session: 747da505-b497-4073-a266-11cb40c126a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12052 | 2024.07.31 06:58:21.273901 [ 196 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12053 | 2024.07.31 06:58:21.273973 [ 196 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 156 rows starting from the beginning of the part | ||
| 12054 | 2024.07.31 06:58:21.274114 [ 3 ] {1bd94f2a-1289-43fb-a989-d677a496882a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 12055 | 2024.07.31 06:58:21.274119 [ 196 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 12056 | 2024.07.31 06:58:21.274195 [ 3 ] {1bd94f2a-1289-43fb-a989-d677a496882a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 12057 | 2024.07.31 06:58:21.274309 [ 196 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 12058 | 2024.07.31 06:58:21.274509 [ 196 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 12059 | 2024.07.31 06:58:21.274883 [ 196 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 12060 | 2024.07.31 06:58:21.275242 [ 196 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 12061 | 2024.07.31 06:58:21.275635 [ 3 ] {1bd94f2a-1289-43fb-a989-d677a496882a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12062 | 2024.07.31 06:58:21.276156 [ 3 ] {1bd94f2a-1289-43fb-a989-d677a496882a} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12063 | 2024.07.31 06:58:21.276205 [ 3 ] {1bd94f2a-1289-43fb-a989-d677a496882a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12064 | 2024.07.31 06:58:21.276781 [ 3 ] {1bd94f2a-1289-43fb-a989-d677a496882a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 12065 | 2024.07.31 06:58:21.276860 [ 189 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.003908737 sec., 47585.70351497172 rows/sec., 2.00 MiB/sec. | ||
| 12066 | 2024.07.31 06:58:21.277137 [ 189 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 12067 | 2024.07.31 06:58:21.277473 [ 3 ] {1bd94f2a-1289-43fb-a989-d677a496882a} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12068 | 2024.07.31 06:58:21.277840 [ 133 ] {} <Debug> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 12069 | 2024.07.31 06:58:21.277936 [ 133 ] {} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12070 | 2024.07.31 06:58:21.277936 [ 3 ] {1bd94f2a-1289-43fb-a989-d677a496882a} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.003909 sec., 19698.132514709643 rows/sec., 1.21 MiB/sec. | ||
| 12071 | 2024.07.31 06:58:21.277980 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12072 | 2024.07.31 06:58:21.278291 [ 189 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_31_6} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12073 | 2024.07.31 06:58:21.278429 [ 186 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 12074 | 2024.07.31 06:58:21.278548 [ 3 ] {1bd94f2a-1289-43fb-a989-d677a496882a} <Debug> DynamicQueryHandler: Done processing query | ||
| 12075 | 2024.07.31 06:58:21.278608 [ 3 ] {1bd94f2a-1289-43fb-a989-d677a496882a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12076 | 2024.07.31 06:58:21.278623 [ 189 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_31_6} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 12077 | 2024.07.31 06:58:21.278667 [ 3 ] {} <Debug> HTTP-Session: 747da505-b497-4073-a266-11cb40c126a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12078 | 2024.07.31 06:58:21.278816 [ 186 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12079 | 2024.07.31 06:58:21.278854 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 12080 | 2024.07.31 06:58:21.278875 [ 186 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 2002 rows starting from the beginning of the part | ||
| 12081 | 2024.07.31 06:58:21.278936 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12082 | 2024.07.31 06:58:21.279018 [ 186 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 77 rows starting from the beginning of the part | ||
| 12083 | 2024.07.31 06:58:21.279027 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12084 | 2024.07.31 06:58:21.279084 [ 3 ] {} <Debug> HTTP-Session: bcd705a1-9640-4e7b-85e6-f1bcc2209c3f Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12085 | 2024.07.31 06:58:21.279176 [ 3 ] {} <Debug> HTTP-Session: bcd705a1-9640-4e7b-85e6-f1bcc2209c3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12086 | 2024.07.31 06:58:21.279236 [ 3 ] {} <Debug> HTTP-Session: bcd705a1-9640-4e7b-85e6-f1bcc2209c3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12087 | 2024.07.31 06:58:21.279307 [ 186 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 77 rows starting from the beginning of the part | ||
| 12088 | 2024.07.31 06:58:21.279342 [ 3 ] {} <Trace> HTTP-Session: bcd705a1-9640-4e7b-85e6-f1bcc2209c3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12089 | 2024.07.31 06:58:21.279509 [ 186 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 77 rows starting from the beginning of the part | ||
| 12090 | 2024.07.31 06:58:21.279729 [ 3 ] {d3329ef2-1943-45a8-904a-9f7e5edc818c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12091 | 2024.07.31 06:58:21.279782 [ 186 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 77 rows starting from the beginning of the part | ||
| 12092 | 2024.07.31 06:58:21.279891 [ 3 ] {d3329ef2-1943-45a8-904a-9f7e5edc818c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12093 | 2024.07.31 06:58:21.280005 [ 186 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 77 rows starting from the beginning of the part | ||
| 12094 | 2024.07.31 06:58:21.280625 [ 3 ] {d3329ef2-1943-45a8-904a-9f7e5edc818c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12095 | 2024.07.31 06:58:21.281144 [ 3 ] {d3329ef2-1943-45a8-904a-9f7e5edc818c} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12096 | 2024.07.31 06:58:21.281191 [ 3 ] {d3329ef2-1943-45a8-904a-9f7e5edc818c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12097 | 2024.07.31 06:58:21.281725 [ 3 ] {d3329ef2-1943-45a8-904a-9f7e5edc818c} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12098 | 2024.07.31 06:58:21.282085 [ 186 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2387 rows, containing 5 columns (5 merged, 0 gathered) in 0.003949469 sec., 604385.0451794913 rows/sec., 37.22 MiB/sec. | ||
| 12099 | 2024.07.31 06:58:21.282279 [ 3 ] {d3329ef2-1943-45a8-904a-9f7e5edc818c} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12100 | 2024.07.31 06:58:21.282306 [ 186 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 12101 | 2024.07.31 06:58:21.282531 [ 3 ] {d3329ef2-1943-45a8-904a-9f7e5edc818c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002983 sec., 53637.27790814616 rows/sec., 3.74 MiB/sec. | ||
| 12102 | 2024.07.31 06:58:21.282813 [ 3 ] {d3329ef2-1943-45a8-904a-9f7e5edc818c} <Debug> DynamicQueryHandler: Done processing query | ||
| 12103 | 2024.07.31 06:58:21.282841 [ 3 ] {d3329ef2-1943-45a8-904a-9f7e5edc818c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 12104 | 2024.07.31 06:58:21.282863 [ 3 ] {} <Debug> HTTP-Session: bcd705a1-9640-4e7b-85e6-f1bcc2209c3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12105 | 2024.07.31 06:58:21.282949 [ 186 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_31_6} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12106 | 2024.07.31 06:58:21.283038 [ 186 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_31_6} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 12107 | 2024.07.31 06:58:21.283042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6441, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12108 | 2024.07.31 06:58:21.283114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12109 | 2024.07.31 06:58:21.283129 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 12110 | 2024.07.31 06:58:21.283138 [ 3 ] {} <Debug> HTTP-Session: b1f49c6b-ff43-4edc-a0ae-937052550776 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12111 | 2024.07.31 06:58:21.283163 [ 3 ] {} <Debug> HTTP-Session: b1f49c6b-ff43-4edc-a0ae-937052550776 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12112 | 2024.07.31 06:58:21.283177 [ 3 ] {} <Debug> HTTP-Session: b1f49c6b-ff43-4edc-a0ae-937052550776 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12113 | 2024.07.31 06:58:21.283208 [ 3 ] {} <Trace> HTTP-Session: b1f49c6b-ff43-4edc-a0ae-937052550776 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12114 | 2024.07.31 06:58:21.283342 [ 3 ] {bd2370b6-8a26-4a1f-99ad-34ecb8bda329} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 12115 | 2024.07.31 06:58:21.283406 [ 3 ] {bd2370b6-8a26-4a1f-99ad-34ecb8bda329} <Trace> 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 | ||
| 12116 | 2024.07.31 06:58:21.283796 [ 3 ] {bd2370b6-8a26-4a1f-99ad-34ecb8bda329} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12117 | 2024.07.31 06:58:21.284298 [ 3 ] {bd2370b6-8a26-4a1f-99ad-34ecb8bda329} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12118 | 2024.07.31 06:58:21.284333 [ 3 ] {bd2370b6-8a26-4a1f-99ad-34ecb8bda329} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12119 | 2024.07.31 06:58:21.284893 [ 3 ] {bd2370b6-8a26-4a1f-99ad-34ecb8bda329} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 12120 | 2024.07.31 06:58:21.285307 [ 3 ] {bd2370b6-8a26-4a1f-99ad-34ecb8bda329} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12121 | 2024.07.31 06:58:21.285487 [ 133 ] {} <Debug> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 12122 | 2024.07.31 06:58:21.285511 [ 3 ] {bd2370b6-8a26-4a1f-99ad-34ecb8bda329} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.00223 sec., 1793.7219730941702 rows/sec., 3.21 MiB/sec. | ||
| 12123 | 2024.07.31 06:58:21.285549 [ 133 ] {} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12124 | 2024.07.31 06:58:21.285622 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12125 | 2024.07.31 06:58:21.285900 [ 189 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 12126 | 2024.07.31 06:58:21.286014 [ 3 ] {bd2370b6-8a26-4a1f-99ad-34ecb8bda329} <Debug> DynamicQueryHandler: Done processing query | ||
| 12127 | 2024.07.31 06:58:21.286060 [ 3 ] {bd2370b6-8a26-4a1f-99ad-34ecb8bda329} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 12128 | 2024.07.31 06:58:21.286113 [ 3 ] {} <Debug> HTTP-Session: b1f49c6b-ff43-4edc-a0ae-937052550776 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12129 | 2024.07.31 06:58:21.286345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12130 | 2024.07.31 06:58:21.286456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12131 | 2024.07.31 06:58:21.286476 [ 189 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12132 | 2024.07.31 06:58:21.286492 [ 3 ] {} <Debug> HTTP-Session: e4d12bef-6671-4491-949b-92367823896a Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12133 | 2024.07.31 06:58:21.286546 [ 3 ] {} <Debug> HTTP-Session: e4d12bef-6671-4491-949b-92367823896a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12134 | 2024.07.31 06:58:21.286586 [ 3 ] {} <Debug> HTTP-Session: e4d12bef-6671-4491-949b-92367823896a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12135 | 2024.07.31 06:58:21.286635 [ 189 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 824 rows starting from the beginning of the part | ||
| 12136 | 2024.07.31 06:58:21.286658 [ 3 ] {} <Trace> HTTP-Session: e4d12bef-6671-4491-949b-92367823896a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12137 | 2024.07.31 06:58:21.287082 [ 3 ] {2a352ecc-30be-433b-b064-35c563631c56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12138 | 2024.07.31 06:58:21.287207 [ 3 ] {2a352ecc-30be-433b-b064-35c563631c56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 12139 | 2024.07.31 06:58:21.287208 [ 189 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 4 rows starting from the beginning of the part | ||
| 12140 | 2024.07.31 06:58:21.288022 [ 189 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 27 rows starting from the beginning of the part | ||
| 12141 | 2024.07.31 06:58:21.288048 [ 3 ] {2a352ecc-30be-433b-b064-35c563631c56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12142 | 2024.07.31 06:58:21.288501 [ 189 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 4 rows starting from the beginning of the part | ||
| 12143 | 2024.07.31 06:58:21.289232 [ 189 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 27 rows starting from the beginning of the part | ||
| 12144 | 2024.07.31 06:58:21.289382 [ 3 ] {2a352ecc-30be-433b-b064-35c563631c56} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12145 | 2024.07.31 06:58:21.289500 [ 3 ] {2a352ecc-30be-433b-b064-35c563631c56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12146 | 2024.07.31 06:58:21.289888 [ 189 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 4 rows starting from the beginning of the part | ||
| 12147 | 2024.07.31 06:58:21.290833 [ 3 ] {2a352ecc-30be-433b-b064-35c563631c56} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 12148 | 2024.07.31 06:58:21.291616 [ 3 ] {2a352ecc-30be-433b-b064-35c563631c56} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12149 | 2024.07.31 06:58:21.291944 [ 3 ] {2a352ecc-30be-433b-b064-35c563631c56} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.005122 sec., 4490.433424443577 rows/sec., 242.90 KiB/sec. | ||
| 12150 | 2024.07.31 06:58:21.292409 [ 3 ] {2a352ecc-30be-433b-b064-35c563631c56} <Debug> DynamicQueryHandler: Done processing query | ||
| 12151 | 2024.07.31 06:58:21.292461 [ 3 ] {2a352ecc-30be-433b-b064-35c563631c56} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 12152 | 2024.07.31 06:58:21.292486 [ 3 ] {} <Debug> HTTP-Session: e4d12bef-6671-4491-949b-92367823896a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12153 | 2024.07.31 06:58:21.292660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12154 | 2024.07.31 06:58:21.292771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12155 | 2024.07.31 06:58:21.292820 [ 3 ] {} <Debug> HTTP-Session: 2571571a-195f-44f9-802f-499542b5938b Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12156 | 2024.07.31 06:58:21.292933 [ 3 ] {} <Debug> HTTP-Session: 2571571a-195f-44f9-802f-499542b5938b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12157 | 2024.07.31 06:58:21.292972 [ 3 ] {} <Debug> HTTP-Session: 2571571a-195f-44f9-802f-499542b5938b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12158 | 2024.07.31 06:58:21.293056 [ 3 ] {} <Trace> HTTP-Session: 2571571a-195f-44f9-802f-499542b5938b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12159 | 2024.07.31 06:58:21.293344 [ 3 ] {228462d5-7921-4df6-bb88-e5a5715ca3e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12160 | 2024.07.31 06:58:21.293463 [ 3 ] {228462d5-7921-4df6-bb88-e5a5715ca3e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12161 | 2024.07.31 06:58:21.294104 [ 3 ] {228462d5-7921-4df6-bb88-e5a5715ca3e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12162 | 2024.07.31 06:58:21.295035 [ 3 ] {228462d5-7921-4df6-bb88-e5a5715ca3e4} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12163 | 2024.07.31 06:58:21.295105 [ 3 ] {228462d5-7921-4df6-bb88-e5a5715ca3e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12164 | 2024.07.31 06:58:21.296279 [ 3 ] {228462d5-7921-4df6-bb88-e5a5715ca3e4} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12165 | 2024.07.31 06:58:21.297102 [ 3 ] {228462d5-7921-4df6-bb88-e5a5715ca3e4} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12166 | 2024.07.31 06:58:21.297592 [ 3 ] {228462d5-7921-4df6-bb88-e5a5715ca3e4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00416 sec., 14423.076923076924 rows/sec., 995.34 KiB/sec. | ||
| 12167 | 2024.07.31 06:58:21.298001 [ 3 ] {228462d5-7921-4df6-bb88-e5a5715ca3e4} <Debug> DynamicQueryHandler: Done processing query | ||
| 12168 | 2024.07.31 06:58:21.298058 [ 3 ] {228462d5-7921-4df6-bb88-e5a5715ca3e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12169 | 2024.07.31 06:58:21.298141 [ 3 ] {} <Debug> HTTP-Session: 2571571a-195f-44f9-802f-499542b5938b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12170 | 2024.07.31 06:58:21.299570 [ 193 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 890 rows, containing 19 columns (19 merged, 0 gathered) in 0.013813914 sec., 64427.79359998911 rows/sec., 115.45 MiB/sec. | ||
| 12171 | 2024.07.31 06:58:21.300580 [ 198 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 12172 | 2024.07.31 06:58:21.301183 [ 198 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12173 | 2024.07.31 06:58:21.301271 [ 198 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 12174 | 2024.07.31 06:58:21.301394 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.93 MiB. | ||
| 12175 | 2024.07.31 06:58:22.000226 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.99 MiB, peak 212.70 MiB, free memory in arenas 0.00 B, will set to 201.15 MiB (RSS), difference: 1.17 MiB | ||
| 12176 | 2024.07.31 06:58:23.078530 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12177 | 2024.07.31 06:58:23.078602 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12178 | 2024.07.31 06:58:26.261073 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12179 | 2024.07.31 06:58:26.261207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12180 | 2024.07.31 06:58:26.261234 [ 3 ] {} <Debug> HTTP-Session: fc2ad470-e934-48d8-995f-8de1beaa451d Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12181 | 2024.07.31 06:58:26.261260 [ 3 ] {} <Debug> HTTP-Session: fc2ad470-e934-48d8-995f-8de1beaa451d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12182 | 2024.07.31 06:58:26.261275 [ 3 ] {} <Debug> HTTP-Session: fc2ad470-e934-48d8-995f-8de1beaa451d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12183 | 2024.07.31 06:58:26.261324 [ 3 ] {} <Trace> HTTP-Session: fc2ad470-e934-48d8-995f-8de1beaa451d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12184 | 2024.07.31 06:58:26.261517 [ 3 ] {4300ec44-5b45-4059-b677-8e6abb03d533} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12185 | 2024.07.31 06:58:26.261585 [ 3 ] {4300ec44-5b45-4059-b677-8e6abb03d533} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 12186 | 2024.07.31 06:58:26.261779 [ 3 ] {4300ec44-5b45-4059-b677-8e6abb03d533} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12187 | 2024.07.31 06:58:26.262250 [ 3 ] {4300ec44-5b45-4059-b677-8e6abb03d533} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12188 | 2024.07.31 06:58:26.262298 [ 3 ] {4300ec44-5b45-4059-b677-8e6abb03d533} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 12189 | 2024.07.31 06:58:26.262668 [ 3 ] {4300ec44-5b45-4059-b677-8e6abb03d533} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12190 | 2024.07.31 06:58:26.263044 [ 3 ] {4300ec44-5b45-4059-b677-8e6abb03d533} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12191 | 2024.07.31 06:58:26.263223 [ 3 ] {4300ec44-5b45-4059-b677-8e6abb03d533} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.00176 sec., 15340.90909090909 rows/sec., 1.21 MiB/sec. | ||
| 12192 | 2024.07.31 06:58:26.263248 [ 129 ] {} <Debug> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 12193 | 2024.07.31 06:58:26.263355 [ 129 ] {} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12194 | 2024.07.31 06:58:26.263420 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 12195 | 2024.07.31 06:58:26.263555 [ 3 ] {4300ec44-5b45-4059-b677-8e6abb03d533} <Debug> DynamicQueryHandler: Done processing query | ||
| 12196 | 2024.07.31 06:58:26.263607 [ 3 ] {4300ec44-5b45-4059-b677-8e6abb03d533} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12197 | 2024.07.31 06:58:26.263671 [ 3 ] {} <Debug> HTTP-Session: fc2ad470-e934-48d8-995f-8de1beaa451d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12198 | 2024.07.31 06:58:26.263680 [ 200 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 12199 | 2024.07.31 06:58:26.263988 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12200 | 2024.07.31 06:58:26.264181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12201 | 2024.07.31 06:58:26.264220 [ 200 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12202 | 2024.07.31 06:58:26.264244 [ 3 ] {} <Debug> HTTP-Session: 418f4d5b-69a0-403c-9d4c-0908dd6fb91a Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12203 | 2024.07.31 06:58:26.264328 [ 3 ] {} <Debug> HTTP-Session: 418f4d5b-69a0-403c-9d4c-0908dd6fb91a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12204 | 2024.07.31 06:58:26.264360 [ 200 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 37 rows starting from the beginning of the part | ||
| 12205 | 2024.07.31 06:58:26.264393 [ 3 ] {} <Debug> HTTP-Session: 418f4d5b-69a0-403c-9d4c-0908dd6fb91a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12206 | 2024.07.31 06:58:26.264573 [ 3 ] {} <Trace> HTTP-Session: 418f4d5b-69a0-403c-9d4c-0908dd6fb91a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12207 | 2024.07.31 06:58:26.264836 [ 200 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 27 rows starting from the beginning of the part | ||
| 12208 | 2024.07.31 06:58:26.265062 [ 3 ] {09062cad-9b87-4dd2-bb35-0590e7e29238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 12209 | 2024.07.31 06:58:26.265375 [ 3 ] {09062cad-9b87-4dd2-bb35-0590e7e29238} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12210 | 2024.07.31 06:58:26.265410 [ 200 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 10 rows starting from the beginning of the part | ||
| 12211 | 2024.07.31 06:58:26.265943 [ 200 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 27 rows starting from the beginning of the part | ||
| 12212 | 2024.07.31 06:58:26.266309 [ 200 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 10 rows starting from the beginning of the part | ||
| 12213 | 2024.07.31 06:58:26.266631 [ 200 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 27 rows starting from the beginning of the part | ||
| 12214 | 2024.07.31 06:58:26.267122 [ 3 ] {09062cad-9b87-4dd2-bb35-0590e7e29238} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12215 | 2024.07.31 06:58:26.267645 [ 3 ] {09062cad-9b87-4dd2-bb35-0590e7e29238} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12216 | 2024.07.31 06:58:26.267694 [ 3 ] {09062cad-9b87-4dd2-bb35-0590e7e29238} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 12217 | 2024.07.31 06:58:26.268187 [ 3 ] {09062cad-9b87-4dd2-bb35-0590e7e29238} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 12218 | 2024.07.31 06:58:26.268439 [ 187 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 138 rows, containing 4 columns (4 merged, 0 gathered) in 0.004922343 sec., 28035.42946925885 rows/sec., 2.13 MiB/sec. | ||
| 12219 | 2024.07.31 06:58:26.268728 [ 3 ] {09062cad-9b87-4dd2-bb35-0590e7e29238} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12220 | 2024.07.31 06:58:26.268760 [ 187 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 12221 | 2024.07.31 06:58:26.269002 [ 3 ] {09062cad-9b87-4dd2-bb35-0590e7e29238} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004145 sec., 482.50904704463204 rows/sec., 39.35 KiB/sec. | ||
| 12222 | 2024.07.31 06:58:26.269447 [ 3 ] {09062cad-9b87-4dd2-bb35-0590e7e29238} <Debug> DynamicQueryHandler: Done processing query | ||
| 12223 | 2024.07.31 06:58:26.269486 [ 3 ] {09062cad-9b87-4dd2-bb35-0590e7e29238} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12224 | 2024.07.31 06:58:26.269508 [ 3 ] {} <Debug> HTTP-Session: 418f4d5b-69a0-403c-9d4c-0908dd6fb91a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12225 | 2024.07.31 06:58:26.269708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 20195, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12226 | 2024.07.31 06:58:26.269720 [ 187 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_61_12} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12227 | 2024.07.31 06:58:26.269804 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12228 | 2024.07.31 06:58:26.269864 [ 3 ] {} <Debug> HTTP-Session: a51591f9-2ffc-48de-86ec-7264c4350e8d Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12229 | 2024.07.31 06:58:26.269885 [ 3 ] {} <Debug> HTTP-Session: a51591f9-2ffc-48de-86ec-7264c4350e8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12230 | 2024.07.31 06:58:26.269912 [ 3 ] {} <Debug> HTTP-Session: a51591f9-2ffc-48de-86ec-7264c4350e8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12231 | 2024.07.31 06:58:26.269914 [ 187 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_61_12} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 12232 | 2024.07.31 06:58:26.269971 [ 3 ] {} <Trace> HTTP-Session: a51591f9-2ffc-48de-86ec-7264c4350e8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12233 | 2024.07.31 06:58:26.270111 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12234 | 2024.07.31 06:58:26.270202 [ 3 ] {97a87ddd-80df-4aa6-9bee-4d362047d06d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12235 | 2024.07.31 06:58:26.270253 [ 3 ] {97a87ddd-80df-4aa6-9bee-4d362047d06d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12236 | 2024.07.31 06:58:26.270404 [ 3 ] {97a87ddd-80df-4aa6-9bee-4d362047d06d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12237 | 2024.07.31 06:58:26.270820 [ 3 ] {97a87ddd-80df-4aa6-9bee-4d362047d06d} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12238 | 2024.07.31 06:58:26.270858 [ 3 ] {97a87ddd-80df-4aa6-9bee-4d362047d06d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 12239 | 2024.07.31 06:58:26.271195 [ 3 ] {97a87ddd-80df-4aa6-9bee-4d362047d06d} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12240 | 2024.07.31 06:58:26.271520 [ 3 ] {97a87ddd-80df-4aa6-9bee-4d362047d06d} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12241 | 2024.07.31 06:58:26.271677 [ 3 ] {97a87ddd-80df-4aa6-9bee-4d362047d06d} <Debug> executeQuery: Read 138 rows, 11.79 KiB in 0.001553 sec., 88860.27044430136 rows/sec., 7.41 MiB/sec. | ||
| 12242 | 2024.07.31 06:58:26.271689 [ 128 ] {} <Debug> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12243 | 2024.07.31 06:58:26.271776 [ 128 ] {} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12244 | 2024.07.31 06:58:26.271839 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 12245 | 2024.07.31 06:58:26.271974 [ 3 ] {97a87ddd-80df-4aa6-9bee-4d362047d06d} <Debug> DynamicQueryHandler: Done processing query | ||
| 12246 | 2024.07.31 06:58:26.272031 [ 3 ] {97a87ddd-80df-4aa6-9bee-4d362047d06d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 12247 | 2024.07.31 06:58:26.272041 [ 195 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 12248 | 2024.07.31 06:58:26.272059 [ 3 ] {} <Debug> HTTP-Session: a51591f9-2ffc-48de-86ec-7264c4350e8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12249 | 2024.07.31 06:58:26.272276 [ 195 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12250 | 2024.07.31 06:58:26.272278 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12251 | 2024.07.31 06:58:26.272335 [ 195 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 299 rows starting from the beginning of the part | ||
| 12252 | 2024.07.31 06:58:26.272389 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12253 | 2024.07.31 06:58:26.272460 [ 3 ] {} <Debug> HTTP-Session: 7ad14444-3aa0-472a-8638-e6193b6c30d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12254 | 2024.07.31 06:58:26.272567 [ 195 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 175 rows starting from the beginning of the part | ||
| 12255 | 2024.07.31 06:58:26.272587 [ 3 ] {} <Debug> HTTP-Session: 7ad14444-3aa0-472a-8638-e6193b6c30d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12256 | 2024.07.31 06:58:26.272671 [ 3 ] {} <Debug> HTTP-Session: 7ad14444-3aa0-472a-8638-e6193b6c30d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12257 | 2024.07.31 06:58:26.272831 [ 3 ] {} <Trace> HTTP-Session: 7ad14444-3aa0-472a-8638-e6193b6c30d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12258 | 2024.07.31 06:58:26.272855 [ 195 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 175 rows starting from the beginning of the part | ||
| 12259 | 2024.07.31 06:58:26.273039 [ 195 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 137 rows starting from the beginning of the part | ||
| 12260 | 2024.07.31 06:58:26.273371 [ 195 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 173 rows starting from the beginning of the part | ||
| 12261 | 2024.07.31 06:58:26.273390 [ 3 ] {05bf7a82-6615-4743-bc7c-064edfc4b134} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 12262 | 2024.07.31 06:58:26.273586 [ 3 ] {05bf7a82-6615-4743-bc7c-064edfc4b134} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12263 | 2024.07.31 06:58:26.273614 [ 195 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 138 rows starting from the beginning of the part | ||
| 12264 | 2024.07.31 06:58:26.274301 [ 3 ] {05bf7a82-6615-4743-bc7c-064edfc4b134} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12265 | 2024.07.31 06:58:26.275072 [ 3 ] {05bf7a82-6615-4743-bc7c-064edfc4b134} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12266 | 2024.07.31 06:58:26.275128 [ 3 ] {05bf7a82-6615-4743-bc7c-064edfc4b134} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 12267 | 2024.07.31 06:58:26.275982 [ 3 ] {05bf7a82-6615-4743-bc7c-064edfc4b134} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 12268 | 2024.07.31 06:58:26.276697 [ 3 ] {05bf7a82-6615-4743-bc7c-064edfc4b134} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12269 | 2024.07.31 06:58:26.276703 [ 195 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1097 rows, containing 4 columns (4 merged, 0 gathered) in 0.004772749 sec., 229846.57269845952 rows/sec., 19.66 MiB/sec. | ||
| 12270 | 2024.07.31 06:58:26.276976 [ 195 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12271 | 2024.07.31 06:58:26.277000 [ 3 ] {05bf7a82-6615-4743-bc7c-064edfc4b134} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003894 sec., 513.6106831022086 rows/sec., 35.86 KiB/sec. | ||
| 12272 | 2024.07.31 06:58:26.277809 [ 3 ] {05bf7a82-6615-4743-bc7c-064edfc4b134} <Debug> DynamicQueryHandler: Done processing query | ||
| 12273 | 2024.07.31 06:58:26.277997 [ 3 ] {05bf7a82-6615-4743-bc7c-064edfc4b134} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12274 | 2024.07.31 06:58:26.278051 [ 3 ] {} <Debug> HTTP-Session: 7ad14444-3aa0-472a-8638-e6193b6c30d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12275 | 2024.07.31 06:58:26.278238 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 15806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12276 | 2024.07.31 06:58:26.278262 [ 195 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_66_13} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12277 | 2024.07.31 06:58:26.278326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12278 | 2024.07.31 06:58:26.278380 [ 3 ] {} <Debug> HTTP-Session: bbff4615-7e46-4fd8-bcb6-bd35f899778c Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12279 | 2024.07.31 06:58:26.278411 [ 3 ] {} <Debug> HTTP-Session: bbff4615-7e46-4fd8-bcb6-bd35f899778c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12280 | 2024.07.31 06:58:26.278437 [ 3 ] {} <Debug> HTTP-Session: bbff4615-7e46-4fd8-bcb6-bd35f899778c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12281 | 2024.07.31 06:58:26.278441 [ 195 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_66_13} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12282 | 2024.07.31 06:58:26.278494 [ 3 ] {} <Trace> HTTP-Session: bbff4615-7e46-4fd8-bcb6-bd35f899778c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12283 | 2024.07.31 06:58:26.278596 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 12284 | 2024.07.31 06:58:26.278726 [ 3 ] {c3512c00-8b41-4e2d-ba9c-ad1e1688ec60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12285 | 2024.07.31 06:58:26.278776 [ 3 ] {c3512c00-8b41-4e2d-ba9c-ad1e1688ec60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12286 | 2024.07.31 06:58:26.278931 [ 3 ] {c3512c00-8b41-4e2d-ba9c-ad1e1688ec60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12287 | 2024.07.31 06:58:26.279306 [ 3 ] {c3512c00-8b41-4e2d-ba9c-ad1e1688ec60} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12288 | 2024.07.31 06:58:26.279345 [ 3 ] {c3512c00-8b41-4e2d-ba9c-ad1e1688ec60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 12289 | 2024.07.31 06:58:26.279680 [ 3 ] {c3512c00-8b41-4e2d-ba9c-ad1e1688ec60} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12290 | 2024.07.31 06:58:26.279997 [ 3 ] {c3512c00-8b41-4e2d-ba9c-ad1e1688ec60} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12291 | 2024.07.31 06:58:26.280157 [ 3 ] {c3512c00-8b41-4e2d-ba9c-ad1e1688ec60} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001507 sec., 61712.010617120104 rows/sec., 4.82 MiB/sec. | ||
| 12292 | 2024.07.31 06:58:26.280164 [ 128 ] {} <Debug> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12293 | 2024.07.31 06:58:26.280250 [ 128 ] {} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12294 | 2024.07.31 06:58:26.280308 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 12295 | 2024.07.31 06:58:26.280432 [ 3 ] {c3512c00-8b41-4e2d-ba9c-ad1e1688ec60} <Debug> DynamicQueryHandler: Done processing query | ||
| 12296 | 2024.07.31 06:58:26.280440 [ 190 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 12297 | 2024.07.31 06:58:26.280465 [ 3 ] {c3512c00-8b41-4e2d-ba9c-ad1e1688ec60} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 12298 | 2024.07.31 06:58:26.280491 [ 3 ] {} <Debug> HTTP-Session: bbff4615-7e46-4fd8-bcb6-bd35f899778c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12299 | 2024.07.31 06:58:26.280587 [ 190 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12300 | 2024.07.31 06:58:26.280620 [ 190 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 471 rows starting from the beginning of the part | ||
| 12301 | 2024.07.31 06:58:26.280716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12302 | 2024.07.31 06:58:26.280740 [ 190 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 119 rows starting from the beginning of the part | ||
| 12303 | 2024.07.31 06:58:26.280848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12304 | 2024.07.31 06:58:26.281018 [ 3 ] {} <Debug> HTTP-Session: b4cf00c8-e8d2-4f38-b017-8e9c9235e551 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12305 | 2024.07.31 06:58:26.281129 [ 3 ] {} <Debug> HTTP-Session: b4cf00c8-e8d2-4f38-b017-8e9c9235e551 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12306 | 2024.07.31 06:58:26.281148 [ 190 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 390 rows starting from the beginning of the part | ||
| 12307 | 2024.07.31 06:58:26.281181 [ 3 ] {} <Debug> HTTP-Session: b4cf00c8-e8d2-4f38-b017-8e9c9235e551 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12308 | 2024.07.31 06:58:26.281270 [ 3 ] {} <Trace> HTTP-Session: b4cf00c8-e8d2-4f38-b017-8e9c9235e551 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12309 | 2024.07.31 06:58:26.281367 [ 190 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 91 rows starting from the beginning of the part | ||
| 12310 | 2024.07.31 06:58:26.281638 [ 190 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 386 rows starting from the beginning of the part | ||
| 12311 | 2024.07.31 06:58:26.281724 [ 3 ] {93b35366-2fc5-489d-96fb-02cdb2999dd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12312 | 2024.07.31 06:58:26.281923 [ 3 ] {93b35366-2fc5-489d-96fb-02cdb2999dd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12313 | 2024.07.31 06:58:26.281932 [ 190 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 93 rows starting from the beginning of the part | ||
| 12314 | 2024.07.31 06:58:26.282621 [ 3 ] {93b35366-2fc5-489d-96fb-02cdb2999dd1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12315 | 2024.07.31 06:58:26.283274 [ 3 ] {93b35366-2fc5-489d-96fb-02cdb2999dd1} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12316 | 2024.07.31 06:58:26.283322 [ 3 ] {93b35366-2fc5-489d-96fb-02cdb2999dd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 12317 | 2024.07.31 06:58:26.283869 [ 190 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1550 rows, containing 4 columns (4 merged, 0 gathered) in 0.003481567 sec., 445201.83009547135 rows/sec., 32.18 MiB/sec. | ||
| 12318 | 2024.07.31 06:58:26.283887 [ 3 ] {93b35366-2fc5-489d-96fb-02cdb2999dd1} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12319 | 2024.07.31 06:58:26.284005 [ 190 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12320 | 2024.07.31 06:58:26.284381 [ 3 ] {93b35366-2fc5-489d-96fb-02cdb2999dd1} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12321 | 2024.07.31 06:58:26.284463 [ 190 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_66_13} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12322 | 2024.07.31 06:58:26.284613 [ 128 ] {} <Debug> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12323 | 2024.07.31 06:58:26.284632 [ 190 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_66_13} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12324 | 2024.07.31 06:58:26.284632 [ 3 ] {93b35366-2fc5-489d-96fb-02cdb2999dd1} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.003132 sec., 51404.85312899106 rows/sec., 3.58 MiB/sec. | ||
| 12325 | 2024.07.31 06:58:26.284674 [ 128 ] {} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12326 | 2024.07.31 06:58:26.284830 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 12327 | 2024.07.31 06:58:26.284896 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 12328 | 2024.07.31 06:58:26.285120 [ 197 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 12329 | 2024.07.31 06:58:26.285136 [ 3 ] {93b35366-2fc5-489d-96fb-02cdb2999dd1} <Debug> DynamicQueryHandler: Done processing query | ||
| 12330 | 2024.07.31 06:58:26.285207 [ 3 ] {93b35366-2fc5-489d-96fb-02cdb2999dd1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 12331 | 2024.07.31 06:58:26.285242 [ 3 ] {} <Debug> HTTP-Session: b4cf00c8-e8d2-4f38-b017-8e9c9235e551 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12332 | 2024.07.31 06:58:26.285382 [ 197 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12333 | 2024.07.31 06:58:26.285447 [ 197 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_61_12, total 10103 rows starting from the beginning of the part | ||
| 12334 | 2024.07.31 06:58:26.285465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 43727, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12335 | 2024.07.31 06:58:26.285623 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12336 | 2024.07.31 06:58:26.285647 [ 197 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 198 rows starting from the beginning of the part | ||
| 12337 | 2024.07.31 06:58:26.285718 [ 3 ] {} <Debug> HTTP-Session: f4f01965-83bb-4dac-a71a-60955d94e9d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12338 | 2024.07.31 06:58:26.285796 [ 3 ] {} <Debug> HTTP-Session: f4f01965-83bb-4dac-a71a-60955d94e9d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12339 | 2024.07.31 06:58:26.285908 [ 3 ] {} <Debug> HTTP-Session: f4f01965-83bb-4dac-a71a-60955d94e9d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12340 | 2024.07.31 06:58:26.285952 [ 197 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 162 rows starting from the beginning of the part | ||
| 12341 | 2024.07.31 06:58:26.286087 [ 3 ] {} <Trace> HTTP-Session: f4f01965-83bb-4dac-a71a-60955d94e9d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12342 | 2024.07.31 06:58:26.286260 [ 197 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part | ||
| 12343 | 2024.07.31 06:58:26.286458 [ 197 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part | ||
| 12344 | 2024.07.31 06:58:26.286566 [ 197 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 161 rows starting from the beginning of the part | ||
| 12345 | 2024.07.31 06:58:26.286788 [ 3 ] {57c6cef3-5a1f-4275-a559-0a301293a741} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 12346 | 2024.07.31 06:58:26.287053 [ 3 ] {57c6cef3-5a1f-4275-a559-0a301293a741} <Trace> 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 | ||
| 12347 | 2024.07.31 06:58:26.288370 [ 3 ] {57c6cef3-5a1f-4275-a559-0a301293a741} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12348 | 2024.07.31 06:58:26.289813 [ 3 ] {57c6cef3-5a1f-4275-a559-0a301293a741} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12349 | 2024.07.31 06:58:26.289854 [ 3 ] {57c6cef3-5a1f-4275-a559-0a301293a741} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 12350 | 2024.07.31 06:58:26.291099 [ 3 ] {57c6cef3-5a1f-4275-a559-0a301293a741} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 12351 | 2024.07.31 06:58:26.291603 [ 3 ] {57c6cef3-5a1f-4275-a559-0a301293a741} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12352 | 2024.07.31 06:58:26.291851 [ 3 ] {57c6cef3-5a1f-4275-a559-0a301293a741} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.005481 sec., 4926.108374384236 rows/sec., 8.83 MiB/sec. | ||
| 12353 | 2024.07.31 06:58:26.292576 [ 3 ] {57c6cef3-5a1f-4275-a559-0a301293a741} <Debug> DynamicQueryHandler: Done processing query | ||
| 12354 | 2024.07.31 06:58:26.292582 [ 190 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10944 rows, containing 5 columns (5 merged, 0 gathered) in 0.007548118 sec., 1449897.8420846097 rows/sec., 101.04 MiB/sec. | ||
| 12355 | 2024.07.31 06:58:26.292605 [ 3 ] {57c6cef3-5a1f-4275-a559-0a301293a741} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 12356 | 2024.07.31 06:58:26.292629 [ 3 ] {} <Debug> HTTP-Session: f4f01965-83bb-4dac-a71a-60955d94e9d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12357 | 2024.07.31 06:58:26.292784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12358 | 2024.07.31 06:58:26.292836 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12359 | 2024.07.31 06:58:26.292858 [ 3 ] {} <Debug> HTTP-Session: 61c7256c-29e5-4b69-8dac-3c86703453e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12360 | 2024.07.31 06:58:26.292878 [ 3 ] {} <Debug> HTTP-Session: 61c7256c-29e5-4b69-8dac-3c86703453e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12361 | 2024.07.31 06:58:26.292894 [ 3 ] {} <Debug> HTTP-Session: 61c7256c-29e5-4b69-8dac-3c86703453e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12362 | 2024.07.31 06:58:26.292897 [ 190 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12363 | 2024.07.31 06:58:26.292937 [ 3 ] {} <Trace> HTTP-Session: 61c7256c-29e5-4b69-8dac-3c86703453e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12364 | 2024.07.31 06:58:26.293088 [ 3 ] {fea24ee3-761c-4241-a46a-d3e59cfaa4d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12365 | 2024.07.31 06:58:26.293165 [ 3 ] {fea24ee3-761c-4241-a46a-d3e59cfaa4d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12366 | 2024.07.31 06:58:26.293433 [ 3 ] {fea24ee3-761c-4241-a46a-d3e59cfaa4d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12367 | 2024.07.31 06:58:26.293510 [ 190 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12368 | 2024.07.31 06:58:26.293618 [ 190 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12369 | 2024.07.31 06:58:26.293767 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.33 MiB. | ||
| 12370 | 2024.07.31 06:58:26.293859 [ 3 ] {fea24ee3-761c-4241-a46a-d3e59cfaa4d8} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12371 | 2024.07.31 06:58:26.293897 [ 3 ] {fea24ee3-761c-4241-a46a-d3e59cfaa4d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 12372 | 2024.07.31 06:58:26.294271 [ 3 ] {fea24ee3-761c-4241-a46a-d3e59cfaa4d8} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12373 | 2024.07.31 06:58:26.294606 [ 3 ] {fea24ee3-761c-4241-a46a-d3e59cfaa4d8} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12374 | 2024.07.31 06:58:26.294772 [ 3 ] {fea24ee3-761c-4241-a46a-d3e59cfaa4d8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001728 sec., 34722.222222222226 rows/sec., 2.34 MiB/sec. | ||
| 12375 | 2024.07.31 06:58:26.294777 [ 128 ] {} <Debug> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12376 | 2024.07.31 06:58:26.294870 [ 128 ] {} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12377 | 2024.07.31 06:58:26.294921 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 12378 | 2024.07.31 06:58:26.295101 [ 3 ] {fea24ee3-761c-4241-a46a-d3e59cfaa4d8} <Debug> DynamicQueryHandler: Done processing query | ||
| 12379 | 2024.07.31 06:58:26.295101 [ 197 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 12380 | 2024.07.31 06:58:26.295140 [ 3 ] {fea24ee3-761c-4241-a46a-d3e59cfaa4d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12381 | 2024.07.31 06:58:26.295197 [ 3 ] {} <Debug> HTTP-Session: 61c7256c-29e5-4b69-8dac-3c86703453e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12382 | 2024.07.31 06:58:26.295306 [ 197 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12383 | 2024.07.31 06:58:26.295341 [ 197 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3586 rows starting from the beginning of the part | ||
| 12384 | 2024.07.31 06:58:26.295399 [ 197 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part | ||
| 12385 | 2024.07.31 06:58:26.295487 [ 197 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part | ||
| 12386 | 2024.07.31 06:58:26.295731 [ 197 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part | ||
| 12387 | 2024.07.31 06:58:26.295819 [ 197 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part | ||
| 12388 | 2024.07.31 06:58:26.295896 [ 197 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part | ||
| 12389 | 2024.07.31 06:58:26.297252 [ 188 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3886 rows, containing 4 columns (4 merged, 0 gathered) in 0.002261387 sec., 1718414.4067335664 rows/sec., 115.84 MiB/sec. | ||
| 12390 | 2024.07.31 06:58:26.297528 [ 197 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12391 | 2024.07.31 06:58:26.297903 [ 197 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_66_13} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12392 | 2024.07.31 06:58:26.297978 [ 197 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_66_13} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12393 | 2024.07.31 06:58:26.298049 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 12394 | 2024.07.31 06:58:31.263286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12395 | 2024.07.31 06:58:31.263478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12396 | 2024.07.31 06:58:31.263524 [ 3 ] {} <Debug> HTTP-Session: 2ef53f1c-12cb-4ebc-a95e-be3c143f7f4e Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12397 | 2024.07.31 06:58:31.263565 [ 3 ] {} <Debug> HTTP-Session: 2ef53f1c-12cb-4ebc-a95e-be3c143f7f4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12398 | 2024.07.31 06:58:31.263592 [ 3 ] {} <Debug> HTTP-Session: 2ef53f1c-12cb-4ebc-a95e-be3c143f7f4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12399 | 2024.07.31 06:58:31.263660 [ 3 ] {} <Trace> HTTP-Session: 2ef53f1c-12cb-4ebc-a95e-be3c143f7f4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12400 | 2024.07.31 06:58:31.263844 [ 3 ] {38429f0b-2d6b-44ea-ba7a-b0c1f0fe593c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12401 | 2024.07.31 06:58:31.263913 [ 3 ] {38429f0b-2d6b-44ea-ba7a-b0c1f0fe593c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 12402 | 2024.07.31 06:58:31.264108 [ 3 ] {38429f0b-2d6b-44ea-ba7a-b0c1f0fe593c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12403 | 2024.07.31 06:58:31.264566 [ 3 ] {38429f0b-2d6b-44ea-ba7a-b0c1f0fe593c} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12404 | 2024.07.31 06:58:31.264612 [ 3 ] {38429f0b-2d6b-44ea-ba7a-b0c1f0fe593c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 12405 | 2024.07.31 06:58:31.264982 [ 3 ] {38429f0b-2d6b-44ea-ba7a-b0c1f0fe593c} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12406 | 2024.07.31 06:58:31.265326 [ 3 ] {38429f0b-2d6b-44ea-ba7a-b0c1f0fe593c} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12407 | 2024.07.31 06:58:31.265494 [ 3 ] {38429f0b-2d6b-44ea-ba7a-b0c1f0fe593c} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.001703 sec., 5871.990604815032 rows/sec., 389.94 KiB/sec. | ||
| 12408 | 2024.07.31 06:58:31.265717 [ 3 ] {38429f0b-2d6b-44ea-ba7a-b0c1f0fe593c} <Debug> DynamicQueryHandler: Done processing query | ||
| 12409 | 2024.07.31 06:58:31.265745 [ 3 ] {38429f0b-2d6b-44ea-ba7a-b0c1f0fe593c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12410 | 2024.07.31 06:58:31.265761 [ 3 ] {} <Debug> HTTP-Session: 2ef53f1c-12cb-4ebc-a95e-be3c143f7f4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12411 | 2024.07.31 06:58:31.265969 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12412 | 2024.07.31 06:58:31.266024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12413 | 2024.07.31 06:58:31.266045 [ 3 ] {} <Debug> HTTP-Session: b5960d10-c3ca-4059-9fdc-450465f41acf Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12414 | 2024.07.31 06:58:31.266062 [ 3 ] {} <Debug> HTTP-Session: b5960d10-c3ca-4059-9fdc-450465f41acf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12415 | 2024.07.31 06:58:31.266076 [ 3 ] {} <Debug> HTTP-Session: b5960d10-c3ca-4059-9fdc-450465f41acf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12416 | 2024.07.31 06:58:31.266112 [ 3 ] {} <Trace> HTTP-Session: b5960d10-c3ca-4059-9fdc-450465f41acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12417 | 2024.07.31 06:58:31.266266 [ 3 ] {22fc9699-4e4b-458b-9d1c-80f1f565c9c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12418 | 2024.07.31 06:58:31.266313 [ 3 ] {22fc9699-4e4b-458b-9d1c-80f1f565c9c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12419 | 2024.07.31 06:58:31.266446 [ 3 ] {22fc9699-4e4b-458b-9d1c-80f1f565c9c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12420 | 2024.07.31 06:58:31.266928 [ 3 ] {22fc9699-4e4b-458b-9d1c-80f1f565c9c2} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12421 | 2024.07.31 06:58:31.266966 [ 3 ] {22fc9699-4e4b-458b-9d1c-80f1f565c9c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 12422 | 2024.07.31 06:58:31.267305 [ 3 ] {22fc9699-4e4b-458b-9d1c-80f1f565c9c2} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 12423 | 2024.07.31 06:58:31.267619 [ 3 ] {22fc9699-4e4b-458b-9d1c-80f1f565c9c2} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12424 | 2024.07.31 06:58:31.267777 [ 3 ] {22fc9699-4e4b-458b-9d1c-80f1f565c9c2} <Debug> executeQuery: Read 173 rows, 15.66 KiB in 0.001573 sec., 109980.92816274635 rows/sec., 9.72 MiB/sec. | ||
| 12425 | 2024.07.31 06:58:31.268042 [ 3 ] {22fc9699-4e4b-458b-9d1c-80f1f565c9c2} <Debug> DynamicQueryHandler: Done processing query | ||
| 12426 | 2024.07.31 06:58:31.268101 [ 3 ] {22fc9699-4e4b-458b-9d1c-80f1f565c9c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 12427 | 2024.07.31 06:58:31.268158 [ 3 ] {} <Debug> HTTP-Session: b5960d10-c3ca-4059-9fdc-450465f41acf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12428 | 2024.07.31 06:58:31.268447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 62271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12429 | 2024.07.31 06:58:31.268501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12430 | 2024.07.31 06:58:31.268521 [ 3 ] {} <Debug> HTTP-Session: 5f191b14-5032-422b-abf3-0417cc476187 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12431 | 2024.07.31 06:58:31.268539 [ 3 ] {} <Debug> HTTP-Session: 5f191b14-5032-422b-abf3-0417cc476187 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12432 | 2024.07.31 06:58:31.268553 [ 3 ] {} <Debug> HTTP-Session: 5f191b14-5032-422b-abf3-0417cc476187 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12433 | 2024.07.31 06:58:31.268587 [ 3 ] {} <Trace> HTTP-Session: 5f191b14-5032-422b-abf3-0417cc476187 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12434 | 2024.07.31 06:58:31.268788 [ 3 ] {9a73cf90-49be-4dd2-a1c3-173e266d3242} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12435 | 2024.07.31 06:58:31.268832 [ 3 ] {9a73cf90-49be-4dd2-a1c3-173e266d3242} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12436 | 2024.07.31 06:58:31.268977 [ 3 ] {9a73cf90-49be-4dd2-a1c3-173e266d3242} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12437 | 2024.07.31 06:58:31.269531 [ 3 ] {9a73cf90-49be-4dd2-a1c3-173e266d3242} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12438 | 2024.07.31 06:58:31.269569 [ 3 ] {9a73cf90-49be-4dd2-a1c3-173e266d3242} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 12439 | 2024.07.31 06:58:31.269897 [ 3 ] {9a73cf90-49be-4dd2-a1c3-173e266d3242} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 12440 | 2024.07.31 06:58:31.270203 [ 3 ] {9a73cf90-49be-4dd2-a1c3-173e266d3242} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12441 | 2024.07.31 06:58:31.270329 [ 3 ] {9a73cf90-49be-4dd2-a1c3-173e266d3242} <Debug> executeQuery: Read 386 rows, 27.79 KiB in 0.001651 sec., 233797.69836462752 rows/sec., 16.44 MiB/sec. | ||
| 12442 | 2024.07.31 06:58:31.270494 [ 3 ] {9a73cf90-49be-4dd2-a1c3-173e266d3242} <Debug> DynamicQueryHandler: Done processing query | ||
| 12443 | 2024.07.31 06:58:31.270518 [ 3 ] {9a73cf90-49be-4dd2-a1c3-173e266d3242} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 12444 | 2024.07.31 06:58:31.270534 [ 3 ] {} <Debug> HTTP-Session: 5f191b14-5032-422b-abf3-0417cc476187 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12445 | 2024.07.31 06:58:31.270675 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12446 | 2024.07.31 06:58:31.270724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12447 | 2024.07.31 06:58:31.270744 [ 3 ] {} <Debug> HTTP-Session: 68299ab6-3b24-434f-9717-7c8ce30d3f43 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12448 | 2024.07.31 06:58:31.270760 [ 3 ] {} <Debug> HTTP-Session: 68299ab6-3b24-434f-9717-7c8ce30d3f43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12449 | 2024.07.31 06:58:31.270773 [ 3 ] {} <Debug> HTTP-Session: 68299ab6-3b24-434f-9717-7c8ce30d3f43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12450 | 2024.07.31 06:58:31.270804 [ 3 ] {} <Trace> HTTP-Session: 68299ab6-3b24-434f-9717-7c8ce30d3f43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12451 | 2024.07.31 06:58:31.270900 [ 3 ] {c6ecadf7-385e-431c-a185-0ba9d92d709f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 12452 | 2024.07.31 06:58:31.270944 [ 3 ] {c6ecadf7-385e-431c-a185-0ba9d92d709f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12453 | 2024.07.31 06:58:31.271072 [ 3 ] {c6ecadf7-385e-431c-a185-0ba9d92d709f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12454 | 2024.07.31 06:58:31.271344 [ 3 ] {c6ecadf7-385e-431c-a185-0ba9d92d709f} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12455 | 2024.07.31 06:58:31.271380 [ 3 ] {c6ecadf7-385e-431c-a185-0ba9d92d709f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 12456 | 2024.07.31 06:58:31.271737 [ 3 ] {c6ecadf7-385e-431c-a185-0ba9d92d709f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 12457 | 2024.07.31 06:58:31.272061 [ 3 ] {c6ecadf7-385e-431c-a185-0ba9d92d709f} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12458 | 2024.07.31 06:58:31.272185 [ 3 ] {c6ecadf7-385e-431c-a185-0ba9d92d709f} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001312 sec., 4573.170731707317 rows/sec., 196.50 KiB/sec. | ||
| 12459 | 2024.07.31 06:58:31.272350 [ 3 ] {c6ecadf7-385e-431c-a185-0ba9d92d709f} <Debug> DynamicQueryHandler: Done processing query | ||
| 12460 | 2024.07.31 06:58:31.272374 [ 3 ] {c6ecadf7-385e-431c-a185-0ba9d92d709f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 12461 | 2024.07.31 06:58:31.272390 [ 3 ] {} <Debug> HTTP-Session: 68299ab6-3b24-434f-9717-7c8ce30d3f43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12462 | 2024.07.31 06:58:31.272517 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12463 | 2024.07.31 06:58:31.272565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12464 | 2024.07.31 06:58:31.272584 [ 3 ] {} <Debug> HTTP-Session: 8b112e98-7d24-40a0-b630-852baa711e23 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12465 | 2024.07.31 06:58:31.272600 [ 3 ] {} <Debug> HTTP-Session: 8b112e98-7d24-40a0-b630-852baa711e23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12466 | 2024.07.31 06:58:31.272614 [ 3 ] {} <Debug> HTTP-Session: 8b112e98-7d24-40a0-b630-852baa711e23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12467 | 2024.07.31 06:58:31.272644 [ 3 ] {} <Trace> HTTP-Session: 8b112e98-7d24-40a0-b630-852baa711e23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12468 | 2024.07.31 06:58:31.272768 [ 3 ] {b265f3fa-d064-4502-91e8-41583d9d3437} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 12469 | 2024.07.31 06:58:31.272814 [ 3 ] {b265f3fa-d064-4502-91e8-41583d9d3437} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 12470 | 2024.07.31 06:58:31.272954 [ 3 ] {b265f3fa-d064-4502-91e8-41583d9d3437} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12471 | 2024.07.31 06:58:31.273292 [ 3 ] {b265f3fa-d064-4502-91e8-41583d9d3437} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12472 | 2024.07.31 06:58:31.273328 [ 3 ] {b265f3fa-d064-4502-91e8-41583d9d3437} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 12473 | 2024.07.31 06:58:31.273688 [ 3 ] {b265f3fa-d064-4502-91e8-41583d9d3437} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 12474 | 2024.07.31 06:58:31.274020 [ 3 ] {b265f3fa-d064-4502-91e8-41583d9d3437} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12475 | 2024.07.31 06:58:31.274152 [ 3 ] {b265f3fa-d064-4502-91e8-41583d9d3437} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001429 sec., 53883.834849545136 rows/sec., 3.32 MiB/sec. | ||
| 12476 | 2024.07.31 06:58:31.274318 [ 3 ] {b265f3fa-d064-4502-91e8-41583d9d3437} <Debug> DynamicQueryHandler: Done processing query | ||
| 12477 | 2024.07.31 06:58:31.274343 [ 3 ] {b265f3fa-d064-4502-91e8-41583d9d3437} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12478 | 2024.07.31 06:58:31.274358 [ 3 ] {} <Debug> HTTP-Session: 8b112e98-7d24-40a0-b630-852baa711e23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12479 | 2024.07.31 06:58:31.274564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12480 | 2024.07.31 06:58:31.274614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12481 | 2024.07.31 06:58:31.274633 [ 3 ] {} <Debug> HTTP-Session: 7c620e78-f578-437b-8afa-f0dcac91e165 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12482 | 2024.07.31 06:58:31.274649 [ 3 ] {} <Debug> HTTP-Session: 7c620e78-f578-437b-8afa-f0dcac91e165 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12483 | 2024.07.31 06:58:31.274662 [ 3 ] {} <Debug> HTTP-Session: 7c620e78-f578-437b-8afa-f0dcac91e165 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12484 | 2024.07.31 06:58:31.274692 [ 3 ] {} <Trace> HTTP-Session: 7c620e78-f578-437b-8afa-f0dcac91e165 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12485 | 2024.07.31 06:58:31.274831 [ 3 ] {d4b42ec0-443b-4b51-8189-088267e39f8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12486 | 2024.07.31 06:58:31.274878 [ 3 ] {d4b42ec0-443b-4b51-8189-088267e39f8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12487 | 2024.07.31 06:58:31.275020 [ 3 ] {d4b42ec0-443b-4b51-8189-088267e39f8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12488 | 2024.07.31 06:58:31.275490 [ 3 ] {d4b42ec0-443b-4b51-8189-088267e39f8f} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12489 | 2024.07.31 06:58:31.275527 [ 3 ] {d4b42ec0-443b-4b51-8189-088267e39f8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 12490 | 2024.07.31 06:58:31.275895 [ 3 ] {d4b42ec0-443b-4b51-8189-088267e39f8f} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 12491 | 2024.07.31 06:58:31.276223 [ 3 ] {d4b42ec0-443b-4b51-8189-088267e39f8f} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12492 | 2024.07.31 06:58:31.276352 [ 3 ] {d4b42ec0-443b-4b51-8189-088267e39f8f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001583 sec., 101073.9102969046 rows/sec., 7.04 MiB/sec. | ||
| 12493 | 2024.07.31 06:58:31.276520 [ 3 ] {d4b42ec0-443b-4b51-8189-088267e39f8f} <Debug> DynamicQueryHandler: Done processing query | ||
| 12494 | 2024.07.31 06:58:31.276545 [ 3 ] {d4b42ec0-443b-4b51-8189-088267e39f8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 12495 | 2024.07.31 06:58:31.276561 [ 3 ] {} <Debug> HTTP-Session: 7c620e78-f578-437b-8afa-f0dcac91e165 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12496 | 2024.07.31 06:58:31.276692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6441, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12497 | 2024.07.31 06:58:31.276742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12498 | 2024.07.31 06:58:31.276761 [ 3 ] {} <Debug> HTTP-Session: d8639f65-f663-462e-9c3c-1c7dca89db81 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12499 | 2024.07.31 06:58:31.276777 [ 3 ] {} <Debug> HTTP-Session: d8639f65-f663-462e-9c3c-1c7dca89db81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12500 | 2024.07.31 06:58:31.276791 [ 3 ] {} <Debug> HTTP-Session: d8639f65-f663-462e-9c3c-1c7dca89db81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12501 | 2024.07.31 06:58:31.276822 [ 3 ] {} <Trace> HTTP-Session: d8639f65-f663-462e-9c3c-1c7dca89db81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12502 | 2024.07.31 06:58:31.276956 [ 3 ] {1c29ab82-2531-49bd-8bc1-1543193e953b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 12503 | 2024.07.31 06:58:31.277020 [ 3 ] {1c29ab82-2531-49bd-8bc1-1543193e953b} <Trace> 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 | ||
| 12504 | 2024.07.31 06:58:31.277426 [ 3 ] {1c29ab82-2531-49bd-8bc1-1543193e953b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12505 | 2024.07.31 06:58:31.277963 [ 3 ] {1c29ab82-2531-49bd-8bc1-1543193e953b} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12506 | 2024.07.31 06:58:31.278000 [ 3 ] {1c29ab82-2531-49bd-8bc1-1543193e953b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 12507 | 2024.07.31 06:58:31.278574 [ 3 ] {1c29ab82-2531-49bd-8bc1-1543193e953b} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 12508 | 2024.07.31 06:58:31.278993 [ 3 ] {1c29ab82-2531-49bd-8bc1-1543193e953b} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12509 | 2024.07.31 06:58:31.279149 [ 3 ] {1c29ab82-2531-49bd-8bc1-1543193e953b} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002254 sec., 1774.622892635315 rows/sec., 3.18 MiB/sec. | ||
| 12510 | 2024.07.31 06:58:31.279596 [ 3 ] {1c29ab82-2531-49bd-8bc1-1543193e953b} <Debug> DynamicQueryHandler: Done processing query | ||
| 12511 | 2024.07.31 06:58:31.279638 [ 3 ] {1c29ab82-2531-49bd-8bc1-1543193e953b} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 12512 | 2024.07.31 06:58:31.279660 [ 3 ] {} <Debug> HTTP-Session: d8639f65-f663-462e-9c3c-1c7dca89db81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12513 | 2024.07.31 06:58:31.279791 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12514 | 2024.07.31 06:58:31.279842 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12515 | 2024.07.31 06:58:31.279862 [ 3 ] {} <Debug> HTTP-Session: ce33581e-2208-4b3f-a8fe-78db196acc12 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12516 | 2024.07.31 06:58:31.279878 [ 3 ] {} <Debug> HTTP-Session: ce33581e-2208-4b3f-a8fe-78db196acc12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12517 | 2024.07.31 06:58:31.279892 [ 3 ] {} <Debug> HTTP-Session: ce33581e-2208-4b3f-a8fe-78db196acc12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12518 | 2024.07.31 06:58:31.279923 [ 3 ] {} <Trace> HTTP-Session: ce33581e-2208-4b3f-a8fe-78db196acc12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12519 | 2024.07.31 06:58:31.280033 [ 3 ] {9140e2cb-b128-41f2-804d-d7f82cbb61d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12520 | 2024.07.31 06:58:31.280079 [ 3 ] {9140e2cb-b128-41f2-804d-d7f82cbb61d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 12521 | 2024.07.31 06:58:31.280223 [ 3 ] {9140e2cb-b128-41f2-804d-d7f82cbb61d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12522 | 2024.07.31 06:58:31.280555 [ 3 ] {9140e2cb-b128-41f2-804d-d7f82cbb61d3} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12523 | 2024.07.31 06:58:31.280591 [ 3 ] {9140e2cb-b128-41f2-804d-d7f82cbb61d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 12524 | 2024.07.31 06:58:31.280952 [ 3 ] {9140e2cb-b128-41f2-804d-d7f82cbb61d3} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 12525 | 2024.07.31 06:58:31.281279 [ 3 ] {9140e2cb-b128-41f2-804d-d7f82cbb61d3} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12526 | 2024.07.31 06:58:31.281412 [ 3 ] {9140e2cb-b128-41f2-804d-d7f82cbb61d3} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001414 sec., 16265.912305516267 rows/sec., 879.87 KiB/sec. | ||
| 12527 | 2024.07.31 06:58:31.281575 [ 3 ] {9140e2cb-b128-41f2-804d-d7f82cbb61d3} <Debug> DynamicQueryHandler: Done processing query | ||
| 12528 | 2024.07.31 06:58:31.281600 [ 3 ] {9140e2cb-b128-41f2-804d-d7f82cbb61d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 12529 | 2024.07.31 06:58:31.281616 [ 3 ] {} <Debug> HTTP-Session: ce33581e-2208-4b3f-a8fe-78db196acc12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12530 | 2024.07.31 06:58:31.281743 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12531 | 2024.07.31 06:58:31.281792 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12532 | 2024.07.31 06:58:31.281812 [ 3 ] {} <Debug> HTTP-Session: 96485b0e-b760-4abc-8dfa-8a1d7fcf0d60 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12533 | 2024.07.31 06:58:31.281828 [ 3 ] {} <Debug> HTTP-Session: 96485b0e-b760-4abc-8dfa-8a1d7fcf0d60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12534 | 2024.07.31 06:58:31.281841 [ 3 ] {} <Debug> HTTP-Session: 96485b0e-b760-4abc-8dfa-8a1d7fcf0d60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12535 | 2024.07.31 06:58:31.281871 [ 3 ] {} <Trace> HTTP-Session: 96485b0e-b760-4abc-8dfa-8a1d7fcf0d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12536 | 2024.07.31 06:58:31.281989 [ 3 ] {70d7c24b-e19a-4020-a282-c324d463482a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12537 | 2024.07.31 06:58:31.282032 [ 3 ] {70d7c24b-e19a-4020-a282-c324d463482a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12538 | 2024.07.31 06:58:31.282158 [ 3 ] {70d7c24b-e19a-4020-a282-c324d463482a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12539 | 2024.07.31 06:58:31.282461 [ 3 ] {70d7c24b-e19a-4020-a282-c324d463482a} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12540 | 2024.07.31 06:58:31.282496 [ 3 ] {70d7c24b-e19a-4020-a282-c324d463482a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 12541 | 2024.07.31 06:58:31.282849 [ 3 ] {70d7c24b-e19a-4020-a282-c324d463482a} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 12542 | 2024.07.31 06:58:31.283169 [ 3 ] {70d7c24b-e19a-4020-a282-c324d463482a} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12543 | 2024.07.31 06:58:31.283296 [ 3 ] {70d7c24b-e19a-4020-a282-c324d463482a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001354 sec., 44313.14623338257 rows/sec., 2.99 MiB/sec. | ||
| 12544 | 2024.07.31 06:58:31.283541 [ 3 ] {70d7c24b-e19a-4020-a282-c324d463482a} <Debug> DynamicQueryHandler: Done processing query | ||
| 12545 | 2024.07.31 06:58:31.283595 [ 3 ] {70d7c24b-e19a-4020-a282-c324d463482a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12546 | 2024.07.31 06:58:31.283655 [ 3 ] {} <Debug> HTTP-Session: 96485b0e-b760-4abc-8dfa-8a1d7fcf0d60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12547 | 2024.07.31 06:58:36.261542 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12548 | 2024.07.31 06:58:36.261678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12549 | 2024.07.31 06:58:36.261707 [ 3 ] {} <Debug> HTTP-Session: a107f020-c29f-4ba2-9ba7-e2038253b46e Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12550 | 2024.07.31 06:58:36.261734 [ 3 ] {} <Debug> HTTP-Session: a107f020-c29f-4ba2-9ba7-e2038253b46e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12551 | 2024.07.31 06:58:36.261752 [ 3 ] {} <Debug> HTTP-Session: a107f020-c29f-4ba2-9ba7-e2038253b46e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12552 | 2024.07.31 06:58:36.261807 [ 3 ] {} <Trace> HTTP-Session: a107f020-c29f-4ba2-9ba7-e2038253b46e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12553 | 2024.07.31 06:58:36.261996 [ 3 ] {6930e89b-fd53-4d38-b9e8-940ccfd17620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12554 | 2024.07.31 06:58:36.262064 [ 3 ] {6930e89b-fd53-4d38-b9e8-940ccfd17620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 12555 | 2024.07.31 06:58:36.262259 [ 3 ] {6930e89b-fd53-4d38-b9e8-940ccfd17620} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12556 | 2024.07.31 06:58:36.262742 [ 3 ] {6930e89b-fd53-4d38-b9e8-940ccfd17620} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12557 | 2024.07.31 06:58:36.262790 [ 3 ] {6930e89b-fd53-4d38-b9e8-940ccfd17620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12558 | 2024.07.31 06:58:36.263186 [ 3 ] {6930e89b-fd53-4d38-b9e8-940ccfd17620} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12559 | 2024.07.31 06:58:36.263533 [ 3 ] {6930e89b-fd53-4d38-b9e8-940ccfd17620} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12560 | 2024.07.31 06:58:36.263708 [ 3 ] {6930e89b-fd53-4d38-b9e8-940ccfd17620} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001769 sec., 15262.860373092142 rows/sec., 1.21 MiB/sec. | ||
| 12561 | 2024.07.31 06:58:36.263933 [ 3 ] {6930e89b-fd53-4d38-b9e8-940ccfd17620} <Debug> DynamicQueryHandler: Done processing query | ||
| 12562 | 2024.07.31 06:58:36.263961 [ 3 ] {6930e89b-fd53-4d38-b9e8-940ccfd17620} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12563 | 2024.07.31 06:58:36.263979 [ 3 ] {} <Debug> HTTP-Session: a107f020-c29f-4ba2-9ba7-e2038253b46e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12564 | 2024.07.31 06:58:36.264140 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 25039, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12565 | 2024.07.31 06:58:36.264199 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12566 | 2024.07.31 06:58:36.264219 [ 3 ] {} <Debug> HTTP-Session: 8d4ab234-a1d8-41c2-8860-fb19c70ad84e Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12567 | 2024.07.31 06:58:36.264237 [ 3 ] {} <Debug> HTTP-Session: 8d4ab234-a1d8-41c2-8860-fb19c70ad84e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12568 | 2024.07.31 06:58:36.264252 [ 3 ] {} <Debug> HTTP-Session: 8d4ab234-a1d8-41c2-8860-fb19c70ad84e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12569 | 2024.07.31 06:58:36.264290 [ 3 ] {} <Trace> HTTP-Session: 8d4ab234-a1d8-41c2-8860-fb19c70ad84e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12570 | 2024.07.31 06:58:36.264442 [ 3 ] {e208c17c-399d-4e32-9359-30809b61dba8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12571 | 2024.07.31 06:58:36.264488 [ 3 ] {e208c17c-399d-4e32-9359-30809b61dba8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12572 | 2024.07.31 06:58:36.264621 [ 3 ] {e208c17c-399d-4e32-9359-30809b61dba8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12573 | 2024.07.31 06:58:36.265066 [ 3 ] {e208c17c-399d-4e32-9359-30809b61dba8} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12574 | 2024.07.31 06:58:36.265105 [ 3 ] {e208c17c-399d-4e32-9359-30809b61dba8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12575 | 2024.07.31 06:58:36.265446 [ 3 ] {e208c17c-399d-4e32-9359-30809b61dba8} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 12576 | 2024.07.31 06:58:36.265762 [ 3 ] {e208c17c-399d-4e32-9359-30809b61dba8} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12577 | 2024.07.31 06:58:36.265917 [ 3 ] {e208c17c-399d-4e32-9359-30809b61dba8} <Debug> executeQuery: Read 173 rows, 14.53 KiB in 0.001544 sec., 112046.63212435233 rows/sec., 9.19 MiB/sec. | ||
| 12578 | 2024.07.31 06:58:36.266099 [ 3 ] {e208c17c-399d-4e32-9359-30809b61dba8} <Debug> DynamicQueryHandler: Done processing query | ||
| 12579 | 2024.07.31 06:58:36.266124 [ 3 ] {e208c17c-399d-4e32-9359-30809b61dba8} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 12580 | 2024.07.31 06:58:36.266140 [ 3 ] {} <Debug> HTTP-Session: 8d4ab234-a1d8-41c2-8860-fb19c70ad84e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12581 | 2024.07.31 06:58:36.266330 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 19503, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12582 | 2024.07.31 06:58:36.266382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12583 | 2024.07.31 06:58:36.266401 [ 3 ] {} <Debug> HTTP-Session: af3f0528-7a7f-400d-918a-3b4e7093c091 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12584 | 2024.07.31 06:58:36.266418 [ 3 ] {} <Debug> HTTP-Session: af3f0528-7a7f-400d-918a-3b4e7093c091 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12585 | 2024.07.31 06:58:36.266431 [ 3 ] {} <Debug> HTTP-Session: af3f0528-7a7f-400d-918a-3b4e7093c091 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12586 | 2024.07.31 06:58:36.266464 [ 3 ] {} <Trace> HTTP-Session: af3f0528-7a7f-400d-918a-3b4e7093c091 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12587 | 2024.07.31 06:58:36.266594 [ 3 ] {e8258f80-7f9c-4d83-a22b-42a4e0d349f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12588 | 2024.07.31 06:58:36.266638 [ 3 ] {e8258f80-7f9c-4d83-a22b-42a4e0d349f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12589 | 2024.07.31 06:58:36.266763 [ 3 ] {e8258f80-7f9c-4d83-a22b-42a4e0d349f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12590 | 2024.07.31 06:58:36.267140 [ 3 ] {e8258f80-7f9c-4d83-a22b-42a4e0d349f0} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12591 | 2024.07.31 06:58:36.267178 [ 3 ] {e8258f80-7f9c-4d83-a22b-42a4e0d349f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12592 | 2024.07.31 06:58:36.267505 [ 3 ] {e8258f80-7f9c-4d83-a22b-42a4e0d349f0} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 12593 | 2024.07.31 06:58:36.267819 [ 3 ] {e8258f80-7f9c-4d83-a22b-42a4e0d349f0} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12594 | 2024.07.31 06:58:36.267978 [ 3 ] {e8258f80-7f9c-4d83-a22b-42a4e0d349f0} <Debug> executeQuery: Read 115 rows, 9.18 KiB in 0.001426 sec., 80645.16129032258 rows/sec., 6.28 MiB/sec. | ||
| 12595 | 2024.07.31 06:58:36.268153 [ 3 ] {e8258f80-7f9c-4d83-a22b-42a4e0d349f0} <Debug> DynamicQueryHandler: Done processing query | ||
| 12596 | 2024.07.31 06:58:36.268178 [ 3 ] {e8258f80-7f9c-4d83-a22b-42a4e0d349f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 12597 | 2024.07.31 06:58:36.268194 [ 3 ] {} <Debug> HTTP-Session: af3f0528-7a7f-400d-918a-3b4e7093c091 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12598 | 2024.07.31 06:58:36.268420 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 37585, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12599 | 2024.07.31 06:58:36.268470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12600 | 2024.07.31 06:58:36.268490 [ 3 ] {} <Debug> HTTP-Session: e756fb3a-b212-4f57-aed5-acfb6dfee5d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12601 | 2024.07.31 06:58:36.268507 [ 3 ] {} <Debug> HTTP-Session: e756fb3a-b212-4f57-aed5-acfb6dfee5d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12602 | 2024.07.31 06:58:36.268521 [ 3 ] {} <Debug> HTTP-Session: e756fb3a-b212-4f57-aed5-acfb6dfee5d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12603 | 2024.07.31 06:58:36.268552 [ 3 ] {} <Trace> HTTP-Session: e756fb3a-b212-4f57-aed5-acfb6dfee5d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12604 | 2024.07.31 06:58:36.268716 [ 3 ] {c806f1ba-7990-43dc-be38-b210ce04eac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12605 | 2024.07.31 06:58:36.268765 [ 3 ] {c806f1ba-7990-43dc-be38-b210ce04eac3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12606 | 2024.07.31 06:58:36.268913 [ 3 ] {c806f1ba-7990-43dc-be38-b210ce04eac3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12607 | 2024.07.31 06:58:36.269355 [ 3 ] {c806f1ba-7990-43dc-be38-b210ce04eac3} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12608 | 2024.07.31 06:58:36.269393 [ 3 ] {c806f1ba-7990-43dc-be38-b210ce04eac3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12609 | 2024.07.31 06:58:36.269798 [ 3 ] {c806f1ba-7990-43dc-be38-b210ce04eac3} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 12610 | 2024.07.31 06:58:36.270152 [ 3 ] {c806f1ba-7990-43dc-be38-b210ce04eac3} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12611 | 2024.07.31 06:58:36.270310 [ 3 ] {c806f1ba-7990-43dc-be38-b210ce04eac3} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001669 sec., 117435.59017375675 rows/sec., 8.20 MiB/sec. | ||
| 12612 | 2024.07.31 06:58:36.270479 [ 3 ] {c806f1ba-7990-43dc-be38-b210ce04eac3} <Debug> DynamicQueryHandler: Done processing query | ||
| 12613 | 2024.07.31 06:58:36.270505 [ 3 ] {c806f1ba-7990-43dc-be38-b210ce04eac3} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 12614 | 2024.07.31 06:58:36.270521 [ 3 ] {} <Debug> HTTP-Session: e756fb3a-b212-4f57-aed5-acfb6dfee5d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12615 | 2024.07.31 06:58:36.270679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 43738, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12616 | 2024.07.31 06:58:36.270729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12617 | 2024.07.31 06:58:36.270748 [ 3 ] {} <Debug> HTTP-Session: 51b3b7ef-20b9-4e5b-8284-60ffb313d187 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12618 | 2024.07.31 06:58:36.270764 [ 3 ] {} <Debug> HTTP-Session: 51b3b7ef-20b9-4e5b-8284-60ffb313d187 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12619 | 2024.07.31 06:58:36.270778 [ 3 ] {} <Debug> HTTP-Session: 51b3b7ef-20b9-4e5b-8284-60ffb313d187 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12620 | 2024.07.31 06:58:36.270808 [ 3 ] {} <Trace> HTTP-Session: 51b3b7ef-20b9-4e5b-8284-60ffb313d187 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12621 | 2024.07.31 06:58:36.271085 [ 3 ] {eaa31ec6-8085-4574-b1c3-b03271e5f1ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 12622 | 2024.07.31 06:58:36.271150 [ 3 ] {eaa31ec6-8085-4574-b1c3-b03271e5f1ae} <Trace> 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 | ||
| 12623 | 2024.07.31 06:58:36.271557 [ 3 ] {eaa31ec6-8085-4574-b1c3-b03271e5f1ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12624 | 2024.07.31 06:58:36.272234 [ 3 ] {eaa31ec6-8085-4574-b1c3-b03271e5f1ae} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12625 | 2024.07.31 06:58:36.272272 [ 3 ] {eaa31ec6-8085-4574-b1c3-b03271e5f1ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12626 | 2024.07.31 06:58:36.272897 [ 3 ] {eaa31ec6-8085-4574-b1c3-b03271e5f1ae} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 12627 | 2024.07.31 06:58:36.273312 [ 3 ] {eaa31ec6-8085-4574-b1c3-b03271e5f1ae} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12628 | 2024.07.31 06:58:36.273513 [ 3 ] {eaa31ec6-8085-4574-b1c3-b03271e5f1ae} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002614 sec., 10328.997704667177 rows/sec., 18.51 MiB/sec. | ||
| 12629 | 2024.07.31 06:58:36.273744 [ 3 ] {eaa31ec6-8085-4574-b1c3-b03271e5f1ae} <Debug> DynamicQueryHandler: Done processing query | ||
| 12630 | 2024.07.31 06:58:36.273770 [ 3 ] {eaa31ec6-8085-4574-b1c3-b03271e5f1ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 12631 | 2024.07.31 06:58:36.273786 [ 3 ] {} <Debug> HTTP-Session: 51b3b7ef-20b9-4e5b-8284-60ffb313d187 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12632 | 2024.07.31 06:58:36.273934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12633 | 2024.07.31 06:58:36.273984 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12634 | 2024.07.31 06:58:36.274003 [ 3 ] {} <Debug> HTTP-Session: 1710b68c-ac49-4a7b-983f-6e51bd8a0f3c Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12635 | 2024.07.31 06:58:36.274019 [ 3 ] {} <Debug> HTTP-Session: 1710b68c-ac49-4a7b-983f-6e51bd8a0f3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12636 | 2024.07.31 06:58:36.274034 [ 3 ] {} <Debug> HTTP-Session: 1710b68c-ac49-4a7b-983f-6e51bd8a0f3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12637 | 2024.07.31 06:58:36.274064 [ 3 ] {} <Trace> HTTP-Session: 1710b68c-ac49-4a7b-983f-6e51bd8a0f3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12638 | 2024.07.31 06:58:36.274183 [ 3 ] {ca568f01-317c-482a-bc94-2a275b3391ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12639 | 2024.07.31 06:58:36.274229 [ 3 ] {ca568f01-317c-482a-bc94-2a275b3391ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12640 | 2024.07.31 06:58:36.274358 [ 3 ] {ca568f01-317c-482a-bc94-2a275b3391ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12641 | 2024.07.31 06:58:36.274732 [ 3 ] {ca568f01-317c-482a-bc94-2a275b3391ff} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12642 | 2024.07.31 06:58:36.274770 [ 3 ] {ca568f01-317c-482a-bc94-2a275b3391ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12643 | 2024.07.31 06:58:36.275133 [ 3 ] {ca568f01-317c-482a-bc94-2a275b3391ff} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 12644 | 2024.07.31 06:58:36.275468 [ 3 ] {ca568f01-317c-482a-bc94-2a275b3391ff} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12645 | 2024.07.31 06:58:36.275608 [ 3 ] {ca568f01-317c-482a-bc94-2a275b3391ff} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001467 sec., 40899.7955010225 rows/sec., 2.76 MiB/sec. | ||
| 12646 | 2024.07.31 06:58:36.275807 [ 3 ] {ca568f01-317c-482a-bc94-2a275b3391ff} <Debug> DynamicQueryHandler: Done processing query | ||
| 12647 | 2024.07.31 06:58:36.275832 [ 3 ] {ca568f01-317c-482a-bc94-2a275b3391ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12648 | 2024.07.31 06:58:36.275848 [ 3 ] {} <Debug> HTTP-Session: 1710b68c-ac49-4a7b-983f-6e51bd8a0f3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12649 | 2024.07.31 06:58:38.078659 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12650 | 2024.07.31 06:58:38.078714 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12651 | 2024.07.31 06:58:39.001315 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000933393 sec. | ||
| 12652 | 2024.07.31 06:58:41.263814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12653 | 2024.07.31 06:58:41.263944 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12654 | 2024.07.31 06:58:41.263970 [ 3 ] {} <Debug> HTTP-Session: ab5ac8ee-3028-4497-be70-8cd8e4fa6316 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12655 | 2024.07.31 06:58:41.263997 [ 3 ] {} <Debug> HTTP-Session: ab5ac8ee-3028-4497-be70-8cd8e4fa6316 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12656 | 2024.07.31 06:58:41.264015 [ 3 ] {} <Debug> HTTP-Session: ab5ac8ee-3028-4497-be70-8cd8e4fa6316 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12657 | 2024.07.31 06:58:41.264071 [ 3 ] {} <Trace> HTTP-Session: ab5ac8ee-3028-4497-be70-8cd8e4fa6316 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12658 | 2024.07.31 06:58:41.264276 [ 3 ] {47899c43-6c6e-4fd7-9dee-63bb0131c9b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12659 | 2024.07.31 06:58:41.264351 [ 3 ] {47899c43-6c6e-4fd7-9dee-63bb0131c9b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 12660 | 2024.07.31 06:58:41.264572 [ 3 ] {47899c43-6c6e-4fd7-9dee-63bb0131c9b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12661 | 2024.07.31 06:58:41.265056 [ 3 ] {47899c43-6c6e-4fd7-9dee-63bb0131c9b7} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12662 | 2024.07.31 06:58:41.265104 [ 3 ] {47899c43-6c6e-4fd7-9dee-63bb0131c9b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12663 | 2024.07.31 06:58:41.265485 [ 3 ] {47899c43-6c6e-4fd7-9dee-63bb0131c9b7} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12664 | 2024.07.31 06:58:41.265830 [ 3 ] {47899c43-6c6e-4fd7-9dee-63bb0131c9b7} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12665 | 2024.07.31 06:58:41.265998 [ 3 ] {47899c43-6c6e-4fd7-9dee-63bb0131c9b7} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.00178 sec., 5617.9775280898875 rows/sec., 373.07 KiB/sec. | ||
| 12666 | 2024.07.31 06:58:41.266216 [ 3 ] {47899c43-6c6e-4fd7-9dee-63bb0131c9b7} <Debug> DynamicQueryHandler: Done processing query | ||
| 12667 | 2024.07.31 06:58:41.266244 [ 3 ] {47899c43-6c6e-4fd7-9dee-63bb0131c9b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12668 | 2024.07.31 06:58:41.266261 [ 3 ] {} <Debug> HTTP-Session: ab5ac8ee-3028-4497-be70-8cd8e4fa6316 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12669 | 2024.07.31 06:58:41.266452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12670 | 2024.07.31 06:58:41.266509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12671 | 2024.07.31 06:58:41.266528 [ 3 ] {} <Debug> HTTP-Session: 9c715115-00be-45fd-960d-298348405953 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12672 | 2024.07.31 06:58:41.266545 [ 3 ] {} <Debug> HTTP-Session: 9c715115-00be-45fd-960d-298348405953 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12673 | 2024.07.31 06:58:41.266559 [ 3 ] {} <Debug> HTTP-Session: 9c715115-00be-45fd-960d-298348405953 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12674 | 2024.07.31 06:58:41.266593 [ 3 ] {} <Trace> HTTP-Session: 9c715115-00be-45fd-960d-298348405953 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12675 | 2024.07.31 06:58:41.266745 [ 3 ] {c8310a96-bb74-4d52-9254-049f11f71317} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12676 | 2024.07.31 06:58:41.266792 [ 3 ] {c8310a96-bb74-4d52-9254-049f11f71317} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12677 | 2024.07.31 06:58:41.266924 [ 3 ] {c8310a96-bb74-4d52-9254-049f11f71317} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12678 | 2024.07.31 06:58:41.267395 [ 3 ] {c8310a96-bb74-4d52-9254-049f11f71317} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12679 | 2024.07.31 06:58:41.267433 [ 3 ] {c8310a96-bb74-4d52-9254-049f11f71317} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12680 | 2024.07.31 06:58:41.267758 [ 3 ] {c8310a96-bb74-4d52-9254-049f11f71317} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 12681 | 2024.07.31 06:58:41.268061 [ 3 ] {c8310a96-bb74-4d52-9254-049f11f71317} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12682 | 2024.07.31 06:58:41.268212 [ 3 ] {c8310a96-bb74-4d52-9254-049f11f71317} <Debug> executeQuery: Read 173 rows, 15.66 KiB in 0.001538 sec., 112483.74512353705 rows/sec., 9.94 MiB/sec. | ||
| 12683 | 2024.07.31 06:58:41.268467 [ 3 ] {c8310a96-bb74-4d52-9254-049f11f71317} <Debug> DynamicQueryHandler: Done processing query | ||
| 12684 | 2024.07.31 06:58:41.268530 [ 3 ] {c8310a96-bb74-4d52-9254-049f11f71317} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 12685 | 2024.07.31 06:58:41.268585 [ 3 ] {} <Debug> HTTP-Session: 9c715115-00be-45fd-960d-298348405953 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12686 | 2024.07.31 06:58:41.268835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 62271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12687 | 2024.07.31 06:58:41.268889 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12688 | 2024.07.31 06:58:41.268909 [ 3 ] {} <Debug> HTTP-Session: 6a9c217a-d0a8-4300-b875-5aa01afb885b Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12689 | 2024.07.31 06:58:41.268926 [ 3 ] {} <Debug> HTTP-Session: 6a9c217a-d0a8-4300-b875-5aa01afb885b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12690 | 2024.07.31 06:58:41.268940 [ 3 ] {} <Debug> HTTP-Session: 6a9c217a-d0a8-4300-b875-5aa01afb885b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12691 | 2024.07.31 06:58:41.268972 [ 3 ] {} <Trace> HTTP-Session: 6a9c217a-d0a8-4300-b875-5aa01afb885b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12692 | 2024.07.31 06:58:41.269169 [ 3 ] {16aa30d9-0b13-4d6d-8c9f-bed5422ea3b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12693 | 2024.07.31 06:58:41.269215 [ 3 ] {16aa30d9-0b13-4d6d-8c9f-bed5422ea3b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12694 | 2024.07.31 06:58:41.269364 [ 3 ] {16aa30d9-0b13-4d6d-8c9f-bed5422ea3b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12695 | 2024.07.31 06:58:41.269925 [ 3 ] {16aa30d9-0b13-4d6d-8c9f-bed5422ea3b8} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12696 | 2024.07.31 06:58:41.269963 [ 3 ] {16aa30d9-0b13-4d6d-8c9f-bed5422ea3b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12697 | 2024.07.31 06:58:41.270291 [ 3 ] {16aa30d9-0b13-4d6d-8c9f-bed5422ea3b8} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 12698 | 2024.07.31 06:58:41.270612 [ 3 ] {16aa30d9-0b13-4d6d-8c9f-bed5422ea3b8} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12699 | 2024.07.31 06:58:41.270757 [ 3 ] {16aa30d9-0b13-4d6d-8c9f-bed5422ea3b8} <Debug> executeQuery: Read 386 rows, 27.79 KiB in 0.00169 sec., 228402.3668639053 rows/sec., 16.06 MiB/sec. | ||
| 12700 | 2024.07.31 06:58:41.270925 [ 3 ] {16aa30d9-0b13-4d6d-8c9f-bed5422ea3b8} <Debug> DynamicQueryHandler: Done processing query | ||
| 12701 | 2024.07.31 06:58:41.270950 [ 3 ] {16aa30d9-0b13-4d6d-8c9f-bed5422ea3b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 12702 | 2024.07.31 06:58:41.270966 [ 3 ] {} <Debug> HTTP-Session: 6a9c217a-d0a8-4300-b875-5aa01afb885b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12703 | 2024.07.31 06:58:41.271137 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12704 | 2024.07.31 06:58:41.271187 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12705 | 2024.07.31 06:58:41.271207 [ 3 ] {} <Debug> HTTP-Session: e57c5967-348e-4ed2-a0bc-3e52178034da Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12706 | 2024.07.31 06:58:41.271223 [ 3 ] {} <Debug> HTTP-Session: e57c5967-348e-4ed2-a0bc-3e52178034da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12707 | 2024.07.31 06:58:41.271237 [ 3 ] {} <Debug> HTTP-Session: e57c5967-348e-4ed2-a0bc-3e52178034da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12708 | 2024.07.31 06:58:41.271268 [ 3 ] {} <Trace> HTTP-Session: e57c5967-348e-4ed2-a0bc-3e52178034da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12709 | 2024.07.31 06:58:41.271365 [ 3 ] {a37deca9-2d57-454e-bf71-105ecda6a016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 12710 | 2024.07.31 06:58:41.271409 [ 3 ] {a37deca9-2d57-454e-bf71-105ecda6a016} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12711 | 2024.07.31 06:58:41.271538 [ 3 ] {a37deca9-2d57-454e-bf71-105ecda6a016} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12712 | 2024.07.31 06:58:41.271806 [ 3 ] {a37deca9-2d57-454e-bf71-105ecda6a016} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12713 | 2024.07.31 06:58:41.271842 [ 3 ] {a37deca9-2d57-454e-bf71-105ecda6a016} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12714 | 2024.07.31 06:58:41.272198 [ 3 ] {a37deca9-2d57-454e-bf71-105ecda6a016} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 12715 | 2024.07.31 06:58:41.272515 [ 3 ] {a37deca9-2d57-454e-bf71-105ecda6a016} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12716 | 2024.07.31 06:58:41.272672 [ 3 ] {a37deca9-2d57-454e-bf71-105ecda6a016} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001323 sec., 4535.14739229025 rows/sec., 194.87 KiB/sec. | ||
| 12717 | 2024.07.31 06:58:41.272991 [ 3 ] {a37deca9-2d57-454e-bf71-105ecda6a016} <Debug> DynamicQueryHandler: Done processing query | ||
| 12718 | 2024.07.31 06:58:41.273022 [ 3 ] {a37deca9-2d57-454e-bf71-105ecda6a016} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 12719 | 2024.07.31 06:58:41.273039 [ 3 ] {} <Debug> HTTP-Session: e57c5967-348e-4ed2-a0bc-3e52178034da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12720 | 2024.07.31 06:58:41.273164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12721 | 2024.07.31 06:58:41.273214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12722 | 2024.07.31 06:58:41.273234 [ 3 ] {} <Debug> HTTP-Session: 6aa36c44-210c-49ed-9c44-5f8c5ec5f729 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12723 | 2024.07.31 06:58:41.273250 [ 3 ] {} <Debug> HTTP-Session: 6aa36c44-210c-49ed-9c44-5f8c5ec5f729 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12724 | 2024.07.31 06:58:41.273263 [ 3 ] {} <Debug> HTTP-Session: 6aa36c44-210c-49ed-9c44-5f8c5ec5f729 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12725 | 2024.07.31 06:58:41.273295 [ 3 ] {} <Trace> HTTP-Session: 6aa36c44-210c-49ed-9c44-5f8c5ec5f729 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12726 | 2024.07.31 06:58:41.273436 [ 3 ] {0386c69a-5e95-463a-b015-843f8aa1f94e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 12727 | 2024.07.31 06:58:41.273485 [ 3 ] {0386c69a-5e95-463a-b015-843f8aa1f94e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 12728 | 2024.07.31 06:58:41.273649 [ 3 ] {0386c69a-5e95-463a-b015-843f8aa1f94e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12729 | 2024.07.31 06:58:41.273967 [ 3 ] {0386c69a-5e95-463a-b015-843f8aa1f94e} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12730 | 2024.07.31 06:58:41.274003 [ 3 ] {0386c69a-5e95-463a-b015-843f8aa1f94e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12731 | 2024.07.31 06:58:41.274367 [ 3 ] {0386c69a-5e95-463a-b015-843f8aa1f94e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 12732 | 2024.07.31 06:58:41.274696 [ 3 ] {0386c69a-5e95-463a-b015-843f8aa1f94e} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12733 | 2024.07.31 06:58:41.274854 [ 3 ] {0386c69a-5e95-463a-b015-843f8aa1f94e} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001476 sec., 52168.0216802168 rows/sec., 3.21 MiB/sec. | ||
| 12734 | 2024.07.31 06:58:41.275027 [ 3 ] {0386c69a-5e95-463a-b015-843f8aa1f94e} <Debug> DynamicQueryHandler: Done processing query | ||
| 12735 | 2024.07.31 06:58:41.275052 [ 3 ] {0386c69a-5e95-463a-b015-843f8aa1f94e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12736 | 2024.07.31 06:58:41.275068 [ 3 ] {} <Debug> HTTP-Session: 6aa36c44-210c-49ed-9c44-5f8c5ec5f729 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12737 | 2024.07.31 06:58:41.275256 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12738 | 2024.07.31 06:58:41.275307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12739 | 2024.07.31 06:58:41.275327 [ 3 ] {} <Debug> HTTP-Session: 6f9438bd-4fc5-4b84-972a-914a36e6da8a Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12740 | 2024.07.31 06:58:41.275343 [ 3 ] {} <Debug> HTTP-Session: 6f9438bd-4fc5-4b84-972a-914a36e6da8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12741 | 2024.07.31 06:58:41.275357 [ 3 ] {} <Debug> HTTP-Session: 6f9438bd-4fc5-4b84-972a-914a36e6da8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12742 | 2024.07.31 06:58:41.275387 [ 3 ] {} <Trace> HTTP-Session: 6f9438bd-4fc5-4b84-972a-914a36e6da8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12743 | 2024.07.31 06:58:41.275540 [ 3 ] {a533025c-6bf2-4a98-a519-a43b155cd80c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12744 | 2024.07.31 06:58:41.275586 [ 3 ] {a533025c-6bf2-4a98-a519-a43b155cd80c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12745 | 2024.07.31 06:58:41.275729 [ 3 ] {a533025c-6bf2-4a98-a519-a43b155cd80c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12746 | 2024.07.31 06:58:41.276108 [ 3 ] {a533025c-6bf2-4a98-a519-a43b155cd80c} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12747 | 2024.07.31 06:58:41.276145 [ 3 ] {a533025c-6bf2-4a98-a519-a43b155cd80c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12748 | 2024.07.31 06:58:41.276520 [ 3 ] {a533025c-6bf2-4a98-a519-a43b155cd80c} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 12749 | 2024.07.31 06:58:41.276874 [ 3 ] {a533025c-6bf2-4a98-a519-a43b155cd80c} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12750 | 2024.07.31 06:58:41.277031 [ 3 ] {a533025c-6bf2-4a98-a519-a43b155cd80c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00156 sec., 102564.10256410256 rows/sec., 7.14 MiB/sec. | ||
| 12751 | 2024.07.31 06:58:41.277208 [ 3 ] {a533025c-6bf2-4a98-a519-a43b155cd80c} <Debug> DynamicQueryHandler: Done processing query | ||
| 12752 | 2024.07.31 06:58:41.277231 [ 3 ] {a533025c-6bf2-4a98-a519-a43b155cd80c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 12753 | 2024.07.31 06:58:41.277247 [ 3 ] {} <Debug> HTTP-Session: 6f9438bd-4fc5-4b84-972a-914a36e6da8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12754 | 2024.07.31 06:58:41.277373 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6441, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12755 | 2024.07.31 06:58:41.277422 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12756 | 2024.07.31 06:58:41.277441 [ 3 ] {} <Debug> HTTP-Session: 1d1c9992-2077-422b-afc7-f1d0e2073053 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12757 | 2024.07.31 06:58:41.277458 [ 3 ] {} <Debug> HTTP-Session: 1d1c9992-2077-422b-afc7-f1d0e2073053 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12758 | 2024.07.31 06:58:41.277471 [ 3 ] {} <Debug> HTTP-Session: 1d1c9992-2077-422b-afc7-f1d0e2073053 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12759 | 2024.07.31 06:58:41.277502 [ 3 ] {} <Trace> HTTP-Session: 1d1c9992-2077-422b-afc7-f1d0e2073053 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12760 | 2024.07.31 06:58:41.277634 [ 3 ] {1a5251ae-9ecf-45e1-9808-1fc7d10adf70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 12761 | 2024.07.31 06:58:41.277697 [ 3 ] {1a5251ae-9ecf-45e1-9808-1fc7d10adf70} <Trace> 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 | ||
| 12762 | 2024.07.31 06:58:41.278105 [ 3 ] {1a5251ae-9ecf-45e1-9808-1fc7d10adf70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12763 | 2024.07.31 06:58:41.278607 [ 3 ] {1a5251ae-9ecf-45e1-9808-1fc7d10adf70} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12764 | 2024.07.31 06:58:41.278644 [ 3 ] {1a5251ae-9ecf-45e1-9808-1fc7d10adf70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12765 | 2024.07.31 06:58:41.279215 [ 3 ] {1a5251ae-9ecf-45e1-9808-1fc7d10adf70} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 12766 | 2024.07.31 06:58:41.279630 [ 3 ] {1a5251ae-9ecf-45e1-9808-1fc7d10adf70} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12767 | 2024.07.31 06:58:41.279817 [ 3 ] {1a5251ae-9ecf-45e1-9808-1fc7d10adf70} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002234 sec., 1790.510295434199 rows/sec., 3.21 MiB/sec. | ||
| 12768 | 2024.07.31 06:58:41.280308 [ 3 ] {1a5251ae-9ecf-45e1-9808-1fc7d10adf70} <Debug> DynamicQueryHandler: Done processing query | ||
| 12769 | 2024.07.31 06:58:41.280363 [ 3 ] {1a5251ae-9ecf-45e1-9808-1fc7d10adf70} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 12770 | 2024.07.31 06:58:41.280399 [ 3 ] {} <Debug> HTTP-Session: 1d1c9992-2077-422b-afc7-f1d0e2073053 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12771 | 2024.07.31 06:58:41.280526 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12772 | 2024.07.31 06:58:41.280578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12773 | 2024.07.31 06:58:41.280597 [ 3 ] {} <Debug> HTTP-Session: 914696a3-4158-48f2-8649-1a3232cc790f Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12774 | 2024.07.31 06:58:41.280614 [ 3 ] {} <Debug> HTTP-Session: 914696a3-4158-48f2-8649-1a3232cc790f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12775 | 2024.07.31 06:58:41.280628 [ 3 ] {} <Debug> HTTP-Session: 914696a3-4158-48f2-8649-1a3232cc790f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12776 | 2024.07.31 06:58:41.280658 [ 3 ] {} <Trace> HTTP-Session: 914696a3-4158-48f2-8649-1a3232cc790f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12777 | 2024.07.31 06:58:41.280767 [ 3 ] {7ebf65c7-7127-4954-9e50-b781c27eda43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12778 | 2024.07.31 06:58:41.280814 [ 3 ] {7ebf65c7-7127-4954-9e50-b781c27eda43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 12779 | 2024.07.31 06:58:41.280959 [ 3 ] {7ebf65c7-7127-4954-9e50-b781c27eda43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12780 | 2024.07.31 06:58:41.281268 [ 3 ] {7ebf65c7-7127-4954-9e50-b781c27eda43} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12781 | 2024.07.31 06:58:41.281304 [ 3 ] {7ebf65c7-7127-4954-9e50-b781c27eda43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12782 | 2024.07.31 06:58:41.281653 [ 3 ] {7ebf65c7-7127-4954-9e50-b781c27eda43} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 12783 | 2024.07.31 06:58:41.281974 [ 3 ] {7ebf65c7-7127-4954-9e50-b781c27eda43} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12784 | 2024.07.31 06:58:41.282133 [ 3 ] {7ebf65c7-7127-4954-9e50-b781c27eda43} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001396 sec., 16475.6446991404 rows/sec., 891.22 KiB/sec. | ||
| 12785 | 2024.07.31 06:58:41.282433 [ 3 ] {7ebf65c7-7127-4954-9e50-b781c27eda43} <Debug> DynamicQueryHandler: Done processing query | ||
| 12786 | 2024.07.31 06:58:41.282494 [ 3 ] {7ebf65c7-7127-4954-9e50-b781c27eda43} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 12787 | 2024.07.31 06:58:41.282557 [ 3 ] {} <Debug> HTTP-Session: 914696a3-4158-48f2-8649-1a3232cc790f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12788 | 2024.07.31 06:58:41.282778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12789 | 2024.07.31 06:58:41.282833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12790 | 2024.07.31 06:58:41.282853 [ 3 ] {} <Debug> HTTP-Session: 0d48004a-7cf7-4323-b00a-6d714ea72746 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12791 | 2024.07.31 06:58:41.282870 [ 3 ] {} <Debug> HTTP-Session: 0d48004a-7cf7-4323-b00a-6d714ea72746 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12792 | 2024.07.31 06:58:41.282885 [ 3 ] {} <Debug> HTTP-Session: 0d48004a-7cf7-4323-b00a-6d714ea72746 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12793 | 2024.07.31 06:58:41.282918 [ 3 ] {} <Trace> HTTP-Session: 0d48004a-7cf7-4323-b00a-6d714ea72746 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12794 | 2024.07.31 06:58:41.283046 [ 3 ] {11306e67-bf5c-4cde-92f6-67c6ca9c5ba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12795 | 2024.07.31 06:58:41.283092 [ 3 ] {11306e67-bf5c-4cde-92f6-67c6ca9c5ba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12796 | 2024.07.31 06:58:41.283240 [ 3 ] {11306e67-bf5c-4cde-92f6-67c6ca9c5ba4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12797 | 2024.07.31 06:58:41.283513 [ 3 ] {11306e67-bf5c-4cde-92f6-67c6ca9c5ba4} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12798 | 2024.07.31 06:58:41.283549 [ 3 ] {11306e67-bf5c-4cde-92f6-67c6ca9c5ba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12799 | 2024.07.31 06:58:41.283905 [ 3 ] {11306e67-bf5c-4cde-92f6-67c6ca9c5ba4} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 12800 | 2024.07.31 06:58:41.284230 [ 3 ] {11306e67-bf5c-4cde-92f6-67c6ca9c5ba4} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12801 | 2024.07.31 06:58:41.284374 [ 3 ] {11306e67-bf5c-4cde-92f6-67c6ca9c5ba4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001373 sec., 43699.92716678805 rows/sec., 2.95 MiB/sec. | ||
| 12802 | 2024.07.31 06:58:41.284529 [ 3 ] {11306e67-bf5c-4cde-92f6-67c6ca9c5ba4} <Debug> DynamicQueryHandler: Done processing query | ||
| 12803 | 2024.07.31 06:58:41.284554 [ 3 ] {11306e67-bf5c-4cde-92f6-67c6ca9c5ba4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12804 | 2024.07.31 06:58:41.284571 [ 3 ] {} <Debug> HTTP-Session: 0d48004a-7cf7-4323-b00a-6d714ea72746 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12805 | 2024.07.31 06:58:46.261290 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 5073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12806 | 2024.07.31 06:58:46.261417 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12807 | 2024.07.31 06:58:46.261442 [ 3 ] {} <Debug> HTTP-Session: 0923543c-cbf3-44e5-a655-a979cfcae5a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12808 | 2024.07.31 06:58:46.261466 [ 3 ] {} <Debug> HTTP-Session: 0923543c-cbf3-44e5-a655-a979cfcae5a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12809 | 2024.07.31 06:58:46.261482 [ 3 ] {} <Debug> HTTP-Session: 0923543c-cbf3-44e5-a655-a979cfcae5a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12810 | 2024.07.31 06:58:46.261532 [ 3 ] {} <Trace> HTTP-Session: 0923543c-cbf3-44e5-a655-a979cfcae5a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12811 | 2024.07.31 06:58:46.261722 [ 3 ] {f25cd03a-e0de-40cb-8907-4906ea9a6a7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12812 | 2024.07.31 06:58:46.261788 [ 3 ] {f25cd03a-e0de-40cb-8907-4906ea9a6a7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 12813 | 2024.07.31 06:58:46.261982 [ 3 ] {f25cd03a-e0de-40cb-8907-4906ea9a6a7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12814 | 2024.07.31 06:58:46.262377 [ 3 ] {f25cd03a-e0de-40cb-8907-4906ea9a6a7d} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12815 | 2024.07.31 06:58:46.262420 [ 3 ] {f25cd03a-e0de-40cb-8907-4906ea9a6a7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12816 | 2024.07.31 06:58:46.262793 [ 3 ] {f25cd03a-e0de-40cb-8907-4906ea9a6a7d} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12817 | 2024.07.31 06:58:46.263131 [ 3 ] {f25cd03a-e0de-40cb-8907-4906ea9a6a7d} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12818 | 2024.07.31 06:58:46.263307 [ 3 ] {f25cd03a-e0de-40cb-8907-4906ea9a6a7d} <Debug> executeQuery: Read 35 rows, 2.84 KiB in 0.001646 sec., 21263.669501822602 rows/sec., 1.68 MiB/sec. | ||
| 12819 | 2024.07.31 06:58:46.263539 [ 3 ] {f25cd03a-e0de-40cb-8907-4906ea9a6a7d} <Debug> DynamicQueryHandler: Done processing query | ||
| 12820 | 2024.07.31 06:58:46.263568 [ 3 ] {f25cd03a-e0de-40cb-8907-4906ea9a6a7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12821 | 2024.07.31 06:58:46.263584 [ 3 ] {} <Debug> HTTP-Session: 0923543c-cbf3-44e5-a655-a979cfcae5a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12822 | 2024.07.31 06:58:46.263775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 23655, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12823 | 2024.07.31 06:58:46.263829 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12824 | 2024.07.31 06:58:46.263850 [ 3 ] {} <Debug> HTTP-Session: ed68942c-300d-46d3-9aa6-94203b698060 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12825 | 2024.07.31 06:58:46.263867 [ 3 ] {} <Debug> HTTP-Session: ed68942c-300d-46d3-9aa6-94203b698060 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12826 | 2024.07.31 06:58:46.263882 [ 3 ] {} <Debug> HTTP-Session: ed68942c-300d-46d3-9aa6-94203b698060 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12827 | 2024.07.31 06:58:46.263916 [ 3 ] {} <Trace> HTTP-Session: ed68942c-300d-46d3-9aa6-94203b698060 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12828 | 2024.07.31 06:58:46.264067 [ 3 ] {b5adbef1-c3a0-4971-b370-4cbb40645f96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12829 | 2024.07.31 06:58:46.264112 [ 3 ] {b5adbef1-c3a0-4971-b370-4cbb40645f96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12830 | 2024.07.31 06:58:46.264247 [ 3 ] {b5adbef1-c3a0-4971-b370-4cbb40645f96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12831 | 2024.07.31 06:58:46.264603 [ 3 ] {b5adbef1-c3a0-4971-b370-4cbb40645f96} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12832 | 2024.07.31 06:58:46.264641 [ 3 ] {b5adbef1-c3a0-4971-b370-4cbb40645f96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12833 | 2024.07.31 06:58:46.264963 [ 3 ] {b5adbef1-c3a0-4971-b370-4cbb40645f96} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 12834 | 2024.07.31 06:58:46.265269 [ 3 ] {b5adbef1-c3a0-4971-b370-4cbb40645f96} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12835 | 2024.07.31 06:58:46.265422 [ 3 ] {b5adbef1-c3a0-4971-b370-4cbb40645f96} <Debug> executeQuery: Read 161 rows, 13.85 KiB in 0.001423 sec., 113141.25087842585 rows/sec., 9.51 MiB/sec. | ||
| 12836 | 2024.07.31 06:58:46.265592 [ 3 ] {b5adbef1-c3a0-4971-b370-4cbb40645f96} <Debug> DynamicQueryHandler: Done processing query | ||
| 12837 | 2024.07.31 06:58:46.265617 [ 3 ] {b5adbef1-c3a0-4971-b370-4cbb40645f96} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 12838 | 2024.07.31 06:58:46.265633 [ 3 ] {} <Debug> HTTP-Session: ed68942c-300d-46d3-9aa6-94203b698060 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12839 | 2024.07.31 06:58:46.265778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 17870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12840 | 2024.07.31 06:58:46.265828 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12841 | 2024.07.31 06:58:46.265849 [ 3 ] {} <Debug> HTTP-Session: f42c1c24-81f2-4363-9bd7-132ff500c447 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12842 | 2024.07.31 06:58:46.265865 [ 3 ] {} <Debug> HTTP-Session: f42c1c24-81f2-4363-9bd7-132ff500c447 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12843 | 2024.07.31 06:58:46.265880 [ 3 ] {} <Debug> HTTP-Session: f42c1c24-81f2-4363-9bd7-132ff500c447 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12844 | 2024.07.31 06:58:46.265912 [ 3 ] {} <Trace> HTTP-Session: f42c1c24-81f2-4363-9bd7-132ff500c447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12845 | 2024.07.31 06:58:46.266046 [ 3 ] {ffd56eee-87fc-4a5d-8418-30781786425d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12846 | 2024.07.31 06:58:46.266091 [ 3 ] {ffd56eee-87fc-4a5d-8418-30781786425d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12847 | 2024.07.31 06:58:46.266218 [ 3 ] {ffd56eee-87fc-4a5d-8418-30781786425d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12848 | 2024.07.31 06:58:46.266537 [ 3 ] {ffd56eee-87fc-4a5d-8418-30781786425d} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12849 | 2024.07.31 06:58:46.266574 [ 3 ] {ffd56eee-87fc-4a5d-8418-30781786425d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12850 | 2024.07.31 06:58:46.266886 [ 3 ] {ffd56eee-87fc-4a5d-8418-30781786425d} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 12851 | 2024.07.31 06:58:46.267186 [ 3 ] {ffd56eee-87fc-4a5d-8418-30781786425d} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12852 | 2024.07.31 06:58:46.267330 [ 3 ] {ffd56eee-87fc-4a5d-8418-30781786425d} <Debug> executeQuery: Read 105 rows, 8.43 KiB in 0.001327 sec., 79125.84777694047 rows/sec., 6.20 MiB/sec. | ||
| 12853 | 2024.07.31 06:58:46.267576 [ 3 ] {ffd56eee-87fc-4a5d-8418-30781786425d} <Debug> DynamicQueryHandler: Done processing query | ||
| 12854 | 2024.07.31 06:58:46.267637 [ 3 ] {ffd56eee-87fc-4a5d-8418-30781786425d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 12855 | 2024.07.31 06:58:46.267693 [ 3 ] {} <Debug> HTTP-Session: f42c1c24-81f2-4363-9bd7-132ff500c447 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12856 | 2024.07.31 06:58:46.267947 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12857 | 2024.07.31 06:58:46.268001 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12858 | 2024.07.31 06:58:46.268021 [ 3 ] {} <Debug> HTTP-Session: ee87504c-cec4-439e-a048-d55478609f01 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12859 | 2024.07.31 06:58:46.268039 [ 3 ] {} <Debug> HTTP-Session: ee87504c-cec4-439e-a048-d55478609f01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12860 | 2024.07.31 06:58:46.268053 [ 3 ] {} <Debug> HTTP-Session: ee87504c-cec4-439e-a048-d55478609f01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12861 | 2024.07.31 06:58:46.268085 [ 3 ] {} <Trace> HTTP-Session: ee87504c-cec4-439e-a048-d55478609f01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12862 | 2024.07.31 06:58:46.268234 [ 3 ] {0bcd0e11-22c8-4287-8184-a1c892fdc032} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12863 | 2024.07.31 06:58:46.268283 [ 3 ] {0bcd0e11-22c8-4287-8184-a1c892fdc032} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12864 | 2024.07.31 06:58:46.268446 [ 3 ] {0bcd0e11-22c8-4287-8184-a1c892fdc032} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12865 | 2024.07.31 06:58:46.268776 [ 3 ] {0bcd0e11-22c8-4287-8184-a1c892fdc032} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12866 | 2024.07.31 06:58:46.268813 [ 3 ] {0bcd0e11-22c8-4287-8184-a1c892fdc032} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12867 | 2024.07.31 06:58:46.269202 [ 3 ] {0bcd0e11-22c8-4287-8184-a1c892fdc032} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 12868 | 2024.07.31 06:58:46.269545 [ 3 ] {0bcd0e11-22c8-4287-8184-a1c892fdc032} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12869 | 2024.07.31 06:58:46.269719 [ 3 ] {0bcd0e11-22c8-4287-8184-a1c892fdc032} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001551 sec., 103159.2520954223 rows/sec., 7.18 MiB/sec. | ||
| 12870 | 2024.07.31 06:58:46.269887 [ 3 ] {0bcd0e11-22c8-4287-8184-a1c892fdc032} <Debug> DynamicQueryHandler: Done processing query | ||
| 12871 | 2024.07.31 06:58:46.269912 [ 3 ] {0bcd0e11-22c8-4287-8184-a1c892fdc032} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 12872 | 2024.07.31 06:58:46.269929 [ 3 ] {} <Debug> HTTP-Session: ee87504c-cec4-439e-a048-d55478609f01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12873 | 2024.07.31 06:58:46.270108 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 56409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12874 | 2024.07.31 06:58:46.270159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12875 | 2024.07.31 06:58:46.270181 [ 3 ] {} <Debug> HTTP-Session: e99511d9-2750-4c44-93bb-7fead5d31fc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12876 | 2024.07.31 06:58:46.270197 [ 3 ] {} <Debug> HTTP-Session: e99511d9-2750-4c44-93bb-7fead5d31fc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12877 | 2024.07.31 06:58:46.270213 [ 3 ] {} <Debug> HTTP-Session: e99511d9-2750-4c44-93bb-7fead5d31fc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12878 | 2024.07.31 06:58:46.270245 [ 3 ] {} <Trace> HTTP-Session: e99511d9-2750-4c44-93bb-7fead5d31fc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12879 | 2024.07.31 06:58:46.270660 [ 3 ] {befda18a-c204-4466-8307-f893d4efa18c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 12880 | 2024.07.31 06:58:46.270729 [ 3 ] {befda18a-c204-4466-8307-f893d4efa18c} <Trace> 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 | ||
| 12881 | 2024.07.31 06:58:46.271135 [ 3 ] {befda18a-c204-4466-8307-f893d4efa18c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12882 | 2024.07.31 06:58:46.271751 [ 3 ] {befda18a-c204-4466-8307-f893d4efa18c} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12883 | 2024.07.31 06:58:46.271792 [ 3 ] {befda18a-c204-4466-8307-f893d4efa18c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12884 | 2024.07.31 06:58:46.272509 [ 3 ] {befda18a-c204-4466-8307-f893d4efa18c} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12885 | 2024.07.31 06:58:46.272933 [ 3 ] {befda18a-c204-4466-8307-f893d4efa18c} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12886 | 2024.07.31 06:58:46.273119 [ 3 ] {befda18a-c204-4466-8307-f893d4efa18c} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002743 sec., 12759.752096244987 rows/sec., 22.86 MiB/sec. | ||
| 12887 | 2024.07.31 06:58:46.273121 [ 105 ] {} <Debug> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 12888 | 2024.07.31 06:58:46.273233 [ 105 ] {} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12889 | 2024.07.31 06:58:46.273303 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12890 | 2024.07.31 06:58:46.273860 [ 191 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 12891 | 2024.07.31 06:58:46.274925 [ 3 ] {befda18a-c204-4466-8307-f893d4efa18c} <Debug> DynamicQueryHandler: Done processing query | ||
| 12892 | 2024.07.31 06:58:46.275057 [ 3 ] {befda18a-c204-4466-8307-f893d4efa18c} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 12893 | 2024.07.31 06:58:46.275174 [ 3 ] {} <Debug> HTTP-Session: e99511d9-2750-4c44-93bb-7fead5d31fc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12894 | 2024.07.31 06:58:46.275585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1548, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12895 | 2024.07.31 06:58:46.275785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12896 | 2024.07.31 06:58:46.275838 [ 3 ] {} <Debug> HTTP-Session: 72aed5fe-ea8c-48a6-9fe5-6c2edcbaf34f Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12897 | 2024.07.31 06:58:46.275884 [ 3 ] {} <Debug> HTTP-Session: 72aed5fe-ea8c-48a6-9fe5-6c2edcbaf34f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12898 | 2024.07.31 06:58:46.275890 [ 191 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12899 | 2024.07.31 06:58:46.275909 [ 3 ] {} <Debug> HTTP-Session: 72aed5fe-ea8c-48a6-9fe5-6c2edcbaf34f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12900 | 2024.07.31 06:58:46.276015 [ 3 ] {} <Trace> HTTP-Session: 72aed5fe-ea8c-48a6-9fe5-6c2edcbaf34f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12901 | 2024.07.31 06:58:46.276092 [ 191 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 890 rows starting from the beginning of the part | ||
| 12902 | 2024.07.31 06:58:46.276284 [ 3 ] {f4ae5076-d42d-4c1e-9e31-61c3c7e3803c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12903 | 2024.07.31 06:58:46.276573 [ 3 ] {f4ae5076-d42d-4c1e-9e31-61c3c7e3803c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 12904 | 2024.07.31 06:58:46.276824 [ 191 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 27 rows starting from the beginning of the part | ||
| 12905 | 2024.07.31 06:58:46.277380 [ 3 ] {f4ae5076-d42d-4c1e-9e31-61c3c7e3803c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12906 | 2024.07.31 06:58:46.277735 [ 191 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 4 rows starting from the beginning of the part | ||
| 12907 | 2024.07.31 06:58:46.278521 [ 191 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 27 rows starting from the beginning of the part | ||
| 12908 | 2024.07.31 06:58:46.278533 [ 3 ] {f4ae5076-d42d-4c1e-9e31-61c3c7e3803c} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12909 | 2024.07.31 06:58:46.278613 [ 3 ] {f4ae5076-d42d-4c1e-9e31-61c3c7e3803c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12910 | 2024.07.31 06:58:46.279169 [ 191 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 4 rows starting from the beginning of the part | ||
| 12911 | 2024.07.31 06:58:46.279855 [ 191 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 35 rows starting from the beginning of the part | ||
| 12912 | 2024.07.31 06:58:46.280081 [ 3 ] {f4ae5076-d42d-4c1e-9e31-61c3c7e3803c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 12913 | 2024.07.31 06:58:46.280984 [ 3 ] {f4ae5076-d42d-4c1e-9e31-61c3c7e3803c} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12914 | 2024.07.31 06:58:46.281273 [ 3 ] {f4ae5076-d42d-4c1e-9e31-61c3c7e3803c} <Debug> executeQuery: Read 9 rows, 709.00 B in 0.005095 sec., 1766.4376840039256 rows/sec., 135.89 KiB/sec. | ||
| 12915 | 2024.07.31 06:58:46.281690 [ 3 ] {f4ae5076-d42d-4c1e-9e31-61c3c7e3803c} <Debug> DynamicQueryHandler: Done processing query | ||
| 12916 | 2024.07.31 06:58:46.281741 [ 3 ] {f4ae5076-d42d-4c1e-9e31-61c3c7e3803c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 12917 | 2024.07.31 06:58:46.281779 [ 3 ] {} <Debug> HTTP-Session: 72aed5fe-ea8c-48a6-9fe5-6c2edcbaf34f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12918 | 2024.07.31 06:58:46.281943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12919 | 2024.07.31 06:58:46.281998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12920 | 2024.07.31 06:58:46.282017 [ 3 ] {} <Debug> HTTP-Session: 09c0dbc4-1944-4dcb-85fe-ff08182ad642 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12921 | 2024.07.31 06:58:46.282033 [ 3 ] {} <Debug> HTTP-Session: 09c0dbc4-1944-4dcb-85fe-ff08182ad642 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12922 | 2024.07.31 06:58:46.282055 [ 3 ] {} <Debug> HTTP-Session: 09c0dbc4-1944-4dcb-85fe-ff08182ad642 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12923 | 2024.07.31 06:58:46.282091 [ 3 ] {} <Trace> HTTP-Session: 09c0dbc4-1944-4dcb-85fe-ff08182ad642 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12924 | 2024.07.31 06:58:46.282251 [ 3 ] {be2301f5-4e73-4752-a913-cd5f7aba859a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12925 | 2024.07.31 06:58:46.282317 [ 3 ] {be2301f5-4e73-4752-a913-cd5f7aba859a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12926 | 2024.07.31 06:58:46.282609 [ 3 ] {be2301f5-4e73-4752-a913-cd5f7aba859a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12927 | 2024.07.31 06:58:46.283554 [ 3 ] {be2301f5-4e73-4752-a913-cd5f7aba859a} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12928 | 2024.07.31 06:58:46.283631 [ 3 ] {be2301f5-4e73-4752-a913-cd5f7aba859a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12929 | 2024.07.31 06:58:46.284801 [ 3 ] {be2301f5-4e73-4752-a913-cd5f7aba859a} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 12930 | 2024.07.31 06:58:46.285785 [ 3 ] {be2301f5-4e73-4752-a913-cd5f7aba859a} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12931 | 2024.07.31 06:58:46.286223 [ 3 ] {be2301f5-4e73-4752-a913-cd5f7aba859a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004027 sec., 14899.428855227216 rows/sec., 1.00 MiB/sec. | ||
| 12932 | 2024.07.31 06:58:46.286590 [ 3 ] {be2301f5-4e73-4752-a913-cd5f7aba859a} <Debug> DynamicQueryHandler: Done processing query | ||
| 12933 | 2024.07.31 06:58:46.286617 [ 3 ] {be2301f5-4e73-4752-a913-cd5f7aba859a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12934 | 2024.07.31 06:58:46.286634 [ 3 ] {} <Debug> HTTP-Session: 09c0dbc4-1944-4dcb-85fe-ff08182ad642 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12935 | 2024.07.31 06:58:46.289952 [ 197 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 987 rows, containing 19 columns (19 merged, 0 gathered) in 0.016496391 sec., 59831.26854837522 rows/sec., 107.21 MiB/sec. | ||
| 12936 | 2024.07.31 06:58:46.291250 [ 194 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 12937 | 2024.07.31 06:58:46.291982 [ 194 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_61_12} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12938 | 2024.07.31 06:58:46.292080 [ 194 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_61_12} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 12939 | 2024.07.31 06:58:46.292247 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.22 MiB. | ||
| 12940 | 2024.07.31 06:58:47.000152 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.18 MiB, peak 212.70 MiB, free memory in arenas 0.00 B, will set to 203.35 MiB (RSS), difference: 1.17 MiB | ||
| 12941 | 2024.07.31 06:58:51.264715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12942 | 2024.07.31 06:58:51.264843 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12943 | 2024.07.31 06:58:51.264867 [ 3 ] {} <Debug> HTTP-Session: 51a1a3cf-2f5e-44a6-8b02-926a7a20da5c Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12944 | 2024.07.31 06:58:51.264891 [ 3 ] {} <Debug> HTTP-Session: 51a1a3cf-2f5e-44a6-8b02-926a7a20da5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12945 | 2024.07.31 06:58:51.264905 [ 3 ] {} <Debug> HTTP-Session: 51a1a3cf-2f5e-44a6-8b02-926a7a20da5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12946 | 2024.07.31 06:58:51.264955 [ 3 ] {} <Trace> HTTP-Session: 51a1a3cf-2f5e-44a6-8b02-926a7a20da5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12947 | 2024.07.31 06:58:51.265141 [ 3 ] {0fe96041-1629-4c13-ba5e-30cd965ecb4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12948 | 2024.07.31 06:58:51.265208 [ 3 ] {0fe96041-1629-4c13-ba5e-30cd965ecb4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 12949 | 2024.07.31 06:58:51.265403 [ 3 ] {0fe96041-1629-4c13-ba5e-30cd965ecb4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12950 | 2024.07.31 06:58:51.265796 [ 3 ] {0fe96041-1629-4c13-ba5e-30cd965ecb4e} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12951 | 2024.07.31 06:58:51.265839 [ 3 ] {0fe96041-1629-4c13-ba5e-30cd965ecb4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 12952 | 2024.07.31 06:58:51.266202 [ 3 ] {0fe96041-1629-4c13-ba5e-30cd965ecb4e} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12953 | 2024.07.31 06:58:51.266548 [ 3 ] {0fe96041-1629-4c13-ba5e-30cd965ecb4e} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12954 | 2024.07.31 06:58:51.266716 [ 3 ] {0fe96041-1629-4c13-ba5e-30cd965ecb4e} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.001624 sec., 6157.635467980295 rows/sec., 408.91 KiB/sec. | ||
| 12955 | 2024.07.31 06:58:51.266732 [ 98 ] {} <Debug> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12956 | 2024.07.31 06:58:51.266842 [ 98 ] {} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12957 | 2024.07.31 06:58:51.266876 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 12958 | 2024.07.31 06:58:51.266999 [ 3 ] {0fe96041-1629-4c13-ba5e-30cd965ecb4e} <Debug> DynamicQueryHandler: Done processing query | ||
| 12959 | 2024.07.31 06:58:51.267077 [ 3 ] {0fe96041-1629-4c13-ba5e-30cd965ecb4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12960 | 2024.07.31 06:58:51.267125 [ 3 ] {} <Debug> HTTP-Session: 51a1a3cf-2f5e-44a6-8b02-926a7a20da5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12961 | 2024.07.31 06:58:51.267128 [ 198 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 12962 | 2024.07.31 06:58:51.267403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12963 | 2024.07.31 06:58:51.267654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12964 | 2024.07.31 06:58:51.267678 [ 198 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12965 | 2024.07.31 06:58:51.267758 [ 3 ] {} <Debug> HTTP-Session: 004098ad-6113-4778-8320-d3b98900e764 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12966 | 2024.07.31 06:58:51.267782 [ 198 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 37 rows starting from the beginning of the part | ||
| 12967 | 2024.07.31 06:58:51.267857 [ 3 ] {} <Debug> HTTP-Session: 004098ad-6113-4778-8320-d3b98900e764 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12968 | 2024.07.31 06:58:51.267937 [ 3 ] {} <Debug> HTTP-Session: 004098ad-6113-4778-8320-d3b98900e764 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12969 | 2024.07.31 06:58:51.268093 [ 198 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 10 rows starting from the beginning of the part | ||
| 12970 | 2024.07.31 06:58:51.268127 [ 3 ] {} <Trace> HTTP-Session: 004098ad-6113-4778-8320-d3b98900e764 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12971 | 2024.07.31 06:58:51.268418 [ 198 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 27 rows starting from the beginning of the part | ||
| 12972 | 2024.07.31 06:58:51.268460 [ 3 ] {1f45fa50-f595-47dc-b7ae-510a1cf0aa24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 12973 | 2024.07.31 06:58:51.268659 [ 3 ] {1f45fa50-f595-47dc-b7ae-510a1cf0aa24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12974 | 2024.07.31 06:58:51.268679 [ 198 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 10 rows starting from the beginning of the part | ||
| 12975 | 2024.07.31 06:58:51.268965 [ 198 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 35 rows starting from the beginning of the part | ||
| 12976 | 2024.07.31 06:58:51.269287 [ 198 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 10 rows starting from the beginning of the part | ||
| 12977 | 2024.07.31 06:58:51.269860 [ 3 ] {1f45fa50-f595-47dc-b7ae-510a1cf0aa24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12978 | 2024.07.31 06:58:51.270530 [ 3 ] {1f45fa50-f595-47dc-b7ae-510a1cf0aa24} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12979 | 2024.07.31 06:58:51.270592 [ 3 ] {1f45fa50-f595-47dc-b7ae-510a1cf0aa24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 12980 | 2024.07.31 06:58:51.271352 [ 3 ] {1f45fa50-f595-47dc-b7ae-510a1cf0aa24} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 12981 | 2024.07.31 06:58:51.272118 [ 194 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 129 rows, containing 4 columns (4 merged, 0 gathered) in 0.005157598 sec., 25011.643016768656 rows/sec., 1.87 MiB/sec. | ||
| 12982 | 2024.07.31 06:58:51.272262 [ 3 ] {1f45fa50-f595-47dc-b7ae-510a1cf0aa24} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12983 | 2024.07.31 06:58:51.272342 [ 198 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12984 | 2024.07.31 06:58:51.272637 [ 3 ] {1f45fa50-f595-47dc-b7ae-510a1cf0aa24} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004241 sec., 943.1737797689224 rows/sec., 76.91 KiB/sec. | ||
| 12985 | 2024.07.31 06:58:51.273977 [ 3 ] {1f45fa50-f595-47dc-b7ae-510a1cf0aa24} <Debug> DynamicQueryHandler: Done processing query | ||
| 12986 | 2024.07.31 06:58:51.274010 [ 3 ] {1f45fa50-f595-47dc-b7ae-510a1cf0aa24} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12987 | 2024.07.31 06:58:51.274044 [ 3 ] {} <Debug> HTTP-Session: 004098ad-6113-4778-8320-d3b98900e764 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12988 | 2024.07.31 06:58:51.274121 [ 198 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_66_13} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12989 | 2024.07.31 06:58:51.274211 [ 198 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_66_13} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12990 | 2024.07.31 06:58:51.274312 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26474, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12991 | 2024.07.31 06:58:51.274341 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12992 | 2024.07.31 06:58:51.274397 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12993 | 2024.07.31 06:58:51.274422 [ 3 ] {} <Debug> HTTP-Session: bf381ce3-b26a-4f14-8e12-7b0dd2c283ef Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 12994 | 2024.07.31 06:58:51.274438 [ 3 ] {} <Debug> HTTP-Session: bf381ce3-b26a-4f14-8e12-7b0dd2c283ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12995 | 2024.07.31 06:58:51.274452 [ 3 ] {} <Debug> HTTP-Session: bf381ce3-b26a-4f14-8e12-7b0dd2c283ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12996 | 2024.07.31 06:58:51.274482 [ 3 ] {} <Trace> HTTP-Session: bf381ce3-b26a-4f14-8e12-7b0dd2c283ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12997 | 2024.07.31 06:58:51.274639 [ 3 ] {77b3d995-f2f3-4ab8-a906-42cccc5daac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12998 | 2024.07.31 06:58:51.274681 [ 3 ] {77b3d995-f2f3-4ab8-a906-42cccc5daac3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12999 | 2024.07.31 06:58:51.274829 [ 3 ] {77b3d995-f2f3-4ab8-a906-42cccc5daac3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13000 | 2024.07.31 06:58:51.275238 [ 3 ] {77b3d995-f2f3-4ab8-a906-42cccc5daac3} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13001 | 2024.07.31 06:58:51.275276 [ 3 ] {77b3d995-f2f3-4ab8-a906-42cccc5daac3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13002 | 2024.07.31 06:58:51.275607 [ 3 ] {77b3d995-f2f3-4ab8-a906-42cccc5daac3} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13003 | 2024.07.31 06:58:51.275921 [ 3 ] {77b3d995-f2f3-4ab8-a906-42cccc5daac3} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13004 | 2024.07.31 06:58:51.276075 [ 3 ] {77b3d995-f2f3-4ab8-a906-42cccc5daac3} <Debug> executeQuery: Read 175 rows, 15.81 KiB in 0.001509 sec., 115970.84161696488 rows/sec., 10.23 MiB/sec. | ||
| 13005 | 2024.07.31 06:58:51.276090 [ 98 ] {} <Debug> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13006 | 2024.07.31 06:58:51.276180 [ 98 ] {} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13007 | 2024.07.31 06:58:51.276237 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13008 | 2024.07.31 06:58:51.276377 [ 3 ] {77b3d995-f2f3-4ab8-a906-42cccc5daac3} <Debug> DynamicQueryHandler: Done processing query | ||
| 13009 | 2024.07.31 06:58:51.276459 [ 3 ] {77b3d995-f2f3-4ab8-a906-42cccc5daac3} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 13010 | 2024.07.31 06:58:51.276509 [ 3 ] {} <Debug> HTTP-Session: bf381ce3-b26a-4f14-8e12-7b0dd2c283ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13011 | 2024.07.31 06:58:51.276529 [ 197 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 13012 | 2024.07.31 06:58:51.276774 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13013 | 2024.07.31 06:58:51.276966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13014 | 2024.07.31 06:58:51.277098 [ 3 ] {} <Debug> HTTP-Session: a481a524-7dc2-4b7e-8f43-5e70e9d833a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13015 | 2024.07.31 06:58:51.277195 [ 3 ] {} <Debug> HTTP-Session: a481a524-7dc2-4b7e-8f43-5e70e9d833a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13016 | 2024.07.31 06:58:51.277281 [ 3 ] {} <Debug> HTTP-Session: a481a524-7dc2-4b7e-8f43-5e70e9d833a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13017 | 2024.07.31 06:58:51.277276 [ 197 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13018 | 2024.07.31 06:58:51.277421 [ 3 ] {} <Trace> HTTP-Session: a481a524-7dc2-4b7e-8f43-5e70e9d833a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13019 | 2024.07.31 06:58:51.277432 [ 197 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 299 rows starting from the beginning of the part | ||
| 13020 | 2024.07.31 06:58:51.277798 [ 197 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 173 rows starting from the beginning of the part | ||
| 13021 | 2024.07.31 06:58:51.277808 [ 3 ] {ec2f5bf6-323e-4e17-a240-ce031ab4cb78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 13022 | 2024.07.31 06:58:51.277982 [ 3 ] {ec2f5bf6-323e-4e17-a240-ce031ab4cb78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13023 | 2024.07.31 06:58:51.278078 [ 197 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 173 rows starting from the beginning of the part | ||
| 13024 | 2024.07.31 06:58:51.278528 [ 197 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 173 rows starting from the beginning of the part | ||
| 13025 | 2024.07.31 06:58:51.278892 [ 197 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 161 rows starting from the beginning of the part | ||
| 13026 | 2024.07.31 06:58:51.279120 [ 3 ] {ec2f5bf6-323e-4e17-a240-ce031ab4cb78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13027 | 2024.07.31 06:58:51.279206 [ 197 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 175 rows starting from the beginning of the part | ||
| 13028 | 2024.07.31 06:58:51.280052 [ 3 ] {ec2f5bf6-323e-4e17-a240-ce031ab4cb78} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13029 | 2024.07.31 06:58:51.280115 [ 3 ] {ec2f5bf6-323e-4e17-a240-ce031ab4cb78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13030 | 2024.07.31 06:58:51.280973 [ 3 ] {ec2f5bf6-323e-4e17-a240-ce031ab4cb78} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 13031 | 2024.07.31 06:58:51.281786 [ 3 ] {ec2f5bf6-323e-4e17-a240-ce031ab4cb78} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13032 | 2024.07.31 06:58:51.282143 [ 3 ] {ec2f5bf6-323e-4e17-a240-ce031ab4cb78} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.004426 sec., 903.750564844103 rows/sec., 63.10 KiB/sec. | ||
| 13033 | 2024.07.31 06:58:51.283203 [ 3 ] {ec2f5bf6-323e-4e17-a240-ce031ab4cb78} <Debug> DynamicQueryHandler: Done processing query | ||
| 13034 | 2024.07.31 06:58:51.283327 [ 3 ] {ec2f5bf6-323e-4e17-a240-ce031ab4cb78} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 13035 | 2024.07.31 06:58:51.283465 [ 3 ] {} <Debug> HTTP-Session: a481a524-7dc2-4b7e-8f43-5e70e9d833a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13036 | 2024.07.31 06:58:51.283563 [ 197 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1154 rows, containing 4 columns (4 merged, 0 gathered) in 0.00722604 sec., 159700.19540439852 rows/sec., 13.78 MiB/sec. | ||
| 13037 | 2024.07.31 06:58:51.283745 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13038 | 2024.07.31 06:58:51.283797 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 62955, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13039 | 2024.07.31 06:58:51.283856 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13040 | 2024.07.31 06:58:51.283883 [ 3 ] {} <Debug> HTTP-Session: 26cc0fc6-f559-4d36-b0ec-722ca91e1e7c Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13041 | 2024.07.31 06:58:51.283903 [ 3 ] {} <Debug> HTTP-Session: 26cc0fc6-f559-4d36-b0ec-722ca91e1e7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13042 | 2024.07.31 06:58:51.283928 [ 3 ] {} <Debug> HTTP-Session: 26cc0fc6-f559-4d36-b0ec-722ca91e1e7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13043 | 2024.07.31 06:58:51.283991 [ 3 ] {} <Trace> HTTP-Session: 26cc0fc6-f559-4d36-b0ec-722ca91e1e7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13044 | 2024.07.31 06:58:51.284224 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_71_14} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13045 | 2024.07.31 06:58:51.284248 [ 3 ] {f0b11a23-3a6e-4024-a2c7-daae4b174726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13046 | 2024.07.31 06:58:51.284304 [ 3 ] {f0b11a23-3a6e-4024-a2c7-daae4b174726} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13047 | 2024.07.31 06:58:51.284329 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_71_14} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13048 | 2024.07.31 06:58:51.284448 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 13049 | 2024.07.31 06:58:51.284522 [ 3 ] {f0b11a23-3a6e-4024-a2c7-daae4b174726} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13050 | 2024.07.31 06:58:51.285053 [ 3 ] {f0b11a23-3a6e-4024-a2c7-daae4b174726} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13051 | 2024.07.31 06:58:51.285090 [ 3 ] {f0b11a23-3a6e-4024-a2c7-daae4b174726} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13052 | 2024.07.31 06:58:51.285417 [ 3 ] {f0b11a23-3a6e-4024-a2c7-daae4b174726} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13053 | 2024.07.31 06:58:51.285735 [ 3 ] {f0b11a23-3a6e-4024-a2c7-daae4b174726} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13054 | 2024.07.31 06:58:51.285879 [ 3 ] {f0b11a23-3a6e-4024-a2c7-daae4b174726} <Debug> executeQuery: Read 390 rows, 28.12 KiB in 0.001764 sec., 221088.43537414967 rows/sec., 15.57 MiB/sec. | ||
| 13055 | 2024.07.31 06:58:51.285894 [ 97 ] {} <Debug> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13056 | 2024.07.31 06:58:51.285985 [ 97 ] {} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13057 | 2024.07.31 06:58:51.286030 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13058 | 2024.07.31 06:58:51.286140 [ 3 ] {f0b11a23-3a6e-4024-a2c7-daae4b174726} <Debug> DynamicQueryHandler: Done processing query | ||
| 13059 | 2024.07.31 06:58:51.286200 [ 3 ] {f0b11a23-3a6e-4024-a2c7-daae4b174726} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 13060 | 2024.07.31 06:58:51.286265 [ 3 ] {} <Debug> HTTP-Session: 26cc0fc6-f559-4d36-b0ec-722ca91e1e7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13061 | 2024.07.31 06:58:51.286289 [ 196 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 13062 | 2024.07.31 06:58:51.286522 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13063 | 2024.07.31 06:58:51.286718 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13064 | 2024.07.31 06:58:51.286824 [ 3 ] {} <Debug> HTTP-Session: cafa311e-1a73-4266-a037-4c1cd53c980e Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13065 | 2024.07.31 06:58:51.286899 [ 3 ] {} <Debug> HTTP-Session: cafa311e-1a73-4266-a037-4c1cd53c980e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13066 | 2024.07.31 06:58:51.286951 [ 196 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13067 | 2024.07.31 06:58:51.286973 [ 3 ] {} <Debug> HTTP-Session: cafa311e-1a73-4266-a037-4c1cd53c980e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13068 | 2024.07.31 06:58:51.287084 [ 196 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 471 rows starting from the beginning of the part | ||
| 13069 | 2024.07.31 06:58:51.287107 [ 3 ] {} <Trace> HTTP-Session: cafa311e-1a73-4266-a037-4c1cd53c980e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13070 | 2024.07.31 06:58:51.287628 [ 196 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 386 rows starting from the beginning of the part | ||
| 13071 | 2024.07.31 06:58:51.287658 [ 3 ] {1181ca36-ba98-4e35-bda7-f380d7453649} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 13072 | 2024.07.31 06:58:51.287968 [ 3 ] {1181ca36-ba98-4e35-bda7-f380d7453649} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13073 | 2024.07.31 06:58:51.288046 [ 196 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 115 rows starting from the beginning of the part | ||
| 13074 | 2024.07.31 06:58:51.288358 [ 196 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 386 rows starting from the beginning of the part | ||
| 13075 | 2024.07.31 06:58:51.288765 [ 196 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 105 rows starting from the beginning of the part | ||
| 13076 | 2024.07.31 06:58:51.289176 [ 196 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 390 rows starting from the beginning of the part | ||
| 13077 | 2024.07.31 06:58:51.289334 [ 3 ] {1181ca36-ba98-4e35-bda7-f380d7453649} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13078 | 2024.07.31 06:58:51.289887 [ 3 ] {1181ca36-ba98-4e35-bda7-f380d7453649} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13079 | 2024.07.31 06:58:51.289930 [ 3 ] {1181ca36-ba98-4e35-bda7-f380d7453649} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13080 | 2024.07.31 06:58:51.290440 [ 3 ] {1181ca36-ba98-4e35-bda7-f380d7453649} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 13081 | 2024.07.31 06:58:51.290826 [ 3 ] {1181ca36-ba98-4e35-bda7-f380d7453649} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13082 | 2024.07.31 06:58:51.291017 [ 189 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1853 rows, containing 4 columns (4 merged, 0 gathered) in 0.004903172 sec., 377918.62084381294 rows/sec., 27.07 MiB/sec. | ||
| 13083 | 2024.07.31 06:58:51.291147 [ 3 ] {1181ca36-ba98-4e35-bda7-f380d7453649} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003771 sec., 1591.0898965791566 rows/sec., 68.37 KiB/sec. | ||
| 13084 | 2024.07.31 06:58:51.291438 [ 193 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13085 | 2024.07.31 06:58:51.291727 [ 3 ] {1181ca36-ba98-4e35-bda7-f380d7453649} <Debug> DynamicQueryHandler: Done processing query | ||
| 13086 | 2024.07.31 06:58:51.291813 [ 3 ] {1181ca36-ba98-4e35-bda7-f380d7453649} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 13087 | 2024.07.31 06:58:51.291880 [ 3 ] {} <Debug> HTTP-Session: cafa311e-1a73-4266-a037-4c1cd53c980e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13088 | 2024.07.31 06:58:51.292081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13089 | 2024.07.31 06:58:51.292169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13090 | 2024.07.31 06:58:51.292202 [ 3 ] {} <Debug> HTTP-Session: d22ccf0a-1d67-4471-a7bf-a13359b40395 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13091 | 2024.07.31 06:58:51.292235 [ 3 ] {} <Debug> HTTP-Session: d22ccf0a-1d67-4471-a7bf-a13359b40395 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13092 | 2024.07.31 06:58:51.292263 [ 3 ] {} <Debug> HTTP-Session: d22ccf0a-1d67-4471-a7bf-a13359b40395 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13093 | 2024.07.31 06:58:51.292320 [ 3 ] {} <Trace> HTTP-Session: d22ccf0a-1d67-4471-a7bf-a13359b40395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13094 | 2024.07.31 06:58:51.292331 [ 193 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_71_14} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13095 | 2024.07.31 06:58:51.292514 [ 193 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_71_14} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13096 | 2024.07.31 06:58:51.292548 [ 3 ] {2bfe2d90-1ff0-488d-a262-f3eafefd10c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 13097 | 2024.07.31 06:58:51.292665 [ 3 ] {2bfe2d90-1ff0-488d-a262-f3eafefd10c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 13098 | 2024.07.31 06:58:51.292686 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 13099 | 2024.07.31 06:58:51.292885 [ 3 ] {2bfe2d90-1ff0-488d-a262-f3eafefd10c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13100 | 2024.07.31 06:58:51.293218 [ 3 ] {2bfe2d90-1ff0-488d-a262-f3eafefd10c6} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13101 | 2024.07.31 06:58:51.293256 [ 3 ] {2bfe2d90-1ff0-488d-a262-f3eafefd10c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13102 | 2024.07.31 06:58:51.293641 [ 3 ] {2bfe2d90-1ff0-488d-a262-f3eafefd10c6} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 13103 | 2024.07.31 06:58:51.293984 [ 3 ] {2bfe2d90-1ff0-488d-a262-f3eafefd10c6} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13104 | 2024.07.31 06:58:51.294148 [ 3 ] {2bfe2d90-1ff0-488d-a262-f3eafefd10c6} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00169 sec., 45562.13017751479 rows/sec., 2.81 MiB/sec. | ||
| 13105 | 2024.07.31 06:58:51.294319 [ 3 ] {2bfe2d90-1ff0-488d-a262-f3eafefd10c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 13106 | 2024.07.31 06:58:51.294344 [ 3 ] {2bfe2d90-1ff0-488d-a262-f3eafefd10c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13107 | 2024.07.31 06:58:51.294360 [ 3 ] {} <Debug> HTTP-Session: d22ccf0a-1d67-4471-a7bf-a13359b40395 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13108 | 2024.07.31 06:58:51.294546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 31003, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13109 | 2024.07.31 06:58:51.294595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13110 | 2024.07.31 06:58:51.294613 [ 3 ] {} <Debug> HTTP-Session: 7f511dac-8703-4c9a-ad8f-3a96eeb93ec1 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13111 | 2024.07.31 06:58:51.294629 [ 3 ] {} <Debug> HTTP-Session: 7f511dac-8703-4c9a-ad8f-3a96eeb93ec1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13112 | 2024.07.31 06:58:51.294642 [ 3 ] {} <Debug> HTTP-Session: 7f511dac-8703-4c9a-ad8f-3a96eeb93ec1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13113 | 2024.07.31 06:58:51.294672 [ 3 ] {} <Trace> HTTP-Session: 7f511dac-8703-4c9a-ad8f-3a96eeb93ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13114 | 2024.07.31 06:58:51.294809 [ 3 ] {84ac52d7-c3f8-4dfe-923b-946fdb372f69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13115 | 2024.07.31 06:58:51.294854 [ 3 ] {84ac52d7-c3f8-4dfe-923b-946fdb372f69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13116 | 2024.07.31 06:58:51.294995 [ 3 ] {84ac52d7-c3f8-4dfe-923b-946fdb372f69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13117 | 2024.07.31 06:58:51.295419 [ 3 ] {84ac52d7-c3f8-4dfe-923b-946fdb372f69} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13118 | 2024.07.31 06:58:51.295456 [ 3 ] {84ac52d7-c3f8-4dfe-923b-946fdb372f69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13119 | 2024.07.31 06:58:51.295837 [ 3 ] {84ac52d7-c3f8-4dfe-923b-946fdb372f69} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13120 | 2024.07.31 06:58:51.296174 [ 3 ] {84ac52d7-c3f8-4dfe-923b-946fdb372f69} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13121 | 2024.07.31 06:58:51.296324 [ 97 ] {} <Debug> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13122 | 2024.07.31 06:58:51.296332 [ 3 ] {84ac52d7-c3f8-4dfe-923b-946fdb372f69} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001573 sec., 102987.92116973935 rows/sec., 7.17 MiB/sec. | ||
| 13123 | 2024.07.31 06:58:51.296375 [ 97 ] {} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13124 | 2024.07.31 06:58:51.296434 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13125 | 2024.07.31 06:58:51.296728 [ 3 ] {84ac52d7-c3f8-4dfe-923b-946fdb372f69} <Debug> DynamicQueryHandler: Done processing query | ||
| 13126 | 2024.07.31 06:58:51.296727 [ 189 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 13127 | 2024.07.31 06:58:51.296814 [ 3 ] {84ac52d7-c3f8-4dfe-923b-946fdb372f69} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 13128 | 2024.07.31 06:58:51.296937 [ 3 ] {} <Debug> HTTP-Session: 7f511dac-8703-4c9a-ad8f-3a96eeb93ec1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13129 | 2024.07.31 06:58:51.297342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6441, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13130 | 2024.07.31 06:58:51.297665 [ 189 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13131 | 2024.07.31 06:58:51.297684 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13132 | 2024.07.31 06:58:51.297776 [ 189 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_66_13, total 10944 rows starting from the beginning of the part | ||
| 13133 | 2024.07.31 06:58:51.297784 [ 3 ] {} <Debug> HTTP-Session: 7dbdec68-fe54-45e3-8e1a-d06723cc858f Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13134 | 2024.07.31 06:58:51.297849 [ 3 ] {} <Debug> HTTP-Session: 7dbdec68-fe54-45e3-8e1a-d06723cc858f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13135 | 2024.07.31 06:58:51.297874 [ 3 ] {} <Debug> HTTP-Session: 7dbdec68-fe54-45e3-8e1a-d06723cc858f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13136 | 2024.07.31 06:58:51.298019 [ 3 ] {} <Trace> HTTP-Session: 7dbdec68-fe54-45e3-8e1a-d06723cc858f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13137 | 2024.07.31 06:58:51.298057 [ 189 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part | ||
| 13138 | 2024.07.31 06:58:51.298372 [ 189 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 196 rows starting from the beginning of the part | ||
| 13139 | 2024.07.31 06:58:51.298516 [ 3 ] {41b7c0e6-4cbe-48a1-b9f9-19409477b163} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 13140 | 2024.07.31 06:58:51.298625 [ 189 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part | ||
| 13141 | 2024.07.31 06:58:51.298942 [ 189 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 160 rows starting from the beginning of the part | ||
| 13142 | 2024.07.31 06:58:51.298971 [ 3 ] {41b7c0e6-4cbe-48a1-b9f9-19409477b163} <Trace> 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 | ||
| 13143 | 2024.07.31 06:58:51.299247 [ 189 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 162 rows starting from the beginning of the part | ||
| 13144 | 2024.07.31 06:58:51.300945 [ 3 ] {41b7c0e6-4cbe-48a1-b9f9-19409477b163} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13145 | 2024.07.31 06:58:51.302045 [ 3 ] {41b7c0e6-4cbe-48a1-b9f9-19409477b163} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13146 | 2024.07.31 06:58:51.302115 [ 3 ] {41b7c0e6-4cbe-48a1-b9f9-19409477b163} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13147 | 2024.07.31 06:58:51.303616 [ 3 ] {41b7c0e6-4cbe-48a1-b9f9-19409477b163} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 13148 | 2024.07.31 06:58:51.304670 [ 3 ] {41b7c0e6-4cbe-48a1-b9f9-19409477b163} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13149 | 2024.07.31 06:58:51.304884 [ 3 ] {41b7c0e6-4cbe-48a1-b9f9-19409477b163} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.006564 sec., 609.3845216331505 rows/sec., 1.09 MiB/sec. | ||
| 13150 | 2024.07.31 06:58:51.305182 [ 3 ] {41b7c0e6-4cbe-48a1-b9f9-19409477b163} <Debug> DynamicQueryHandler: Done processing query | ||
| 13151 | 2024.07.31 06:58:51.305213 [ 3 ] {41b7c0e6-4cbe-48a1-b9f9-19409477b163} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 13152 | 2024.07.31 06:58:51.305230 [ 3 ] {} <Debug> HTTP-Session: 7dbdec68-fe54-45e3-8e1a-d06723cc858f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13153 | 2024.07.31 06:58:51.305364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13154 | 2024.07.31 06:58:51.305433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13155 | 2024.07.31 06:58:51.305490 [ 3 ] {} <Debug> HTTP-Session: 83dd6b04-7fe9-4af5-ad3d-b9a97c6be3c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13156 | 2024.07.31 06:58:51.305559 [ 3 ] {} <Debug> HTTP-Session: 83dd6b04-7fe9-4af5-ad3d-b9a97c6be3c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13157 | 2024.07.31 06:58:51.305613 [ 3 ] {} <Debug> HTTP-Session: 83dd6b04-7fe9-4af5-ad3d-b9a97c6be3c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13158 | 2024.07.31 06:58:51.305732 [ 3 ] {} <Trace> HTTP-Session: 83dd6b04-7fe9-4af5-ad3d-b9a97c6be3c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13159 | 2024.07.31 06:58:51.305803 [ 193 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11782 rows, containing 5 columns (5 merged, 0 gathered) in 0.009270021 sec., 1270978.782032964 rows/sec., 88.57 MiB/sec. | ||
| 13160 | 2024.07.31 06:58:51.305903 [ 3 ] {af5e7342-f265-434e-ac78-227e4a15b107} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 13161 | 2024.07.31 06:58:51.305958 [ 3 ] {af5e7342-f265-434e-ac78-227e4a15b107} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 13162 | 2024.07.31 06:58:51.306148 [ 3 ] {af5e7342-f265-434e-ac78-227e4a15b107} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13163 | 2024.07.31 06:58:51.306243 [ 193 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13164 | 2024.07.31 06:58:51.306940 [ 3 ] {af5e7342-f265-434e-ac78-227e4a15b107} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13165 | 2024.07.31 06:58:51.307006 [ 3 ] {af5e7342-f265-434e-ac78-227e4a15b107} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13166 | 2024.07.31 06:58:51.307322 [ 193 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13167 | 2024.07.31 06:58:51.307497 [ 193 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13168 | 2024.07.31 06:58:51.307682 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.54 MiB. | ||
| 13169 | 2024.07.31 06:58:51.307796 [ 3 ] {af5e7342-f265-434e-ac78-227e4a15b107} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 13170 | 2024.07.31 06:58:51.308187 [ 3 ] {af5e7342-f265-434e-ac78-227e4a15b107} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13171 | 2024.07.31 06:58:51.308359 [ 3 ] {af5e7342-f265-434e-ac78-227e4a15b107} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.002497 sec., 9211.0532639167 rows/sec., 498.25 KiB/sec. | ||
| 13172 | 2024.07.31 06:58:51.308369 [ 96 ] {} <Debug> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 13173 | 2024.07.31 06:58:51.308464 [ 96 ] {} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13174 | 2024.07.31 06:58:51.308525 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13175 | 2024.07.31 06:58:51.308662 [ 3 ] {af5e7342-f265-434e-ac78-227e4a15b107} <Debug> DynamicQueryHandler: Done processing query | ||
| 13176 | 2024.07.31 06:58:51.308705 [ 196 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 13177 | 2024.07.31 06:58:51.308710 [ 3 ] {af5e7342-f265-434e-ac78-227e4a15b107} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 13178 | 2024.07.31 06:58:51.308773 [ 3 ] {} <Debug> HTTP-Session: 83dd6b04-7fe9-4af5-ad3d-b9a97c6be3c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13179 | 2024.07.31 06:58:51.308983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13180 | 2024.07.31 06:58:51.309059 [ 196 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13181 | 2024.07.31 06:58:51.309078 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13182 | 2024.07.31 06:58:51.309100 [ 196 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 717 rows starting from the beginning of the part | ||
| 13183 | 2024.07.31 06:58:51.309106 [ 3 ] {} <Debug> HTTP-Session: db543c44-253f-4fa2-986d-0101cddea7e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13184 | 2024.07.31 06:58:51.309131 [ 3 ] {} <Debug> HTTP-Session: db543c44-253f-4fa2-986d-0101cddea7e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13185 | 2024.07.31 06:58:51.309158 [ 3 ] {} <Debug> HTTP-Session: db543c44-253f-4fa2-986d-0101cddea7e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13186 | 2024.07.31 06:58:51.309232 [ 196 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 23 rows starting from the beginning of the part | ||
| 13187 | 2024.07.31 06:58:51.309281 [ 3 ] {} <Trace> HTTP-Session: db543c44-253f-4fa2-986d-0101cddea7e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13188 | 2024.07.31 06:58:51.309623 [ 196 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 23 rows starting from the beginning of the part | ||
| 13189 | 2024.07.31 06:58:51.309668 [ 3 ] {ee4f74f0-d2e7-493f-a400-52fbb9dbdbb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13190 | 2024.07.31 06:58:51.309823 [ 3 ] {ee4f74f0-d2e7-493f-a400-52fbb9dbdbb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13191 | 2024.07.31 06:58:51.309840 [ 196 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 23 rows starting from the beginning of the part | ||
| 13192 | 2024.07.31 06:58:51.310106 [ 196 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 9 rows starting from the beginning of the part | ||
| 13193 | 2024.07.31 06:58:51.310373 [ 196 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 23 rows starting from the beginning of the part | ||
| 13194 | 2024.07.31 06:58:51.310782 [ 3 ] {ee4f74f0-d2e7-493f-a400-52fbb9dbdbb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13195 | 2024.07.31 06:58:51.311295 [ 3 ] {ee4f74f0-d2e7-493f-a400-52fbb9dbdbb5} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13196 | 2024.07.31 06:58:51.311344 [ 3 ] {ee4f74f0-d2e7-493f-a400-52fbb9dbdbb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13197 | 2024.07.31 06:58:51.311931 [ 3 ] {ee4f74f0-d2e7-493f-a400-52fbb9dbdbb5} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13198 | 2024.07.31 06:58:51.312227 [ 193 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 818 rows, containing 4 columns (4 merged, 0 gathered) in 0.00360789 sec., 226725.31590486408 rows/sec., 12.18 MiB/sec. | ||
| 13199 | 2024.07.31 06:58:51.312505 [ 202 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 13200 | 2024.07.31 06:58:51.312507 [ 3 ] {ee4f74f0-d2e7-493f-a400-52fbb9dbdbb5} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13201 | 2024.07.31 06:58:51.312847 [ 96 ] {} <Debug> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13202 | 2024.07.31 06:58:51.312862 [ 3 ] {ee4f74f0-d2e7-493f-a400-52fbb9dbdbb5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0033 sec., 18181.81818181818 rows/sec., 1.23 MiB/sec. | ||
| 13203 | 2024.07.31 06:58:51.312923 [ 96 ] {} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13204 | 2024.07.31 06:58:51.313028 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13205 | 2024.07.31 06:58:51.313599 [ 3 ] {ee4f74f0-d2e7-493f-a400-52fbb9dbdbb5} <Debug> DynamicQueryHandler: Done processing query | ||
| 13206 | 2024.07.31 06:58:51.313610 [ 192 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 13207 | 2024.07.31 06:58:51.313658 [ 3 ] {ee4f74f0-d2e7-493f-a400-52fbb9dbdbb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13208 | 2024.07.31 06:58:51.313709 [ 3 ] {} <Debug> HTTP-Session: db543c44-253f-4fa2-986d-0101cddea7e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13209 | 2024.07.31 06:58:51.313895 [ 192 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13210 | 2024.07.31 06:58:51.313934 [ 192 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3886 rows starting from the beginning of the part | ||
| 13211 | 2024.07.31 06:58:51.314026 [ 202 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_36_7} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13212 | 2024.07.31 06:58:51.314111 [ 192 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part | ||
| 13213 | 2024.07.31 06:58:51.314360 [ 192 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part | ||
| 13214 | 2024.07.31 06:58:51.314400 [ 202 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_36_7} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 13215 | 2024.07.31 06:58:51.314668 [ 192 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part | ||
| 13216 | 2024.07.31 06:58:51.314724 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 13217 | 2024.07.31 06:58:51.314845 [ 192 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part | ||
| 13218 | 2024.07.31 06:58:51.314921 [ 192 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part | ||
| 13219 | 2024.07.31 06:58:51.316617 [ 199 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4186 rows, containing 4 columns (4 merged, 0 gathered) in 0.003381425 sec., 1237939.6260452324 rows/sec., 83.45 MiB/sec. | ||
| 13220 | 2024.07.31 06:58:51.316936 [ 190 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13221 | 2024.07.31 06:58:51.317318 [ 190 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_71_14} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13222 | 2024.07.31 06:58:51.317404 [ 190 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_71_14} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13223 | 2024.07.31 06:58:51.317478 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
| 13224 | 2024.07.31 06:58:53.078765 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13225 | 2024.07.31 06:58:53.078845 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13226 | 2024.07.31 06:58:56.261560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 5647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13227 | 2024.07.31 06:58:56.261688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13228 | 2024.07.31 06:58:56.261714 [ 3 ] {} <Debug> HTTP-Session: a20a3b43-3e61-4f99-b77d-54b8f5fa5f2c Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13229 | 2024.07.31 06:58:56.261737 [ 3 ] {} <Debug> HTTP-Session: a20a3b43-3e61-4f99-b77d-54b8f5fa5f2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13230 | 2024.07.31 06:58:56.261754 [ 3 ] {} <Debug> HTTP-Session: a20a3b43-3e61-4f99-b77d-54b8f5fa5f2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13231 | 2024.07.31 06:58:56.261805 [ 3 ] {} <Trace> HTTP-Session: a20a3b43-3e61-4f99-b77d-54b8f5fa5f2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13232 | 2024.07.31 06:58:56.261996 [ 3 ] {63d6a4a1-5a92-47e6-b7ff-4cc41eca94a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 13233 | 2024.07.31 06:58:56.262064 [ 3 ] {63d6a4a1-5a92-47e6-b7ff-4cc41eca94a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 13234 | 2024.07.31 06:58:56.262258 [ 3 ] {63d6a4a1-5a92-47e6-b7ff-4cc41eca94a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13235 | 2024.07.31 06:58:56.262726 [ 3 ] {63d6a4a1-5a92-47e6-b7ff-4cc41eca94a3} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13236 | 2024.07.31 06:58:56.262772 [ 3 ] {63d6a4a1-5a92-47e6-b7ff-4cc41eca94a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13237 | 2024.07.31 06:58:56.263162 [ 3 ] {63d6a4a1-5a92-47e6-b7ff-4cc41eca94a3} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 13238 | 2024.07.31 06:58:56.263523 [ 3 ] {63d6a4a1-5a92-47e6-b7ff-4cc41eca94a3} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13239 | 2024.07.31 06:58:56.263694 [ 3 ] {63d6a4a1-5a92-47e6-b7ff-4cc41eca94a3} <Debug> executeQuery: Read 39 rows, 3.16 KiB in 0.001757 sec., 22196.9265793967 rows/sec., 1.76 MiB/sec. | ||
| 13240 | 2024.07.31 06:58:56.263994 [ 3 ] {63d6a4a1-5a92-47e6-b7ff-4cc41eca94a3} <Debug> DynamicQueryHandler: Done processing query | ||
| 13241 | 2024.07.31 06:58:56.264053 [ 3 ] {63d6a4a1-5a92-47e6-b7ff-4cc41eca94a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13242 | 2024.07.31 06:58:56.264109 [ 3 ] {} <Debug> HTTP-Session: a20a3b43-3e61-4f99-b77d-54b8f5fa5f2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13243 | 2024.07.31 06:58:56.264364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 25477, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13244 | 2024.07.31 06:58:56.264420 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13245 | 2024.07.31 06:58:56.264440 [ 3 ] {} <Debug> HTTP-Session: 92b392d5-dcb3-4e1c-8400-6335af5a7830 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13246 | 2024.07.31 06:58:56.264459 [ 3 ] {} <Debug> HTTP-Session: 92b392d5-dcb3-4e1c-8400-6335af5a7830 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13247 | 2024.07.31 06:58:56.264474 [ 3 ] {} <Debug> HTTP-Session: 92b392d5-dcb3-4e1c-8400-6335af5a7830 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13248 | 2024.07.31 06:58:56.264511 [ 3 ] {} <Trace> HTTP-Session: 92b392d5-dcb3-4e1c-8400-6335af5a7830 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13249 | 2024.07.31 06:58:56.264678 [ 3 ] {f495a300-0053-4988-ba5c-1bf4740d04ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13250 | 2024.07.31 06:58:56.264725 [ 3 ] {f495a300-0053-4988-ba5c-1bf4740d04ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13251 | 2024.07.31 06:58:56.264876 [ 3 ] {f495a300-0053-4988-ba5c-1bf4740d04ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13252 | 2024.07.31 06:58:56.265333 [ 3 ] {f495a300-0053-4988-ba5c-1bf4740d04ae} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13253 | 2024.07.31 06:58:56.265373 [ 3 ] {f495a300-0053-4988-ba5c-1bf4740d04ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13254 | 2024.07.31 06:58:56.265710 [ 3 ] {f495a300-0053-4988-ba5c-1bf4740d04ae} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 13255 | 2024.07.31 06:58:56.266044 [ 3 ] {f495a300-0053-4988-ba5c-1bf4740d04ae} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13256 | 2024.07.31 06:58:56.266202 [ 3 ] {f495a300-0053-4988-ba5c-1bf4740d04ae} <Debug> executeQuery: Read 173 rows, 14.95 KiB in 0.001592 sec., 108668.3417085427 rows/sec., 9.17 MiB/sec. | ||
| 13257 | 2024.07.31 06:58:56.266389 [ 3 ] {f495a300-0053-4988-ba5c-1bf4740d04ae} <Debug> DynamicQueryHandler: Done processing query | ||
| 13258 | 2024.07.31 06:58:56.266428 [ 3 ] {f495a300-0053-4988-ba5c-1bf4740d04ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 13259 | 2024.07.31 06:58:56.266462 [ 3 ] {} <Debug> HTTP-Session: 92b392d5-dcb3-4e1c-8400-6335af5a7830 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13260 | 2024.07.31 06:58:56.266638 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 18487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13261 | 2024.07.31 06:58:56.266687 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13262 | 2024.07.31 06:58:56.266708 [ 3 ] {} <Debug> HTTP-Session: 4f4d3ffc-1b86-400d-b493-0916e2bb61c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13263 | 2024.07.31 06:58:56.266725 [ 3 ] {} <Debug> HTTP-Session: 4f4d3ffc-1b86-400d-b493-0916e2bb61c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13264 | 2024.07.31 06:58:56.266739 [ 3 ] {} <Debug> HTTP-Session: 4f4d3ffc-1b86-400d-b493-0916e2bb61c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13265 | 2024.07.31 06:58:56.266770 [ 3 ] {} <Trace> HTTP-Session: 4f4d3ffc-1b86-400d-b493-0916e2bb61c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13266 | 2024.07.31 06:58:56.266910 [ 3 ] {ef83a964-1138-409c-9df9-6337778855eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13267 | 2024.07.31 06:58:56.266952 [ 3 ] {ef83a964-1138-409c-9df9-6337778855eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13268 | 2024.07.31 06:58:56.267077 [ 3 ] {ef83a964-1138-409c-9df9-6337778855eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13269 | 2024.07.31 06:58:56.267450 [ 3 ] {ef83a964-1138-409c-9df9-6337778855eb} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13270 | 2024.07.31 06:58:56.267488 [ 3 ] {ef83a964-1138-409c-9df9-6337778855eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13271 | 2024.07.31 06:58:56.267811 [ 3 ] {ef83a964-1138-409c-9df9-6337778855eb} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 13272 | 2024.07.31 06:58:56.268132 [ 3 ] {ef83a964-1138-409c-9df9-6337778855eb} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13273 | 2024.07.31 06:58:56.268280 [ 3 ] {ef83a964-1138-409c-9df9-6337778855eb} <Debug> executeQuery: Read 109 rows, 8.69 KiB in 0.001425 sec., 76491.22807017544 rows/sec., 5.96 MiB/sec. | ||
| 13274 | 2024.07.31 06:58:56.268449 [ 3 ] {ef83a964-1138-409c-9df9-6337778855eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 13275 | 2024.07.31 06:58:56.268475 [ 3 ] {ef83a964-1138-409c-9df9-6337778855eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 13276 | 2024.07.31 06:58:56.268491 [ 3 ] {} <Debug> HTTP-Session: 4f4d3ffc-1b86-400d-b493-0916e2bb61c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13277 | 2024.07.31 06:58:56.268669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13278 | 2024.07.31 06:58:56.268718 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13279 | 2024.07.31 06:58:56.268738 [ 3 ] {} <Debug> HTTP-Session: 5a8d4095-efdb-48e7-a2fb-e669dfa7cc63 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13280 | 2024.07.31 06:58:56.268755 [ 3 ] {} <Debug> HTTP-Session: 5a8d4095-efdb-48e7-a2fb-e669dfa7cc63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13281 | 2024.07.31 06:58:56.268769 [ 3 ] {} <Debug> HTTP-Session: 5a8d4095-efdb-48e7-a2fb-e669dfa7cc63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13282 | 2024.07.31 06:58:56.268801 [ 3 ] {} <Trace> HTTP-Session: 5a8d4095-efdb-48e7-a2fb-e669dfa7cc63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13283 | 2024.07.31 06:58:56.268944 [ 3 ] {57c8e66c-07fb-47b9-823c-09182d28e02b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13284 | 2024.07.31 06:58:56.268992 [ 3 ] {57c8e66c-07fb-47b9-823c-09182d28e02b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13285 | 2024.07.31 06:58:56.269142 [ 3 ] {57c8e66c-07fb-47b9-823c-09182d28e02b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13286 | 2024.07.31 06:58:56.269549 [ 3 ] {57c8e66c-07fb-47b9-823c-09182d28e02b} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13287 | 2024.07.31 06:58:56.269587 [ 3 ] {57c8e66c-07fb-47b9-823c-09182d28e02b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13288 | 2024.07.31 06:58:56.269986 [ 3 ] {57c8e66c-07fb-47b9-823c-09182d28e02b} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 13289 | 2024.07.31 06:58:56.270345 [ 3 ] {57c8e66c-07fb-47b9-823c-09182d28e02b} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13290 | 2024.07.31 06:58:56.270499 [ 3 ] {57c8e66c-07fb-47b9-823c-09182d28e02b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001615 sec., 99071.20743034057 rows/sec., 6.90 MiB/sec. | ||
| 13291 | 2024.07.31 06:58:56.270688 [ 3 ] {57c8e66c-07fb-47b9-823c-09182d28e02b} <Debug> DynamicQueryHandler: Done processing query | ||
| 13292 | 2024.07.31 06:58:56.270714 [ 3 ] {57c8e66c-07fb-47b9-823c-09182d28e02b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 13293 | 2024.07.31 06:58:56.270730 [ 3 ] {} <Debug> HTTP-Session: 5a8d4095-efdb-48e7-a2fb-e669dfa7cc63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13294 | 2024.07.31 06:58:56.270915 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 62715, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13295 | 2024.07.31 06:58:56.270965 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13296 | 2024.07.31 06:58:56.270984 [ 3 ] {} <Debug> HTTP-Session: cf2f7454-a3ff-4dda-8973-a912d20afe94 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13297 | 2024.07.31 06:58:56.271000 [ 3 ] {} <Debug> HTTP-Session: cf2f7454-a3ff-4dda-8973-a912d20afe94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13298 | 2024.07.31 06:58:56.271013 [ 3 ] {} <Debug> HTTP-Session: cf2f7454-a3ff-4dda-8973-a912d20afe94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13299 | 2024.07.31 06:58:56.271045 [ 3 ] {} <Trace> HTTP-Session: cf2f7454-a3ff-4dda-8973-a912d20afe94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13300 | 2024.07.31 06:58:56.271441 [ 3 ] {13867ed2-48b6-4d31-a1be-4f8f30ef4fef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 13301 | 2024.07.31 06:58:56.271506 [ 3 ] {13867ed2-48b6-4d31-a1be-4f8f30ef4fef} <Trace> 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 | ||
| 13302 | 2024.07.31 06:58:56.271928 [ 3 ] {13867ed2-48b6-4d31-a1be-4f8f30ef4fef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13303 | 2024.07.31 06:58:56.272688 [ 3 ] {13867ed2-48b6-4d31-a1be-4f8f30ef4fef} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13304 | 2024.07.31 06:58:56.272725 [ 3 ] {13867ed2-48b6-4d31-a1be-4f8f30ef4fef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13305 | 2024.07.31 06:58:56.273374 [ 3 ] {13867ed2-48b6-4d31-a1be-4f8f30ef4fef} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 13306 | 2024.07.31 06:58:56.273801 [ 3 ] {13867ed2-48b6-4d31-a1be-4f8f30ef4fef} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13307 | 2024.07.31 06:58:56.273992 [ 3 ] {13867ed2-48b6-4d31-a1be-4f8f30ef4fef} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00285 sec., 13684.210526315788 rows/sec., 24.52 MiB/sec. | ||
| 13308 | 2024.07.31 06:58:56.274220 [ 3 ] {13867ed2-48b6-4d31-a1be-4f8f30ef4fef} <Debug> DynamicQueryHandler: Done processing query | ||
| 13309 | 2024.07.31 06:58:56.274245 [ 3 ] {13867ed2-48b6-4d31-a1be-4f8f30ef4fef} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
| 13310 | 2024.07.31 06:58:56.274262 [ 3 ] {} <Debug> HTTP-Session: cf2f7454-a3ff-4dda-8973-a912d20afe94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13311 | 2024.07.31 06:58:56.274392 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 971, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13312 | 2024.07.31 06:58:56.274442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13313 | 2024.07.31 06:58:56.274462 [ 3 ] {} <Debug> HTTP-Session: 46d87236-caf2-4b89-904c-2b84f099b52d Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13314 | 2024.07.31 06:58:56.274478 [ 3 ] {} <Debug> HTTP-Session: 46d87236-caf2-4b89-904c-2b84f099b52d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13315 | 2024.07.31 06:58:56.274492 [ 3 ] {} <Debug> HTTP-Session: 46d87236-caf2-4b89-904c-2b84f099b52d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13316 | 2024.07.31 06:58:56.274524 [ 3 ] {} <Trace> HTTP-Session: 46d87236-caf2-4b89-904c-2b84f099b52d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13317 | 2024.07.31 06:58:56.274624 [ 3 ] {b6afee96-85ee-46ff-a429-277573c31cd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 13318 | 2024.07.31 06:58:56.274668 [ 3 ] {b6afee96-85ee-46ff-a429-277573c31cd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 13319 | 2024.07.31 06:58:56.274797 [ 3 ] {b6afee96-85ee-46ff-a429-277573c31cd1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13320 | 2024.07.31 06:58:56.275070 [ 3 ] {b6afee96-85ee-46ff-a429-277573c31cd1} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13321 | 2024.07.31 06:58:56.275107 [ 3 ] {b6afee96-85ee-46ff-a429-277573c31cd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13322 | 2024.07.31 06:58:56.275464 [ 3 ] {b6afee96-85ee-46ff-a429-277573c31cd1} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 13323 | 2024.07.31 06:58:56.275800 [ 3 ] {b6afee96-85ee-46ff-a429-277573c31cd1} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13324 | 2024.07.31 06:58:56.275954 [ 3 ] {b6afee96-85ee-46ff-a429-277573c31cd1} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.001346 sec., 4457.652303120357 rows/sec., 293.84 KiB/sec. | ||
| 13325 | 2024.07.31 06:58:56.276129 [ 3 ] {b6afee96-85ee-46ff-a429-277573c31cd1} <Debug> DynamicQueryHandler: Done processing query | ||
| 13326 | 2024.07.31 06:58:56.276156 [ 3 ] {b6afee96-85ee-46ff-a429-277573c31cd1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 13327 | 2024.07.31 06:58:56.276173 [ 3 ] {} <Debug> HTTP-Session: 46d87236-caf2-4b89-904c-2b84f099b52d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13328 | 2024.07.31 06:58:56.276287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13329 | 2024.07.31 06:58:56.276336 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13330 | 2024.07.31 06:58:56.276357 [ 3 ] {} <Debug> HTTP-Session: ffd3d69c-a715-4ac8-ab19-97cf26281c7d Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13331 | 2024.07.31 06:58:56.276373 [ 3 ] {} <Debug> HTTP-Session: ffd3d69c-a715-4ac8-ab19-97cf26281c7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13332 | 2024.07.31 06:58:56.276387 [ 3 ] {} <Debug> HTTP-Session: ffd3d69c-a715-4ac8-ab19-97cf26281c7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13333 | 2024.07.31 06:58:56.276419 [ 3 ] {} <Trace> HTTP-Session: ffd3d69c-a715-4ac8-ab19-97cf26281c7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13334 | 2024.07.31 06:58:56.276543 [ 3 ] {c0b90572-ae15-40ea-83b3-5dbea569da03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13335 | 2024.07.31 06:58:56.276588 [ 3 ] {c0b90572-ae15-40ea-83b3-5dbea569da03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13336 | 2024.07.31 06:58:56.276717 [ 3 ] {c0b90572-ae15-40ea-83b3-5dbea569da03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13337 | 2024.07.31 06:58:56.277020 [ 3 ] {c0b90572-ae15-40ea-83b3-5dbea569da03} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13338 | 2024.07.31 06:58:56.277057 [ 3 ] {c0b90572-ae15-40ea-83b3-5dbea569da03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13339 | 2024.07.31 06:58:56.277419 [ 3 ] {c0b90572-ae15-40ea-83b3-5dbea569da03} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 13340 | 2024.07.31 06:58:56.277752 [ 3 ] {c0b90572-ae15-40ea-83b3-5dbea569da03} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13341 | 2024.07.31 06:58:56.277906 [ 3 ] {c0b90572-ae15-40ea-83b3-5dbea569da03} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001403 sec., 42765.50249465431 rows/sec., 2.88 MiB/sec. | ||
| 13342 | 2024.07.31 06:58:56.278078 [ 3 ] {c0b90572-ae15-40ea-83b3-5dbea569da03} <Debug> DynamicQueryHandler: Done processing query | ||
| 13343 | 2024.07.31 06:58:56.278102 [ 3 ] {c0b90572-ae15-40ea-83b3-5dbea569da03} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13344 | 2024.07.31 06:58:56.278119 [ 3 ] {} <Debug> HTTP-Session: ffd3d69c-a715-4ac8-ab19-97cf26281c7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13345 | 2024.07.31 06:59:01.258366 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1510, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13346 | 2024.07.31 06:59:01.258497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13347 | 2024.07.31 06:59:01.258524 [ 3 ] {} <Debug> HTTP-Session: 16495732-f470-49ea-a860-ba7a45b117f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13348 | 2024.07.31 06:59:01.258549 [ 3 ] {} <Debug> HTTP-Session: 16495732-f470-49ea-a860-ba7a45b117f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13349 | 2024.07.31 06:59:01.258564 [ 3 ] {} <Debug> HTTP-Session: 16495732-f470-49ea-a860-ba7a45b117f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13350 | 2024.07.31 06:59:01.258613 [ 3 ] {} <Trace> HTTP-Session: 16495732-f470-49ea-a860-ba7a45b117f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13351 | 2024.07.31 06:59:01.258869 [ 3 ] {a632dc5f-cbcc-41ed-98b2-40db8bf6a520} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 13352 | 2024.07.31 06:59:01.259277 [ 3 ] {a632dc5f-cbcc-41ed-98b2-40db8bf6a520} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 13353 | 2024.07.31 06:59:01.259333 [ 3 ] {a632dc5f-cbcc-41ed-98b2-40db8bf6a520} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 13354 | 2024.07.31 06:59:01.259706 [ 3 ] {a632dc5f-cbcc-41ed-98b2-40db8bf6a520} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 13355 | 2024.07.31 06:59:01.259789 [ 3 ] {a632dc5f-cbcc-41ed-98b2-40db8bf6a520} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 13356 | 2024.07.31 06:59:01.259961 [ 3 ] {a632dc5f-cbcc-41ed-98b2-40db8bf6a520} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Key condition: (column 0 notIn 42-element set) | ||
| 13357 | 2024.07.31 06:59:01.260002 [ 3 ] {a632dc5f-cbcc-41ed-98b2-40db8bf6a520} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 13358 | 2024.07.31 06:59:01.260027 [ 3 ] {a632dc5f-cbcc-41ed-98b2-40db8bf6a520} <Debug> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (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 | ||
| 13359 | 2024.07.31 06:59:01.260044 [ 3 ] {a632dc5f-cbcc-41ed-98b2-40db8bf6a520} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 13360 | 2024.07.31 06:59:01.260094 [ 3 ] {a632dc5f-cbcc-41ed-98b2-40db8bf6a520} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 13361 | 2024.07.31 06:59:01.260118 [ 3 ] {a632dc5f-cbcc-41ed-98b2-40db8bf6a520} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
| 13362 | 2024.07.31 06:59:01.261440 [ 3 ] {a632dc5f-cbcc-41ed-98b2-40db8bf6a520} <Debug> executeQuery: Read 42 rows, 1.59 KiB in 0.002657 sec., 15807.301467820851 rows/sec., 599.10 KiB/sec. | ||
| 13363 | 2024.07.31 06:59:01.261779 [ 3 ] {a632dc5f-cbcc-41ed-98b2-40db8bf6a520} <Debug> DynamicQueryHandler: Done processing query | ||
| 13364 | 2024.07.31 06:59:01.261808 [ 3 ] {a632dc5f-cbcc-41ed-98b2-40db8bf6a520} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 13365 | 2024.07.31 06:59:01.261833 [ 3 ] {} <Debug> HTTP-Session: 16495732-f470-49ea-a860-ba7a45b117f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13366 | 2024.07.31 06:59:01.268749 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13367 | 2024.07.31 06:59:01.268814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13368 | 2024.07.31 06:59:01.268835 [ 3 ] {} <Debug> HTTP-Session: 5136c635-2093-43d4-8cb4-9d9111af9723 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13369 | 2024.07.31 06:59:01.268854 [ 3 ] {} <Debug> HTTP-Session: 5136c635-2093-43d4-8cb4-9d9111af9723 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13370 | 2024.07.31 06:59:01.268869 [ 3 ] {} <Debug> HTTP-Session: 5136c635-2093-43d4-8cb4-9d9111af9723 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13371 | 2024.07.31 06:59:01.268908 [ 3 ] {} <Trace> HTTP-Session: 5136c635-2093-43d4-8cb4-9d9111af9723 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13372 | 2024.07.31 06:59:01.269035 [ 3 ] {a71e537b-56b2-4f40-b157-5e0652c469df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 13373 | 2024.07.31 06:59:01.269087 [ 3 ] {a71e537b-56b2-4f40-b157-5e0652c469df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 13374 | 2024.07.31 06:59:01.269262 [ 3 ] {a71e537b-56b2-4f40-b157-5e0652c469df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13375 | 2024.07.31 06:59:01.269624 [ 3 ] {a71e537b-56b2-4f40-b157-5e0652c469df} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13376 | 2024.07.31 06:59:01.269667 [ 3 ] {a71e537b-56b2-4f40-b157-5e0652c469df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13377 | 2024.07.31 06:59:01.270309 [ 3 ] {a71e537b-56b2-4f40-b157-5e0652c469df} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 13378 | 2024.07.31 06:59:01.270678 [ 3 ] {a71e537b-56b2-4f40-b157-5e0652c469df} <Trace> oximeter.timeseries_schema (08d71333-7f2b-4146-a854-56c9cec2b9bb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13379 | 2024.07.31 06:59:01.270844 [ 3 ] {a71e537b-56b2-4f40-b157-5e0652c469df} <Debug> executeQuery: Read 1 rows, 285.00 B in 0.001843 sec., 542.5935973955508 rows/sec., 151.01 KiB/sec. | ||
| 13380 | 2024.07.31 06:59:01.271339 [ 3 ] {a71e537b-56b2-4f40-b157-5e0652c469df} <Debug> DynamicQueryHandler: Done processing query | ||
| 13381 | 2024.07.31 06:59:01.271366 [ 3 ] {a71e537b-56b2-4f40-b157-5e0652c469df} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 13382 | 2024.07.31 06:59:01.271383 [ 3 ] {} <Debug> HTTP-Session: 5136c635-2093-43d4-8cb4-9d9111af9723 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13383 | 2024.07.31 06:59:01.271518 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13384 | 2024.07.31 06:59:01.271571 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13385 | 2024.07.31 06:59:01.271591 [ 3 ] {} <Debug> HTTP-Session: d4fd97f5-72b7-4989-938a-49fa2a5c652c Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13386 | 2024.07.31 06:59:01.271608 [ 3 ] {} <Debug> HTTP-Session: d4fd97f5-72b7-4989-938a-49fa2a5c652c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13387 | 2024.07.31 06:59:01.271622 [ 3 ] {} <Debug> HTTP-Session: d4fd97f5-72b7-4989-938a-49fa2a5c652c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13388 | 2024.07.31 06:59:01.271657 [ 3 ] {} <Trace> HTTP-Session: d4fd97f5-72b7-4989-938a-49fa2a5c652c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13389 | 2024.07.31 06:59:01.271768 [ 3 ] {3306dd3e-fe18-42d4-9b10-bd753e3d7bd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 13390 | 2024.07.31 06:59:01.271813 [ 3 ] {3306dd3e-fe18-42d4-9b10-bd753e3d7bd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 13391 | 2024.07.31 06:59:01.271967 [ 3 ] {3306dd3e-fe18-42d4-9b10-bd753e3d7bd0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13392 | 2024.07.31 06:59:01.272289 [ 3 ] {3306dd3e-fe18-42d4-9b10-bd753e3d7bd0} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13393 | 2024.07.31 06:59:01.272327 [ 3 ] {3306dd3e-fe18-42d4-9b10-bd753e3d7bd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13394 | 2024.07.31 06:59:01.272647 [ 3 ] {3306dd3e-fe18-42d4-9b10-bd753e3d7bd0} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 13395 | 2024.07.31 06:59:01.272972 [ 3 ] {3306dd3e-fe18-42d4-9b10-bd753e3d7bd0} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13396 | 2024.07.31 06:59:01.273120 [ 3 ] {3306dd3e-fe18-42d4-9b10-bd753e3d7bd0} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.001381 sec., 7241.12961622013 rows/sec., 480.86 KiB/sec. | ||
| 13397 | 2024.07.31 06:59:01.273294 [ 3 ] {3306dd3e-fe18-42d4-9b10-bd753e3d7bd0} <Debug> DynamicQueryHandler: Done processing query | ||
| 13398 | 2024.07.31 06:59:01.273319 [ 3 ] {3306dd3e-fe18-42d4-9b10-bd753e3d7bd0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 13399 | 2024.07.31 06:59:01.273335 [ 3 ] {} <Debug> HTTP-Session: d4fd97f5-72b7-4989-938a-49fa2a5c652c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13400 | 2024.07.31 06:59:01.273457 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13401 | 2024.07.31 06:59:01.273506 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13402 | 2024.07.31 06:59:01.273525 [ 3 ] {} <Debug> HTTP-Session: cd0cd09d-f486-47ec-a5fc-8ada1f893fca Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13403 | 2024.07.31 06:59:01.273542 [ 3 ] {} <Debug> HTTP-Session: cd0cd09d-f486-47ec-a5fc-8ada1f893fca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13404 | 2024.07.31 06:59:01.273556 [ 3 ] {} <Debug> HTTP-Session: cd0cd09d-f486-47ec-a5fc-8ada1f893fca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13405 | 2024.07.31 06:59:01.273586 [ 3 ] {} <Trace> HTTP-Session: cd0cd09d-f486-47ec-a5fc-8ada1f893fca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13406 | 2024.07.31 06:59:01.273683 [ 3 ] {a960f7ff-7354-4f1d-a212-ca3835022376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 13407 | 2024.07.31 06:59:01.273726 [ 3 ] {a960f7ff-7354-4f1d-a212-ca3835022376} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13408 | 2024.07.31 06:59:01.273853 [ 3 ] {a960f7ff-7354-4f1d-a212-ca3835022376} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13409 | 2024.07.31 06:59:01.274133 [ 3 ] {a960f7ff-7354-4f1d-a212-ca3835022376} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13410 | 2024.07.31 06:59:01.274170 [ 3 ] {a960f7ff-7354-4f1d-a212-ca3835022376} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13411 | 2024.07.31 06:59:01.274474 [ 3 ] {a960f7ff-7354-4f1d-a212-ca3835022376} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 13412 | 2024.07.31 06:59:01.274781 [ 3 ] {a960f7ff-7354-4f1d-a212-ca3835022376} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13413 | 2024.07.31 06:59:01.274939 [ 3 ] {a960f7ff-7354-4f1d-a212-ca3835022376} <Debug> executeQuery: Read 4 rows, 319.00 B in 0.001274 sec., 3139.717425431711 rows/sec., 244.52 KiB/sec. | ||
| 13414 | 2024.07.31 06:59:01.274938 [ 38 ] {} <Debug> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 13415 | 2024.07.31 06:59:01.275059 [ 38 ] {} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13416 | 2024.07.31 06:59:01.275092 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13417 | 2024.07.31 06:59:01.275169 [ 3 ] {a960f7ff-7354-4f1d-a212-ca3835022376} <Debug> DynamicQueryHandler: Done processing query | ||
| 13418 | 2024.07.31 06:59:01.275230 [ 3 ] {a960f7ff-7354-4f1d-a212-ca3835022376} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 13419 | 2024.07.31 06:59:01.275313 [ 3 ] {} <Debug> HTTP-Session: cd0cd09d-f486-47ec-a5fc-8ada1f893fca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13420 | 2024.07.31 06:59:01.275397 [ 190 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 13421 | 2024.07.31 06:59:01.275627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26850, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13422 | 2024.07.31 06:59:01.275794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13423 | 2024.07.31 06:59:01.275895 [ 3 ] {} <Debug> HTTP-Session: 63438036-57a2-4213-81a0-649a7cf3702a Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13424 | 2024.07.31 06:59:01.275937 [ 190 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13425 | 2024.07.31 06:59:01.275943 [ 3 ] {} <Debug> HTTP-Session: 63438036-57a2-4213-81a0-649a7cf3702a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13426 | 2024.07.31 06:59:01.275972 [ 3 ] {} <Debug> HTTP-Session: 63438036-57a2-4213-81a0-649a7cf3702a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13427 | 2024.07.31 06:59:01.275975 [ 190 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 16 rows starting from the beginning of the part | ||
| 13428 | 2024.07.31 06:59:01.276014 [ 3 ] {} <Trace> HTTP-Session: 63438036-57a2-4213-81a0-649a7cf3702a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13429 | 2024.07.31 06:59:01.276071 [ 190 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part | ||
| 13430 | 2024.07.31 06:59:01.276417 [ 3 ] {8d3c6495-6d09-4158-b064-77276b9d4ee9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13431 | 2024.07.31 06:59:01.276450 [ 190 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 4 rows starting from the beginning of the part | ||
| 13432 | 2024.07.31 06:59:01.276524 [ 3 ] {8d3c6495-6d09-4158-b064-77276b9d4ee9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13433 | 2024.07.31 06:59:01.276707 [ 190 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part | ||
| 13434 | 2024.07.31 06:59:01.277043 [ 190 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 4 rows starting from the beginning of the part | ||
| 13435 | 2024.07.31 06:59:01.277422 [ 190 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 4 rows starting from the beginning of the part | ||
| 13436 | 2024.07.31 06:59:01.277873 [ 3 ] {8d3c6495-6d09-4158-b064-77276b9d4ee9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13437 | 2024.07.31 06:59:01.278487 [ 3 ] {8d3c6495-6d09-4158-b064-77276b9d4ee9} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13438 | 2024.07.31 06:59:01.278531 [ 3 ] {8d3c6495-6d09-4158-b064-77276b9d4ee9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13439 | 2024.07.31 06:59:01.279017 [ 3 ] {8d3c6495-6d09-4158-b064-77276b9d4ee9} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 13440 | 2024.07.31 06:59:01.279053 [ 199 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 4 columns (4 merged, 0 gathered) in 0.003858836 sec., 8810.94713535377 rows/sec., 714.67 KiB/sec. | ||
| 13441 | 2024.07.31 06:59:01.279449 [ 199 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 13442 | 2024.07.31 06:59:01.279636 [ 3 ] {8d3c6495-6d09-4158-b064-77276b9d4ee9} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13443 | 2024.07.31 06:59:01.280032 [ 3 ] {8d3c6495-6d09-4158-b064-77276b9d4ee9} <Debug> executeQuery: Read 178 rows, 16.00 KiB in 0.003844 sec., 46305.93132154006 rows/sec., 4.07 MiB/sec. | ||
| 13444 | 2024.07.31 06:59:01.280388 [ 3 ] {8d3c6495-6d09-4158-b064-77276b9d4ee9} <Debug> DynamicQueryHandler: Done processing query | ||
| 13445 | 2024.07.31 06:59:01.280411 [ 199 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_26_5} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13446 | 2024.07.31 06:59:01.280426 [ 3 ] {8d3c6495-6d09-4158-b064-77276b9d4ee9} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 13447 | 2024.07.31 06:59:01.280475 [ 3 ] {} <Debug> HTTP-Session: 63438036-57a2-4213-81a0-649a7cf3702a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13448 | 2024.07.31 06:59:01.280589 [ 199 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_26_5} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 13449 | 2024.07.31 06:59:01.280651 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 594, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13450 | 2024.07.31 06:59:01.280746 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 13451 | 2024.07.31 06:59:01.280761 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13452 | 2024.07.31 06:59:01.280801 [ 3 ] {} <Debug> HTTP-Session: f46d9b55-0b42-46a7-81b3-00278e1fcd86 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13453 | 2024.07.31 06:59:01.280818 [ 3 ] {} <Debug> HTTP-Session: f46d9b55-0b42-46a7-81b3-00278e1fcd86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13454 | 2024.07.31 06:59:01.280831 [ 3 ] {} <Debug> HTTP-Session: f46d9b55-0b42-46a7-81b3-00278e1fcd86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13455 | 2024.07.31 06:59:01.280864 [ 3 ] {} <Trace> HTTP-Session: f46d9b55-0b42-46a7-81b3-00278e1fcd86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13456 | 2024.07.31 06:59:01.280967 [ 3 ] {c2be13b3-b763-488a-91a2-9aaf948f8e12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 13457 | 2024.07.31 06:59:01.281010 [ 3 ] {c2be13b3-b763-488a-91a2-9aaf948f8e12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13458 | 2024.07.31 06:59:01.281155 [ 3 ] {c2be13b3-b763-488a-91a2-9aaf948f8e12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13459 | 2024.07.31 06:59:01.281440 [ 3 ] {c2be13b3-b763-488a-91a2-9aaf948f8e12} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13460 | 2024.07.31 06:59:01.281476 [ 3 ] {c2be13b3-b763-488a-91a2-9aaf948f8e12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13461 | 2024.07.31 06:59:01.281788 [ 3 ] {c2be13b3-b763-488a-91a2-9aaf948f8e12} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 13462 | 2024.07.31 06:59:01.282100 [ 3 ] {c2be13b3-b763-488a-91a2-9aaf948f8e12} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13463 | 2024.07.31 06:59:01.282252 [ 38 ] {} <Debug> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 13464 | 2024.07.31 06:59:01.282260 [ 3 ] {c2be13b3-b763-488a-91a2-9aaf948f8e12} <Debug> executeQuery: Read 4 rows, 271.00 B in 0.001306 sec., 3062.7871362940273 rows/sec., 202.64 KiB/sec. | ||
| 13465 | 2024.07.31 06:59:01.282304 [ 38 ] {} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13466 | 2024.07.31 06:59:01.282369 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13467 | 2024.07.31 06:59:01.282604 [ 3 ] {c2be13b3-b763-488a-91a2-9aaf948f8e12} <Debug> DynamicQueryHandler: Done processing query | ||
| 13468 | 2024.07.31 06:59:01.282734 [ 187 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 13469 | 2024.07.31 06:59:01.282722 [ 3 ] {c2be13b3-b763-488a-91a2-9aaf948f8e12} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 13470 | 2024.07.31 06:59:01.282844 [ 3 ] {} <Debug> HTTP-Session: f46d9b55-0b42-46a7-81b3-00278e1fcd86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13471 | 2024.07.31 06:59:01.282993 [ 187 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13472 | 2024.07.31 06:59:01.283037 [ 187 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 16 rows starting from the beginning of the part | ||
| 13473 | 2024.07.31 06:59:01.283175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 64843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13474 | 2024.07.31 06:59:01.283252 [ 187 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part | ||
| 13475 | 2024.07.31 06:59:01.283367 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13476 | 2024.07.31 06:59:01.283460 [ 3 ] {} <Debug> HTTP-Session: 7bc7b3f9-b863-46cb-95d9-bb69466b897a Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13477 | 2024.07.31 06:59:01.283534 [ 3 ] {} <Debug> HTTP-Session: 7bc7b3f9-b863-46cb-95d9-bb69466b897a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13478 | 2024.07.31 06:59:01.283574 [ 187 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 4 rows starting from the beginning of the part | ||
| 13479 | 2024.07.31 06:59:01.283591 [ 3 ] {} <Debug> HTTP-Session: 7bc7b3f9-b863-46cb-95d9-bb69466b897a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13480 | 2024.07.31 06:59:01.283741 [ 3 ] {} <Trace> HTTP-Session: 7bc7b3f9-b863-46cb-95d9-bb69466b897a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13481 | 2024.07.31 06:59:01.283862 [ 187 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part | ||
| 13482 | 2024.07.31 06:59:01.284077 [ 187 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 4 rows starting from the beginning of the part | ||
| 13483 | 2024.07.31 06:59:01.284160 [ 187 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 4 rows starting from the beginning of the part | ||
| 13484 | 2024.07.31 06:59:01.284337 [ 3 ] {bdf67a65-68d2-4e97-8af0-18e40a350c27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13485 | 2024.07.31 06:59:01.284500 [ 3 ] {bdf67a65-68d2-4e97-8af0-18e40a350c27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13486 | 2024.07.31 06:59:01.284908 [ 3 ] {bdf67a65-68d2-4e97-8af0-18e40a350c27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13487 | 2024.07.31 06:59:01.286107 [ 3 ] {bdf67a65-68d2-4e97-8af0-18e40a350c27} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13488 | 2024.07.31 06:59:01.286186 [ 3 ] {bdf67a65-68d2-4e97-8af0-18e40a350c27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13489 | 2024.07.31 06:59:01.286606 [ 187 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 4 columns (4 merged, 0 gathered) in 0.004132563 sec., 8227.3397888913 rows/sec., 570.92 KiB/sec. | ||
| 13490 | 2024.07.31 06:59:01.286828 [ 187 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 13491 | 2024.07.31 06:59:01.286953 [ 3 ] {bdf67a65-68d2-4e97-8af0-18e40a350c27} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 13492 | 2024.07.31 06:59:01.287712 [ 187 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_26_5} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13493 | 2024.07.31 06:59:01.287763 [ 3 ] {bdf67a65-68d2-4e97-8af0-18e40a350c27} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13494 | 2024.07.31 06:59:01.287881 [ 187 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_26_5} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 13495 | 2024.07.31 06:59:01.288086 [ 3 ] {bdf67a65-68d2-4e97-8af0-18e40a350c27} <Debug> executeQuery: Read 402 rows, 28.94 KiB in 0.004069 sec., 98795.77291717868 rows/sec., 6.95 MiB/sec. | ||
| 13496 | 2024.07.31 06:59:01.288100 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 13497 | 2024.07.31 06:59:01.288350 [ 3 ] {bdf67a65-68d2-4e97-8af0-18e40a350c27} <Debug> DynamicQueryHandler: Done processing query | ||
| 13498 | 2024.07.31 06:59:01.288379 [ 3 ] {bdf67a65-68d2-4e97-8af0-18e40a350c27} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 13499 | 2024.07.31 06:59:01.288397 [ 3 ] {} <Debug> HTTP-Session: 7bc7b3f9-b863-46cb-95d9-bb69466b897a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13500 | 2024.07.31 06:59:01.288547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13501 | 2024.07.31 06:59:01.288595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13502 | 2024.07.31 06:59:01.288613 [ 3 ] {} <Debug> HTTP-Session: 38b121a6-4f17-47e7-a379-9b880eefc4c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13503 | 2024.07.31 06:59:01.288629 [ 3 ] {} <Debug> HTTP-Session: 38b121a6-4f17-47e7-a379-9b880eefc4c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13504 | 2024.07.31 06:59:01.288643 [ 3 ] {} <Debug> HTTP-Session: 38b121a6-4f17-47e7-a379-9b880eefc4c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13505 | 2024.07.31 06:59:01.288674 [ 3 ] {} <Trace> HTTP-Session: 38b121a6-4f17-47e7-a379-9b880eefc4c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13506 | 2024.07.31 06:59:01.288771 [ 3 ] {406cc9e5-15b4-43e0-a432-6a55f3c4fdef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 13507 | 2024.07.31 06:59:01.288814 [ 3 ] {406cc9e5-15b4-43e0-a432-6a55f3c4fdef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13508 | 2024.07.31 06:59:01.288955 [ 3 ] {406cc9e5-15b4-43e0-a432-6a55f3c4fdef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13509 | 2024.07.31 06:59:01.289232 [ 3 ] {406cc9e5-15b4-43e0-a432-6a55f3c4fdef} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13510 | 2024.07.31 06:59:01.289269 [ 3 ] {406cc9e5-15b4-43e0-a432-6a55f3c4fdef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13511 | 2024.07.31 06:59:01.289637 [ 3 ] {406cc9e5-15b4-43e0-a432-6a55f3c4fdef} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 13512 | 2024.07.31 06:59:01.289973 [ 3 ] {406cc9e5-15b4-43e0-a432-6a55f3c4fdef} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13513 | 2024.07.31 06:59:01.290139 [ 3 ] {406cc9e5-15b4-43e0-a432-6a55f3c4fdef} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001386 sec., 4329.004329004329 rows/sec., 186.01 KiB/sec. | ||
| 13514 | 2024.07.31 06:59:01.290313 [ 3 ] {406cc9e5-15b4-43e0-a432-6a55f3c4fdef} <Debug> DynamicQueryHandler: Done processing query | ||
| 13515 | 2024.07.31 06:59:01.290339 [ 3 ] {406cc9e5-15b4-43e0-a432-6a55f3c4fdef} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 13516 | 2024.07.31 06:59:01.290356 [ 3 ] {} <Debug> HTTP-Session: 38b121a6-4f17-47e7-a379-9b880eefc4c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13517 | 2024.07.31 06:59:01.290485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13518 | 2024.07.31 06:59:01.290532 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13519 | 2024.07.31 06:59:01.290551 [ 3 ] {} <Debug> HTTP-Session: 95f6f087-aaa0-48a4-91e1-a6d7ff033e58 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13520 | 2024.07.31 06:59:01.290568 [ 3 ] {} <Debug> HTTP-Session: 95f6f087-aaa0-48a4-91e1-a6d7ff033e58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13521 | 2024.07.31 06:59:01.290582 [ 3 ] {} <Debug> HTTP-Session: 95f6f087-aaa0-48a4-91e1-a6d7ff033e58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13522 | 2024.07.31 06:59:01.290612 [ 3 ] {} <Trace> HTTP-Session: 95f6f087-aaa0-48a4-91e1-a6d7ff033e58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13523 | 2024.07.31 06:59:01.290753 [ 3 ] {4002615a-1918-45e6-bf0d-71f7a8a66378} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 13524 | 2024.07.31 06:59:01.290798 [ 3 ] {4002615a-1918-45e6-bf0d-71f7a8a66378} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 13525 | 2024.07.31 06:59:01.290943 [ 3 ] {4002615a-1918-45e6-bf0d-71f7a8a66378} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13526 | 2024.07.31 06:59:01.291274 [ 3 ] {4002615a-1918-45e6-bf0d-71f7a8a66378} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13527 | 2024.07.31 06:59:01.291310 [ 3 ] {4002615a-1918-45e6-bf0d-71f7a8a66378} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13528 | 2024.07.31 06:59:01.291683 [ 3 ] {4002615a-1918-45e6-bf0d-71f7a8a66378} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 13529 | 2024.07.31 06:59:01.292029 [ 3 ] {4002615a-1918-45e6-bf0d-71f7a8a66378} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13530 | 2024.07.31 06:59:01.292192 [ 3 ] {4002615a-1918-45e6-bf0d-71f7a8a66378} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001494 sec., 51539.49129852744 rows/sec., 3.17 MiB/sec. | ||
| 13531 | 2024.07.31 06:59:01.292537 [ 3 ] {4002615a-1918-45e6-bf0d-71f7a8a66378} <Debug> DynamicQueryHandler: Done processing query | ||
| 13532 | 2024.07.31 06:59:01.292568 [ 3 ] {4002615a-1918-45e6-bf0d-71f7a8a66378} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13533 | 2024.07.31 06:59:01.292584 [ 3 ] {} <Debug> HTTP-Session: 95f6f087-aaa0-48a4-91e1-a6d7ff033e58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13534 | 2024.07.31 06:59:01.292754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 31174, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13535 | 2024.07.31 06:59:01.292803 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13536 | 2024.07.31 06:59:01.292822 [ 3 ] {} <Debug> HTTP-Session: e6518e32-817b-468e-93c0-5bdf07003f73 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13537 | 2024.07.31 06:59:01.292838 [ 3 ] {} <Debug> HTTP-Session: e6518e32-817b-468e-93c0-5bdf07003f73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13538 | 2024.07.31 06:59:01.292851 [ 3 ] {} <Debug> HTTP-Session: e6518e32-817b-468e-93c0-5bdf07003f73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13539 | 2024.07.31 06:59:01.292882 [ 3 ] {} <Trace> HTTP-Session: e6518e32-817b-468e-93c0-5bdf07003f73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13540 | 2024.07.31 06:59:01.293046 [ 3 ] {83ac4476-725e-4634-a62d-30c043966cc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13541 | 2024.07.31 06:59:01.293093 [ 3 ] {83ac4476-725e-4634-a62d-30c043966cc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13542 | 2024.07.31 06:59:01.293259 [ 3 ] {83ac4476-725e-4634-a62d-30c043966cc2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13543 | 2024.07.31 06:59:01.293660 [ 3 ] {83ac4476-725e-4634-a62d-30c043966cc2} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13544 | 2024.07.31 06:59:01.293696 [ 3 ] {83ac4476-725e-4634-a62d-30c043966cc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13545 | 2024.07.31 06:59:01.294070 [ 3 ] {83ac4476-725e-4634-a62d-30c043966cc2} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 13546 | 2024.07.31 06:59:01.294409 [ 3 ] {83ac4476-725e-4634-a62d-30c043966cc2} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13547 | 2024.07.31 06:59:01.294564 [ 3 ] {83ac4476-725e-4634-a62d-30c043966cc2} <Debug> executeQuery: Read 163 rows, 11.60 KiB in 0.001588 sec., 102644.83627204031 rows/sec., 7.14 MiB/sec. | ||
| 13548 | 2024.07.31 06:59:01.294736 [ 3 ] {83ac4476-725e-4634-a62d-30c043966cc2} <Debug> DynamicQueryHandler: Done processing query | ||
| 13549 | 2024.07.31 06:59:01.294761 [ 3 ] {83ac4476-725e-4634-a62d-30c043966cc2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 13550 | 2024.07.31 06:59:01.294776 [ 3 ] {} <Debug> HTTP-Session: e6518e32-817b-468e-93c0-5bdf07003f73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13551 | 2024.07.31 06:59:01.294900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13552 | 2024.07.31 06:59:01.294964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13553 | 2024.07.31 06:59:01.294983 [ 3 ] {} <Debug> HTTP-Session: 7b2aacb2-34ff-4a79-ad76-c9e36d853bcd Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13554 | 2024.07.31 06:59:01.294999 [ 3 ] {} <Debug> HTTP-Session: 7b2aacb2-34ff-4a79-ad76-c9e36d853bcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13555 | 2024.07.31 06:59:01.295013 [ 3 ] {} <Debug> HTTP-Session: 7b2aacb2-34ff-4a79-ad76-c9e36d853bcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13556 | 2024.07.31 06:59:01.295043 [ 3 ] {} <Trace> HTTP-Session: 7b2aacb2-34ff-4a79-ad76-c9e36d853bcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13557 | 2024.07.31 06:59:01.295175 [ 3 ] {bd6ad2d2-e44f-4491-9574-7960899dedb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 13558 | 2024.07.31 06:59:01.295237 [ 3 ] {bd6ad2d2-e44f-4491-9574-7960899dedb2} <Trace> 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 | ||
| 13559 | 2024.07.31 06:59:01.295646 [ 3 ] {bd6ad2d2-e44f-4491-9574-7960899dedb2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13560 | 2024.07.31 06:59:01.296112 [ 3 ] {bd6ad2d2-e44f-4491-9574-7960899dedb2} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13561 | 2024.07.31 06:59:01.296150 [ 3 ] {bd6ad2d2-e44f-4491-9574-7960899dedb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13562 | 2024.07.31 06:59:01.296718 [ 3 ] {bd6ad2d2-e44f-4491-9574-7960899dedb2} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 13563 | 2024.07.31 06:59:01.297120 [ 3 ] {bd6ad2d2-e44f-4491-9574-7960899dedb2} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13564 | 2024.07.31 06:59:01.297302 [ 3 ] {bd6ad2d2-e44f-4491-9574-7960899dedb2} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002187 sec., 1828.9894833104709 rows/sec., 3.28 MiB/sec. | ||
| 13565 | 2024.07.31 06:59:01.297512 [ 3 ] {bd6ad2d2-e44f-4491-9574-7960899dedb2} <Debug> DynamicQueryHandler: Done processing query | ||
| 13566 | 2024.07.31 06:59:01.297536 [ 3 ] {bd6ad2d2-e44f-4491-9574-7960899dedb2} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 13567 | 2024.07.31 06:59:01.297551 [ 3 ] {} <Debug> HTTP-Session: 7b2aacb2-34ff-4a79-ad76-c9e36d853bcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13568 | 2024.07.31 06:59:01.297669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13569 | 2024.07.31 06:59:01.297716 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13570 | 2024.07.31 06:59:01.297735 [ 3 ] {} <Debug> HTTP-Session: 9853f2ce-12c7-45b3-97dd-58150680816d Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13571 | 2024.07.31 06:59:01.297751 [ 3 ] {} <Debug> HTTP-Session: 9853f2ce-12c7-45b3-97dd-58150680816d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13572 | 2024.07.31 06:59:01.297764 [ 3 ] {} <Debug> HTTP-Session: 9853f2ce-12c7-45b3-97dd-58150680816d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13573 | 2024.07.31 06:59:01.297794 [ 3 ] {} <Trace> HTTP-Session: 9853f2ce-12c7-45b3-97dd-58150680816d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13574 | 2024.07.31 06:59:01.297900 [ 3 ] {dd8f1f4b-7250-4f46-b00e-acd22e95eba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 13575 | 2024.07.31 06:59:01.297943 [ 3 ] {dd8f1f4b-7250-4f46-b00e-acd22e95eba2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 13576 | 2024.07.31 06:59:01.298070 [ 3 ] {dd8f1f4b-7250-4f46-b00e-acd22e95eba2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13577 | 2024.07.31 06:59:01.298349 [ 3 ] {dd8f1f4b-7250-4f46-b00e-acd22e95eba2} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13578 | 2024.07.31 06:59:01.298385 [ 3 ] {dd8f1f4b-7250-4f46-b00e-acd22e95eba2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13579 | 2024.07.31 06:59:01.298728 [ 3 ] {dd8f1f4b-7250-4f46-b00e-acd22e95eba2} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 13580 | 2024.07.31 06:59:01.299040 [ 3 ] {dd8f1f4b-7250-4f46-b00e-acd22e95eba2} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13581 | 2024.07.31 06:59:01.299202 [ 3 ] {dd8f1f4b-7250-4f46-b00e-acd22e95eba2} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001323 sec., 17384.731670445955 rows/sec., 940.39 KiB/sec. | ||
| 13582 | 2024.07.31 06:59:01.299500 [ 3 ] {dd8f1f4b-7250-4f46-b00e-acd22e95eba2} <Debug> DynamicQueryHandler: Done processing query | ||
| 13583 | 2024.07.31 06:59:01.299538 [ 3 ] {dd8f1f4b-7250-4f46-b00e-acd22e95eba2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 13584 | 2024.07.31 06:59:01.299554 [ 3 ] {} <Debug> HTTP-Session: 9853f2ce-12c7-45b3-97dd-58150680816d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13585 | 2024.07.31 06:59:01.299669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13586 | 2024.07.31 06:59:01.299718 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13587 | 2024.07.31 06:59:01.299737 [ 3 ] {} <Debug> HTTP-Session: 936a3085-f382-4cfd-ba04-aad8b444dee7 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13588 | 2024.07.31 06:59:01.299753 [ 3 ] {} <Debug> HTTP-Session: 936a3085-f382-4cfd-ba04-aad8b444dee7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13589 | 2024.07.31 06:59:01.299766 [ 3 ] {} <Debug> HTTP-Session: 936a3085-f382-4cfd-ba04-aad8b444dee7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13590 | 2024.07.31 06:59:01.299796 [ 3 ] {} <Trace> HTTP-Session: 936a3085-f382-4cfd-ba04-aad8b444dee7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13591 | 2024.07.31 06:59:01.299920 [ 3 ] {f4a00178-e6b6-4225-abd7-fbbf89995d64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13592 | 2024.07.31 06:59:01.299964 [ 3 ] {f4a00178-e6b6-4225-abd7-fbbf89995d64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13593 | 2024.07.31 06:59:01.300110 [ 3 ] {f4a00178-e6b6-4225-abd7-fbbf89995d64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13594 | 2024.07.31 06:59:01.300443 [ 3 ] {f4a00178-e6b6-4225-abd7-fbbf89995d64} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13595 | 2024.07.31 06:59:01.300479 [ 3 ] {f4a00178-e6b6-4225-abd7-fbbf89995d64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13596 | 2024.07.31 06:59:01.300830 [ 3 ] {f4a00178-e6b6-4225-abd7-fbbf89995d64} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 13597 | 2024.07.31 06:59:01.301161 [ 3 ] {f4a00178-e6b6-4225-abd7-fbbf89995d64} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13598 | 2024.07.31 06:59:01.301313 [ 3 ] {f4a00178-e6b6-4225-abd7-fbbf89995d64} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001432 sec., 41899.44134078213 rows/sec., 2.82 MiB/sec. | ||
| 13599 | 2024.07.31 06:59:01.301622 [ 3 ] {f4a00178-e6b6-4225-abd7-fbbf89995d64} <Debug> DynamicQueryHandler: Done processing query | ||
| 13600 | 2024.07.31 06:59:01.301695 [ 3 ] {f4a00178-e6b6-4225-abd7-fbbf89995d64} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13601 | 2024.07.31 06:59:01.301756 [ 3 ] {} <Debug> HTTP-Session: 936a3085-f382-4cfd-ba04-aad8b444dee7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13602 | 2024.07.31 06:59:06.263039 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 5934, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13603 | 2024.07.31 06:59:06.263230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13604 | 2024.07.31 06:59:06.263277 [ 3 ] {} <Debug> HTTP-Session: 5b66bf95-bf8a-45fb-b9c3-1ac5c695aee0 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13605 | 2024.07.31 06:59:06.263321 [ 3 ] {} <Debug> HTTP-Session: 5b66bf95-bf8a-45fb-b9c3-1ac5c695aee0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13606 | 2024.07.31 06:59:06.263353 [ 3 ] {} <Debug> HTTP-Session: 5b66bf95-bf8a-45fb-b9c3-1ac5c695aee0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13607 | 2024.07.31 06:59:06.263433 [ 3 ] {} <Trace> HTTP-Session: 5b66bf95-bf8a-45fb-b9c3-1ac5c695aee0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13608 | 2024.07.31 06:59:06.263731 [ 3 ] {29b65d05-811e-432c-90bf-900c03be5952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 13609 | 2024.07.31 06:59:06.263842 [ 3 ] {29b65d05-811e-432c-90bf-900c03be5952} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 13610 | 2024.07.31 06:59:06.264098 [ 3 ] {29b65d05-811e-432c-90bf-900c03be5952} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13611 | 2024.07.31 06:59:06.264572 [ 3 ] {29b65d05-811e-432c-90bf-900c03be5952} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13612 | 2024.07.31 06:59:06.264615 [ 3 ] {29b65d05-811e-432c-90bf-900c03be5952} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13613 | 2024.07.31 06:59:06.264990 [ 3 ] {29b65d05-811e-432c-90bf-900c03be5952} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 13614 | 2024.07.31 06:59:06.265342 [ 3 ] {29b65d05-811e-432c-90bf-900c03be5952} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13615 | 2024.07.31 06:59:06.265514 [ 3 ] {29b65d05-811e-432c-90bf-900c03be5952} <Debug> executeQuery: Read 41 rows, 3.32 KiB in 0.001884 sec., 21762.20806794055 rows/sec., 1.72 MiB/sec. | ||
| 13616 | 2024.07.31 06:59:06.265820 [ 3 ] {29b65d05-811e-432c-90bf-900c03be5952} <Debug> DynamicQueryHandler: Done processing query | ||
| 13617 | 2024.07.31 06:59:06.265880 [ 3 ] {29b65d05-811e-432c-90bf-900c03be5952} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13618 | 2024.07.31 06:59:06.265934 [ 3 ] {} <Debug> HTTP-Session: 5b66bf95-bf8a-45fb-b9c3-1ac5c695aee0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13619 | 2024.07.31 06:59:06.266149 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 824, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13620 | 2024.07.31 06:59:06.266209 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13621 | 2024.07.31 06:59:06.266229 [ 3 ] {} <Debug> HTTP-Session: ea2dba87-3ba1-45e3-ae48-7a8071a3d9e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13622 | 2024.07.31 06:59:06.266247 [ 3 ] {} <Debug> HTTP-Session: ea2dba87-3ba1-45e3-ae48-7a8071a3d9e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13623 | 2024.07.31 06:59:06.266261 [ 3 ] {} <Debug> HTTP-Session: ea2dba87-3ba1-45e3-ae48-7a8071a3d9e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13624 | 2024.07.31 06:59:06.266297 [ 3 ] {} <Trace> HTTP-Session: ea2dba87-3ba1-45e3-ae48-7a8071a3d9e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13625 | 2024.07.31 06:59:06.266414 [ 3 ] {9d9c2230-7b07-4075-9ae6-b57bd3bdb333} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 13626 | 2024.07.31 06:59:06.266466 [ 3 ] {9d9c2230-7b07-4075-9ae6-b57bd3bdb333} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13627 | 2024.07.31 06:59:06.266619 [ 3 ] {9d9c2230-7b07-4075-9ae6-b57bd3bdb333} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13628 | 2024.07.31 06:59:06.266948 [ 3 ] {9d9c2230-7b07-4075-9ae6-b57bd3bdb333} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13629 | 2024.07.31 06:59:06.266986 [ 3 ] {9d9c2230-7b07-4075-9ae6-b57bd3bdb333} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13630 | 2024.07.31 06:59:06.267296 [ 3 ] {9d9c2230-7b07-4075-9ae6-b57bd3bdb333} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 13631 | 2024.07.31 06:59:06.267604 [ 3 ] {9d9c2230-7b07-4075-9ae6-b57bd3bdb333} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13632 | 2024.07.31 06:59:06.267766 [ 3 ] {9d9c2230-7b07-4075-9ae6-b57bd3bdb333} <Debug> executeQuery: Read 5 rows, 410.00 B in 0.001376 sec., 3633.720930232558 rows/sec., 290.98 KiB/sec. | ||
| 13633 | 2024.07.31 06:59:06.267941 [ 3 ] {9d9c2230-7b07-4075-9ae6-b57bd3bdb333} <Debug> DynamicQueryHandler: Done processing query | ||
| 13634 | 2024.07.31 06:59:06.267967 [ 3 ] {9d9c2230-7b07-4075-9ae6-b57bd3bdb333} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 13635 | 2024.07.31 06:59:06.267983 [ 3 ] {} <Debug> HTTP-Session: ea2dba87-3ba1-45e3-ae48-7a8071a3d9e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13636 | 2024.07.31 06:59:06.268146 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 31923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13637 | 2024.07.31 06:59:06.268196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13638 | 2024.07.31 06:59:06.268215 [ 3 ] {} <Debug> HTTP-Session: ef217056-9452-40c0-bedf-28b9cc77c4bc Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13639 | 2024.07.31 06:59:06.268234 [ 3 ] {} <Debug> HTTP-Session: ef217056-9452-40c0-bedf-28b9cc77c4bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13640 | 2024.07.31 06:59:06.268248 [ 3 ] {} <Debug> HTTP-Session: ef217056-9452-40c0-bedf-28b9cc77c4bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13641 | 2024.07.31 06:59:06.268279 [ 3 ] {} <Trace> HTTP-Session: ef217056-9452-40c0-bedf-28b9cc77c4bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13642 | 2024.07.31 06:59:06.268430 [ 3 ] {1968e488-ba50-476a-8d63-c0de73abef80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13643 | 2024.07.31 06:59:06.268475 [ 3 ] {1968e488-ba50-476a-8d63-c0de73abef80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13644 | 2024.07.31 06:59:06.268604 [ 3 ] {1968e488-ba50-476a-8d63-c0de73abef80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13645 | 2024.07.31 06:59:06.269042 [ 3 ] {1968e488-ba50-476a-8d63-c0de73abef80} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13646 | 2024.07.31 06:59:06.269079 [ 3 ] {1968e488-ba50-476a-8d63-c0de73abef80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13647 | 2024.07.31 06:59:06.269432 [ 3 ] {1968e488-ba50-476a-8d63-c0de73abef80} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 13648 | 2024.07.31 06:59:06.269734 [ 3 ] {1968e488-ba50-476a-8d63-c0de73abef80} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13649 | 2024.07.31 06:59:06.269895 [ 3 ] {1968e488-ba50-476a-8d63-c0de73abef80} <Debug> executeQuery: Read 219 rows, 18.63 KiB in 0.001536 sec., 142578.125 rows/sec., 11.84 MiB/sec. | ||
| 13650 | 2024.07.31 06:59:06.270075 [ 3 ] {1968e488-ba50-476a-8d63-c0de73abef80} <Debug> DynamicQueryHandler: Done processing query | ||
| 13651 | 2024.07.31 06:59:06.270099 [ 3 ] {1968e488-ba50-476a-8d63-c0de73abef80} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 13652 | 2024.07.31 06:59:06.270115 [ 3 ] {} <Debug> HTTP-Session: ef217056-9452-40c0-bedf-28b9cc77c4bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13653 | 2024.07.31 06:59:06.270246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 740, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13654 | 2024.07.31 06:59:06.270295 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13655 | 2024.07.31 06:59:06.270315 [ 3 ] {} <Debug> HTTP-Session: 4d51b5ec-c3dd-4174-a2ae-01801b454a3c Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13656 | 2024.07.31 06:59:06.270331 [ 3 ] {} <Debug> HTTP-Session: 4d51b5ec-c3dd-4174-a2ae-01801b454a3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13657 | 2024.07.31 06:59:06.270344 [ 3 ] {} <Debug> HTTP-Session: 4d51b5ec-c3dd-4174-a2ae-01801b454a3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13658 | 2024.07.31 06:59:06.270377 [ 3 ] {} <Trace> HTTP-Session: 4d51b5ec-c3dd-4174-a2ae-01801b454a3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13659 | 2024.07.31 06:59:06.270473 [ 3 ] {2fde6979-20c3-49cf-b872-48cd0415436b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 13660 | 2024.07.31 06:59:06.270517 [ 3 ] {2fde6979-20c3-49cf-b872-48cd0415436b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13661 | 2024.07.31 06:59:06.270646 [ 3 ] {2fde6979-20c3-49cf-b872-48cd0415436b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13662 | 2024.07.31 06:59:06.270931 [ 3 ] {2fde6979-20c3-49cf-b872-48cd0415436b} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13663 | 2024.07.31 06:59:06.270969 [ 3 ] {2fde6979-20c3-49cf-b872-48cd0415436b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13664 | 2024.07.31 06:59:06.271274 [ 3 ] {2fde6979-20c3-49cf-b872-48cd0415436b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 13665 | 2024.07.31 06:59:06.271588 [ 3 ] {2fde6979-20c3-49cf-b872-48cd0415436b} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13666 | 2024.07.31 06:59:06.271741 [ 3 ] {2fde6979-20c3-49cf-b872-48cd0415436b} <Debug> executeQuery: Read 5 rows, 350.00 B in 0.001287 sec., 3885.003885003885 rows/sec., 265.58 KiB/sec. | ||
| 13667 | 2024.07.31 06:59:06.272051 [ 3 ] {2fde6979-20c3-49cf-b872-48cd0415436b} <Debug> DynamicQueryHandler: Done processing query | ||
| 13668 | 2024.07.31 06:59:06.272085 [ 3 ] {2fde6979-20c3-49cf-b872-48cd0415436b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 13669 | 2024.07.31 06:59:06.272102 [ 3 ] {} <Debug> HTTP-Session: 4d51b5ec-c3dd-4174-a2ae-01801b454a3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13670 | 2024.07.31 06:59:06.272263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 23669, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13671 | 2024.07.31 06:59:06.272313 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13672 | 2024.07.31 06:59:06.272332 [ 3 ] {} <Debug> HTTP-Session: 0dccfe01-ce35-43e6-ab86-df0e8b97348e Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13673 | 2024.07.31 06:59:06.272350 [ 3 ] {} <Debug> HTTP-Session: 0dccfe01-ce35-43e6-ab86-df0e8b97348e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13674 | 2024.07.31 06:59:06.272369 [ 3 ] {} <Debug> HTTP-Session: 0dccfe01-ce35-43e6-ab86-df0e8b97348e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13675 | 2024.07.31 06:59:06.272400 [ 3 ] {} <Trace> HTTP-Session: 0dccfe01-ce35-43e6-ab86-df0e8b97348e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13676 | 2024.07.31 06:59:06.272553 [ 3 ] {8d7355ac-bcf9-4bd1-8b44-4ba48b8d9b26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13677 | 2024.07.31 06:59:06.272598 [ 3 ] {8d7355ac-bcf9-4bd1-8b44-4ba48b8d9b26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13678 | 2024.07.31 06:59:06.272749 [ 3 ] {8d7355ac-bcf9-4bd1-8b44-4ba48b8d9b26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13679 | 2024.07.31 06:59:06.273128 [ 3 ] {8d7355ac-bcf9-4bd1-8b44-4ba48b8d9b26} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13680 | 2024.07.31 06:59:06.273166 [ 3 ] {8d7355ac-bcf9-4bd1-8b44-4ba48b8d9b26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13681 | 2024.07.31 06:59:06.273483 [ 3 ] {8d7355ac-bcf9-4bd1-8b44-4ba48b8d9b26} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 13682 | 2024.07.31 06:59:06.273788 [ 3 ] {8d7355ac-bcf9-4bd1-8b44-4ba48b8d9b26} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13683 | 2024.07.31 06:59:06.273940 [ 3 ] {8d7355ac-bcf9-4bd1-8b44-4ba48b8d9b26} <Debug> executeQuery: Read 140 rows, 11.11 KiB in 0.001452 sec., 96418.73278236914 rows/sec., 7.48 MiB/sec. | ||
| 13684 | 2024.07.31 06:59:06.274196 [ 3 ] {8d7355ac-bcf9-4bd1-8b44-4ba48b8d9b26} <Debug> DynamicQueryHandler: Done processing query | ||
| 13685 | 2024.07.31 06:59:06.274255 [ 3 ] {8d7355ac-bcf9-4bd1-8b44-4ba48b8d9b26} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 13686 | 2024.07.31 06:59:06.274308 [ 3 ] {} <Debug> HTTP-Session: 0dccfe01-ce35-43e6-ab86-df0e8b97348e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13687 | 2024.07.31 06:59:06.274531 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 38146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13688 | 2024.07.31 06:59:06.274582 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13689 | 2024.07.31 06:59:06.274602 [ 3 ] {} <Debug> HTTP-Session: 392e3db6-fa16-47a1-ac06-2ad6e7129dcc Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13690 | 2024.07.31 06:59:06.274620 [ 3 ] {} <Debug> HTTP-Session: 392e3db6-fa16-47a1-ac06-2ad6e7129dcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13691 | 2024.07.31 06:59:06.274634 [ 3 ] {} <Debug> HTTP-Session: 392e3db6-fa16-47a1-ac06-2ad6e7129dcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13692 | 2024.07.31 06:59:06.274665 [ 3 ] {} <Trace> HTTP-Session: 392e3db6-fa16-47a1-ac06-2ad6e7129dcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13693 | 2024.07.31 06:59:06.274850 [ 3 ] {a78cadcb-7604-4159-8f7d-54cd1ddbea56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13694 | 2024.07.31 06:59:06.274900 [ 3 ] {a78cadcb-7604-4159-8f7d-54cd1ddbea56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13695 | 2024.07.31 06:59:06.275061 [ 3 ] {a78cadcb-7604-4159-8f7d-54cd1ddbea56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13696 | 2024.07.31 06:59:06.275501 [ 3 ] {a78cadcb-7604-4159-8f7d-54cd1ddbea56} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13697 | 2024.07.31 06:59:06.275539 [ 3 ] {a78cadcb-7604-4159-8f7d-54cd1ddbea56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13698 | 2024.07.31 06:59:06.275932 [ 3 ] {a78cadcb-7604-4159-8f7d-54cd1ddbea56} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 13699 | 2024.07.31 06:59:06.276260 [ 3 ] {a78cadcb-7604-4159-8f7d-54cd1ddbea56} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13700 | 2024.07.31 06:59:06.276419 [ 3 ] {a78cadcb-7604-4159-8f7d-54cd1ddbea56} <Debug> executeQuery: Read 199 rows, 14.21 KiB in 0.001654 sec., 120314.38935912937 rows/sec., 8.39 MiB/sec. | ||
| 13701 | 2024.07.31 06:59:06.276694 [ 3 ] {a78cadcb-7604-4159-8f7d-54cd1ddbea56} <Debug> DynamicQueryHandler: Done processing query | ||
| 13702 | 2024.07.31 06:59:06.276749 [ 3 ] {a78cadcb-7604-4159-8f7d-54cd1ddbea56} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 13703 | 2024.07.31 06:59:06.276802 [ 3 ] {} <Debug> HTTP-Session: 392e3db6-fa16-47a1-ac06-2ad6e7129dcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13704 | 2024.07.31 06:59:06.277031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 65970, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13705 | 2024.07.31 06:59:06.277081 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13706 | 2024.07.31 06:59:06.277101 [ 3 ] {} <Debug> HTTP-Session: 6564357d-0014-4a01-9e86-6e37958ba158 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13707 | 2024.07.31 06:59:06.277117 [ 3 ] {} <Debug> HTTP-Session: 6564357d-0014-4a01-9e86-6e37958ba158 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13708 | 2024.07.31 06:59:06.277131 [ 3 ] {} <Debug> HTTP-Session: 6564357d-0014-4a01-9e86-6e37958ba158 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13709 | 2024.07.31 06:59:06.277163 [ 3 ] {} <Trace> HTTP-Session: 6564357d-0014-4a01-9e86-6e37958ba158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13710 | 2024.07.31 06:59:06.277614 [ 3 ] {bd651ddf-e24d-4335-94eb-c9f6d3335a29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 13711 | 2024.07.31 06:59:06.277688 [ 3 ] {bd651ddf-e24d-4335-94eb-c9f6d3335a29} <Trace> 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 | ||
| 13712 | 2024.07.31 06:59:06.278115 [ 3 ] {bd651ddf-e24d-4335-94eb-c9f6d3335a29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13713 | 2024.07.31 06:59:06.278916 [ 3 ] {bd651ddf-e24d-4335-94eb-c9f6d3335a29} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13714 | 2024.07.31 06:59:06.278968 [ 3 ] {bd651ddf-e24d-4335-94eb-c9f6d3335a29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13715 | 2024.07.31 06:59:06.279726 [ 3 ] {bd651ddf-e24d-4335-94eb-c9f6d3335a29} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 13716 | 2024.07.31 06:59:06.280172 [ 3 ] {bd651ddf-e24d-4335-94eb-c9f6d3335a29} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13717 | 2024.07.31 06:59:06.280360 [ 3 ] {bd651ddf-e24d-4335-94eb-c9f6d3335a29} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003092 sec., 13260.025873221215 rows/sec., 23.76 MiB/sec. | ||
| 13718 | 2024.07.31 06:59:06.280577 [ 3 ] {bd651ddf-e24d-4335-94eb-c9f6d3335a29} <Debug> DynamicQueryHandler: Done processing query | ||
| 13719 | 2024.07.31 06:59:06.280604 [ 3 ] {bd651ddf-e24d-4335-94eb-c9f6d3335a29} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
| 13720 | 2024.07.31 06:59:06.280620 [ 3 ] {} <Debug> HTTP-Session: 6564357d-0014-4a01-9e86-6e37958ba158 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13721 | 2024.07.31 06:59:06.280753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13722 | 2024.07.31 06:59:06.280802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13723 | 2024.07.31 06:59:06.280821 [ 3 ] {} <Debug> HTTP-Session: 38d24ec1-476a-4c9c-8986-31acb61ffd59 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13724 | 2024.07.31 06:59:06.280839 [ 3 ] {} <Debug> HTTP-Session: 38d24ec1-476a-4c9c-8986-31acb61ffd59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13725 | 2024.07.31 06:59:06.280852 [ 3 ] {} <Debug> HTTP-Session: 38d24ec1-476a-4c9c-8986-31acb61ffd59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13726 | 2024.07.31 06:59:06.280883 [ 3 ] {} <Trace> HTTP-Session: 38d24ec1-476a-4c9c-8986-31acb61ffd59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13727 | 2024.07.31 06:59:06.280996 [ 3 ] {c73d0283-7daf-41e1-bc00-b0d09b929b5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13728 | 2024.07.31 06:59:06.281042 [ 3 ] {c73d0283-7daf-41e1-bc00-b0d09b929b5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13729 | 2024.07.31 06:59:06.281172 [ 3 ] {c73d0283-7daf-41e1-bc00-b0d09b929b5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13730 | 2024.07.31 06:59:06.281530 [ 3 ] {c73d0283-7daf-41e1-bc00-b0d09b929b5d} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13731 | 2024.07.31 06:59:06.281567 [ 3 ] {c73d0283-7daf-41e1-bc00-b0d09b929b5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13732 | 2024.07.31 06:59:06.281932 [ 3 ] {c73d0283-7daf-41e1-bc00-b0d09b929b5d} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 13733 | 2024.07.31 06:59:06.282253 [ 3 ] {c73d0283-7daf-41e1-bc00-b0d09b929b5d} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13734 | 2024.07.31 06:59:06.282414 [ 3 ] {c73d0283-7daf-41e1-bc00-b0d09b929b5d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001452 sec., 41322.31404958678 rows/sec., 2.78 MiB/sec. | ||
| 13735 | 2024.07.31 06:59:06.282587 [ 3 ] {c73d0283-7daf-41e1-bc00-b0d09b929b5d} <Debug> DynamicQueryHandler: Done processing query | ||
| 13736 | 2024.07.31 06:59:06.282612 [ 3 ] {c73d0283-7daf-41e1-bc00-b0d09b929b5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13737 | 2024.07.31 06:59:06.282627 [ 3 ] {} <Debug> HTTP-Session: 38d24ec1-476a-4c9c-8986-31acb61ffd59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13738 | 2024.07.31 06:59:08.078904 [ 59 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13739 | 2024.07.31 06:59:08.078956 [ 59 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13740 | 2024.07.31 06:59:11.270349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13741 | 2024.07.31 06:59:11.270577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13742 | 2024.07.31 06:59:11.270630 [ 3 ] {} <Debug> HTTP-Session: 548b51e3-5209-4f2f-9987-40da88481a1f Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13743 | 2024.07.31 06:59:11.270681 [ 3 ] {} <Debug> HTTP-Session: 548b51e3-5209-4f2f-9987-40da88481a1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13744 | 2024.07.31 06:59:11.270717 [ 3 ] {} <Debug> HTTP-Session: 548b51e3-5209-4f2f-9987-40da88481a1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13745 | 2024.07.31 06:59:11.270817 [ 3 ] {} <Trace> HTTP-Session: 548b51e3-5209-4f2f-9987-40da88481a1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13746 | 2024.07.31 06:59:11.271152 [ 3 ] {233abe0b-ddeb-462a-aff6-0426ed1c193d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 13747 | 2024.07.31 06:59:11.271265 [ 3 ] {233abe0b-ddeb-462a-aff6-0426ed1c193d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 13748 | 2024.07.31 06:59:11.271592 [ 3 ] {233abe0b-ddeb-462a-aff6-0426ed1c193d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13749 | 2024.07.31 06:59:11.272248 [ 3 ] {233abe0b-ddeb-462a-aff6-0426ed1c193d} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13750 | 2024.07.31 06:59:11.272318 [ 3 ] {233abe0b-ddeb-462a-aff6-0426ed1c193d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13751 | 2024.07.31 06:59:11.272922 [ 3 ] {233abe0b-ddeb-462a-aff6-0426ed1c193d} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 13752 | 2024.07.31 06:59:11.273492 [ 3 ] {233abe0b-ddeb-462a-aff6-0426ed1c193d} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13753 | 2024.07.31 06:59:11.273759 [ 3 ] {233abe0b-ddeb-462a-aff6-0426ed1c193d} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.002708 sec., 3692.7621861152143 rows/sec., 245.22 KiB/sec. | ||
| 13754 | 2024.07.31 06:59:11.274133 [ 3 ] {233abe0b-ddeb-462a-aff6-0426ed1c193d} <Debug> DynamicQueryHandler: Done processing query | ||
| 13755 | 2024.07.31 06:59:11.274174 [ 3 ] {233abe0b-ddeb-462a-aff6-0426ed1c193d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 13756 | 2024.07.31 06:59:11.274200 [ 3 ] {} <Debug> HTTP-Session: 548b51e3-5209-4f2f-9987-40da88481a1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13757 | 2024.07.31 06:59:11.274428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 977, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13758 | 2024.07.31 06:59:11.274506 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13759 | 2024.07.31 06:59:11.274541 [ 3 ] {} <Debug> HTTP-Session: b352b9dd-b696-434b-9941-e1de345f9872 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13760 | 2024.07.31 06:59:11.274570 [ 3 ] {} <Debug> HTTP-Session: b352b9dd-b696-434b-9941-e1de345f9872 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13761 | 2024.07.31 06:59:11.274595 [ 3 ] {} <Debug> HTTP-Session: b352b9dd-b696-434b-9941-e1de345f9872 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13762 | 2024.07.31 06:59:11.274645 [ 3 ] {} <Trace> HTTP-Session: b352b9dd-b696-434b-9941-e1de345f9872 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13763 | 2024.07.31 06:59:11.274805 [ 3 ] {8a4ef9c6-a143-47db-81dc-8d131bd03b43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 13764 | 2024.07.31 06:59:11.274879 [ 3 ] {8a4ef9c6-a143-47db-81dc-8d131bd03b43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13765 | 2024.07.31 06:59:11.275107 [ 3 ] {8a4ef9c6-a143-47db-81dc-8d131bd03b43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13766 | 2024.07.31 06:59:11.275616 [ 3 ] {8a4ef9c6-a143-47db-81dc-8d131bd03b43} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13767 | 2024.07.31 06:59:11.275680 [ 3 ] {8a4ef9c6-a143-47db-81dc-8d131bd03b43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13768 | 2024.07.31 06:59:11.276179 [ 3 ] {8a4ef9c6-a143-47db-81dc-8d131bd03b43} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 13769 | 2024.07.31 06:59:11.276689 [ 3 ] {8a4ef9c6-a143-47db-81dc-8d131bd03b43} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13770 | 2024.07.31 06:59:11.276921 [ 3 ] {8a4ef9c6-a143-47db-81dc-8d131bd03b43} <Debug> executeQuery: Read 6 rows, 486.00 B in 0.002139 sec., 2805.0490883590464 rows/sec., 221.88 KiB/sec. | ||
| 13771 | 2024.07.31 06:59:11.277339 [ 3 ] {8a4ef9c6-a143-47db-81dc-8d131bd03b43} <Debug> DynamicQueryHandler: Done processing query | ||
| 13772 | 2024.07.31 06:59:11.277378 [ 3 ] {8a4ef9c6-a143-47db-81dc-8d131bd03b43} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 13773 | 2024.07.31 06:59:11.277401 [ 3 ] {} <Debug> HTTP-Session: b352b9dd-b696-434b-9941-e1de345f9872 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13774 | 2024.07.31 06:59:11.277750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26985, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13775 | 2024.07.31 06:59:11.277825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13776 | 2024.07.31 06:59:11.277855 [ 3 ] {} <Debug> HTTP-Session: 0241ad5c-b147-407b-ab08-582bc9639b96 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13777 | 2024.07.31 06:59:11.277881 [ 3 ] {} <Debug> HTTP-Session: 0241ad5c-b147-407b-ab08-582bc9639b96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13778 | 2024.07.31 06:59:11.277901 [ 3 ] {} <Debug> HTTP-Session: 0241ad5c-b147-407b-ab08-582bc9639b96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13779 | 2024.07.31 06:59:11.277946 [ 3 ] {} <Trace> HTTP-Session: 0241ad5c-b147-407b-ab08-582bc9639b96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13780 | 2024.07.31 06:59:11.278156 [ 3 ] {e4a78e14-95b0-4046-8970-64f90f8f6b5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13781 | 2024.07.31 06:59:11.278226 [ 3 ] {e4a78e14-95b0-4046-8970-64f90f8f6b5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13782 | 2024.07.31 06:59:11.278453 [ 3 ] {e4a78e14-95b0-4046-8970-64f90f8f6b5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13783 | 2024.07.31 06:59:11.279035 [ 3 ] {e4a78e14-95b0-4046-8970-64f90f8f6b5b} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13784 | 2024.07.31 06:59:11.279089 [ 3 ] {e4a78e14-95b0-4046-8970-64f90f8f6b5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13785 | 2024.07.31 06:59:11.279592 [ 3 ] {e4a78e14-95b0-4046-8970-64f90f8f6b5b} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 13786 | 2024.07.31 06:59:11.280064 [ 3 ] {e4a78e14-95b0-4046-8970-64f90f8f6b5b} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13787 | 2024.07.31 06:59:11.280306 [ 3 ] {e4a78e14-95b0-4046-8970-64f90f8f6b5b} <Debug> executeQuery: Read 179 rows, 16.08 KiB in 0.002236 sec., 80053.66726296958 rows/sec., 7.02 MiB/sec. | ||
| 13788 | 2024.07.31 06:59:11.280579 [ 3 ] {e4a78e14-95b0-4046-8970-64f90f8f6b5b} <Debug> DynamicQueryHandler: Done processing query | ||
| 13789 | 2024.07.31 06:59:11.280616 [ 3 ] {e4a78e14-95b0-4046-8970-64f90f8f6b5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 13790 | 2024.07.31 06:59:11.280640 [ 3 ] {} <Debug> HTTP-Session: 0241ad5c-b147-407b-ab08-582bc9639b96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13791 | 2024.07.31 06:59:11.280853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 877, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13792 | 2024.07.31 06:59:11.280928 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13793 | 2024.07.31 06:59:11.280959 [ 3 ] {} <Debug> HTTP-Session: bac504be-5ac4-4ab9-8ecf-8d5b7ad02cc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13794 | 2024.07.31 06:59:11.280989 [ 3 ] {} <Debug> HTTP-Session: bac504be-5ac4-4ab9-8ecf-8d5b7ad02cc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13795 | 2024.07.31 06:59:11.281011 [ 3 ] {} <Debug> HTTP-Session: bac504be-5ac4-4ab9-8ecf-8d5b7ad02cc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13796 | 2024.07.31 06:59:11.281061 [ 3 ] {} <Trace> HTTP-Session: bac504be-5ac4-4ab9-8ecf-8d5b7ad02cc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13797 | 2024.07.31 06:59:11.281204 [ 3 ] {60f8abba-d1e4-48f4-9e3c-f0dd8372c2c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 13798 | 2024.07.31 06:59:11.281276 [ 3 ] {60f8abba-d1e4-48f4-9e3c-f0dd8372c2c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13799 | 2024.07.31 06:59:11.281473 [ 3 ] {60f8abba-d1e4-48f4-9e3c-f0dd8372c2c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13800 | 2024.07.31 06:59:11.281885 [ 3 ] {60f8abba-d1e4-48f4-9e3c-f0dd8372c2c7} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13801 | 2024.07.31 06:59:11.281940 [ 3 ] {60f8abba-d1e4-48f4-9e3c-f0dd8372c2c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13802 | 2024.07.31 06:59:11.282405 [ 3 ] {60f8abba-d1e4-48f4-9e3c-f0dd8372c2c7} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 13803 | 2024.07.31 06:59:11.282866 [ 3 ] {60f8abba-d1e4-48f4-9e3c-f0dd8372c2c7} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13804 | 2024.07.31 06:59:11.283106 [ 3 ] {60f8abba-d1e4-48f4-9e3c-f0dd8372c2c7} <Debug> executeQuery: Read 6 rows, 414.00 B in 0.001926 sec., 3115.264797507788 rows/sec., 209.92 KiB/sec. | ||
| 13805 | 2024.07.31 06:59:11.283378 [ 3 ] {60f8abba-d1e4-48f4-9e3c-f0dd8372c2c7} <Debug> DynamicQueryHandler: Done processing query | ||
| 13806 | 2024.07.31 06:59:11.283418 [ 3 ] {60f8abba-d1e4-48f4-9e3c-f0dd8372c2c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 13807 | 2024.07.31 06:59:11.283447 [ 3 ] {} <Debug> HTTP-Session: bac504be-5ac4-4ab9-8ecf-8d5b7ad02cc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13808 | 2024.07.31 06:59:11.283836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 65188, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13809 | 2024.07.31 06:59:11.283899 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13810 | 2024.07.31 06:59:11.283929 [ 3 ] {} <Debug> HTTP-Session: a8d019ed-f649-45bc-b3ca-2a6d66c918a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13811 | 2024.07.31 06:59:11.283953 [ 3 ] {} <Debug> HTTP-Session: a8d019ed-f649-45bc-b3ca-2a6d66c918a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13812 | 2024.07.31 06:59:11.283975 [ 3 ] {} <Debug> HTTP-Session: a8d019ed-f649-45bc-b3ca-2a6d66c918a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13813 | 2024.07.31 06:59:11.284023 [ 3 ] {} <Trace> HTTP-Session: a8d019ed-f649-45bc-b3ca-2a6d66c918a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13814 | 2024.07.31 06:59:11.284331 [ 3 ] {ed5ffac9-e756-42cd-a588-a57e246eaab1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13815 | 2024.07.31 06:59:11.284396 [ 3 ] {ed5ffac9-e756-42cd-a588-a57e246eaab1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13816 | 2024.07.31 06:59:11.284585 [ 3 ] {ed5ffac9-e756-42cd-a588-a57e246eaab1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13817 | 2024.07.31 06:59:11.285414 [ 3 ] {ed5ffac9-e756-42cd-a588-a57e246eaab1} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13818 | 2024.07.31 06:59:11.285505 [ 3 ] {ed5ffac9-e756-42cd-a588-a57e246eaab1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13819 | 2024.07.31 06:59:11.285999 [ 3 ] {ed5ffac9-e756-42cd-a588-a57e246eaab1} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 13820 | 2024.07.31 06:59:11.286468 [ 3 ] {ed5ffac9-e756-42cd-a588-a57e246eaab1} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13821 | 2024.07.31 06:59:11.286704 [ 3 ] {ed5ffac9-e756-42cd-a588-a57e246eaab1} <Debug> executeQuery: Read 404 rows, 29.10 KiB in 0.002525 sec., 160000 rows/sec., 11.26 MiB/sec. | ||
| 13822 | 2024.07.31 06:59:11.286965 [ 3 ] {ed5ffac9-e756-42cd-a588-a57e246eaab1} <Debug> DynamicQueryHandler: Done processing query | ||
| 13823 | 2024.07.31 06:59:11.287005 [ 3 ] {ed5ffac9-e756-42cd-a588-a57e246eaab1} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 13824 | 2024.07.31 06:59:11.287027 [ 3 ] {} <Debug> HTTP-Session: a8d019ed-f649-45bc-b3ca-2a6d66c918a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13825 | 2024.07.31 06:59:11.287228 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13826 | 2024.07.31 06:59:11.287302 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13827 | 2024.07.31 06:59:11.287331 [ 3 ] {} <Debug> HTTP-Session: ab4a4e64-4327-4aab-a5ab-022479fee573 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13828 | 2024.07.31 06:59:11.287359 [ 3 ] {} <Debug> HTTP-Session: ab4a4e64-4327-4aab-a5ab-022479fee573 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13829 | 2024.07.31 06:59:11.287383 [ 3 ] {} <Debug> HTTP-Session: ab4a4e64-4327-4aab-a5ab-022479fee573 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13830 | 2024.07.31 06:59:11.287432 [ 3 ] {} <Trace> HTTP-Session: ab4a4e64-4327-4aab-a5ab-022479fee573 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13831 | 2024.07.31 06:59:11.287592 [ 3 ] {4d1b2f9b-cf3e-4bb6-96ea-0ca5366f1369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 13832 | 2024.07.31 06:59:11.287662 [ 3 ] {4d1b2f9b-cf3e-4bb6-96ea-0ca5366f1369} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13833 | 2024.07.31 06:59:11.287874 [ 3 ] {4d1b2f9b-cf3e-4bb6-96ea-0ca5366f1369} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13834 | 2024.07.31 06:59:11.288292 [ 3 ] {4d1b2f9b-cf3e-4bb6-96ea-0ca5366f1369} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13835 | 2024.07.31 06:59:11.288348 [ 3 ] {4d1b2f9b-cf3e-4bb6-96ea-0ca5366f1369} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13836 | 2024.07.31 06:59:11.288916 [ 3 ] {4d1b2f9b-cf3e-4bb6-96ea-0ca5366f1369} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 13837 | 2024.07.31 06:59:11.289424 [ 3 ] {4d1b2f9b-cf3e-4bb6-96ea-0ca5366f1369} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13838 | 2024.07.31 06:59:11.289667 [ 3 ] {4d1b2f9b-cf3e-4bb6-96ea-0ca5366f1369} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.002108 sec., 2846.299810246679 rows/sec., 122.30 KiB/sec. | ||
| 13839 | 2024.07.31 06:59:11.289665 [ 61 ] {} <Debug> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 13840 | 2024.07.31 06:59:11.289796 [ 61 ] {} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13841 | 2024.07.31 06:59:11.289857 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13842 | 2024.07.31 06:59:11.290075 [ 3 ] {4d1b2f9b-cf3e-4bb6-96ea-0ca5366f1369} <Debug> DynamicQueryHandler: Done processing query | ||
| 13843 | 2024.07.31 06:59:11.290156 [ 3 ] {4d1b2f9b-cf3e-4bb6-96ea-0ca5366f1369} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 13844 | 2024.07.31 06:59:11.290200 [ 200 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 13845 | 2024.07.31 06:59:11.290231 [ 3 ] {} <Debug> HTTP-Session: ab4a4e64-4327-4aab-a5ab-022479fee573 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13846 | 2024.07.31 06:59:11.290626 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13847 | 2024.07.31 06:59:11.290846 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13848 | 2024.07.31 06:59:11.290993 [ 3 ] {} <Debug> HTTP-Session: 15ad7c45-b2fa-4afa-ae2b-63e84a125c61 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13849 | 2024.07.31 06:59:11.291063 [ 3 ] {} <Debug> HTTP-Session: 15ad7c45-b2fa-4afa-ae2b-63e84a125c61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13850 | 2024.07.31 06:59:11.291113 [ 200 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13851 | 2024.07.31 06:59:11.291147 [ 3 ] {} <Debug> HTTP-Session: 15ad7c45-b2fa-4afa-ae2b-63e84a125c61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13852 | 2024.07.31 06:59:11.291262 [ 200 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 186 rows starting from the beginning of the part | ||
| 13853 | 2024.07.31 06:59:11.291311 [ 3 ] {} <Trace> HTTP-Session: 15ad7c45-b2fa-4afa-ae2b-63e84a125c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13854 | 2024.07.31 06:59:11.291521 [ 200 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 13855 | 2024.07.31 06:59:11.291896 [ 3 ] {09332494-e506-45cf-9629-e4cd9187c1cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 13856 | 2024.07.31 06:59:11.291959 [ 200 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 13857 | 2024.07.31 06:59:11.292178 [ 3 ] {09332494-e506-45cf-9629-e4cd9187c1cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 13858 | 2024.07.31 06:59:11.292407 [ 200 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
| 13859 | 2024.07.31 06:59:11.292826 [ 200 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
| 13860 | 2024.07.31 06:59:11.293185 [ 200 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
| 13861 | 2024.07.31 06:59:11.293917 [ 3 ] {09332494-e506-45cf-9629-e4cd9187c1cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13862 | 2024.07.31 06:59:11.294586 [ 3 ] {09332494-e506-45cf-9629-e4cd9187c1cc} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13863 | 2024.07.31 06:59:11.294647 [ 3 ] {09332494-e506-45cf-9629-e4cd9187c1cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13864 | 2024.07.31 06:59:11.295478 [ 3 ] {09332494-e506-45cf-9629-e4cd9187c1cc} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 13865 | 2024.07.31 06:59:11.295574 [ 187 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.00562352 sec., 38410.10612570063 rows/sec., 1.61 MiB/sec. | ||
| 13866 | 2024.07.31 06:59:11.295994 [ 187 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 13867 | 2024.07.31 06:59:11.296581 [ 3 ] {09332494-e506-45cf-9629-e4cd9187c1cc} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13868 | 2024.07.31 06:59:11.297086 [ 61 ] {} <Debug> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 13869 | 2024.07.31 06:59:11.297160 [ 3 ] {09332494-e506-45cf-9629-e4cd9187c1cc} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.005521 sec., 13946.7487773954 rows/sec., 879.45 KiB/sec. | ||
| 13870 | 2024.07.31 06:59:11.297212 [ 61 ] {} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13871 | 2024.07.31 06:59:11.297411 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13872 | 2024.07.31 06:59:11.297429 [ 191 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_36_7} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13873 | 2024.07.31 06:59:11.298060 [ 191 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_36_7} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 13874 | 2024.07.31 06:59:11.298334 [ 187 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 13875 | 2024.07.31 06:59:11.298548 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 13876 | 2024.07.31 06:59:11.298812 [ 3 ] {09332494-e506-45cf-9629-e4cd9187c1cc} <Debug> DynamicQueryHandler: Done processing query | ||
| 13877 | 2024.07.31 06:59:11.298959 [ 3 ] {09332494-e506-45cf-9629-e4cd9187c1cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13878 | 2024.07.31 06:59:11.299043 [ 3 ] {} <Debug> HTTP-Session: 15ad7c45-b2fa-4afa-ae2b-63e84a125c61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13879 | 2024.07.31 06:59:11.299146 [ 187 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13880 | 2024.07.31 06:59:11.299216 [ 187 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2387 rows starting from the beginning of the part | ||
| 13881 | 2024.07.31 06:59:11.299428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 31366, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13882 | 2024.07.31 06:59:11.299541 [ 187 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 77 rows starting from the beginning of the part | ||
| 13883 | 2024.07.31 06:59:11.299605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13884 | 2024.07.31 06:59:11.299702 [ 3 ] {} <Debug> HTTP-Session: 0c316b0b-720c-4f7a-ac8b-5c4e3fa7d3df Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13885 | 2024.07.31 06:59:11.299824 [ 3 ] {} <Debug> HTTP-Session: 0c316b0b-720c-4f7a-ac8b-5c4e3fa7d3df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13886 | 2024.07.31 06:59:11.299903 [ 3 ] {} <Debug> HTTP-Session: 0c316b0b-720c-4f7a-ac8b-5c4e3fa7d3df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13887 | 2024.07.31 06:59:11.299972 [ 187 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 77 rows starting from the beginning of the part | ||
| 13888 | 2024.07.31 06:59:11.300089 [ 3 ] {} <Trace> HTTP-Session: 0c316b0b-720c-4f7a-ac8b-5c4e3fa7d3df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13889 | 2024.07.31 06:59:11.300372 [ 187 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 77 rows starting from the beginning of the part | ||
| 13890 | 2024.07.31 06:59:11.300799 [ 187 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 77 rows starting from the beginning of the part | ||
| 13891 | 2024.07.31 06:59:11.300964 [ 3 ] {dad0a942-3d07-414d-9959-84091d45f546} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13892 | 2024.07.31 06:59:11.301144 [ 187 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 77 rows starting from the beginning of the part | ||
| 13893 | 2024.07.31 06:59:11.301482 [ 3 ] {dad0a942-3d07-414d-9959-84091d45f546} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13894 | 2024.07.31 06:59:11.302488 [ 3 ] {dad0a942-3d07-414d-9959-84091d45f546} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13895 | 2024.07.31 06:59:11.303929 [ 3 ] {dad0a942-3d07-414d-9959-84091d45f546} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13896 | 2024.07.31 06:59:11.304040 [ 3 ] {dad0a942-3d07-414d-9959-84091d45f546} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13897 | 2024.07.31 06:59:11.305472 [ 3 ] {dad0a942-3d07-414d-9959-84091d45f546} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 13898 | 2024.07.31 06:59:11.306077 [ 187 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2772 rows, containing 5 columns (5 merged, 0 gathered) in 0.00842085 sec., 329182.9209640357 rows/sec., 20.27 MiB/sec. | ||
| 13899 | 2024.07.31 06:59:11.306507 [ 187 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 13900 | 2024.07.31 06:59:11.306784 [ 3 ] {dad0a942-3d07-414d-9959-84091d45f546} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13901 | 2024.07.31 06:59:11.307467 [ 3 ] {dad0a942-3d07-414d-9959-84091d45f546} <Debug> executeQuery: Read 164 rows, 11.67 KiB in 0.006884 sec., 23823.358512492734 rows/sec., 1.66 MiB/sec. | ||
| 13902 | 2024.07.31 06:59:11.308212 [ 3 ] {dad0a942-3d07-414d-9959-84091d45f546} <Debug> DynamicQueryHandler: Done processing query | ||
| 13903 | 2024.07.31 06:59:11.308283 [ 187 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_36_7} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13904 | 2024.07.31 06:59:11.308297 [ 3 ] {dad0a942-3d07-414d-9959-84091d45f546} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 13905 | 2024.07.31 06:59:11.308392 [ 3 ] {} <Debug> HTTP-Session: 0c316b0b-720c-4f7a-ac8b-5c4e3fa7d3df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13906 | 2024.07.31 06:59:11.308537 [ 187 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_36_7} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 13907 | 2024.07.31 06:59:11.308708 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 13908 | 2024.07.31 06:59:11.308750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13909 | 2024.07.31 06:59:11.308863 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13910 | 2024.07.31 06:59:11.308896 [ 3 ] {} <Debug> HTTP-Session: 15a6c1a8-6bd4-4c2c-9d57-d503c2faa73b Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13911 | 2024.07.31 06:59:11.308925 [ 3 ] {} <Debug> HTTP-Session: 15a6c1a8-6bd4-4c2c-9d57-d503c2faa73b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13912 | 2024.07.31 06:59:11.308949 [ 3 ] {} <Debug> HTTP-Session: 15a6c1a8-6bd4-4c2c-9d57-d503c2faa73b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13913 | 2024.07.31 06:59:11.309002 [ 3 ] {} <Trace> HTTP-Session: 15a6c1a8-6bd4-4c2c-9d57-d503c2faa73b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13914 | 2024.07.31 06:59:11.309248 [ 3 ] {25eb3556-f481-47d8-bd12-68f613609bbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 13915 | 2024.07.31 06:59:11.309376 [ 3 ] {25eb3556-f481-47d8-bd12-68f613609bbd} <Trace> 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 | ||
| 13916 | 2024.07.31 06:59:11.310175 [ 3 ] {25eb3556-f481-47d8-bd12-68f613609bbd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13917 | 2024.07.31 06:59:11.310968 [ 3 ] {25eb3556-f481-47d8-bd12-68f613609bbd} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13918 | 2024.07.31 06:59:11.311026 [ 3 ] {25eb3556-f481-47d8-bd12-68f613609bbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13919 | 2024.07.31 06:59:11.312014 [ 3 ] {25eb3556-f481-47d8-bd12-68f613609bbd} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 13920 | 2024.07.31 06:59:11.312629 [ 3 ] {25eb3556-f481-47d8-bd12-68f613609bbd} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13921 | 2024.07.31 06:59:11.312816 [ 61 ] {} <Debug> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 13922 | 2024.07.31 06:59:11.312835 [ 3 ] {25eb3556-f481-47d8-bd12-68f613609bbd} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.003695 sec., 1082.5439783491204 rows/sec., 1.94 MiB/sec. | ||
| 13923 | 2024.07.31 06:59:11.312870 [ 61 ] {} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13924 | 2024.07.31 06:59:11.312941 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13925 | 2024.07.31 06:59:11.313263 [ 191 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 13926 | 2024.07.31 06:59:11.313384 [ 3 ] {25eb3556-f481-47d8-bd12-68f613609bbd} <Debug> DynamicQueryHandler: Done processing query | ||
| 13927 | 2024.07.31 06:59:11.313439 [ 3 ] {25eb3556-f481-47d8-bd12-68f613609bbd} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 13928 | 2024.07.31 06:59:11.313484 [ 3 ] {} <Debug> HTTP-Session: 15a6c1a8-6bd4-4c2c-9d57-d503c2faa73b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13929 | 2024.07.31 06:59:11.313690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13930 | 2024.07.31 06:59:11.313820 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13931 | 2024.07.31 06:59:11.313899 [ 3 ] {} <Debug> HTTP-Session: 5f5b1455-3246-4dda-a545-23b1f26152d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13932 | 2024.07.31 06:59:11.313963 [ 3 ] {} <Debug> HTTP-Session: 5f5b1455-3246-4dda-a545-23b1f26152d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13933 | 2024.07.31 06:59:11.313997 [ 191 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13934 | 2024.07.31 06:59:11.314012 [ 3 ] {} <Debug> HTTP-Session: 5f5b1455-3246-4dda-a545-23b1f26152d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13935 | 2024.07.31 06:59:11.314133 [ 3 ] {} <Trace> HTTP-Session: 5f5b1455-3246-4dda-a545-23b1f26152d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13936 | 2024.07.31 06:59:11.314179 [ 191 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 987 rows starting from the beginning of the part | ||
| 13937 | 2024.07.31 06:59:11.314406 [ 3 ] {b542e278-cee2-4506-9541-786169aaf9b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 13938 | 2024.07.31 06:59:11.314646 [ 3 ] {b542e278-cee2-4506-9541-786169aaf9b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 13939 | 2024.07.31 06:59:11.314912 [ 191 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 4 rows starting from the beginning of the part | ||
| 13940 | 2024.07.31 06:59:11.315324 [ 3 ] {b542e278-cee2-4506-9541-786169aaf9b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13941 | 2024.07.31 06:59:11.315765 [ 191 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 39 rows starting from the beginning of the part | ||
| 13942 | 2024.07.31 06:59:11.316473 [ 191 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 4 rows starting from the beginning of the part | ||
| 13943 | 2024.07.31 06:59:11.316508 [ 3 ] {b542e278-cee2-4506-9541-786169aaf9b0} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13944 | 2024.07.31 06:59:11.316579 [ 3 ] {b542e278-cee2-4506-9541-786169aaf9b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13945 | 2024.07.31 06:59:11.317077 [ 191 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 41 rows starting from the beginning of the part | ||
| 13946 | 2024.07.31 06:59:11.317745 [ 191 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 4 rows starting from the beginning of the part | ||
| 13947 | 2024.07.31 06:59:11.318050 [ 3 ] {b542e278-cee2-4506-9541-786169aaf9b0} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 13948 | 2024.07.31 06:59:11.319007 [ 3 ] {b542e278-cee2-4506-9541-786169aaf9b0} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13949 | 2024.07.31 06:59:11.319428 [ 3 ] {b542e278-cee2-4506-9541-786169aaf9b0} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.005114 sec., 4497.45795854517 rows/sec., 243.28 KiB/sec. | ||
| 13950 | 2024.07.31 06:59:11.320178 [ 3 ] {b542e278-cee2-4506-9541-786169aaf9b0} <Debug> DynamicQueryHandler: Done processing query | ||
| 13951 | 2024.07.31 06:59:11.320268 [ 3 ] {b542e278-cee2-4506-9541-786169aaf9b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 13952 | 2024.07.31 06:59:11.320348 [ 3 ] {} <Debug> HTTP-Session: 5f5b1455-3246-4dda-a545-23b1f26152d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13953 | 2024.07.31 06:59:11.320594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13954 | 2024.07.31 06:59:11.320672 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13955 | 2024.07.31 06:59:11.320719 [ 3 ] {} <Debug> HTTP-Session: 275eb579-aec8-4967-bff3-2c520aeac81a Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13956 | 2024.07.31 06:59:11.320736 [ 3 ] {} <Debug> HTTP-Session: 275eb579-aec8-4967-bff3-2c520aeac81a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13957 | 2024.07.31 06:59:11.320750 [ 3 ] {} <Debug> HTTP-Session: 275eb579-aec8-4967-bff3-2c520aeac81a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13958 | 2024.07.31 06:59:11.320786 [ 3 ] {} <Trace> HTTP-Session: 275eb579-aec8-4967-bff3-2c520aeac81a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13959 | 2024.07.31 06:59:11.320954 [ 3 ] {511c433a-6464-4f90-b70a-fe2869986152} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13960 | 2024.07.31 06:59:11.321001 [ 3 ] {511c433a-6464-4f90-b70a-fe2869986152} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13961 | 2024.07.31 06:59:11.321228 [ 3 ] {511c433a-6464-4f90-b70a-fe2869986152} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13962 | 2024.07.31 06:59:11.321611 [ 3 ] {511c433a-6464-4f90-b70a-fe2869986152} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13963 | 2024.07.31 06:59:11.321663 [ 3 ] {511c433a-6464-4f90-b70a-fe2869986152} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 13964 | 2024.07.31 06:59:11.322934 [ 3 ] {511c433a-6464-4f90-b70a-fe2869986152} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 13965 | 2024.07.31 06:59:11.323956 [ 3 ] {511c433a-6464-4f90-b70a-fe2869986152} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13966 | 2024.07.31 06:59:11.324384 [ 3 ] {511c433a-6464-4f90-b70a-fe2869986152} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0035 sec., 17142.85714285714 rows/sec., 1.16 MiB/sec. | ||
| 13967 | 2024.07.31 06:59:11.324712 [ 3 ] {511c433a-6464-4f90-b70a-fe2869986152} <Debug> DynamicQueryHandler: Done processing query | ||
| 13968 | 2024.07.31 06:59:11.324768 [ 3 ] {511c433a-6464-4f90-b70a-fe2869986152} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13969 | 2024.07.31 06:59:11.324845 [ 3 ] {} <Debug> HTTP-Session: 275eb579-aec8-4967-bff3-2c520aeac81a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13970 | 2024.07.31 06:59:11.327371 [ 186 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1079 rows, containing 19 columns (19 merged, 0 gathered) in 0.014299246 sec., 75458.52417672932 rows/sec., 135.22 MiB/sec. | ||
| 13971 | 2024.07.31 06:59:11.328535 [ 193 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 13972 | 2024.07.31 06:59:11.329155 [ 193 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_66_13} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13973 | 2024.07.31 06:59:11.329242 [ 193 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_66_13} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 13974 | 2024.07.31 06:59:11.329402 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.30 MiB. | ||
| 13975 | 2024.07.31 06:59:16.261762 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6793, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13976 | 2024.07.31 06:59:16.261893 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13977 | 2024.07.31 06:59:16.261923 [ 3 ] {} <Debug> HTTP-Session: 1356dae6-f8de-4463-b9a7-9324c65af03f Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 13978 | 2024.07.31 06:59:16.261950 [ 3 ] {} <Debug> HTTP-Session: 1356dae6-f8de-4463-b9a7-9324c65af03f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13979 | 2024.07.31 06:59:16.261968 [ 3 ] {} <Debug> HTTP-Session: 1356dae6-f8de-4463-b9a7-9324c65af03f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13980 | 2024.07.31 06:59:16.262023 [ 3 ] {} <Trace> HTTP-Session: 1356dae6-f8de-4463-b9a7-9324c65af03f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13981 | 2024.07.31 06:59:16.262237 [ 3 ] {f9d988db-daa9-4e4d-9152-a0c9e67b479f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 13982 | 2024.07.31 06:59:16.262313 [ 3 ] {f9d988db-daa9-4e4d-9152-a0c9e67b479f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 13983 | 2024.07.31 06:59:16.262507 [ 3 ] {f9d988db-daa9-4e4d-9152-a0c9e67b479f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13984 | 2024.07.31 06:59:16.262946 [ 3 ] {f9d988db-daa9-4e4d-9152-a0c9e67b479f} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13985 | 2024.07.31 06:59:16.262986 [ 3 ] {f9d988db-daa9-4e4d-9152-a0c9e67b479f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13986 | 2024.07.31 06:59:16.263358 [ 3 ] {f9d988db-daa9-4e4d-9152-a0c9e67b479f} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13987 | 2024.07.31 06:59:16.263701 [ 3 ] {f9d988db-daa9-4e4d-9152-a0c9e67b479f} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13988 | 2024.07.31 06:59:16.263849 [ 95 ] {} <Debug> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13989 | 2024.07.31 06:59:16.263851 [ 3 ] {f9d988db-daa9-4e4d-9152-a0c9e67b479f} <Debug> executeQuery: Read 47 rows, 3.81 KiB in 0.001685 sec., 27893.175074183975 rows/sec., 2.21 MiB/sec. | ||
| 13990 | 2024.07.31 06:59:16.263897 [ 95 ] {} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13991 | 2024.07.31 06:59:16.263939 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 13992 | 2024.07.31 06:59:16.264126 [ 195 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 13993 | 2024.07.31 06:59:16.264174 [ 3 ] {f9d988db-daa9-4e4d-9152-a0c9e67b479f} <Debug> DynamicQueryHandler: Done processing query | ||
| 13994 | 2024.07.31 06:59:16.264221 [ 3 ] {f9d988db-daa9-4e4d-9152-a0c9e67b479f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13995 | 2024.07.31 06:59:16.264250 [ 3 ] {} <Debug> HTTP-Session: 1356dae6-f8de-4463-b9a7-9324c65af03f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13996 | 2024.07.31 06:59:16.264364 [ 195 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13997 | 2024.07.31 06:59:16.264408 [ 195 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 45 rows starting from the beginning of the part | ||
| 13998 | 2024.07.31 06:59:16.264453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13999 | 2024.07.31 06:59:16.264531 [ 195 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 39 rows starting from the beginning of the part | ||
| 14000 | 2024.07.31 06:59:16.264591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14001 | 2024.07.31 06:59:16.264704 [ 3 ] {} <Debug> HTTP-Session: f9affcc4-590c-44f5-9290-5bf28d6b86a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14002 | 2024.07.31 06:59:16.264846 [ 3 ] {} <Debug> HTTP-Session: f9affcc4-590c-44f5-9290-5bf28d6b86a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14003 | 2024.07.31 06:59:16.264912 [ 195 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 10 rows starting from the beginning of the part | ||
| 14004 | 2024.07.31 06:59:16.264938 [ 3 ] {} <Debug> HTTP-Session: f9affcc4-590c-44f5-9290-5bf28d6b86a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14005 | 2024.07.31 06:59:16.265075 [ 3 ] {} <Trace> HTTP-Session: f9affcc4-590c-44f5-9290-5bf28d6b86a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14006 | 2024.07.31 06:59:16.265226 [ 195 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 41 rows starting from the beginning of the part | ||
| 14007 | 2024.07.31 06:59:16.265463 [ 3 ] {66ff3eda-4854-4ec5-9aa4-a7e9b5817bce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 14008 | 2024.07.31 06:59:16.265501 [ 195 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 10 rows starting from the beginning of the part | ||
| 14009 | 2024.07.31 06:59:16.265596 [ 3 ] {66ff3eda-4854-4ec5-9aa4-a7e9b5817bce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14010 | 2024.07.31 06:59:16.265765 [ 195 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 47 rows starting from the beginning of the part | ||
| 14011 | 2024.07.31 06:59:16.266512 [ 3 ] {66ff3eda-4854-4ec5-9aa4-a7e9b5817bce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14012 | 2024.07.31 06:59:16.267321 [ 3 ] {66ff3eda-4854-4ec5-9aa4-a7e9b5817bce} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14013 | 2024.07.31 06:59:16.267400 [ 3 ] {66ff3eda-4854-4ec5-9aa4-a7e9b5817bce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14014 | 2024.07.31 06:59:16.268312 [ 3 ] {66ff3eda-4854-4ec5-9aa4-a7e9b5817bce} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 14015 | 2024.07.31 06:59:16.268733 [ 195 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 192 rows, containing 4 columns (4 merged, 0 gathered) in 0.004678697 sec., 41037.066516596395 rows/sec., 3.16 MiB/sec. | ||
| 14016 | 2024.07.31 06:59:16.268950 [ 195 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 14017 | 2024.07.31 06:59:16.269120 [ 3 ] {66ff3eda-4854-4ec5-9aa4-a7e9b5817bce} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14018 | 2024.07.31 06:59:16.269521 [ 3 ] {66ff3eda-4854-4ec5-9aa4-a7e9b5817bce} <Debug> executeQuery: Read 1 rows, 76.00 B in 0.004175 sec., 239.52095808383234 rows/sec., 17.78 KiB/sec. | ||
| 14019 | 2024.07.31 06:59:16.269863 [ 3 ] {66ff3eda-4854-4ec5-9aa4-a7e9b5817bce} <Debug> DynamicQueryHandler: Done processing query | ||
| 14020 | 2024.07.31 06:59:16.269867 [ 195 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_71_14} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14021 | 2024.07.31 06:59:16.269904 [ 3 ] {66ff3eda-4854-4ec5-9aa4-a7e9b5817bce} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14022 | 2024.07.31 06:59:16.269958 [ 3 ] {} <Debug> HTTP-Session: f9affcc4-590c-44f5-9290-5bf28d6b86a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14023 | 2024.07.31 06:59:16.270048 [ 195 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_71_14} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 14024 | 2024.07.31 06:59:16.270163 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14025 | 2024.07.31 06:59:16.270183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 29430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14026 | 2024.07.31 06:59:16.270255 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14027 | 2024.07.31 06:59:16.270275 [ 3 ] {} <Debug> HTTP-Session: d1d659ec-db56-4d8f-983d-9a4bcb2bf595 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14028 | 2024.07.31 06:59:16.270291 [ 3 ] {} <Debug> HTTP-Session: d1d659ec-db56-4d8f-983d-9a4bcb2bf595 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14029 | 2024.07.31 06:59:16.270306 [ 3 ] {} <Debug> HTTP-Session: d1d659ec-db56-4d8f-983d-9a4bcb2bf595 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14030 | 2024.07.31 06:59:16.270340 [ 3 ] {} <Trace> HTTP-Session: d1d659ec-db56-4d8f-983d-9a4bcb2bf595 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14031 | 2024.07.31 06:59:16.270528 [ 3 ] {fb019aeb-929b-40aa-8129-3a61e22a72d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14032 | 2024.07.31 06:59:16.270583 [ 3 ] {fb019aeb-929b-40aa-8129-3a61e22a72d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14033 | 2024.07.31 06:59:16.271384 [ 3 ] {fb019aeb-929b-40aa-8129-3a61e22a72d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14034 | 2024.07.31 06:59:16.271986 [ 3 ] {fb019aeb-929b-40aa-8129-3a61e22a72d8} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14035 | 2024.07.31 06:59:16.272024 [ 3 ] {fb019aeb-929b-40aa-8129-3a61e22a72d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14036 | 2024.07.31 06:59:16.272362 [ 3 ] {fb019aeb-929b-40aa-8129-3a61e22a72d8} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 14037 | 2024.07.31 06:59:16.272676 [ 3 ] {fb019aeb-929b-40aa-8129-3a61e22a72d8} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14038 | 2024.07.31 06:59:16.272807 [ 95 ] {} <Debug> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 14039 | 2024.07.31 06:59:16.272811 [ 3 ] {fb019aeb-929b-40aa-8129-3a61e22a72d8} <Debug> executeQuery: Read 199 rows, 17.33 KiB in 0.002381 sec., 83578.32843343134 rows/sec., 7.11 MiB/sec. | ||
| 14040 | 2024.07.31 06:59:16.272852 [ 95 ] {} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14041 | 2024.07.31 06:59:16.272900 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14042 | 2024.07.31 06:59:16.273032 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 14043 | 2024.07.31 06:59:16.273041 [ 3 ] {fb019aeb-929b-40aa-8129-3a61e22a72d8} <Debug> DynamicQueryHandler: Done processing query | ||
| 14044 | 2024.07.31 06:59:16.273088 [ 3 ] {fb019aeb-929b-40aa-8129-3a61e22a72d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 14045 | 2024.07.31 06:59:16.273112 [ 3 ] {} <Debug> HTTP-Session: d1d659ec-db56-4d8f-983d-9a4bcb2bf595 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14046 | 2024.07.31 06:59:16.273186 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14047 | 2024.07.31 06:59:16.273222 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 323 rows starting from the beginning of the part | ||
| 14048 | 2024.07.31 06:59:16.273293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 183, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14049 | 2024.07.31 06:59:16.273387 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 173 rows starting from the beginning of the part | ||
| 14050 | 2024.07.31 06:59:16.273417 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14051 | 2024.07.31 06:59:16.273502 [ 3 ] {} <Debug> HTTP-Session: 971ee797-cb05-4aef-a709-bd3e0fae610c Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14052 | 2024.07.31 06:59:16.273625 [ 3 ] {} <Debug> HTTP-Session: 971ee797-cb05-4aef-a709-bd3e0fae610c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14053 | 2024.07.31 06:59:16.273702 [ 3 ] {} <Debug> HTTP-Session: 971ee797-cb05-4aef-a709-bd3e0fae610c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14054 | 2024.07.31 06:59:16.273764 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 178 rows starting from the beginning of the part | ||
| 14055 | 2024.07.31 06:59:16.273829 [ 3 ] {} <Trace> HTTP-Session: 971ee797-cb05-4aef-a709-bd3e0fae610c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14056 | 2024.07.31 06:59:16.274051 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 219 rows starting from the beginning of the part | ||
| 14057 | 2024.07.31 06:59:16.274172 [ 3 ] {7e322f03-a145-410a-acce-7c42e2debc5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 14058 | 2024.07.31 06:59:16.274358 [ 3 ] {7e322f03-a145-410a-acce-7c42e2debc5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14059 | 2024.07.31 06:59:16.274371 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 179 rows starting from the beginning of the part | ||
| 14060 | 2024.07.31 06:59:16.274726 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 199 rows starting from the beginning of the part | ||
| 14061 | 2024.07.31 06:59:16.275311 [ 3 ] {7e322f03-a145-410a-acce-7c42e2debc5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14062 | 2024.07.31 06:59:16.275726 [ 3 ] {7e322f03-a145-410a-acce-7c42e2debc5c} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14063 | 2024.07.31 06:59:16.275769 [ 3 ] {7e322f03-a145-410a-acce-7c42e2debc5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14064 | 2024.07.31 06:59:16.276236 [ 3 ] {7e322f03-a145-410a-acce-7c42e2debc5c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 14065 | 2024.07.31 06:59:16.276663 [ 3 ] {7e322f03-a145-410a-acce-7c42e2debc5c} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14066 | 2024.07.31 06:59:16.276732 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1271 rows, containing 4 columns (4 merged, 0 gathered) in 0.003763183 sec., 337745.99853368814 rows/sec., 28.95 MiB/sec. | ||
| 14067 | 2024.07.31 06:59:16.276851 [ 3 ] {7e322f03-a145-410a-acce-7c42e2debc5c} <Debug> executeQuery: Read 1 rows, 64.00 B in 0.002794 sec., 357.9098067287044 rows/sec., 22.37 KiB/sec. | ||
| 14068 | 2024.07.31 06:59:16.276916 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 14069 | 2024.07.31 06:59:16.277042 [ 3 ] {7e322f03-a145-410a-acce-7c42e2debc5c} <Debug> DynamicQueryHandler: Done processing query | ||
| 14070 | 2024.07.31 06:59:16.277075 [ 3 ] {7e322f03-a145-410a-acce-7c42e2debc5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14071 | 2024.07.31 06:59:16.277109 [ 3 ] {} <Debug> HTTP-Session: 971ee797-cb05-4aef-a709-bd3e0fae610c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14072 | 2024.07.31 06:59:16.277272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 21493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14073 | 2024.07.31 06:59:16.277327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14074 | 2024.07.31 06:59:16.277350 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_76_15} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14075 | 2024.07.31 06:59:16.277356 [ 3 ] {} <Debug> HTTP-Session: ea309c2e-c14e-4458-8f32-a861c9ab81d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14076 | 2024.07.31 06:59:16.277389 [ 3 ] {} <Debug> HTTP-Session: ea309c2e-c14e-4458-8f32-a861c9ab81d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14077 | 2024.07.31 06:59:16.277408 [ 3 ] {} <Debug> HTTP-Session: ea309c2e-c14e-4458-8f32-a861c9ab81d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14078 | 2024.07.31 06:59:16.277448 [ 3 ] {} <Trace> HTTP-Session: ea309c2e-c14e-4458-8f32-a861c9ab81d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14079 | 2024.07.31 06:59:16.277449 [ 186 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_76_15} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 14080 | 2024.07.31 06:59:16.277545 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 14081 | 2024.07.31 06:59:16.277622 [ 3 ] {37df717a-bd56-4fc1-b2a3-fa005cce88f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14082 | 2024.07.31 06:59:16.277664 [ 3 ] {37df717a-bd56-4fc1-b2a3-fa005cce88f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14083 | 2024.07.31 06:59:16.277786 [ 3 ] {37df717a-bd56-4fc1-b2a3-fa005cce88f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14084 | 2024.07.31 06:59:16.278118 [ 3 ] {37df717a-bd56-4fc1-b2a3-fa005cce88f8} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14085 | 2024.07.31 06:59:16.278154 [ 3 ] {37df717a-bd56-4fc1-b2a3-fa005cce88f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14086 | 2024.07.31 06:59:16.278457 [ 3 ] {37df717a-bd56-4fc1-b2a3-fa005cce88f8} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 14087 | 2024.07.31 06:59:16.278759 [ 3 ] {37df717a-bd56-4fc1-b2a3-fa005cce88f8} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14088 | 2024.07.31 06:59:16.278879 [ 95 ] {} <Debug> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 14089 | 2024.07.31 06:59:16.278883 [ 3 ] {37df717a-bd56-4fc1-b2a3-fa005cce88f8} <Debug> executeQuery: Read 127 rows, 10.09 KiB in 0.001336 sec., 95059.88023952096 rows/sec., 7.38 MiB/sec. | ||
| 14090 | 2024.07.31 06:59:16.278908 [ 95 ] {} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14091 | 2024.07.31 06:59:16.278942 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14092 | 2024.07.31 06:59:16.279157 [ 3 ] {37df717a-bd56-4fc1-b2a3-fa005cce88f8} <Debug> DynamicQueryHandler: Done processing query | ||
| 14093 | 2024.07.31 06:59:16.279214 [ 3 ] {37df717a-bd56-4fc1-b2a3-fa005cce88f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 14094 | 2024.07.31 06:59:16.279236 [ 202 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 14095 | 2024.07.31 06:59:16.279293 [ 3 ] {} <Debug> HTTP-Session: ea309c2e-c14e-4458-8f32-a861c9ab81d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14096 | 2024.07.31 06:59:16.279770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30802, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14097 | 2024.07.31 06:59:16.279935 [ 202 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14098 | 2024.07.31 06:59:16.280044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14099 | 2024.07.31 06:59:16.280076 [ 202 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 482 rows starting from the beginning of the part | ||
| 14100 | 2024.07.31 06:59:16.280190 [ 3 ] {} <Debug> HTTP-Session: 12930afb-ebb4-40b1-bdf9-64e4871948dd Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14101 | 2024.07.31 06:59:16.280502 [ 202 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 109 rows starting from the beginning of the part | ||
| 14102 | 2024.07.31 06:59:16.280539 [ 3 ] {} <Debug> HTTP-Session: 12930afb-ebb4-40b1-bdf9-64e4871948dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14103 | 2024.07.31 06:59:16.280613 [ 3 ] {} <Debug> HTTP-Session: 12930afb-ebb4-40b1-bdf9-64e4871948dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14104 | 2024.07.31 06:59:16.280762 [ 202 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 402 rows starting from the beginning of the part | ||
| 14105 | 2024.07.31 06:59:16.280816 [ 3 ] {} <Trace> HTTP-Session: 12930afb-ebb4-40b1-bdf9-64e4871948dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14106 | 2024.07.31 06:59:16.281011 [ 202 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 140 rows starting from the beginning of the part | ||
| 14107 | 2024.07.31 06:59:16.281271 [ 202 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 404 rows starting from the beginning of the part | ||
| 14108 | 2024.07.31 06:59:16.281513 [ 202 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 127 rows starting from the beginning of the part | ||
| 14109 | 2024.07.31 06:59:16.281580 [ 3 ] {6615b6a2-fbc1-4cda-b479-9055d7274976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14110 | 2024.07.31 06:59:16.281888 [ 3 ] {6615b6a2-fbc1-4cda-b479-9055d7274976} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14111 | 2024.07.31 06:59:16.282319 [ 3 ] {6615b6a2-fbc1-4cda-b479-9055d7274976} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14112 | 2024.07.31 06:59:16.283219 [ 3 ] {6615b6a2-fbc1-4cda-b479-9055d7274976} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14113 | 2024.07.31 06:59:16.283281 [ 3 ] {6615b6a2-fbc1-4cda-b479-9055d7274976} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14114 | 2024.07.31 06:59:16.284035 [ 3 ] {6615b6a2-fbc1-4cda-b479-9055d7274976} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 14115 | 2024.07.31 06:59:16.284513 [ 202 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1664 rows, containing 4 columns (4 merged, 0 gathered) in 0.005483277 sec., 303468.16328994505 rows/sec., 21.98 MiB/sec. | ||
| 14116 | 2024.07.31 06:59:16.284738 [ 202 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 14117 | 2024.07.31 06:59:16.284901 [ 3 ] {6615b6a2-fbc1-4cda-b479-9055d7274976} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14118 | 2024.07.31 06:59:16.285159 [ 95 ] {} <Debug> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 14119 | 2024.07.31 06:59:16.285272 [ 95 ] {} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14120 | 2024.07.31 06:59:16.285355 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14121 | 2024.07.31 06:59:16.285366 [ 3 ] {6615b6a2-fbc1-4cda-b479-9055d7274976} <Debug> executeQuery: Read 161 rows, 11.47 KiB in 0.00415 sec., 38795.180722891564 rows/sec., 2.70 MiB/sec. | ||
| 14122 | 2024.07.31 06:59:16.285841 [ 196 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 14123 | 2024.07.31 06:59:16.286019 [ 3 ] {6615b6a2-fbc1-4cda-b479-9055d7274976} <Debug> DynamicQueryHandler: Done processing query | ||
| 14124 | 2024.07.31 06:59:16.286076 [ 3 ] {6615b6a2-fbc1-4cda-b479-9055d7274976} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 14125 | 2024.07.31 06:59:16.286121 [ 3 ] {} <Debug> HTTP-Session: 12930afb-ebb4-40b1-bdf9-64e4871948dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14126 | 2024.07.31 06:59:16.286209 [ 202 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_76_15} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14127 | 2024.07.31 06:59:16.286238 [ 196 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14128 | 2024.07.31 06:59:16.286316 [ 196 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_71_14, total 11782 rows starting from the beginning of the part | ||
| 14129 | 2024.07.31 06:59:16.286444 [ 202 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_76_15} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 14130 | 2024.07.31 06:59:16.286481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 76020, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14131 | 2024.07.31 06:59:16.286598 [ 196 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part | ||
| 14132 | 2024.07.31 06:59:16.286692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14133 | 2024.07.31 06:59:16.286826 [ 3 ] {} <Debug> HTTP-Session: 3bdabb28-c23a-4c09-a58f-21f29e64db1f Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14134 | 2024.07.31 06:59:16.286940 [ 3 ] {} <Debug> HTTP-Session: 3bdabb28-c23a-4c09-a58f-21f29e64db1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14135 | 2024.07.31 06:59:16.286981 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 14136 | 2024.07.31 06:59:16.287047 [ 3 ] {} <Debug> HTTP-Session: 3bdabb28-c23a-4c09-a58f-21f29e64db1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14137 | 2024.07.31 06:59:16.287138 [ 196 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 163 rows starting from the beginning of the part | ||
| 14138 | 2024.07.31 06:59:16.287194 [ 3 ] {} <Trace> HTTP-Session: 3bdabb28-c23a-4c09-a58f-21f29e64db1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14139 | 2024.07.31 06:59:16.287365 [ 196 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 199 rows starting from the beginning of the part | ||
| 14140 | 2024.07.31 06:59:16.287519 [ 196 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 164 rows starting from the beginning of the part | ||
| 14141 | 2024.07.31 06:59:16.287685 [ 196 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 161 rows starting from the beginning of the part | ||
| 14142 | 2024.07.31 06:59:16.287917 [ 3 ] {9994294b-96ec-4cb9-9d20-75e59ac632cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 14143 | 2024.07.31 06:59:16.288074 [ 3 ] {9994294b-96ec-4cb9-9d20-75e59ac632cb} <Trace> 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 | ||
| 14144 | 2024.07.31 06:59:16.288788 [ 3 ] {9994294b-96ec-4cb9-9d20-75e59ac632cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14145 | 2024.07.31 06:59:16.289772 [ 3 ] {9994294b-96ec-4cb9-9d20-75e59ac632cb} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14146 | 2024.07.31 06:59:16.289815 [ 3 ] {9994294b-96ec-4cb9-9d20-75e59ac632cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14147 | 2024.07.31 06:59:16.291010 [ 3 ] {9994294b-96ec-4cb9-9d20-75e59ac632cb} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 14148 | 2024.07.31 06:59:16.291439 [ 3 ] {9994294b-96ec-4cb9-9d20-75e59ac632cb} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14149 | 2024.07.31 06:59:16.291595 [ 3 ] {9994294b-96ec-4cb9-9d20-75e59ac632cb} <Debug> executeQuery: Read 47 rows, 86.24 KiB in 0.004221 sec., 11134.802179578299 rows/sec., 19.95 MiB/sec. | ||
| 14150 | 2024.07.31 06:59:16.291819 [ 3 ] {9994294b-96ec-4cb9-9d20-75e59ac632cb} <Debug> DynamicQueryHandler: Done processing query | ||
| 14151 | 2024.07.31 06:59:16.291854 [ 3 ] {9994294b-96ec-4cb9-9d20-75e59ac632cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 14152 | 2024.07.31 06:59:16.291870 [ 3 ] {} <Debug> HTTP-Session: 3bdabb28-c23a-4c09-a58f-21f29e64db1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14153 | 2024.07.31 06:59:16.292016 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14154 | 2024.07.31 06:59:16.292079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14155 | 2024.07.31 06:59:16.292100 [ 3 ] {} <Debug> HTTP-Session: 34beedf9-9d58-42f3-9b79-def537346787 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14156 | 2024.07.31 06:59:16.292126 [ 3 ] {} <Debug> HTTP-Session: 34beedf9-9d58-42f3-9b79-def537346787 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14157 | 2024.07.31 06:59:16.292161 [ 3 ] {} <Debug> HTTP-Session: 34beedf9-9d58-42f3-9b79-def537346787 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14158 | 2024.07.31 06:59:16.292235 [ 3 ] {} <Trace> HTTP-Session: 34beedf9-9d58-42f3-9b79-def537346787 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14159 | 2024.07.31 06:59:16.292294 [ 198 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12629 rows, containing 5 columns (5 merged, 0 gathered) in 0.006801779 sec., 1856720.131600865 rows/sec., 129.38 MiB/sec. | ||
| 14160 | 2024.07.31 06:59:16.292388 [ 3 ] {7a7a0c85-d7bd-4541-803a-3141a200d35c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 14161 | 2024.07.31 06:59:16.292437 [ 3 ] {7a7a0c85-d7bd-4541-803a-3141a200d35c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 14162 | 2024.07.31 06:59:16.292581 [ 3 ] {7a7a0c85-d7bd-4541-803a-3141a200d35c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14163 | 2024.07.31 06:59:16.292757 [ 198 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 14164 | 2024.07.31 06:59:16.293103 [ 3 ] {7a7a0c85-d7bd-4541-803a-3141a200d35c} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14165 | 2024.07.31 06:59:16.293184 [ 3 ] {7a7a0c85-d7bd-4541-803a-3141a200d35c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14166 | 2024.07.31 06:59:16.293744 [ 198 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14167 | 2024.07.31 06:59:16.293922 [ 198 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 14168 | 2024.07.31 06:59:16.294010 [ 3 ] {7a7a0c85-d7bd-4541-803a-3141a200d35c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 14169 | 2024.07.31 06:59:16.294072 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.59 MiB. | ||
| 14170 | 2024.07.31 06:59:16.294416 [ 3 ] {7a7a0c85-d7bd-4541-803a-3141a200d35c} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14171 | 2024.07.31 06:59:16.294556 [ 3 ] {7a7a0c85-d7bd-4541-803a-3141a200d35c} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.002226 sec., 4043.126684636118 rows/sec., 285.60 KiB/sec. | ||
| 14172 | 2024.07.31 06:59:16.294731 [ 3 ] {7a7a0c85-d7bd-4541-803a-3141a200d35c} <Debug> DynamicQueryHandler: Done processing query | ||
| 14173 | 2024.07.31 06:59:16.294755 [ 3 ] {7a7a0c85-d7bd-4541-803a-3141a200d35c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 14174 | 2024.07.31 06:59:16.294771 [ 3 ] {} <Debug> HTTP-Session: 34beedf9-9d58-42f3-9b79-def537346787 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14175 | 2024.07.31 06:59:16.294895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14176 | 2024.07.31 06:59:16.294943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14177 | 2024.07.31 06:59:16.294961 [ 3 ] {} <Debug> HTTP-Session: efe0f62c-bf0f-4efa-88d3-57c1a83a485f Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14178 | 2024.07.31 06:59:16.294977 [ 3 ] {} <Debug> HTTP-Session: efe0f62c-bf0f-4efa-88d3-57c1a83a485f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14179 | 2024.07.31 06:59:16.294991 [ 3 ] {} <Debug> HTTP-Session: efe0f62c-bf0f-4efa-88d3-57c1a83a485f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14180 | 2024.07.31 06:59:16.295021 [ 3 ] {} <Trace> HTTP-Session: efe0f62c-bf0f-4efa-88d3-57c1a83a485f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14181 | 2024.07.31 06:59:16.295136 [ 3 ] {b3688b08-8754-49d8-b519-4938e8d46d5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14182 | 2024.07.31 06:59:16.295177 [ 3 ] {b3688b08-8754-49d8-b519-4938e8d46d5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14183 | 2024.07.31 06:59:16.295304 [ 3 ] {b3688b08-8754-49d8-b519-4938e8d46d5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14184 | 2024.07.31 06:59:16.295599 [ 3 ] {b3688b08-8754-49d8-b519-4938e8d46d5a} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14185 | 2024.07.31 06:59:16.295634 [ 3 ] {b3688b08-8754-49d8-b519-4938e8d46d5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14186 | 2024.07.31 06:59:16.295987 [ 3 ] {b3688b08-8754-49d8-b519-4938e8d46d5a} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 14187 | 2024.07.31 06:59:16.296303 [ 3 ] {b3688b08-8754-49d8-b519-4938e8d46d5a} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14188 | 2024.07.31 06:59:16.296427 [ 95 ] {} <Debug> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 14189 | 2024.07.31 06:59:16.296430 [ 3 ] {b3688b08-8754-49d8-b519-4938e8d46d5a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001335 sec., 44943.8202247191 rows/sec., 3.03 MiB/sec. | ||
| 14190 | 2024.07.31 06:59:16.296464 [ 95 ] {} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14191 | 2024.07.31 06:59:16.296508 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14192 | 2024.07.31 06:59:16.296722 [ 3 ] {b3688b08-8754-49d8-b519-4938e8d46d5a} <Debug> DynamicQueryHandler: Done processing query | ||
| 14193 | 2024.07.31 06:59:16.296787 [ 3 ] {b3688b08-8754-49d8-b519-4938e8d46d5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14194 | 2024.07.31 06:59:16.296843 [ 189 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 14195 | 2024.07.31 06:59:16.296853 [ 3 ] {} <Debug> HTTP-Session: efe0f62c-bf0f-4efa-88d3-57c1a83a485f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14196 | 2024.07.31 06:59:16.297442 [ 189 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14197 | 2024.07.31 06:59:16.297521 [ 189 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4186 rows starting from the beginning of the part | ||
| 14198 | 2024.07.31 06:59:16.297612 [ 189 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part | ||
| 14199 | 2024.07.31 06:59:16.297820 [ 189 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part | ||
| 14200 | 2024.07.31 06:59:16.297993 [ 189 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part | ||
| 14201 | 2024.07.31 06:59:16.298167 [ 189 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part | ||
| 14202 | 2024.07.31 06:59:16.298351 [ 189 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part | ||
| 14203 | 2024.07.31 06:59:16.300337 [ 199 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4486 rows, containing 4 columns (4 merged, 0 gathered) in 0.003740044 sec., 1199451.1294519529 rows/sec., 80.85 MiB/sec. | ||
| 14204 | 2024.07.31 06:59:16.300927 [ 190 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 14205 | 2024.07.31 06:59:16.301523 [ 190 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_76_15} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14206 | 2024.07.31 06:59:16.301598 [ 190 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_76_15} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 14207 | 2024.07.31 06:59:16.301682 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
| 14208 | 2024.07.31 06:59:21.264484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14209 | 2024.07.31 06:59:21.264694 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14210 | 2024.07.31 06:59:21.264743 [ 3 ] {} <Debug> HTTP-Session: 5c010246-2fb2-4156-8b08-9fcdd6f30649 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14211 | 2024.07.31 06:59:21.264784 [ 3 ] {} <Debug> HTTP-Session: 5c010246-2fb2-4156-8b08-9fcdd6f30649 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14212 | 2024.07.31 06:59:21.264817 [ 3 ] {} <Debug> HTTP-Session: 5c010246-2fb2-4156-8b08-9fcdd6f30649 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14213 | 2024.07.31 06:59:21.264898 [ 3 ] {} <Trace> HTTP-Session: 5c010246-2fb2-4156-8b08-9fcdd6f30649 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14214 | 2024.07.31 06:59:21.265198 [ 3 ] {b5dec9aa-72ae-47b3-9cd6-c6de6eb0e48f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 14215 | 2024.07.31 06:59:21.265309 [ 3 ] {b5dec9aa-72ae-47b3-9cd6-c6de6eb0e48f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 14216 | 2024.07.31 06:59:21.265612 [ 3 ] {b5dec9aa-72ae-47b3-9cd6-c6de6eb0e48f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14217 | 2024.07.31 06:59:21.266055 [ 3 ] {b5dec9aa-72ae-47b3-9cd6-c6de6eb0e48f} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14218 | 2024.07.31 06:59:21.266103 [ 3 ] {b5dec9aa-72ae-47b3-9cd6-c6de6eb0e48f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14219 | 2024.07.31 06:59:21.266481 [ 3 ] {b5dec9aa-72ae-47b3-9cd6-c6de6eb0e48f} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 14220 | 2024.07.31 06:59:21.266839 [ 3 ] {b5dec9aa-72ae-47b3-9cd6-c6de6eb0e48f} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14221 | 2024.07.31 06:59:21.267029 [ 3 ] {b5dec9aa-72ae-47b3-9cd6-c6de6eb0e48f} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.001917 sec., 5216.484089723526 rows/sec., 346.41 KiB/sec. | ||
| 14222 | 2024.07.31 06:59:21.267259 [ 3 ] {b5dec9aa-72ae-47b3-9cd6-c6de6eb0e48f} <Debug> DynamicQueryHandler: Done processing query | ||
| 14223 | 2024.07.31 06:59:21.267289 [ 3 ] {b5dec9aa-72ae-47b3-9cd6-c6de6eb0e48f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14224 | 2024.07.31 06:59:21.267305 [ 3 ] {} <Debug> HTTP-Session: 5c010246-2fb2-4156-8b08-9fcdd6f30649 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14225 | 2024.07.31 06:59:21.267539 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14226 | 2024.07.31 06:59:21.267595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14227 | 2024.07.31 06:59:21.267614 [ 3 ] {} <Debug> HTTP-Session: 33472d7d-2b0d-4d76-87b9-e79ee95c070c Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14228 | 2024.07.31 06:59:21.267632 [ 3 ] {} <Debug> HTTP-Session: 33472d7d-2b0d-4d76-87b9-e79ee95c070c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14229 | 2024.07.31 06:59:21.267646 [ 3 ] {} <Debug> HTTP-Session: 33472d7d-2b0d-4d76-87b9-e79ee95c070c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14230 | 2024.07.31 06:59:21.267681 [ 3 ] {} <Trace> HTTP-Session: 33472d7d-2b0d-4d76-87b9-e79ee95c070c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14231 | 2024.07.31 06:59:21.267837 [ 3 ] {dde9e912-eb44-4cbf-a940-213b9458e047} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14232 | 2024.07.31 06:59:21.267884 [ 3 ] {dde9e912-eb44-4cbf-a940-213b9458e047} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14233 | 2024.07.31 06:59:21.268018 [ 3 ] {dde9e912-eb44-4cbf-a940-213b9458e047} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14234 | 2024.07.31 06:59:21.268427 [ 3 ] {dde9e912-eb44-4cbf-a940-213b9458e047} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14235 | 2024.07.31 06:59:21.268466 [ 3 ] {dde9e912-eb44-4cbf-a940-213b9458e047} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14236 | 2024.07.31 06:59:21.268796 [ 3 ] {dde9e912-eb44-4cbf-a940-213b9458e047} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 14237 | 2024.07.31 06:59:21.269119 [ 3 ] {dde9e912-eb44-4cbf-a940-213b9458e047} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14238 | 2024.07.31 06:59:21.269274 [ 3 ] {dde9e912-eb44-4cbf-a940-213b9458e047} <Debug> executeQuery: Read 173 rows, 15.66 KiB in 0.001502 sec., 115179.76031957389 rows/sec., 10.18 MiB/sec. | ||
| 14239 | 2024.07.31 06:59:21.269418 [ 3 ] {dde9e912-eb44-4cbf-a940-213b9458e047} <Debug> DynamicQueryHandler: Done processing query | ||
| 14240 | 2024.07.31 06:59:21.269442 [ 3 ] {dde9e912-eb44-4cbf-a940-213b9458e047} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 14241 | 2024.07.31 06:59:21.269458 [ 3 ] {} <Debug> HTTP-Session: 33472d7d-2b0d-4d76-87b9-e79ee95c070c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14242 | 2024.07.31 06:59:21.269694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 62271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14243 | 2024.07.31 06:59:21.269745 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14244 | 2024.07.31 06:59:21.269765 [ 3 ] {} <Debug> HTTP-Session: b5609093-07ea-49a5-a231-6cbff5cad81f Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14245 | 2024.07.31 06:59:21.269782 [ 3 ] {} <Debug> HTTP-Session: b5609093-07ea-49a5-a231-6cbff5cad81f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14246 | 2024.07.31 06:59:21.269796 [ 3 ] {} <Debug> HTTP-Session: b5609093-07ea-49a5-a231-6cbff5cad81f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14247 | 2024.07.31 06:59:21.269828 [ 3 ] {} <Trace> HTTP-Session: b5609093-07ea-49a5-a231-6cbff5cad81f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14248 | 2024.07.31 06:59:21.270036 [ 3 ] {55726043-5249-40e4-b12d-ff7133177c4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14249 | 2024.07.31 06:59:21.270081 [ 3 ] {55726043-5249-40e4-b12d-ff7133177c4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14250 | 2024.07.31 06:59:21.270211 [ 3 ] {55726043-5249-40e4-b12d-ff7133177c4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14251 | 2024.07.31 06:59:21.270714 [ 3 ] {55726043-5249-40e4-b12d-ff7133177c4f} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14252 | 2024.07.31 06:59:21.270752 [ 3 ] {55726043-5249-40e4-b12d-ff7133177c4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14253 | 2024.07.31 06:59:21.271093 [ 3 ] {55726043-5249-40e4-b12d-ff7133177c4f} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 14254 | 2024.07.31 06:59:21.271421 [ 3 ] {55726043-5249-40e4-b12d-ff7133177c4f} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14255 | 2024.07.31 06:59:21.271582 [ 3 ] {55726043-5249-40e4-b12d-ff7133177c4f} <Debug> executeQuery: Read 386 rows, 27.79 KiB in 0.001647 sec., 234365.51305403764 rows/sec., 16.48 MiB/sec. | ||
| 14256 | 2024.07.31 06:59:21.271751 [ 3 ] {55726043-5249-40e4-b12d-ff7133177c4f} <Debug> DynamicQueryHandler: Done processing query | ||
| 14257 | 2024.07.31 06:59:21.271777 [ 3 ] {55726043-5249-40e4-b12d-ff7133177c4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 14258 | 2024.07.31 06:59:21.271793 [ 3 ] {} <Debug> HTTP-Session: b5609093-07ea-49a5-a231-6cbff5cad81f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14259 | 2024.07.31 06:59:21.271932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14260 | 2024.07.31 06:59:21.272007 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14261 | 2024.07.31 06:59:21.272027 [ 3 ] {} <Debug> HTTP-Session: 4a4d942a-511a-4829-a9c3-c6573d3ac8df Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14262 | 2024.07.31 06:59:21.272044 [ 3 ] {} <Debug> HTTP-Session: 4a4d942a-511a-4829-a9c3-c6573d3ac8df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14263 | 2024.07.31 06:59:21.272058 [ 3 ] {} <Debug> HTTP-Session: 4a4d942a-511a-4829-a9c3-c6573d3ac8df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14264 | 2024.07.31 06:59:21.272090 [ 3 ] {} <Trace> HTTP-Session: 4a4d942a-511a-4829-a9c3-c6573d3ac8df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14265 | 2024.07.31 06:59:21.272185 [ 3 ] {49ca45cc-7ed6-4814-831d-b1ff187ee06e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 14266 | 2024.07.31 06:59:21.272231 [ 3 ] {49ca45cc-7ed6-4814-831d-b1ff187ee06e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14267 | 2024.07.31 06:59:21.272362 [ 3 ] {49ca45cc-7ed6-4814-831d-b1ff187ee06e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14268 | 2024.07.31 06:59:21.272691 [ 3 ] {49ca45cc-7ed6-4814-831d-b1ff187ee06e} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14269 | 2024.07.31 06:59:21.272729 [ 3 ] {49ca45cc-7ed6-4814-831d-b1ff187ee06e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14270 | 2024.07.31 06:59:21.273118 [ 3 ] {49ca45cc-7ed6-4814-831d-b1ff187ee06e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 14271 | 2024.07.31 06:59:21.273448 [ 3 ] {49ca45cc-7ed6-4814-831d-b1ff187ee06e} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14272 | 2024.07.31 06:59:21.273609 [ 3 ] {49ca45cc-7ed6-4814-831d-b1ff187ee06e} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00144 sec., 4166.666666666666 rows/sec., 179.04 KiB/sec. | ||
| 14273 | 2024.07.31 06:59:21.273780 [ 3 ] {49ca45cc-7ed6-4814-831d-b1ff187ee06e} <Debug> DynamicQueryHandler: Done processing query | ||
| 14274 | 2024.07.31 06:59:21.273805 [ 3 ] {49ca45cc-7ed6-4814-831d-b1ff187ee06e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 14275 | 2024.07.31 06:59:21.273821 [ 3 ] {} <Debug> HTTP-Session: 4a4d942a-511a-4829-a9c3-c6573d3ac8df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14276 | 2024.07.31 06:59:21.273968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14277 | 2024.07.31 06:59:21.274019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14278 | 2024.07.31 06:59:21.274037 [ 3 ] {} <Debug> HTTP-Session: 519c82dc-a6ae-4c1d-8e41-39a81e6d0328 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14279 | 2024.07.31 06:59:21.274053 [ 3 ] {} <Debug> HTTP-Session: 519c82dc-a6ae-4c1d-8e41-39a81e6d0328 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14280 | 2024.07.31 06:59:21.274067 [ 3 ] {} <Debug> HTTP-Session: 519c82dc-a6ae-4c1d-8e41-39a81e6d0328 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14281 | 2024.07.31 06:59:21.274098 [ 3 ] {} <Trace> HTTP-Session: 519c82dc-a6ae-4c1d-8e41-39a81e6d0328 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14282 | 2024.07.31 06:59:21.274236 [ 3 ] {9d8d71ca-ddd6-4636-bae8-f4a9cc618a89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 14283 | 2024.07.31 06:59:21.274283 [ 3 ] {9d8d71ca-ddd6-4636-bae8-f4a9cc618a89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 14284 | 2024.07.31 06:59:21.274427 [ 3 ] {9d8d71ca-ddd6-4636-bae8-f4a9cc618a89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14285 | 2024.07.31 06:59:21.274764 [ 3 ] {9d8d71ca-ddd6-4636-bae8-f4a9cc618a89} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14286 | 2024.07.31 06:59:21.274801 [ 3 ] {9d8d71ca-ddd6-4636-bae8-f4a9cc618a89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14287 | 2024.07.31 06:59:21.275178 [ 3 ] {9d8d71ca-ddd6-4636-bae8-f4a9cc618a89} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 14288 | 2024.07.31 06:59:21.275511 [ 3 ] {9d8d71ca-ddd6-4636-bae8-f4a9cc618a89} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14289 | 2024.07.31 06:59:21.275668 [ 3 ] {9d8d71ca-ddd6-4636-bae8-f4a9cc618a89} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00149 sec., 51677.852348993285 rows/sec., 3.18 MiB/sec. | ||
| 14290 | 2024.07.31 06:59:21.275840 [ 3 ] {9d8d71ca-ddd6-4636-bae8-f4a9cc618a89} <Debug> DynamicQueryHandler: Done processing query | ||
| 14291 | 2024.07.31 06:59:21.275865 [ 3 ] {9d8d71ca-ddd6-4636-bae8-f4a9cc618a89} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14292 | 2024.07.31 06:59:21.275881 [ 3 ] {} <Debug> HTTP-Session: 519c82dc-a6ae-4c1d-8e41-39a81e6d0328 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14293 | 2024.07.31 06:59:21.276093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14294 | 2024.07.31 06:59:21.276143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14295 | 2024.07.31 06:59:21.276164 [ 3 ] {} <Debug> HTTP-Session: 2c30823b-2003-4466-9319-7206678a28bb Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14296 | 2024.07.31 06:59:21.276180 [ 3 ] {} <Debug> HTTP-Session: 2c30823b-2003-4466-9319-7206678a28bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14297 | 2024.07.31 06:59:21.276193 [ 3 ] {} <Debug> HTTP-Session: 2c30823b-2003-4466-9319-7206678a28bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14298 | 2024.07.31 06:59:21.276224 [ 3 ] {} <Trace> HTTP-Session: 2c30823b-2003-4466-9319-7206678a28bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14299 | 2024.07.31 06:59:21.276366 [ 3 ] {92a41d84-e82e-40a9-af25-4e7a5afb2799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14300 | 2024.07.31 06:59:21.276413 [ 3 ] {92a41d84-e82e-40a9-af25-4e7a5afb2799} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14301 | 2024.07.31 06:59:21.276554 [ 3 ] {92a41d84-e82e-40a9-af25-4e7a5afb2799} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14302 | 2024.07.31 06:59:21.276949 [ 3 ] {92a41d84-e82e-40a9-af25-4e7a5afb2799} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14303 | 2024.07.31 06:59:21.276986 [ 3 ] {92a41d84-e82e-40a9-af25-4e7a5afb2799} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14304 | 2024.07.31 06:59:21.277357 [ 3 ] {92a41d84-e82e-40a9-af25-4e7a5afb2799} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 14305 | 2024.07.31 06:59:21.277699 [ 3 ] {92a41d84-e82e-40a9-af25-4e7a5afb2799} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14306 | 2024.07.31 06:59:21.277859 [ 3 ] {92a41d84-e82e-40a9-af25-4e7a5afb2799} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001552 sec., 103092.78350515464 rows/sec., 7.18 MiB/sec. | ||
| 14307 | 2024.07.31 06:59:21.278037 [ 3 ] {92a41d84-e82e-40a9-af25-4e7a5afb2799} <Debug> DynamicQueryHandler: Done processing query | ||
| 14308 | 2024.07.31 06:59:21.278063 [ 3 ] {92a41d84-e82e-40a9-af25-4e7a5afb2799} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 14309 | 2024.07.31 06:59:21.278079 [ 3 ] {} <Debug> HTTP-Session: 2c30823b-2003-4466-9319-7206678a28bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14310 | 2024.07.31 06:59:21.278258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14311 | 2024.07.31 06:59:21.278307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14312 | 2024.07.31 06:59:21.278327 [ 3 ] {} <Debug> HTTP-Session: 13d03397-4ece-4435-bcfc-1cf5f3d755e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14313 | 2024.07.31 06:59:21.278343 [ 3 ] {} <Debug> HTTP-Session: 13d03397-4ece-4435-bcfc-1cf5f3d755e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14314 | 2024.07.31 06:59:21.278356 [ 3 ] {} <Debug> HTTP-Session: 13d03397-4ece-4435-bcfc-1cf5f3d755e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14315 | 2024.07.31 06:59:21.278388 [ 3 ] {} <Trace> HTTP-Session: 13d03397-4ece-4435-bcfc-1cf5f3d755e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14316 | 2024.07.31 06:59:21.278529 [ 3 ] {183c2215-b9a2-41db-9fa4-6c0dba215678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 14317 | 2024.07.31 06:59:21.278593 [ 3 ] {183c2215-b9a2-41db-9fa4-6c0dba215678} <Trace> 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 | ||
| 14318 | 2024.07.31 06:59:21.279006 [ 3 ] {183c2215-b9a2-41db-9fa4-6c0dba215678} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14319 | 2024.07.31 06:59:21.279511 [ 3 ] {183c2215-b9a2-41db-9fa4-6c0dba215678} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14320 | 2024.07.31 06:59:21.279549 [ 3 ] {183c2215-b9a2-41db-9fa4-6c0dba215678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14321 | 2024.07.31 06:59:21.280139 [ 3 ] {183c2215-b9a2-41db-9fa4-6c0dba215678} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 14322 | 2024.07.31 06:59:21.280552 [ 3 ] {183c2215-b9a2-41db-9fa4-6c0dba215678} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14323 | 2024.07.31 06:59:21.280727 [ 3 ] {183c2215-b9a2-41db-9fa4-6c0dba215678} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002263 sec., 1767.5651789659746 rows/sec., 3.17 MiB/sec. | ||
| 14324 | 2024.07.31 06:59:21.280956 [ 3 ] {183c2215-b9a2-41db-9fa4-6c0dba215678} <Debug> DynamicQueryHandler: Done processing query | ||
| 14325 | 2024.07.31 06:59:21.280981 [ 3 ] {183c2215-b9a2-41db-9fa4-6c0dba215678} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 14326 | 2024.07.31 06:59:21.280998 [ 3 ] {} <Debug> HTTP-Session: 13d03397-4ece-4435-bcfc-1cf5f3d755e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14327 | 2024.07.31 06:59:21.281120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14328 | 2024.07.31 06:59:21.281170 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14329 | 2024.07.31 06:59:21.281188 [ 3 ] {} <Debug> HTTP-Session: 4f23190e-d797-4c6d-917f-d1cb1cc33ee4 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14330 | 2024.07.31 06:59:21.281204 [ 3 ] {} <Debug> HTTP-Session: 4f23190e-d797-4c6d-917f-d1cb1cc33ee4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14331 | 2024.07.31 06:59:21.281218 [ 3 ] {} <Debug> HTTP-Session: 4f23190e-d797-4c6d-917f-d1cb1cc33ee4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14332 | 2024.07.31 06:59:21.281248 [ 3 ] {} <Trace> HTTP-Session: 4f23190e-d797-4c6d-917f-d1cb1cc33ee4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14333 | 2024.07.31 06:59:21.281354 [ 3 ] {f1d6ce7c-9889-467a-990b-225e58a1b8fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 14334 | 2024.07.31 06:59:21.281399 [ 3 ] {f1d6ce7c-9889-467a-990b-225e58a1b8fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 14335 | 2024.07.31 06:59:21.281527 [ 3 ] {f1d6ce7c-9889-467a-990b-225e58a1b8fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14336 | 2024.07.31 06:59:21.281810 [ 3 ] {f1d6ce7c-9889-467a-990b-225e58a1b8fb} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14337 | 2024.07.31 06:59:21.281846 [ 3 ] {f1d6ce7c-9889-467a-990b-225e58a1b8fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14338 | 2024.07.31 06:59:21.282199 [ 3 ] {f1d6ce7c-9889-467a-990b-225e58a1b8fb} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 14339 | 2024.07.31 06:59:21.282520 [ 3 ] {f1d6ce7c-9889-467a-990b-225e58a1b8fb} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14340 | 2024.07.31 06:59:21.282681 [ 3 ] {f1d6ce7c-9889-467a-990b-225e58a1b8fb} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001352 sec., 17011.834319526628 rows/sec., 920.22 KiB/sec. | ||
| 14341 | 2024.07.31 06:59:21.282691 [ 85 ] {} <Debug> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 14342 | 2024.07.31 06:59:21.282799 [ 85 ] {} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14343 | 2024.07.31 06:59:21.282842 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14344 | 2024.07.31 06:59:21.282931 [ 3 ] {f1d6ce7c-9889-467a-990b-225e58a1b8fb} <Debug> DynamicQueryHandler: Done processing query | ||
| 14345 | 2024.07.31 06:59:21.282992 [ 3 ] {f1d6ce7c-9889-467a-990b-225e58a1b8fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 14346 | 2024.07.31 06:59:21.283045 [ 3 ] {} <Debug> HTTP-Session: 4f23190e-d797-4c6d-917f-d1cb1cc33ee4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14347 | 2024.07.31 06:59:21.283077 [ 197 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 14348 | 2024.07.31 06:59:21.283247 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14349 | 2024.07.31 06:59:21.283344 [ 197 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14350 | 2024.07.31 06:59:21.283357 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14351 | 2024.07.31 06:59:21.283418 [ 197 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 818 rows starting from the beginning of the part | ||
| 14352 | 2024.07.31 06:59:21.283419 [ 3 ] {} <Debug> HTTP-Session: e5975d3a-1553-46ce-aee6-98e003f50d48 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14353 | 2024.07.31 06:59:21.283478 [ 3 ] {} <Debug> HTTP-Session: e5975d3a-1553-46ce-aee6-98e003f50d48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14354 | 2024.07.31 06:59:21.283515 [ 3 ] {} <Debug> HTTP-Session: e5975d3a-1553-46ce-aee6-98e003f50d48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14355 | 2024.07.31 06:59:21.283643 [ 197 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 14356 | 2024.07.31 06:59:21.283672 [ 3 ] {} <Trace> HTTP-Session: e5975d3a-1553-46ce-aee6-98e003f50d48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14357 | 2024.07.31 06:59:21.283920 [ 197 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 23 rows starting from the beginning of the part | ||
| 14358 | 2024.07.31 06:59:21.284053 [ 3 ] {2b902e34-5424-44d7-9b2b-7273e919fbae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14359 | 2024.07.31 06:59:21.284200 [ 197 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 23 rows starting from the beginning of the part | ||
| 14360 | 2024.07.31 06:59:21.284273 [ 3 ] {2b902e34-5424-44d7-9b2b-7273e919fbae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14361 | 2024.07.31 06:59:21.284560 [ 197 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 9 rows starting from the beginning of the part | ||
| 14362 | 2024.07.31 06:59:21.284938 [ 197 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 23 rows starting from the beginning of the part | ||
| 14363 | 2024.07.31 06:59:21.285397 [ 3 ] {2b902e34-5424-44d7-9b2b-7273e919fbae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14364 | 2024.07.31 06:59:21.286127 [ 3 ] {2b902e34-5424-44d7-9b2b-7273e919fbae} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14365 | 2024.07.31 06:59:21.286178 [ 3 ] {2b902e34-5424-44d7-9b2b-7273e919fbae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14366 | 2024.07.31 06:59:21.287176 [ 3 ] {2b902e34-5424-44d7-9b2b-7273e919fbae} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 14367 | 2024.07.31 06:59:21.287904 [ 190 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 902 rows, containing 4 columns (4 merged, 0 gathered) in 0.004963343 sec., 181732.35256962897 rows/sec., 9.79 MiB/sec. | ||
| 14368 | 2024.07.31 06:59:21.287957 [ 3 ] {2b902e34-5424-44d7-9b2b-7273e919fbae} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14369 | 2024.07.31 06:59:21.288176 [ 197 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 14370 | 2024.07.31 06:59:21.288240 [ 3 ] {2b902e34-5424-44d7-9b2b-7273e919fbae} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004322 sec., 13882.461823229985 rows/sec., 958.03 KiB/sec. | ||
| 14371 | 2024.07.31 06:59:21.288614 [ 3 ] {2b902e34-5424-44d7-9b2b-7273e919fbae} <Debug> DynamicQueryHandler: Done processing query | ||
| 14372 | 2024.07.31 06:59:21.288659 [ 3 ] {2b902e34-5424-44d7-9b2b-7273e919fbae} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14373 | 2024.07.31 06:59:21.288711 [ 3 ] {} <Debug> HTTP-Session: e5975d3a-1553-46ce-aee6-98e003f50d48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14374 | 2024.07.31 06:59:21.288915 [ 197 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_41_8} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14375 | 2024.07.31 06:59:21.289004 [ 197 ] {fc084a16-f6be-4084-9fa3-479c88923d0c::all_1_41_8} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 14376 | 2024.07.31 06:59:21.289094 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 14377 | 2024.07.31 06:59:23.079013 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14378 | 2024.07.31 06:59:23.079097 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14379 | 2024.07.31 06:59:26.261381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6793, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14380 | 2024.07.31 06:59:26.261508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14381 | 2024.07.31 06:59:26.261532 [ 3 ] {} <Debug> HTTP-Session: 00764b27-2248-4199-856c-5aea8a78ab14 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14382 | 2024.07.31 06:59:26.261556 [ 3 ] {} <Debug> HTTP-Session: 00764b27-2248-4199-856c-5aea8a78ab14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14383 | 2024.07.31 06:59:26.261570 [ 3 ] {} <Debug> HTTP-Session: 00764b27-2248-4199-856c-5aea8a78ab14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14384 | 2024.07.31 06:59:26.261619 [ 3 ] {} <Trace> HTTP-Session: 00764b27-2248-4199-856c-5aea8a78ab14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14385 | 2024.07.31 06:59:26.261806 [ 3 ] {4af4e9eb-82c6-4a3e-a5c2-f64904f8d619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 14386 | 2024.07.31 06:59:26.261872 [ 3 ] {4af4e9eb-82c6-4a3e-a5c2-f64904f8d619} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 14387 | 2024.07.31 06:59:26.262065 [ 3 ] {4af4e9eb-82c6-4a3e-a5c2-f64904f8d619} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14388 | 2024.07.31 06:59:26.262547 [ 3 ] {4af4e9eb-82c6-4a3e-a5c2-f64904f8d619} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14389 | 2024.07.31 06:59:26.262588 [ 3 ] {4af4e9eb-82c6-4a3e-a5c2-f64904f8d619} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14390 | 2024.07.31 06:59:26.262963 [ 3 ] {4af4e9eb-82c6-4a3e-a5c2-f64904f8d619} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 14391 | 2024.07.31 06:59:26.263318 [ 3 ] {4af4e9eb-82c6-4a3e-a5c2-f64904f8d619} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14392 | 2024.07.31 06:59:26.263468 [ 3 ] {4af4e9eb-82c6-4a3e-a5c2-f64904f8d619} <Debug> executeQuery: Read 47 rows, 3.81 KiB in 0.001725 sec., 27246.376811594204 rows/sec., 2.16 MiB/sec. | ||
| 14393 | 2024.07.31 06:59:26.263683 [ 3 ] {4af4e9eb-82c6-4a3e-a5c2-f64904f8d619} <Debug> DynamicQueryHandler: Done processing query | ||
| 14394 | 2024.07.31 06:59:26.263711 [ 3 ] {4af4e9eb-82c6-4a3e-a5c2-f64904f8d619} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14395 | 2024.07.31 06:59:26.263727 [ 3 ] {} <Debug> HTTP-Session: 00764b27-2248-4199-856c-5aea8a78ab14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14396 | 2024.07.31 06:59:26.263910 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14397 | 2024.07.31 06:59:26.263966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14398 | 2024.07.31 06:59:26.263986 [ 3 ] {} <Debug> HTTP-Session: 543013bd-4095-4100-8c83-955ae53cadb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14399 | 2024.07.31 06:59:26.264003 [ 3 ] {} <Debug> HTTP-Session: 543013bd-4095-4100-8c83-955ae53cadb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14400 | 2024.07.31 06:59:26.264017 [ 3 ] {} <Debug> HTTP-Session: 543013bd-4095-4100-8c83-955ae53cadb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14401 | 2024.07.31 06:59:26.264053 [ 3 ] {} <Trace> HTTP-Session: 543013bd-4095-4100-8c83-955ae53cadb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14402 | 2024.07.31 06:59:26.264155 [ 3 ] {a639acca-e2b1-4515-b88c-cb02ea5cf62c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 14403 | 2024.07.31 06:59:26.264201 [ 3 ] {a639acca-e2b1-4515-b88c-cb02ea5cf62c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14404 | 2024.07.31 06:59:26.264333 [ 3 ] {a639acca-e2b1-4515-b88c-cb02ea5cf62c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14405 | 2024.07.31 06:59:26.264636 [ 3 ] {a639acca-e2b1-4515-b88c-cb02ea5cf62c} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14406 | 2024.07.31 06:59:26.264672 [ 3 ] {a639acca-e2b1-4515-b88c-cb02ea5cf62c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14407 | 2024.07.31 06:59:26.264977 [ 3 ] {a639acca-e2b1-4515-b88c-cb02ea5cf62c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 14408 | 2024.07.31 06:59:26.265287 [ 3 ] {a639acca-e2b1-4515-b88c-cb02ea5cf62c} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14409 | 2024.07.31 06:59:26.265413 [ 3 ] {a639acca-e2b1-4515-b88c-cb02ea5cf62c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001285 sec., 1556.4202334630352 rows/sec., 126.92 KiB/sec. | ||
| 14410 | 2024.07.31 06:59:26.265585 [ 3 ] {a639acca-e2b1-4515-b88c-cb02ea5cf62c} <Debug> DynamicQueryHandler: Done processing query | ||
| 14411 | 2024.07.31 06:59:26.265610 [ 3 ] {a639acca-e2b1-4515-b88c-cb02ea5cf62c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14412 | 2024.07.31 06:59:26.265627 [ 3 ] {} <Debug> HTTP-Session: 543013bd-4095-4100-8c83-955ae53cadb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14413 | 2024.07.31 06:59:26.265796 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 29309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14414 | 2024.07.31 06:59:26.265846 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14415 | 2024.07.31 06:59:26.265865 [ 3 ] {} <Debug> HTTP-Session: 742b91ea-0cd2-4fcc-b0b8-d6579a883444 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14416 | 2024.07.31 06:59:26.265881 [ 3 ] {} <Debug> HTTP-Session: 742b91ea-0cd2-4fcc-b0b8-d6579a883444 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14417 | 2024.07.31 06:59:26.265895 [ 3 ] {} <Debug> HTTP-Session: 742b91ea-0cd2-4fcc-b0b8-d6579a883444 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14418 | 2024.07.31 06:59:26.265926 [ 3 ] {} <Trace> HTTP-Session: 742b91ea-0cd2-4fcc-b0b8-d6579a883444 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14419 | 2024.07.31 06:59:26.266073 [ 3 ] {ea0c534d-b7b9-4ef5-b918-cad168624358} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14420 | 2024.07.31 06:59:26.266116 [ 3 ] {ea0c534d-b7b9-4ef5-b918-cad168624358} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14421 | 2024.07.31 06:59:26.266239 [ 3 ] {ea0c534d-b7b9-4ef5-b918-cad168624358} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14422 | 2024.07.31 06:59:26.266824 [ 3 ] {ea0c534d-b7b9-4ef5-b918-cad168624358} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14423 | 2024.07.31 06:59:26.266860 [ 3 ] {ea0c534d-b7b9-4ef5-b918-cad168624358} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14424 | 2024.07.31 06:59:26.267180 [ 3 ] {ea0c534d-b7b9-4ef5-b918-cad168624358} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 14425 | 2024.07.31 06:59:26.267483 [ 3 ] {ea0c534d-b7b9-4ef5-b918-cad168624358} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14426 | 2024.07.31 06:59:26.267612 [ 3 ] {ea0c534d-b7b9-4ef5-b918-cad168624358} <Debug> executeQuery: Read 198 rows, 17.27 KiB in 0.001607 sec., 123210.95208462975 rows/sec., 10.49 MiB/sec. | ||
| 14427 | 2024.07.31 06:59:26.267803 [ 3 ] {ea0c534d-b7b9-4ef5-b918-cad168624358} <Debug> DynamicQueryHandler: Done processing query | ||
| 14428 | 2024.07.31 06:59:26.267841 [ 3 ] {ea0c534d-b7b9-4ef5-b918-cad168624358} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 14429 | 2024.07.31 06:59:26.267874 [ 3 ] {} <Debug> HTTP-Session: 742b91ea-0cd2-4fcc-b0b8-d6579a883444 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14430 | 2024.07.31 06:59:26.268020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14431 | 2024.07.31 06:59:26.268070 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14432 | 2024.07.31 06:59:26.268089 [ 3 ] {} <Debug> HTTP-Session: eb880aa4-4b3f-494c-b12f-740299b6231c Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14433 | 2024.07.31 06:59:26.268105 [ 3 ] {} <Debug> HTTP-Session: eb880aa4-4b3f-494c-b12f-740299b6231c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14434 | 2024.07.31 06:59:26.268118 [ 3 ] {} <Debug> HTTP-Session: eb880aa4-4b3f-494c-b12f-740299b6231c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14435 | 2024.07.31 06:59:26.268150 [ 3 ] {} <Trace> HTTP-Session: eb880aa4-4b3f-494c-b12f-740299b6231c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14436 | 2024.07.31 06:59:26.268243 [ 3 ] {399983dd-a1e8-46ef-9864-f3af3dc6a2fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 14437 | 2024.07.31 06:59:26.268286 [ 3 ] {399983dd-a1e8-46ef-9864-f3af3dc6a2fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14438 | 2024.07.31 06:59:26.268410 [ 3 ] {399983dd-a1e8-46ef-9864-f3af3dc6a2fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14439 | 2024.07.31 06:59:26.268689 [ 3 ] {399983dd-a1e8-46ef-9864-f3af3dc6a2fc} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14440 | 2024.07.31 06:59:26.268726 [ 3 ] {399983dd-a1e8-46ef-9864-f3af3dc6a2fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14441 | 2024.07.31 06:59:26.269017 [ 3 ] {399983dd-a1e8-46ef-9864-f3af3dc6a2fc} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 14442 | 2024.07.31 06:59:26.269333 [ 3 ] {399983dd-a1e8-46ef-9864-f3af3dc6a2fc} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14443 | 2024.07.31 06:59:26.269462 [ 3 ] {399983dd-a1e8-46ef-9864-f3af3dc6a2fc} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001242 sec., 1610.3059581320451 rows/sec., 112.44 KiB/sec. | ||
| 14444 | 2024.07.31 06:59:26.269623 [ 3 ] {399983dd-a1e8-46ef-9864-f3af3dc6a2fc} <Debug> DynamicQueryHandler: Done processing query | ||
| 14445 | 2024.07.31 06:59:26.269648 [ 3 ] {399983dd-a1e8-46ef-9864-f3af3dc6a2fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14446 | 2024.07.31 06:59:26.269664 [ 3 ] {} <Debug> HTTP-Session: eb880aa4-4b3f-494c-b12f-740299b6231c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14447 | 2024.07.31 06:59:26.269790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 19193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14448 | 2024.07.31 06:59:26.269838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14449 | 2024.07.31 06:59:26.269858 [ 3 ] {} <Debug> HTTP-Session: 8ac718e6-96d8-4d1d-a6e9-d13b2dae5199 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14450 | 2024.07.31 06:59:26.269874 [ 3 ] {} <Debug> HTTP-Session: 8ac718e6-96d8-4d1d-a6e9-d13b2dae5199 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14451 | 2024.07.31 06:59:26.269887 [ 3 ] {} <Debug> HTTP-Session: 8ac718e6-96d8-4d1d-a6e9-d13b2dae5199 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14452 | 2024.07.31 06:59:26.269918 [ 3 ] {} <Trace> HTTP-Session: 8ac718e6-96d8-4d1d-a6e9-d13b2dae5199 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14453 | 2024.07.31 06:59:26.270053 [ 3 ] {f180513d-b992-4bef-8428-2c32f9f1f37a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14454 | 2024.07.31 06:59:26.270094 [ 3 ] {f180513d-b992-4bef-8428-2c32f9f1f37a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14455 | 2024.07.31 06:59:26.270220 [ 3 ] {f180513d-b992-4bef-8428-2c32f9f1f37a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14456 | 2024.07.31 06:59:26.270576 [ 3 ] {f180513d-b992-4bef-8428-2c32f9f1f37a} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14457 | 2024.07.31 06:59:26.270612 [ 3 ] {f180513d-b992-4bef-8428-2c32f9f1f37a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14458 | 2024.07.31 06:59:26.270925 [ 3 ] {f180513d-b992-4bef-8428-2c32f9f1f37a} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 14459 | 2024.07.31 06:59:26.271228 [ 3 ] {f180513d-b992-4bef-8428-2c32f9f1f37a} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14460 | 2024.07.31 06:59:26.271358 [ 3 ] {f180513d-b992-4bef-8428-2c32f9f1f37a} <Debug> executeQuery: Read 113 rows, 9.04 KiB in 0.001363 sec., 82905.35583272194 rows/sec., 6.48 MiB/sec. | ||
| 14461 | 2024.07.31 06:59:26.271524 [ 3 ] {f180513d-b992-4bef-8428-2c32f9f1f37a} <Debug> DynamicQueryHandler: Done processing query | ||
| 14462 | 2024.07.31 06:59:26.271548 [ 3 ] {f180513d-b992-4bef-8428-2c32f9f1f37a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 14463 | 2024.07.31 06:59:26.271564 [ 3 ] {} <Debug> HTTP-Session: 8ac718e6-96d8-4d1d-a6e9-d13b2dae5199 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14464 | 2024.07.31 06:59:26.271727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14465 | 2024.07.31 06:59:26.271777 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14466 | 2024.07.31 06:59:26.271795 [ 3 ] {} <Debug> HTTP-Session: 118b94ce-6163-4511-b387-5f58f48ef41c Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14467 | 2024.07.31 06:59:26.271812 [ 3 ] {} <Debug> HTTP-Session: 118b94ce-6163-4511-b387-5f58f48ef41c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14468 | 2024.07.31 06:59:26.271826 [ 3 ] {} <Debug> HTTP-Session: 118b94ce-6163-4511-b387-5f58f48ef41c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14469 | 2024.07.31 06:59:26.271857 [ 3 ] {} <Trace> HTTP-Session: 118b94ce-6163-4511-b387-5f58f48ef41c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14470 | 2024.07.31 06:59:26.272005 [ 3 ] {c4098723-e111-46a5-9b65-85d2b1a40fe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14471 | 2024.07.31 06:59:26.272051 [ 3 ] {c4098723-e111-46a5-9b65-85d2b1a40fe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14472 | 2024.07.31 06:59:26.272195 [ 3 ] {c4098723-e111-46a5-9b65-85d2b1a40fe0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14473 | 2024.07.31 06:59:26.272616 [ 3 ] {c4098723-e111-46a5-9b65-85d2b1a40fe0} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14474 | 2024.07.31 06:59:26.272653 [ 3 ] {c4098723-e111-46a5-9b65-85d2b1a40fe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14475 | 2024.07.31 06:59:26.273033 [ 3 ] {c4098723-e111-46a5-9b65-85d2b1a40fe0} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 14476 | 2024.07.31 06:59:26.273370 [ 3 ] {c4098723-e111-46a5-9b65-85d2b1a40fe0} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14477 | 2024.07.31 06:59:26.273524 [ 3 ] {c4098723-e111-46a5-9b65-85d2b1a40fe0} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001586 sec., 101513.24085750316 rows/sec., 7.07 MiB/sec. | ||
| 14478 | 2024.07.31 06:59:26.273724 [ 3 ] {c4098723-e111-46a5-9b65-85d2b1a40fe0} <Debug> DynamicQueryHandler: Done processing query | ||
| 14479 | 2024.07.31 06:59:26.273749 [ 3 ] {c4098723-e111-46a5-9b65-85d2b1a40fe0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 14480 | 2024.07.31 06:59:26.273765 [ 3 ] {} <Debug> HTTP-Session: 118b94ce-6163-4511-b387-5f58f48ef41c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14481 | 2024.07.31 06:59:26.273947 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 76020, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14482 | 2024.07.31 06:59:26.273995 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14483 | 2024.07.31 06:59:26.274014 [ 3 ] {} <Debug> HTTP-Session: c0899933-84d7-4a30-94d7-af7b89bedbf7 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14484 | 2024.07.31 06:59:26.274030 [ 3 ] {} <Debug> HTTP-Session: c0899933-84d7-4a30-94d7-af7b89bedbf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14485 | 2024.07.31 06:59:26.274044 [ 3 ] {} <Debug> HTTP-Session: c0899933-84d7-4a30-94d7-af7b89bedbf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14486 | 2024.07.31 06:59:26.274075 [ 3 ] {} <Trace> HTTP-Session: c0899933-84d7-4a30-94d7-af7b89bedbf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14487 | 2024.07.31 06:59:26.274548 [ 3 ] {0a56d7f0-0d53-4af9-bbec-df1783674f30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 14488 | 2024.07.31 06:59:26.274615 [ 3 ] {0a56d7f0-0d53-4af9-bbec-df1783674f30} <Trace> 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 | ||
| 14489 | 2024.07.31 06:59:26.275025 [ 3 ] {0a56d7f0-0d53-4af9-bbec-df1783674f30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14490 | 2024.07.31 06:59:26.275977 [ 3 ] {0a56d7f0-0d53-4af9-bbec-df1783674f30} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14491 | 2024.07.31 06:59:26.276014 [ 3 ] {0a56d7f0-0d53-4af9-bbec-df1783674f30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14492 | 2024.07.31 06:59:26.276669 [ 3 ] {0a56d7f0-0d53-4af9-bbec-df1783674f30} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 14493 | 2024.07.31 06:59:26.277079 [ 3 ] {0a56d7f0-0d53-4af9-bbec-df1783674f30} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14494 | 2024.07.31 06:59:26.277272 [ 3 ] {0a56d7f0-0d53-4af9-bbec-df1783674f30} <Debug> executeQuery: Read 47 rows, 86.24 KiB in 0.003102 sec., 15151.51515151515 rows/sec., 27.15 MiB/sec. | ||
| 14495 | 2024.07.31 06:59:26.277501 [ 3 ] {0a56d7f0-0d53-4af9-bbec-df1783674f30} <Debug> DynamicQueryHandler: Done processing query | ||
| 14496 | 2024.07.31 06:59:26.277527 [ 3 ] {0a56d7f0-0d53-4af9-bbec-df1783674f30} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 14497 | 2024.07.31 06:59:26.277543 [ 3 ] {} <Debug> HTTP-Session: c0899933-84d7-4a30-94d7-af7b89bedbf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14498 | 2024.07.31 06:59:26.277681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14499 | 2024.07.31 06:59:26.277731 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14500 | 2024.07.31 06:59:26.277749 [ 3 ] {} <Debug> HTTP-Session: b10bbc36-5ef4-407b-a65f-2c0e7be016f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14501 | 2024.07.31 06:59:26.277766 [ 3 ] {} <Debug> HTTP-Session: b10bbc36-5ef4-407b-a65f-2c0e7be016f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14502 | 2024.07.31 06:59:26.277779 [ 3 ] {} <Debug> HTTP-Session: b10bbc36-5ef4-407b-a65f-2c0e7be016f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14503 | 2024.07.31 06:59:26.277810 [ 3 ] {} <Trace> HTTP-Session: b10bbc36-5ef4-407b-a65f-2c0e7be016f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14504 | 2024.07.31 06:59:26.277921 [ 3 ] {7bc1d6ab-a109-447b-a737-89453944b50a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14505 | 2024.07.31 06:59:26.277966 [ 3 ] {7bc1d6ab-a109-447b-a737-89453944b50a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14506 | 2024.07.31 06:59:26.278092 [ 3 ] {7bc1d6ab-a109-447b-a737-89453944b50a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14507 | 2024.07.31 06:59:26.278413 [ 3 ] {7bc1d6ab-a109-447b-a737-89453944b50a} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14508 | 2024.07.31 06:59:26.278450 [ 3 ] {7bc1d6ab-a109-447b-a737-89453944b50a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14509 | 2024.07.31 06:59:26.278805 [ 3 ] {7bc1d6ab-a109-447b-a737-89453944b50a} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 14510 | 2024.07.31 06:59:26.279127 [ 3 ] {7bc1d6ab-a109-447b-a737-89453944b50a} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14511 | 2024.07.31 06:59:26.279290 [ 3 ] {7bc1d6ab-a109-447b-a737-89453944b50a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001399 sec., 42887.776983559685 rows/sec., 2.89 MiB/sec. | ||
| 14512 | 2024.07.31 06:59:26.279561 [ 3 ] {7bc1d6ab-a109-447b-a737-89453944b50a} <Debug> DynamicQueryHandler: Done processing query | ||
| 14513 | 2024.07.31 06:59:26.279618 [ 3 ] {7bc1d6ab-a109-447b-a737-89453944b50a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14514 | 2024.07.31 06:59:26.279673 [ 3 ] {} <Debug> HTTP-Session: b10bbc36-5ef4-407b-a65f-2c0e7be016f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14515 | 2024.07.31 06:59:31.263707 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14516 | 2024.07.31 06:59:31.263904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14517 | 2024.07.31 06:59:31.263949 [ 3 ] {} <Debug> HTTP-Session: 464f2554-3ee3-4aaf-9b21-86c19f962e9f Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14518 | 2024.07.31 06:59:31.263991 [ 3 ] {} <Debug> HTTP-Session: 464f2554-3ee3-4aaf-9b21-86c19f962e9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14519 | 2024.07.31 06:59:31.264021 [ 3 ] {} <Debug> HTTP-Session: 464f2554-3ee3-4aaf-9b21-86c19f962e9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14520 | 2024.07.31 06:59:31.264102 [ 3 ] {} <Trace> HTTP-Session: 464f2554-3ee3-4aaf-9b21-86c19f962e9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14521 | 2024.07.31 06:59:31.264392 [ 3 ] {5e99b174-1eb9-4ed9-95f6-c6decc5d6a85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 14522 | 2024.07.31 06:59:31.264504 [ 3 ] {5e99b174-1eb9-4ed9-95f6-c6decc5d6a85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 14523 | 2024.07.31 06:59:31.264832 [ 3 ] {5e99b174-1eb9-4ed9-95f6-c6decc5d6a85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14524 | 2024.07.31 06:59:31.265404 [ 3 ] {5e99b174-1eb9-4ed9-95f6-c6decc5d6a85} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14525 | 2024.07.31 06:59:31.265449 [ 3 ] {5e99b174-1eb9-4ed9-95f6-c6decc5d6a85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14526 | 2024.07.31 06:59:31.265829 [ 3 ] {5e99b174-1eb9-4ed9-95f6-c6decc5d6a85} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 14527 | 2024.07.31 06:59:31.266162 [ 3 ] {5e99b174-1eb9-4ed9-95f6-c6decc5d6a85} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14528 | 2024.07.31 06:59:31.266343 [ 3 ] {5e99b174-1eb9-4ed9-95f6-c6decc5d6a85} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.002044 sec., 4892.367906066536 rows/sec., 324.88 KiB/sec. | ||
| 14529 | 2024.07.31 06:59:31.266561 [ 3 ] {5e99b174-1eb9-4ed9-95f6-c6decc5d6a85} <Debug> DynamicQueryHandler: Done processing query | ||
| 14530 | 2024.07.31 06:59:31.266590 [ 3 ] {5e99b174-1eb9-4ed9-95f6-c6decc5d6a85} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14531 | 2024.07.31 06:59:31.266607 [ 3 ] {} <Debug> HTTP-Session: 464f2554-3ee3-4aaf-9b21-86c19f962e9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14532 | 2024.07.31 06:59:31.266825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14533 | 2024.07.31 06:59:31.266881 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14534 | 2024.07.31 06:59:31.266901 [ 3 ] {} <Debug> HTTP-Session: e43a997e-ebe8-4426-b9c2-73c5783848b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14535 | 2024.07.31 06:59:31.266918 [ 3 ] {} <Debug> HTTP-Session: e43a997e-ebe8-4426-b9c2-73c5783848b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14536 | 2024.07.31 06:59:31.266933 [ 3 ] {} <Debug> HTTP-Session: e43a997e-ebe8-4426-b9c2-73c5783848b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14537 | 2024.07.31 06:59:31.266968 [ 3 ] {} <Trace> HTTP-Session: e43a997e-ebe8-4426-b9c2-73c5783848b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14538 | 2024.07.31 06:59:31.267118 [ 3 ] {34d6673c-a2fd-4fd6-b576-2f22e021ecfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14539 | 2024.07.31 06:59:31.267164 [ 3 ] {34d6673c-a2fd-4fd6-b576-2f22e021ecfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14540 | 2024.07.31 06:59:31.267298 [ 3 ] {34d6673c-a2fd-4fd6-b576-2f22e021ecfc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14541 | 2024.07.31 06:59:31.267753 [ 3 ] {34d6673c-a2fd-4fd6-b576-2f22e021ecfc} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14542 | 2024.07.31 06:59:31.267792 [ 3 ] {34d6673c-a2fd-4fd6-b576-2f22e021ecfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14543 | 2024.07.31 06:59:31.268126 [ 3 ] {34d6673c-a2fd-4fd6-b576-2f22e021ecfc} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 14544 | 2024.07.31 06:59:31.268430 [ 3 ] {34d6673c-a2fd-4fd6-b576-2f22e021ecfc} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14545 | 2024.07.31 06:59:31.268583 [ 3 ] {34d6673c-a2fd-4fd6-b576-2f22e021ecfc} <Debug> executeQuery: Read 173 rows, 15.66 KiB in 0.00153 sec., 113071.8954248366 rows/sec., 9.99 MiB/sec. | ||
| 14546 | 2024.07.31 06:59:31.268783 [ 3 ] {34d6673c-a2fd-4fd6-b576-2f22e021ecfc} <Debug> DynamicQueryHandler: Done processing query | ||
| 14547 | 2024.07.31 06:59:31.268820 [ 3 ] {34d6673c-a2fd-4fd6-b576-2f22e021ecfc} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 14548 | 2024.07.31 06:59:31.268850 [ 3 ] {} <Debug> HTTP-Session: e43a997e-ebe8-4426-b9c2-73c5783848b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14549 | 2024.07.31 06:59:31.269056 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 62271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14550 | 2024.07.31 06:59:31.269107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14551 | 2024.07.31 06:59:31.269127 [ 3 ] {} <Debug> HTTP-Session: 0748ea61-a3b6-4e72-aa44-5f4563da00aa Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14552 | 2024.07.31 06:59:31.269144 [ 3 ] {} <Debug> HTTP-Session: 0748ea61-a3b6-4e72-aa44-5f4563da00aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14553 | 2024.07.31 06:59:31.269158 [ 3 ] {} <Debug> HTTP-Session: 0748ea61-a3b6-4e72-aa44-5f4563da00aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14554 | 2024.07.31 06:59:31.269190 [ 3 ] {} <Trace> HTTP-Session: 0748ea61-a3b6-4e72-aa44-5f4563da00aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14555 | 2024.07.31 06:59:31.269398 [ 3 ] {0a55708b-7bc4-4496-b722-4ed988a92ecc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14556 | 2024.07.31 06:59:31.269447 [ 3 ] {0a55708b-7bc4-4496-b722-4ed988a92ecc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14557 | 2024.07.31 06:59:31.269575 [ 3 ] {0a55708b-7bc4-4496-b722-4ed988a92ecc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14558 | 2024.07.31 06:59:31.270123 [ 3 ] {0a55708b-7bc4-4496-b722-4ed988a92ecc} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14559 | 2024.07.31 06:59:31.270160 [ 3 ] {0a55708b-7bc4-4496-b722-4ed988a92ecc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14560 | 2024.07.31 06:59:31.270492 [ 3 ] {0a55708b-7bc4-4496-b722-4ed988a92ecc} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 14561 | 2024.07.31 06:59:31.270793 [ 3 ] {0a55708b-7bc4-4496-b722-4ed988a92ecc} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14562 | 2024.07.31 06:59:31.270945 [ 3 ] {0a55708b-7bc4-4496-b722-4ed988a92ecc} <Debug> executeQuery: Read 386 rows, 27.79 KiB in 0.00165 sec., 233939.39393939395 rows/sec., 16.45 MiB/sec. | ||
| 14563 | 2024.07.31 06:59:31.271105 [ 3 ] {0a55708b-7bc4-4496-b722-4ed988a92ecc} <Debug> DynamicQueryHandler: Done processing query | ||
| 14564 | 2024.07.31 06:59:31.271132 [ 3 ] {0a55708b-7bc4-4496-b722-4ed988a92ecc} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 14565 | 2024.07.31 06:59:31.271148 [ 3 ] {} <Debug> HTTP-Session: 0748ea61-a3b6-4e72-aa44-5f4563da00aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14566 | 2024.07.31 06:59:31.271292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14567 | 2024.07.31 06:59:31.271341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14568 | 2024.07.31 06:59:31.271360 [ 3 ] {} <Debug> HTTP-Session: 26fb823c-7b85-4c38-85d5-9e46d9427734 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14569 | 2024.07.31 06:59:31.271376 [ 3 ] {} <Debug> HTTP-Session: 26fb823c-7b85-4c38-85d5-9e46d9427734 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14570 | 2024.07.31 06:59:31.271391 [ 3 ] {} <Debug> HTTP-Session: 26fb823c-7b85-4c38-85d5-9e46d9427734 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14571 | 2024.07.31 06:59:31.271422 [ 3 ] {} <Trace> HTTP-Session: 26fb823c-7b85-4c38-85d5-9e46d9427734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14572 | 2024.07.31 06:59:31.271519 [ 3 ] {946bdbe8-6f4f-423d-8afa-f06ac3421edc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 14573 | 2024.07.31 06:59:31.271565 [ 3 ] {946bdbe8-6f4f-423d-8afa-f06ac3421edc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14574 | 2024.07.31 06:59:31.271695 [ 3 ] {946bdbe8-6f4f-423d-8afa-f06ac3421edc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14575 | 2024.07.31 06:59:31.271952 [ 3 ] {946bdbe8-6f4f-423d-8afa-f06ac3421edc} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14576 | 2024.07.31 06:59:31.271989 [ 3 ] {946bdbe8-6f4f-423d-8afa-f06ac3421edc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14577 | 2024.07.31 06:59:31.272347 [ 3 ] {946bdbe8-6f4f-423d-8afa-f06ac3421edc} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 14578 | 2024.07.31 06:59:31.272683 [ 3 ] {946bdbe8-6f4f-423d-8afa-f06ac3421edc} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14579 | 2024.07.31 06:59:31.272842 [ 3 ] {946bdbe8-6f4f-423d-8afa-f06ac3421edc} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001347 sec., 4454.342984409799 rows/sec., 191.40 KiB/sec. | ||
| 14580 | 2024.07.31 06:59:31.273010 [ 3 ] {946bdbe8-6f4f-423d-8afa-f06ac3421edc} <Debug> DynamicQueryHandler: Done processing query | ||
| 14581 | 2024.07.31 06:59:31.273036 [ 3 ] {946bdbe8-6f4f-423d-8afa-f06ac3421edc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 14582 | 2024.07.31 06:59:31.273052 [ 3 ] {} <Debug> HTTP-Session: 26fb823c-7b85-4c38-85d5-9e46d9427734 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14583 | 2024.07.31 06:59:31.273192 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14584 | 2024.07.31 06:59:31.273240 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14585 | 2024.07.31 06:59:31.273259 [ 3 ] {} <Debug> HTTP-Session: e99b3f42-956e-4455-b453-3344b2c3e360 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14586 | 2024.07.31 06:59:31.273276 [ 3 ] {} <Debug> HTTP-Session: e99b3f42-956e-4455-b453-3344b2c3e360 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14587 | 2024.07.31 06:59:31.273290 [ 3 ] {} <Debug> HTTP-Session: e99b3f42-956e-4455-b453-3344b2c3e360 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14588 | 2024.07.31 06:59:31.273321 [ 3 ] {} <Trace> HTTP-Session: e99b3f42-956e-4455-b453-3344b2c3e360 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14589 | 2024.07.31 06:59:31.273456 [ 3 ] {2c1411e2-fef5-463d-bf18-e301e3dad8f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 14590 | 2024.07.31 06:59:31.273502 [ 3 ] {2c1411e2-fef5-463d-bf18-e301e3dad8f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 14591 | 2024.07.31 06:59:31.273647 [ 3 ] {2c1411e2-fef5-463d-bf18-e301e3dad8f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14592 | 2024.07.31 06:59:31.273954 [ 3 ] {2c1411e2-fef5-463d-bf18-e301e3dad8f7} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14593 | 2024.07.31 06:59:31.273990 [ 3 ] {2c1411e2-fef5-463d-bf18-e301e3dad8f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14594 | 2024.07.31 06:59:31.274358 [ 3 ] {2c1411e2-fef5-463d-bf18-e301e3dad8f7} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 14595 | 2024.07.31 06:59:31.274690 [ 3 ] {2c1411e2-fef5-463d-bf18-e301e3dad8f7} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14596 | 2024.07.31 06:59:31.274853 [ 3 ] {2c1411e2-fef5-463d-bf18-e301e3dad8f7} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001457 sec., 52848.318462594376 rows/sec., 3.25 MiB/sec. | ||
| 14597 | 2024.07.31 06:59:31.275146 [ 3 ] {2c1411e2-fef5-463d-bf18-e301e3dad8f7} <Debug> DynamicQueryHandler: Done processing query | ||
| 14598 | 2024.07.31 06:59:31.275198 [ 3 ] {2c1411e2-fef5-463d-bf18-e301e3dad8f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14599 | 2024.07.31 06:59:31.275233 [ 3 ] {} <Debug> HTTP-Session: e99b3f42-956e-4455-b453-3344b2c3e360 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14600 | 2024.07.31 06:59:31.275398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14601 | 2024.07.31 06:59:31.275448 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14602 | 2024.07.31 06:59:31.275466 [ 3 ] {} <Debug> HTTP-Session: 1bb3a9a0-db4e-469e-9ce7-80c13d19755c Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14603 | 2024.07.31 06:59:31.275484 [ 3 ] {} <Debug> HTTP-Session: 1bb3a9a0-db4e-469e-9ce7-80c13d19755c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14604 | 2024.07.31 06:59:31.275498 [ 3 ] {} <Debug> HTTP-Session: 1bb3a9a0-db4e-469e-9ce7-80c13d19755c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14605 | 2024.07.31 06:59:31.275529 [ 3 ] {} <Trace> HTTP-Session: 1bb3a9a0-db4e-469e-9ce7-80c13d19755c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14606 | 2024.07.31 06:59:31.275682 [ 3 ] {d520c205-c13e-4c96-b173-bc3e24b91522} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14607 | 2024.07.31 06:59:31.275731 [ 3 ] {d520c205-c13e-4c96-b173-bc3e24b91522} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14608 | 2024.07.31 06:59:31.275892 [ 3 ] {d520c205-c13e-4c96-b173-bc3e24b91522} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14609 | 2024.07.31 06:59:31.276281 [ 3 ] {d520c205-c13e-4c96-b173-bc3e24b91522} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14610 | 2024.07.31 06:59:31.276319 [ 3 ] {d520c205-c13e-4c96-b173-bc3e24b91522} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14611 | 2024.07.31 06:59:31.276694 [ 3 ] {d520c205-c13e-4c96-b173-bc3e24b91522} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 14612 | 2024.07.31 06:59:31.277026 [ 3 ] {d520c205-c13e-4c96-b173-bc3e24b91522} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14613 | 2024.07.31 06:59:31.277186 [ 3 ] {d520c205-c13e-4c96-b173-bc3e24b91522} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001569 sec., 101975.78075207138 rows/sec., 7.10 MiB/sec. | ||
| 14614 | 2024.07.31 06:59:31.277380 [ 3 ] {d520c205-c13e-4c96-b173-bc3e24b91522} <Debug> DynamicQueryHandler: Done processing query | ||
| 14615 | 2024.07.31 06:59:31.277418 [ 3 ] {d520c205-c13e-4c96-b173-bc3e24b91522} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 14616 | 2024.07.31 06:59:31.277451 [ 3 ] {} <Debug> HTTP-Session: 1bb3a9a0-db4e-469e-9ce7-80c13d19755c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14617 | 2024.07.31 06:59:31.277598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14618 | 2024.07.31 06:59:31.277647 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14619 | 2024.07.31 06:59:31.277667 [ 3 ] {} <Debug> HTTP-Session: a35ae8e1-96c9-4f78-92ed-c0764509629a Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14620 | 2024.07.31 06:59:31.277683 [ 3 ] {} <Debug> HTTP-Session: a35ae8e1-96c9-4f78-92ed-c0764509629a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14621 | 2024.07.31 06:59:31.277698 [ 3 ] {} <Debug> HTTP-Session: a35ae8e1-96c9-4f78-92ed-c0764509629a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14622 | 2024.07.31 06:59:31.277729 [ 3 ] {} <Trace> HTTP-Session: a35ae8e1-96c9-4f78-92ed-c0764509629a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14623 | 2024.07.31 06:59:31.277866 [ 3 ] {8f47016a-1720-4392-b02c-c7994958eae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 14624 | 2024.07.31 06:59:31.277930 [ 3 ] {8f47016a-1720-4392-b02c-c7994958eae1} <Trace> 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 | ||
| 14625 | 2024.07.31 06:59:31.278335 [ 3 ] {8f47016a-1720-4392-b02c-c7994958eae1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14626 | 2024.07.31 06:59:31.278773 [ 3 ] {8f47016a-1720-4392-b02c-c7994958eae1} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14627 | 2024.07.31 06:59:31.278810 [ 3 ] {8f47016a-1720-4392-b02c-c7994958eae1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14628 | 2024.07.31 06:59:31.279364 [ 3 ] {8f47016a-1720-4392-b02c-c7994958eae1} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 14629 | 2024.07.31 06:59:31.279776 [ 3 ] {8f47016a-1720-4392-b02c-c7994958eae1} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14630 | 2024.07.31 06:59:31.279984 [ 3 ] {8f47016a-1720-4392-b02c-c7994958eae1} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002172 sec., 1841.620626151013 rows/sec., 3.30 MiB/sec. | ||
| 14631 | 2024.07.31 06:59:31.280418 [ 3 ] {8f47016a-1720-4392-b02c-c7994958eae1} <Debug> DynamicQueryHandler: Done processing query | ||
| 14632 | 2024.07.31 06:59:31.280476 [ 3 ] {8f47016a-1720-4392-b02c-c7994958eae1} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 14633 | 2024.07.31 06:59:31.280522 [ 3 ] {} <Debug> HTTP-Session: a35ae8e1-96c9-4f78-92ed-c0764509629a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14634 | 2024.07.31 06:59:31.280668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14635 | 2024.07.31 06:59:31.280719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14636 | 2024.07.31 06:59:31.280739 [ 3 ] {} <Debug> HTTP-Session: d3673cd2-9814-41eb-90cf-c1a88ae6b30e Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14637 | 2024.07.31 06:59:31.280755 [ 3 ] {} <Debug> HTTP-Session: d3673cd2-9814-41eb-90cf-c1a88ae6b30e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14638 | 2024.07.31 06:59:31.280769 [ 3 ] {} <Debug> HTTP-Session: d3673cd2-9814-41eb-90cf-c1a88ae6b30e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14639 | 2024.07.31 06:59:31.280802 [ 3 ] {} <Trace> HTTP-Session: d3673cd2-9814-41eb-90cf-c1a88ae6b30e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14640 | 2024.07.31 06:59:31.280910 [ 3 ] {5dd175ef-609b-472f-8e4f-6c10a8da9460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 14641 | 2024.07.31 06:59:31.280957 [ 3 ] {5dd175ef-609b-472f-8e4f-6c10a8da9460} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 14642 | 2024.07.31 06:59:31.281100 [ 3 ] {5dd175ef-609b-472f-8e4f-6c10a8da9460} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14643 | 2024.07.31 06:59:31.281365 [ 3 ] {5dd175ef-609b-472f-8e4f-6c10a8da9460} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14644 | 2024.07.31 06:59:31.281402 [ 3 ] {5dd175ef-609b-472f-8e4f-6c10a8da9460} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14645 | 2024.07.31 06:59:31.281755 [ 3 ] {5dd175ef-609b-472f-8e4f-6c10a8da9460} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 14646 | 2024.07.31 06:59:31.282072 [ 3 ] {5dd175ef-609b-472f-8e4f-6c10a8da9460} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14647 | 2024.07.31 06:59:31.282227 [ 3 ] {5dd175ef-609b-472f-8e4f-6c10a8da9460} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001348 sec., 17062.314540059346 rows/sec., 922.95 KiB/sec. | ||
| 14648 | 2024.07.31 06:59:31.282447 [ 3 ] {5dd175ef-609b-472f-8e4f-6c10a8da9460} <Debug> DynamicQueryHandler: Done processing query | ||
| 14649 | 2024.07.31 06:59:31.282473 [ 3 ] {5dd175ef-609b-472f-8e4f-6c10a8da9460} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 14650 | 2024.07.31 06:59:31.282490 [ 3 ] {} <Debug> HTTP-Session: d3673cd2-9814-41eb-90cf-c1a88ae6b30e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14651 | 2024.07.31 06:59:31.282608 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14652 | 2024.07.31 06:59:31.282658 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14653 | 2024.07.31 06:59:31.282677 [ 3 ] {} <Debug> HTTP-Session: 2b780db7-e6fb-449f-9f63-c95cf38a36b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14654 | 2024.07.31 06:59:31.282694 [ 3 ] {} <Debug> HTTP-Session: 2b780db7-e6fb-449f-9f63-c95cf38a36b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14655 | 2024.07.31 06:59:31.282709 [ 3 ] {} <Debug> HTTP-Session: 2b780db7-e6fb-449f-9f63-c95cf38a36b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14656 | 2024.07.31 06:59:31.282740 [ 3 ] {} <Trace> HTTP-Session: 2b780db7-e6fb-449f-9f63-c95cf38a36b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14657 | 2024.07.31 06:59:31.282853 [ 3 ] {3dd8e4fa-add4-4c8f-9105-2dd3c9a0c72a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14658 | 2024.07.31 06:59:31.282896 [ 3 ] {3dd8e4fa-add4-4c8f-9105-2dd3c9a0c72a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14659 | 2024.07.31 06:59:31.283024 [ 3 ] {3dd8e4fa-add4-4c8f-9105-2dd3c9a0c72a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14660 | 2024.07.31 06:59:31.283308 [ 3 ] {3dd8e4fa-add4-4c8f-9105-2dd3c9a0c72a} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14661 | 2024.07.31 06:59:31.283344 [ 3 ] {3dd8e4fa-add4-4c8f-9105-2dd3c9a0c72a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14662 | 2024.07.31 06:59:31.283694 [ 3 ] {3dd8e4fa-add4-4c8f-9105-2dd3c9a0c72a} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 14663 | 2024.07.31 06:59:31.284009 [ 3 ] {3dd8e4fa-add4-4c8f-9105-2dd3c9a0c72a} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14664 | 2024.07.31 06:59:31.284167 [ 3 ] {3dd8e4fa-add4-4c8f-9105-2dd3c9a0c72a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001349 sec., 44477.390659747965 rows/sec., 3.00 MiB/sec. | ||
| 14665 | 2024.07.31 06:59:31.284330 [ 3 ] {3dd8e4fa-add4-4c8f-9105-2dd3c9a0c72a} <Debug> DynamicQueryHandler: Done processing query | ||
| 14666 | 2024.07.31 06:59:31.284354 [ 3 ] {3dd8e4fa-add4-4c8f-9105-2dd3c9a0c72a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14667 | 2024.07.31 06:59:31.284370 [ 3 ] {} <Debug> HTTP-Session: 2b780db7-e6fb-449f-9f63-c95cf38a36b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14668 | 2024.07.31 06:59:36.264195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6793, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14669 | 2024.07.31 06:59:36.264389 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14670 | 2024.07.31 06:59:36.264434 [ 3 ] {} <Debug> HTTP-Session: 66abe198-c22b-4351-8d64-05a91940d74d Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14671 | 2024.07.31 06:59:36.264477 [ 3 ] {} <Debug> HTTP-Session: 66abe198-c22b-4351-8d64-05a91940d74d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14672 | 2024.07.31 06:59:36.264507 [ 3 ] {} <Debug> HTTP-Session: 66abe198-c22b-4351-8d64-05a91940d74d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14673 | 2024.07.31 06:59:36.264587 [ 3 ] {} <Trace> HTTP-Session: 66abe198-c22b-4351-8d64-05a91940d74d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14674 | 2024.07.31 06:59:36.264891 [ 3 ] {a5300135-dd40-41f7-94d5-0375176ab33f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 14675 | 2024.07.31 06:59:36.264999 [ 3 ] {a5300135-dd40-41f7-94d5-0375176ab33f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 14676 | 2024.07.31 06:59:36.265253 [ 3 ] {a5300135-dd40-41f7-94d5-0375176ab33f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14677 | 2024.07.31 06:59:36.265701 [ 3 ] {a5300135-dd40-41f7-94d5-0375176ab33f} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14678 | 2024.07.31 06:59:36.265745 [ 3 ] {a5300135-dd40-41f7-94d5-0375176ab33f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14679 | 2024.07.31 06:59:36.266128 [ 3 ] {a5300135-dd40-41f7-94d5-0375176ab33f} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 14680 | 2024.07.31 06:59:36.266470 [ 3 ] {a5300135-dd40-41f7-94d5-0375176ab33f} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14681 | 2024.07.31 06:59:36.266659 [ 3 ] {a5300135-dd40-41f7-94d5-0375176ab33f} <Debug> executeQuery: Read 47 rows, 3.81 KiB in 0.001868 sec., 25160.599571734474 rows/sec., 1.99 MiB/sec. | ||
| 14682 | 2024.07.31 06:59:36.266871 [ 3 ] {a5300135-dd40-41f7-94d5-0375176ab33f} <Debug> DynamicQueryHandler: Done processing query | ||
| 14683 | 2024.07.31 06:59:36.266899 [ 3 ] {a5300135-dd40-41f7-94d5-0375176ab33f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14684 | 2024.07.31 06:59:36.266915 [ 3 ] {} <Debug> HTTP-Session: 66abe198-c22b-4351-8d64-05a91940d74d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14685 | 2024.07.31 06:59:36.267180 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 34153, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14686 | 2024.07.31 06:59:36.267233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14687 | 2024.07.31 06:59:36.267252 [ 3 ] {} <Debug> HTTP-Session: ea674aa9-6bcf-4c17-862f-de9c0450bda1 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14688 | 2024.07.31 06:59:36.267269 [ 3 ] {} <Debug> HTTP-Session: ea674aa9-6bcf-4c17-862f-de9c0450bda1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14689 | 2024.07.31 06:59:36.267283 [ 3 ] {} <Debug> HTTP-Session: ea674aa9-6bcf-4c17-862f-de9c0450bda1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14690 | 2024.07.31 06:59:36.267317 [ 3 ] {} <Trace> HTTP-Session: ea674aa9-6bcf-4c17-862f-de9c0450bda1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14691 | 2024.07.31 06:59:36.267481 [ 3 ] {38dc283c-b35c-44ea-8332-b9801857e5c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14692 | 2024.07.31 06:59:36.267527 [ 3 ] {38dc283c-b35c-44ea-8332-b9801857e5c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14693 | 2024.07.31 06:59:36.267657 [ 3 ] {38dc283c-b35c-44ea-8332-b9801857e5c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14694 | 2024.07.31 06:59:36.268128 [ 3 ] {38dc283c-b35c-44ea-8332-b9801857e5c0} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14695 | 2024.07.31 06:59:36.268166 [ 3 ] {38dc283c-b35c-44ea-8332-b9801857e5c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14696 | 2024.07.31 06:59:36.268490 [ 3 ] {38dc283c-b35c-44ea-8332-b9801857e5c0} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 14697 | 2024.07.31 06:59:36.268795 [ 3 ] {38dc283c-b35c-44ea-8332-b9801857e5c0} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14698 | 2024.07.31 06:59:36.268951 [ 3 ] {38dc283c-b35c-44ea-8332-b9801857e5c0} <Debug> executeQuery: Read 233 rows, 20.01 KiB in 0.001543 sec., 151004.5366169799 rows/sec., 12.66 MiB/sec. | ||
| 14699 | 2024.07.31 06:59:36.269113 [ 3 ] {38dc283c-b35c-44ea-8332-b9801857e5c0} <Debug> DynamicQueryHandler: Done processing query | ||
| 14700 | 2024.07.31 06:59:36.269138 [ 3 ] {38dc283c-b35c-44ea-8332-b9801857e5c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 14701 | 2024.07.31 06:59:36.269153 [ 3 ] {} <Debug> HTTP-Session: ea674aa9-6bcf-4c17-862f-de9c0450bda1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14702 | 2024.07.31 06:59:36.269328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 22890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14703 | 2024.07.31 06:59:36.269375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14704 | 2024.07.31 06:59:36.269394 [ 3 ] {} <Debug> HTTP-Session: 31d3e5e6-64b3-4596-a4e3-1228a4651259 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14705 | 2024.07.31 06:59:36.269410 [ 3 ] {} <Debug> HTTP-Session: 31d3e5e6-64b3-4596-a4e3-1228a4651259 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14706 | 2024.07.31 06:59:36.269423 [ 3 ] {} <Debug> HTTP-Session: 31d3e5e6-64b3-4596-a4e3-1228a4651259 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14707 | 2024.07.31 06:59:36.269457 [ 3 ] {} <Trace> HTTP-Session: 31d3e5e6-64b3-4596-a4e3-1228a4651259 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14708 | 2024.07.31 06:59:36.269604 [ 3 ] {2a5c3886-fae8-4d38-8577-8950247c2930} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14709 | 2024.07.31 06:59:36.269647 [ 3 ] {2a5c3886-fae8-4d38-8577-8950247c2930} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14710 | 2024.07.31 06:59:36.269772 [ 3 ] {2a5c3886-fae8-4d38-8577-8950247c2930} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14711 | 2024.07.31 06:59:36.270135 [ 3 ] {2a5c3886-fae8-4d38-8577-8950247c2930} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14712 | 2024.07.31 06:59:36.270172 [ 3 ] {2a5c3886-fae8-4d38-8577-8950247c2930} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14713 | 2024.07.31 06:59:36.270482 [ 3 ] {2a5c3886-fae8-4d38-8577-8950247c2930} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 14714 | 2024.07.31 06:59:36.270781 [ 3 ] {2a5c3886-fae8-4d38-8577-8950247c2930} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14715 | 2024.07.31 06:59:36.270941 [ 3 ] {2a5c3886-fae8-4d38-8577-8950247c2930} <Debug> executeQuery: Read 135 rows, 10.78 KiB in 0.001397 sec., 96635.64781675018 rows/sec., 7.53 MiB/sec. | ||
| 14716 | 2024.07.31 06:59:36.271110 [ 3 ] {2a5c3886-fae8-4d38-8577-8950247c2930} <Debug> DynamicQueryHandler: Done processing query | ||
| 14717 | 2024.07.31 06:59:36.271135 [ 3 ] {2a5c3886-fae8-4d38-8577-8950247c2930} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 14718 | 2024.07.31 06:59:36.271152 [ 3 ] {} <Debug> HTTP-Session: 31d3e5e6-64b3-4596-a4e3-1228a4651259 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14719 | 2024.07.31 06:59:36.271389 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 37585, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14720 | 2024.07.31 06:59:36.271439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14721 | 2024.07.31 06:59:36.271464 [ 3 ] {} <Debug> HTTP-Session: 8f02d5e6-6407-493f-9f6c-15998c2b39f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14722 | 2024.07.31 06:59:36.271481 [ 3 ] {} <Debug> HTTP-Session: 8f02d5e6-6407-493f-9f6c-15998c2b39f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14723 | 2024.07.31 06:59:36.271495 [ 3 ] {} <Debug> HTTP-Session: 8f02d5e6-6407-493f-9f6c-15998c2b39f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14724 | 2024.07.31 06:59:36.271526 [ 3 ] {} <Trace> HTTP-Session: 8f02d5e6-6407-493f-9f6c-15998c2b39f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14725 | 2024.07.31 06:59:36.271708 [ 3 ] {05779339-23be-4fa3-ab09-34153f8eb6fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14726 | 2024.07.31 06:59:36.271756 [ 3 ] {05779339-23be-4fa3-ab09-34153f8eb6fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14727 | 2024.07.31 06:59:36.271902 [ 3 ] {05779339-23be-4fa3-ab09-34153f8eb6fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14728 | 2024.07.31 06:59:36.272293 [ 3 ] {05779339-23be-4fa3-ab09-34153f8eb6fc} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14729 | 2024.07.31 06:59:36.272329 [ 3 ] {05779339-23be-4fa3-ab09-34153f8eb6fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14730 | 2024.07.31 06:59:36.272729 [ 3 ] {05779339-23be-4fa3-ab09-34153f8eb6fc} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 14731 | 2024.07.31 06:59:36.273063 [ 3 ] {05779339-23be-4fa3-ab09-34153f8eb6fc} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14732 | 2024.07.31 06:59:36.273220 [ 3 ] {05779339-23be-4fa3-ab09-34153f8eb6fc} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001603 sec., 122270.7423580786 rows/sec., 8.54 MiB/sec. | ||
| 14733 | 2024.07.31 06:59:36.273386 [ 3 ] {05779339-23be-4fa3-ab09-34153f8eb6fc} <Debug> DynamicQueryHandler: Done processing query | ||
| 14734 | 2024.07.31 06:59:36.273411 [ 3 ] {05779339-23be-4fa3-ab09-34153f8eb6fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 14735 | 2024.07.31 06:59:36.273427 [ 3 ] {} <Debug> HTTP-Session: 8f02d5e6-6407-493f-9f6c-15998c2b39f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14736 | 2024.07.31 06:59:36.273612 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 76010, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14737 | 2024.07.31 06:59:36.273660 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14738 | 2024.07.31 06:59:36.273679 [ 3 ] {} <Debug> HTTP-Session: e6650fde-1161-4f09-ab12-c195ec38f2a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14739 | 2024.07.31 06:59:36.273696 [ 3 ] {} <Debug> HTTP-Session: e6650fde-1161-4f09-ab12-c195ec38f2a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14740 | 2024.07.31 06:59:36.273709 [ 3 ] {} <Debug> HTTP-Session: e6650fde-1161-4f09-ab12-c195ec38f2a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14741 | 2024.07.31 06:59:36.273740 [ 3 ] {} <Trace> HTTP-Session: e6650fde-1161-4f09-ab12-c195ec38f2a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14742 | 2024.07.31 06:59:36.274203 [ 3 ] {1600592e-49c2-4185-8dc0-d5faa6abf5b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 14743 | 2024.07.31 06:59:36.274271 [ 3 ] {1600592e-49c2-4185-8dc0-d5faa6abf5b2} <Trace> 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 | ||
| 14744 | 2024.07.31 06:59:36.274678 [ 3 ] {1600592e-49c2-4185-8dc0-d5faa6abf5b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14745 | 2024.07.31 06:59:36.275573 [ 3 ] {1600592e-49c2-4185-8dc0-d5faa6abf5b2} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14746 | 2024.07.31 06:59:36.275612 [ 3 ] {1600592e-49c2-4185-8dc0-d5faa6abf5b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14747 | 2024.07.31 06:59:36.276272 [ 3 ] {1600592e-49c2-4185-8dc0-d5faa6abf5b2} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 14748 | 2024.07.31 06:59:36.276667 [ 3 ] {1600592e-49c2-4185-8dc0-d5faa6abf5b2} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14749 | 2024.07.31 06:59:36.276849 [ 68 ] {} <Debug> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 14750 | 2024.07.31 06:59:36.276872 [ 3 ] {1600592e-49c2-4185-8dc0-d5faa6abf5b2} <Debug> executeQuery: Read 47 rows, 86.24 KiB in 0.003031 sec., 15506.433520290335 rows/sec., 27.79 MiB/sec. | ||
| 14751 | 2024.07.31 06:59:36.276939 [ 68 ] {} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14752 | 2024.07.31 06:59:36.277015 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14753 | 2024.07.31 06:59:36.277334 [ 194 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 14754 | 2024.07.31 06:59:36.277415 [ 3 ] {1600592e-49c2-4185-8dc0-d5faa6abf5b2} <Debug> DynamicQueryHandler: Done processing query | ||
| 14755 | 2024.07.31 06:59:36.277451 [ 3 ] {1600592e-49c2-4185-8dc0-d5faa6abf5b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 14756 | 2024.07.31 06:59:36.277494 [ 3 ] {} <Debug> HTTP-Session: e6650fde-1161-4f09-ab12-c195ec38f2a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14757 | 2024.07.31 06:59:36.277715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14758 | 2024.07.31 06:59:36.277834 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14759 | 2024.07.31 06:59:36.277892 [ 3 ] {} <Debug> HTTP-Session: f72307f0-f366-4c7c-af7c-0cd7bdbec240 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14760 | 2024.07.31 06:59:36.277937 [ 3 ] {} <Debug> HTTP-Session: f72307f0-f366-4c7c-af7c-0cd7bdbec240 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14761 | 2024.07.31 06:59:36.277978 [ 3 ] {} <Debug> HTTP-Session: f72307f0-f366-4c7c-af7c-0cd7bdbec240 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14762 | 2024.07.31 06:59:36.278064 [ 3 ] {} <Trace> HTTP-Session: f72307f0-f366-4c7c-af7c-0cd7bdbec240 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14763 | 2024.07.31 06:59:36.278150 [ 194 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14764 | 2024.07.31 06:59:36.278336 [ 3 ] {81000536-adc0-4fe0-a436-349d6e97255b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14765 | 2024.07.31 06:59:36.278336 [ 194 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1079 rows starting from the beginning of the part | ||
| 14766 | 2024.07.31 06:59:36.278423 [ 3 ] {81000536-adc0-4fe0-a436-349d6e97255b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14767 | 2024.07.31 06:59:36.279153 [ 194 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 47 rows starting from the beginning of the part | ||
| 14768 | 2024.07.31 06:59:36.279291 [ 3 ] {81000536-adc0-4fe0-a436-349d6e97255b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14769 | 2024.07.31 06:59:36.279818 [ 194 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 4 rows starting from the beginning of the part | ||
| 14770 | 2024.07.31 06:59:36.280486 [ 194 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 47 rows starting from the beginning of the part | ||
| 14771 | 2024.07.31 06:59:36.280630 [ 3 ] {81000536-adc0-4fe0-a436-349d6e97255b} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14772 | 2024.07.31 06:59:36.280731 [ 3 ] {81000536-adc0-4fe0-a436-349d6e97255b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14773 | 2024.07.31 06:59:36.281059 [ 194 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 4 rows starting from the beginning of the part | ||
| 14774 | 2024.07.31 06:59:36.281626 [ 194 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 47 rows starting from the beginning of the part | ||
| 14775 | 2024.07.31 06:59:36.282159 [ 3 ] {81000536-adc0-4fe0-a436-349d6e97255b} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 14776 | 2024.07.31 06:59:36.283054 [ 3 ] {81000536-adc0-4fe0-a436-349d6e97255b} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14777 | 2024.07.31 06:59:36.283460 [ 3 ] {81000536-adc0-4fe0-a436-349d6e97255b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005229 sec., 11474.469305794606 rows/sec., 791.86 KiB/sec. | ||
| 14778 | 2024.07.31 06:59:36.283786 [ 3 ] {81000536-adc0-4fe0-a436-349d6e97255b} <Debug> DynamicQueryHandler: Done processing query | ||
| 14779 | 2024.07.31 06:59:36.283830 [ 3 ] {81000536-adc0-4fe0-a436-349d6e97255b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14780 | 2024.07.31 06:59:36.283846 [ 3 ] {} <Debug> HTTP-Session: f72307f0-f366-4c7c-af7c-0cd7bdbec240 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14781 | 2024.07.31 06:59:36.288253 [ 197 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1228 rows, containing 19 columns (19 merged, 0 gathered) in 0.011085197 sec., 110778.36505747259 rows/sec., 198.51 MiB/sec. | ||
| 14782 | 2024.07.31 06:59:36.290231 [ 190 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 14783 | 2024.07.31 06:59:36.290843 [ 190 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_71_14} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14784 | 2024.07.31 06:59:36.290930 [ 190 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_71_14} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 14785 | 2024.07.31 06:59:36.291074 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.62 MiB. | ||
| 14786 | 2024.07.31 06:59:38.079155 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14787 | 2024.07.31 06:59:38.079243 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14788 | 2024.07.31 06:59:39.018765 [ 60 ] {} <Debug> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c) (MergerMutator): Selected 5 parts from all_1_26_5 to all_30_30_0 | ||
| 14789 | 2024.07.31 06:59:39.018862 [ 60 ] {} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14790 | 2024.07.31 06:59:39.018905 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14791 | 2024.07.31 06:59:39.019159 [ 200 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_26_5 to all_30_30_0 into Compact with storage Full | ||
| 14792 | 2024.07.31 06:59:39.019535 [ 200 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14793 | 2024.07.31 06:59:39.019599 [ 200 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 18 rows starting from the beginning of the part | ||
| 14794 | 2024.07.31 06:59:39.019772 [ 200 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 5 rows starting from the beginning of the part | ||
| 14795 | 2024.07.31 06:59:39.019985 [ 200 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 14796 | 2024.07.31 06:59:39.020308 [ 200 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
| 14797 | 2024.07.31 06:59:39.020445 [ 200 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 2 rows starting from the beginning of the part | ||
| 14798 | 2024.07.31 06:59:39.021493 [ 197 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002486432 sec., 12869.847234913323 rows/sec., 1.01 MiB/sec. | ||
| 14799 | 2024.07.31 06:59:39.021707 [ 191 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 14800 | 2024.07.31 06:59:39.022213 [ 191 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_30_6} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14801 | 2024.07.31 06:59:39.022306 [ 191 ] {1cac35f1-7b42-48f9-a3a8-20983264d57c::all_1_30_6} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c) (MergerMutator): Merged 5 parts: [all_1_26_5, all_30_30_0] -> all_1_30_6 | ||
| 14802 | 2024.07.31 06:59:39.022409 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14803 | 2024.07.31 06:59:39.340572 [ 60 ] {} <Debug> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b) (MergerMutator): Selected 5 parts from all_1_26_5 to all_30_30_0 | ||
| 14804 | 2024.07.31 06:59:39.340653 [ 60 ] {} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14805 | 2024.07.31 06:59:39.340692 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14806 | 2024.07.31 06:59:39.340958 [ 187 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_26_5 to all_30_30_0 into Compact with storage Full | ||
| 14807 | 2024.07.31 06:59:39.341413 [ 187 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14808 | 2024.07.31 06:59:39.341448 [ 187 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 18 rows starting from the beginning of the part | ||
| 14809 | 2024.07.31 06:59:39.341523 [ 187 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 5 rows starting from the beginning of the part | ||
| 14810 | 2024.07.31 06:59:39.341665 [ 187 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 14811 | 2024.07.31 06:59:39.341895 [ 187 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
| 14812 | 2024.07.31 06:59:39.342236 [ 187 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 2 rows starting from the beginning of the part | ||
| 14813 | 2024.07.31 06:59:39.343246 [ 197 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002461192 sec., 13001.830007573566 rows/sec., 889.99 KiB/sec. | ||
| 14814 | 2024.07.31 06:59:39.343369 [ 197 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 14815 | 2024.07.31 06:59:39.343723 [ 197 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_30_6} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14816 | 2024.07.31 06:59:39.343804 [ 197 ] {dccb0c07-42ff-42cc-9759-c2df8299e13b::all_1_30_6} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b) (MergerMutator): Merged 5 parts: [all_1_26_5, all_30_30_0] -> all_1_30_6 | ||
| 14817 | 2024.07.31 06:59:39.343882 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 14818 | 2024.07.31 06:59:41.264435 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14819 | 2024.07.31 06:59:41.264630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14820 | 2024.07.31 06:59:41.264679 [ 3 ] {} <Debug> HTTP-Session: 0b9a6648-207e-426a-b0f0-fa6482fa47c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14821 | 2024.07.31 06:59:41.264719 [ 3 ] {} <Debug> HTTP-Session: 0b9a6648-207e-426a-b0f0-fa6482fa47c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14822 | 2024.07.31 06:59:41.264748 [ 3 ] {} <Debug> HTTP-Session: 0b9a6648-207e-426a-b0f0-fa6482fa47c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14823 | 2024.07.31 06:59:41.264828 [ 3 ] {} <Trace> HTTP-Session: 0b9a6648-207e-426a-b0f0-fa6482fa47c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14824 | 2024.07.31 06:59:41.265110 [ 3 ] {1750075c-719d-4490-bd39-832a392bb5f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 14825 | 2024.07.31 06:59:41.265220 [ 3 ] {1750075c-719d-4490-bd39-832a392bb5f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 14826 | 2024.07.31 06:59:41.265443 [ 3 ] {1750075c-719d-4490-bd39-832a392bb5f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14827 | 2024.07.31 06:59:41.265870 [ 3 ] {1750075c-719d-4490-bd39-832a392bb5f8} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14828 | 2024.07.31 06:59:41.265916 [ 3 ] {1750075c-719d-4490-bd39-832a392bb5f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14829 | 2024.07.31 06:59:41.266292 [ 3 ] {1750075c-719d-4490-bd39-832a392bb5f8} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 14830 | 2024.07.31 06:59:41.266632 [ 3 ] {1750075c-719d-4490-bd39-832a392bb5f8} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14831 | 2024.07.31 06:59:41.266818 [ 3 ] {1750075c-719d-4490-bd39-832a392bb5f8} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.001789 sec., 5589.714924538848 rows/sec., 371.19 KiB/sec. | ||
| 14832 | 2024.07.31 06:59:41.266823 [ 55 ] {} <Debug> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 14833 | 2024.07.31 06:59:41.266935 [ 55 ] {} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14834 | 2024.07.31 06:59:41.266990 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14835 | 2024.07.31 06:59:41.267139 [ 3 ] {1750075c-719d-4490-bd39-832a392bb5f8} <Debug> DynamicQueryHandler: Done processing query | ||
| 14836 | 2024.07.31 06:59:41.267190 [ 3 ] {1750075c-719d-4490-bd39-832a392bb5f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14837 | 2024.07.31 06:59:41.267197 [ 193 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 14838 | 2024.07.31 06:59:41.267216 [ 3 ] {} <Debug> HTTP-Session: 0b9a6648-207e-426a-b0f0-fa6482fa47c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14839 | 2024.07.31 06:59:41.267404 [ 193 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14840 | 2024.07.31 06:59:41.267465 [ 193 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 57 rows starting from the beginning of the part | ||
| 14841 | 2024.07.31 06:59:41.267493 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14842 | 2024.07.31 06:59:41.267641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14843 | 2024.07.31 06:59:41.267720 [ 3 ] {} <Debug> HTTP-Session: 1cce5412-6758-464e-bb0c-948590053e32 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14844 | 2024.07.31 06:59:41.267720 [ 193 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 10 rows starting from the beginning of the part | ||
| 14845 | 2024.07.31 06:59:41.267772 [ 3 ] {} <Debug> HTTP-Session: 1cce5412-6758-464e-bb0c-948590053e32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14846 | 2024.07.31 06:59:41.267831 [ 3 ] {} <Debug> HTTP-Session: 1cce5412-6758-464e-bb0c-948590053e32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14847 | 2024.07.31 06:59:41.267984 [ 193 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 47 rows starting from the beginning of the part | ||
| 14848 | 2024.07.31 06:59:41.267979 [ 3 ] {} <Trace> HTTP-Session: 1cce5412-6758-464e-bb0c-948590053e32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14849 | 2024.07.31 06:59:41.268364 [ 193 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 10 rows starting from the beginning of the part | ||
| 14850 | 2024.07.31 06:59:41.268570 [ 3 ] {5a446fdf-41a8-4cb9-b95e-214bfb7b7fea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14851 | 2024.07.31 06:59:41.268597 [ 193 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 47 rows starting from the beginning of the part | ||
| 14852 | 2024.07.31 06:59:41.268716 [ 3 ] {5a446fdf-41a8-4cb9-b95e-214bfb7b7fea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14853 | 2024.07.31 06:59:41.268851 [ 193 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 10 rows starting from the beginning of the part | ||
| 14854 | 2024.07.31 06:59:41.269645 [ 3 ] {5a446fdf-41a8-4cb9-b95e-214bfb7b7fea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14855 | 2024.07.31 06:59:41.270553 [ 3 ] {5a446fdf-41a8-4cb9-b95e-214bfb7b7fea} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14856 | 2024.07.31 06:59:41.270634 [ 3 ] {5a446fdf-41a8-4cb9-b95e-214bfb7b7fea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14857 | 2024.07.31 06:59:41.271539 [ 193 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 181 rows, containing 4 columns (4 merged, 0 gathered) in 0.004456141 sec., 40618.10431941 rows/sec., 3.09 MiB/sec. | ||
| 14858 | 2024.07.31 06:59:41.271553 [ 3 ] {5a446fdf-41a8-4cb9-b95e-214bfb7b7fea} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 14859 | 2024.07.31 06:59:41.271715 [ 193 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 14860 | 2024.07.31 06:59:41.272342 [ 3 ] {5a446fdf-41a8-4cb9-b95e-214bfb7b7fea} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14861 | 2024.07.31 06:59:41.272627 [ 55 ] {} <Debug> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 14862 | 2024.07.31 06:59:41.272648 [ 193 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_76_15} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14863 | 2024.07.31 06:59:41.272724 [ 55 ] {} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14864 | 2024.07.31 06:59:41.272717 [ 3 ] {5a446fdf-41a8-4cb9-b95e-214bfb7b7fea} <Debug> executeQuery: Read 173 rows, 15.66 KiB in 0.004391 sec., 39398.77021179686 rows/sec., 3.48 MiB/sec. | ||
| 14865 | 2024.07.31 06:59:41.272807 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14866 | 2024.07.31 06:59:41.272926 [ 193 ] {e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961::all_1_76_15} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 14867 | 2024.07.31 06:59:41.273239 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 14868 | 2024.07.31 06:59:41.273310 [ 187 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 14869 | 2024.07.31 06:59:41.273359 [ 3 ] {5a446fdf-41a8-4cb9-b95e-214bfb7b7fea} <Debug> DynamicQueryHandler: Done processing query | ||
| 14870 | 2024.07.31 06:59:41.273412 [ 3 ] {5a446fdf-41a8-4cb9-b95e-214bfb7b7fea} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 14871 | 2024.07.31 06:59:41.273455 [ 3 ] {} <Debug> HTTP-Session: 1cce5412-6758-464e-bb0c-948590053e32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14872 | 2024.07.31 06:59:41.273543 [ 187 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14873 | 2024.07.31 06:59:41.273576 [ 187 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 365 rows starting from the beginning of the part | ||
| 14874 | 2024.07.31 06:59:41.273643 [ 187 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 173 rows starting from the beginning of the part | ||
| 14875 | 2024.07.31 06:59:41.273845 [ 187 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 198 rows starting from the beginning of the part | ||
| 14876 | 2024.07.31 06:59:41.273886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 62271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14877 | 2024.07.31 06:59:41.274082 [ 187 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 173 rows starting from the beginning of the part | ||
| 14878 | 2024.07.31 06:59:41.274203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14879 | 2024.07.31 06:59:41.274306 [ 187 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 233 rows starting from the beginning of the part | ||
| 14880 | 2024.07.31 06:59:41.274323 [ 3 ] {} <Debug> HTTP-Session: b370bdba-8ac2-4e70-a0e0-bf4e71ad802f Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14881 | 2024.07.31 06:59:41.274463 [ 3 ] {} <Debug> HTTP-Session: b370bdba-8ac2-4e70-a0e0-bf4e71ad802f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14882 | 2024.07.31 06:59:41.274578 [ 3 ] {} <Debug> HTTP-Session: b370bdba-8ac2-4e70-a0e0-bf4e71ad802f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14883 | 2024.07.31 06:59:41.274615 [ 187 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 173 rows starting from the beginning of the part | ||
| 14884 | 2024.07.31 06:59:41.274720 [ 3 ] {} <Trace> HTTP-Session: b370bdba-8ac2-4e70-a0e0-bf4e71ad802f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14885 | 2024.07.31 06:59:41.275195 [ 3 ] {405911e3-e055-4930-bc6b-fb547656ffb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14886 | 2024.07.31 06:59:41.275268 [ 3 ] {405911e3-e055-4930-bc6b-fb547656ffb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14887 | 2024.07.31 06:59:41.275838 [ 3 ] {405911e3-e055-4930-bc6b-fb547656ffb1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14888 | 2024.07.31 06:59:41.276811 [ 3 ] {405911e3-e055-4930-bc6b-fb547656ffb1} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14889 | 2024.07.31 06:59:41.276871 [ 3 ] {405911e3-e055-4930-bc6b-fb547656ffb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14890 | 2024.07.31 06:59:41.277313 [ 192 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1315 rows, containing 4 columns (4 merged, 0 gathered) in 0.004351169 sec., 302217.6339278019 rows/sec., 26.17 MiB/sec. | ||
| 14891 | 2024.07.31 06:59:41.277525 [ 192 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 14892 | 2024.07.31 06:59:41.277551 [ 3 ] {405911e3-e055-4930-bc6b-fb547656ffb1} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 14893 | 2024.07.31 06:59:41.278083 [ 3 ] {405911e3-e055-4930-bc6b-fb547656ffb1} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14894 | 2024.07.31 06:59:41.278185 [ 192 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_81_16} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14895 | 2024.07.31 06:59:41.278339 [ 58 ] {} <Debug> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 14896 | 2024.07.31 06:59:41.278355 [ 3 ] {405911e3-e055-4930-bc6b-fb547656ffb1} <Debug> executeQuery: Read 386 rows, 27.79 KiB in 0.003327 sec., 116020.43883378418 rows/sec., 8.16 MiB/sec. | ||
| 14897 | 2024.07.31 06:59:41.278420 [ 192 ] {12e8f8c2-1781-4934-858a-eb31436447ca::all_1_81_16} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 14898 | 2024.07.31 06:59:41.278427 [ 58 ] {} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14899 | 2024.07.31 06:59:41.278526 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14900 | 2024.07.31 06:59:41.278734 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 14901 | 2024.07.31 06:59:41.278910 [ 3 ] {405911e3-e055-4930-bc6b-fb547656ffb1} <Debug> DynamicQueryHandler: Done processing query | ||
| 14902 | 2024.07.31 06:59:41.279032 [ 3 ] {405911e3-e055-4930-bc6b-fb547656ffb1} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 14903 | 2024.07.31 06:59:41.279032 [ 198 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 14904 | 2024.07.31 06:59:41.279117 [ 3 ] {} <Debug> HTTP-Session: b370bdba-8ac2-4e70-a0e0-bf4e71ad802f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14905 | 2024.07.31 06:59:41.279708 [ 198 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14906 | 2024.07.31 06:59:41.279718 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14907 | 2024.07.31 06:59:41.279837 [ 198 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 515 rows starting from the beginning of the part | ||
| 14908 | 2024.07.31 06:59:41.279916 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14909 | 2024.07.31 06:59:41.280304 [ 198 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 386 rows starting from the beginning of the part | ||
| 14910 | 2024.07.31 06:59:41.280342 [ 3 ] {} <Debug> HTTP-Session: e35a0abe-17cd-4e44-ae69-625a34a797ad Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14911 | 2024.07.31 06:59:41.280431 [ 3 ] {} <Debug> HTTP-Session: e35a0abe-17cd-4e44-ae69-625a34a797ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14912 | 2024.07.31 06:59:41.280530 [ 3 ] {} <Debug> HTTP-Session: e35a0abe-17cd-4e44-ae69-625a34a797ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14913 | 2024.07.31 06:59:41.280580 [ 198 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 113 rows starting from the beginning of the part | ||
| 14914 | 2024.07.31 06:59:41.280665 [ 3 ] {} <Trace> HTTP-Session: e35a0abe-17cd-4e44-ae69-625a34a797ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14915 | 2024.07.31 06:59:41.280814 [ 198 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 386 rows starting from the beginning of the part | ||
| 14916 | 2024.07.31 06:59:41.281084 [ 198 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 135 rows starting from the beginning of the part | ||
| 14917 | 2024.07.31 06:59:41.281163 [ 3 ] {25ffab69-cba0-41d0-98e9-7d97f0b911b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 14918 | 2024.07.31 06:59:41.281313 [ 198 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 386 rows starting from the beginning of the part | ||
| 14919 | 2024.07.31 06:59:41.281410 [ 3 ] {25ffab69-cba0-41d0-98e9-7d97f0b911b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14920 | 2024.07.31 06:59:41.282041 [ 3 ] {25ffab69-cba0-41d0-98e9-7d97f0b911b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14921 | 2024.07.31 06:59:41.282695 [ 3 ] {25ffab69-cba0-41d0-98e9-7d97f0b911b8} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14922 | 2024.07.31 06:59:41.282768 [ 3 ] {25ffab69-cba0-41d0-98e9-7d97f0b911b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14923 | 2024.07.31 06:59:41.283681 [ 3 ] {25ffab69-cba0-41d0-98e9-7d97f0b911b8} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 14924 | 2024.07.31 06:59:41.284263 [ 3 ] {25ffab69-cba0-41d0-98e9-7d97f0b911b8} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14925 | 2024.07.31 06:59:41.284311 [ 187 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1921 rows, containing 4 columns (4 merged, 0 gathered) in 0.005503207 sec., 349069.18820244266 rows/sec., 25.04 MiB/sec. | ||
| 14926 | 2024.07.31 06:59:41.284558 [ 3 ] {25ffab69-cba0-41d0-98e9-7d97f0b911b8} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003622 sec., 1656.5433462175595 rows/sec., 71.18 KiB/sec. | ||
| 14927 | 2024.07.31 06:59:41.284636 [ 187 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 14928 | 2024.07.31 06:59:41.284893 [ 3 ] {25ffab69-cba0-41d0-98e9-7d97f0b911b8} <Debug> DynamicQueryHandler: Done processing query | ||
| 14929 | 2024.07.31 06:59:41.284959 [ 3 ] {25ffab69-cba0-41d0-98e9-7d97f0b911b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 14930 | 2024.07.31 06:59:41.285024 [ 3 ] {} <Debug> HTTP-Session: e35a0abe-17cd-4e44-ae69-625a34a797ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14931 | 2024.07.31 06:59:41.285208 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14932 | 2024.07.31 06:59:41.285293 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14933 | 2024.07.31 06:59:41.285325 [ 3 ] {} <Debug> HTTP-Session: 5307cf4f-1de8-4285-b717-82c5ea38b109 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14934 | 2024.07.31 06:59:41.285354 [ 3 ] {} <Debug> HTTP-Session: 5307cf4f-1de8-4285-b717-82c5ea38b109 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14935 | 2024.07.31 06:59:41.285381 [ 3 ] {} <Debug> HTTP-Session: 5307cf4f-1de8-4285-b717-82c5ea38b109 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14936 | 2024.07.31 06:59:41.285438 [ 187 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_81_16} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14937 | 2024.07.31 06:59:41.285451 [ 3 ] {} <Trace> HTTP-Session: 5307cf4f-1de8-4285-b717-82c5ea38b109 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14938 | 2024.07.31 06:59:41.285607 [ 187 ] {cac84be8-57af-4e27-9d8d-d169a1b3ef65::all_1_81_16} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 14939 | 2024.07.31 06:59:41.285723 [ 3 ] {08a173fa-f21b-49ab-b01e-70ac33c5381a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 14940 | 2024.07.31 06:59:41.285757 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 14941 | 2024.07.31 06:59:41.285816 [ 3 ] {08a173fa-f21b-49ab-b01e-70ac33c5381a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 14942 | 2024.07.31 06:59:41.285994 [ 3 ] {08a173fa-f21b-49ab-b01e-70ac33c5381a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14943 | 2024.07.31 06:59:41.286314 [ 3 ] {08a173fa-f21b-49ab-b01e-70ac33c5381a} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14944 | 2024.07.31 06:59:41.286352 [ 3 ] {08a173fa-f21b-49ab-b01e-70ac33c5381a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14945 | 2024.07.31 06:59:41.286724 [ 3 ] {08a173fa-f21b-49ab-b01e-70ac33c5381a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 14946 | 2024.07.31 06:59:41.287059 [ 3 ] {08a173fa-f21b-49ab-b01e-70ac33c5381a} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14947 | 2024.07.31 06:59:41.287226 [ 3 ] {08a173fa-f21b-49ab-b01e-70ac33c5381a} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001625 sec., 47384.61538461539 rows/sec., 2.92 MiB/sec. | ||
| 14948 | 2024.07.31 06:59:41.287403 [ 3 ] {08a173fa-f21b-49ab-b01e-70ac33c5381a} <Debug> DynamicQueryHandler: Done processing query | ||
| 14949 | 2024.07.31 06:59:41.287426 [ 3 ] {08a173fa-f21b-49ab-b01e-70ac33c5381a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14950 | 2024.07.31 06:59:41.287442 [ 3 ] {} <Debug> HTTP-Session: 5307cf4f-1de8-4285-b717-82c5ea38b109 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14951 | 2024.07.31 06:59:41.287633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14952 | 2024.07.31 06:59:41.287681 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14953 | 2024.07.31 06:59:41.287700 [ 3 ] {} <Debug> HTTP-Session: b09c9160-4a26-46b8-abc5-601a964ae40b Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14954 | 2024.07.31 06:59:41.287716 [ 3 ] {} <Debug> HTTP-Session: b09c9160-4a26-46b8-abc5-601a964ae40b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14955 | 2024.07.31 06:59:41.287729 [ 3 ] {} <Debug> HTTP-Session: b09c9160-4a26-46b8-abc5-601a964ae40b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14956 | 2024.07.31 06:59:41.287761 [ 3 ] {} <Trace> HTTP-Session: b09c9160-4a26-46b8-abc5-601a964ae40b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14957 | 2024.07.31 06:59:41.287927 [ 3 ] {ae4c46bb-ba0f-48f3-a628-b55a4a536726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14958 | 2024.07.31 06:59:41.287973 [ 3 ] {ae4c46bb-ba0f-48f3-a628-b55a4a536726} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14959 | 2024.07.31 06:59:41.288117 [ 3 ] {ae4c46bb-ba0f-48f3-a628-b55a4a536726} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14960 | 2024.07.31 06:59:41.288500 [ 3 ] {ae4c46bb-ba0f-48f3-a628-b55a4a536726} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14961 | 2024.07.31 06:59:41.288536 [ 3 ] {ae4c46bb-ba0f-48f3-a628-b55a4a536726} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14962 | 2024.07.31 06:59:41.288912 [ 3 ] {ae4c46bb-ba0f-48f3-a628-b55a4a536726} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 14963 | 2024.07.31 06:59:41.289237 [ 3 ] {ae4c46bb-ba0f-48f3-a628-b55a4a536726} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14964 | 2024.07.31 06:59:41.289396 [ 3 ] {ae4c46bb-ba0f-48f3-a628-b55a4a536726} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001556 sec., 102827.76349614395 rows/sec., 7.16 MiB/sec. | ||
| 14965 | 2024.07.31 06:59:41.289409 [ 58 ] {} <Debug> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 14966 | 2024.07.31 06:59:41.289480 [ 58 ] {} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14967 | 2024.07.31 06:59:41.289530 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 14968 | 2024.07.31 06:59:41.289719 [ 3 ] {ae4c46bb-ba0f-48f3-a628-b55a4a536726} <Debug> DynamicQueryHandler: Done processing query | ||
| 14969 | 2024.07.31 06:59:41.289728 [ 189 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 14970 | 2024.07.31 06:59:41.289755 [ 3 ] {ae4c46bb-ba0f-48f3-a628-b55a4a536726} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 14971 | 2024.07.31 06:59:41.289816 [ 3 ] {} <Debug> HTTP-Session: b09c9160-4a26-46b8-abc5-601a964ae40b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14972 | 2024.07.31 06:59:41.289954 [ 189 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14973 | 2024.07.31 06:59:41.289990 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14974 | 2024.07.31 06:59:41.290025 [ 189 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_76_15, total 12629 rows starting from the beginning of the part | ||
| 14975 | 2024.07.31 06:59:41.290083 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14976 | 2024.07.31 06:59:41.290160 [ 3 ] {} <Debug> HTTP-Session: cb5d02b0-2115-45ea-8f72-5a2f555a5b3e Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14977 | 2024.07.31 06:59:41.290292 [ 3 ] {} <Debug> HTTP-Session: cb5d02b0-2115-45ea-8f72-5a2f555a5b3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14978 | 2024.07.31 06:59:41.290320 [ 189 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 160 rows starting from the beginning of the part | ||
| 14979 | 2024.07.31 06:59:41.290373 [ 3 ] {} <Debug> HTTP-Session: cb5d02b0-2115-45ea-8f72-5a2f555a5b3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14980 | 2024.07.31 06:59:41.290563 [ 3 ] {} <Trace> HTTP-Session: cb5d02b0-2115-45ea-8f72-5a2f555a5b3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14981 | 2024.07.31 06:59:41.290623 [ 189 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 161 rows starting from the beginning of the part | ||
| 14982 | 2024.07.31 06:59:41.290838 [ 189 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part | ||
| 14983 | 2024.07.31 06:59:41.291112 [ 3 ] {16fa5905-6147-4997-8d5a-abd981a8dc44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 14984 | 2024.07.31 06:59:41.291164 [ 189 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 196 rows starting from the beginning of the part | ||
| 14985 | 2024.07.31 06:59:41.291411 [ 3 ] {16fa5905-6147-4997-8d5a-abd981a8dc44} <Trace> 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 | ||
| 14986 | 2024.07.31 06:59:41.291484 [ 189 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part | ||
| 14987 | 2024.07.31 06:59:41.293332 [ 3 ] {16fa5905-6147-4997-8d5a-abd981a8dc44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14988 | 2024.07.31 06:59:41.294317 [ 3 ] {16fa5905-6147-4997-8d5a-abd981a8dc44} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14989 | 2024.07.31 06:59:41.294388 [ 3 ] {16fa5905-6147-4997-8d5a-abd981a8dc44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 14990 | 2024.07.31 06:59:41.295959 [ 3 ] {16fa5905-6147-4997-8d5a-abd981a8dc44} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 14991 | 2024.07.31 06:59:41.296816 [ 3 ] {16fa5905-6147-4997-8d5a-abd981a8dc44} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14992 | 2024.07.31 06:59:41.297047 [ 3 ] {16fa5905-6147-4997-8d5a-abd981a8dc44} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.006148 sec., 650.6180871828237 rows/sec., 1.17 MiB/sec. | ||
| 14993 | 2024.07.31 06:59:41.297619 [ 3 ] {16fa5905-6147-4997-8d5a-abd981a8dc44} <Debug> DynamicQueryHandler: Done processing query | ||
| 14994 | 2024.07.31 06:59:41.297668 [ 3 ] {16fa5905-6147-4997-8d5a-abd981a8dc44} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 14995 | 2024.07.31 06:59:41.297714 [ 3 ] {} <Debug> HTTP-Session: cb5d02b0-2115-45ea-8f72-5a2f555a5b3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14996 | 2024.07.31 06:59:41.297886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14997 | 2024.07.31 06:59:41.297943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14998 | 2024.07.31 06:59:41.297962 [ 3 ] {} <Debug> HTTP-Session: 7180e986-1b7a-4d86-ba57-68133f63e54d Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 14999 | 2024.07.31 06:59:41.297979 [ 3 ] {} <Debug> HTTP-Session: 7180e986-1b7a-4d86-ba57-68133f63e54d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15000 | 2024.07.31 06:59:41.297992 [ 3 ] {} <Debug> HTTP-Session: 7180e986-1b7a-4d86-ba57-68133f63e54d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15001 | 2024.07.31 06:59:41.298043 [ 3 ] {} <Trace> HTTP-Session: 7180e986-1b7a-4d86-ba57-68133f63e54d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15002 | 2024.07.31 06:59:41.298204 [ 3 ] {ccd61674-63fd-49db-9a3e-f61dd06b8210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 15003 | 2024.07.31 06:59:41.298274 [ 3 ] {ccd61674-63fd-49db-9a3e-f61dd06b8210} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 15004 | 2024.07.31 06:59:41.298779 [ 189 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13466 rows, containing 5 columns (5 merged, 0 gathered) in 0.009138068 sec., 1473615.6482967737 rows/sec., 102.68 MiB/sec. | ||
| 15005 | 2024.07.31 06:59:41.298851 [ 3 ] {ccd61674-63fd-49db-9a3e-f61dd06b8210} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15006 | 2024.07.31 06:59:41.299197 [ 189 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 15007 | 2024.07.31 06:59:41.299367 [ 3 ] {ccd61674-63fd-49db-9a3e-f61dd06b8210} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15008 | 2024.07.31 06:59:41.299420 [ 3 ] {ccd61674-63fd-49db-9a3e-f61dd06b8210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 15009 | 2024.07.31 06:59:41.300215 [ 189 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15010 | 2024.07.31 06:59:41.300277 [ 3 ] {ccd61674-63fd-49db-9a3e-f61dd06b8210} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 15011 | 2024.07.31 06:59:41.300343 [ 189 ] {9f10c409-38c2-4c4d-8af0-06746ff23b71::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 15012 | 2024.07.31 06:59:41.300510 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB. | ||
| 15013 | 2024.07.31 06:59:41.300789 [ 3 ] {ccd61674-63fd-49db-9a3e-f61dd06b8210} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15014 | 2024.07.31 06:59:41.300957 [ 3 ] {ccd61674-63fd-49db-9a3e-f61dd06b8210} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.002829 sec., 8130.081300813008 rows/sec., 439.78 KiB/sec. | ||
| 15015 | 2024.07.31 06:59:41.301146 [ 3 ] {ccd61674-63fd-49db-9a3e-f61dd06b8210} <Debug> DynamicQueryHandler: Done processing query | ||
| 15016 | 2024.07.31 06:59:41.301171 [ 3 ] {ccd61674-63fd-49db-9a3e-f61dd06b8210} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 15017 | 2024.07.31 06:59:41.301187 [ 3 ] {} <Debug> HTTP-Session: 7180e986-1b7a-4d86-ba57-68133f63e54d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15018 | 2024.07.31 06:59:41.301309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15019 | 2024.07.31 06:59:41.301358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15020 | 2024.07.31 06:59:41.301378 [ 3 ] {} <Debug> HTTP-Session: 766c30a1-a85f-4453-8ab9-7ca36f513157 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 15021 | 2024.07.31 06:59:41.301394 [ 3 ] {} <Debug> HTTP-Session: 766c30a1-a85f-4453-8ab9-7ca36f513157 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15022 | 2024.07.31 06:59:41.301408 [ 3 ] {} <Debug> HTTP-Session: 766c30a1-a85f-4453-8ab9-7ca36f513157 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15023 | 2024.07.31 06:59:41.301438 [ 3 ] {} <Trace> HTTP-Session: 766c30a1-a85f-4453-8ab9-7ca36f513157 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15024 | 2024.07.31 06:59:41.301558 [ 3 ] {29a3ec94-8a5b-47cc-93e7-b717ba435706} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15025 | 2024.07.31 06:59:41.301602 [ 3 ] {29a3ec94-8a5b-47cc-93e7-b717ba435706} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15026 | 2024.07.31 06:59:41.301736 [ 3 ] {29a3ec94-8a5b-47cc-93e7-b717ba435706} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15027 | 2024.07.31 06:59:41.302037 [ 3 ] {29a3ec94-8a5b-47cc-93e7-b717ba435706} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15028 | 2024.07.31 06:59:41.302074 [ 3 ] {29a3ec94-8a5b-47cc-93e7-b717ba435706} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 15029 | 2024.07.31 06:59:41.302429 [ 3 ] {29a3ec94-8a5b-47cc-93e7-b717ba435706} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 15030 | 2024.07.31 06:59:41.302757 [ 3 ] {29a3ec94-8a5b-47cc-93e7-b717ba435706} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15031 | 2024.07.31 06:59:41.302921 [ 58 ] {} <Debug> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 15032 | 2024.07.31 06:59:41.302921 [ 3 ] {29a3ec94-8a5b-47cc-93e7-b717ba435706} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec. | ||
| 15033 | 2024.07.31 06:59:41.302971 [ 58 ] {} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15034 | 2024.07.31 06:59:41.303039 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 15035 | 2024.07.31 06:59:41.303284 [ 199 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 15036 | 2024.07.31 06:59:41.303315 [ 3 ] {29a3ec94-8a5b-47cc-93e7-b717ba435706} <Debug> DynamicQueryHandler: Done processing query | ||
| 15037 | 2024.07.31 06:59:41.303394 [ 3 ] {29a3ec94-8a5b-47cc-93e7-b717ba435706} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15038 | 2024.07.31 06:59:41.303490 [ 3 ] {} <Debug> HTTP-Session: 766c30a1-a85f-4453-8ab9-7ca36f513157 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15039 | 2024.07.31 06:59:41.303748 [ 199 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15040 | 2024.07.31 06:59:41.303809 [ 199 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4486 rows starting from the beginning of the part | ||
| 15041 | 2024.07.31 06:59:41.303985 [ 199 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part | ||
| 15042 | 2024.07.31 06:59:41.304068 [ 199 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part | ||
| 15043 | 2024.07.31 06:59:41.304144 [ 199 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part | ||
| 15044 | 2024.07.31 06:59:41.304389 [ 199 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part | ||
| 15045 | 2024.07.31 06:59:41.304489 [ 199 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part | ||
| 15046 | 2024.07.31 06:59:41.306668 [ 196 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4786 rows, containing 4 columns (4 merged, 0 gathered) in 0.003530997 sec., 1355424.5443992163 rows/sec., 91.37 MiB/sec. | ||
| 15047 | 2024.07.31 06:59:41.307083 [ 199 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 15048 | 2024.07.31 06:59:41.307480 [ 199 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_81_16} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15049 | 2024.07.31 06:59:41.307561 [ 199 ] {6b71babc-ccdb-41bb-9866-30afe38d4f64::all_1_81_16} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 15050 | 2024.07.31 06:59:41.307642 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. | ||
| 15051 | 2024.07.31 06:59:46.262470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6793, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15052 | 2024.07.31 06:59:46.262652 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15053 | 2024.07.31 06:59:46.262697 [ 3 ] {} <Debug> HTTP-Session: 89ca69ad-e160-4cfd-8bdc-587d9566a5a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 15054 | 2024.07.31 06:59:46.262738 [ 3 ] {} <Debug> HTTP-Session: 89ca69ad-e160-4cfd-8bdc-587d9566a5a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15055 | 2024.07.31 06:59:46.262766 [ 3 ] {} <Debug> HTTP-Session: 89ca69ad-e160-4cfd-8bdc-587d9566a5a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15056 | 2024.07.31 06:59:46.262848 [ 3 ] {} <Trace> HTTP-Session: 89ca69ad-e160-4cfd-8bdc-587d9566a5a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15057 | 2024.07.31 06:59:46.263155 [ 3 ] {88f3e92a-1638-4655-8693-f8573b96c5c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 15058 | 2024.07.31 06:59:46.263263 [ 3 ] {88f3e92a-1638-4655-8693-f8573b96c5c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 15059 | 2024.07.31 06:59:46.263547 [ 3 ] {88f3e92a-1638-4655-8693-f8573b96c5c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15060 | 2024.07.31 06:59:46.264086 [ 3 ] {88f3e92a-1638-4655-8693-f8573b96c5c3} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15061 | 2024.07.31 06:59:46.264132 [ 3 ] {88f3e92a-1638-4655-8693-f8573b96c5c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15062 | 2024.07.31 06:59:46.264512 [ 3 ] {88f3e92a-1638-4655-8693-f8573b96c5c3} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 15063 | 2024.07.31 06:59:46.264864 [ 3 ] {88f3e92a-1638-4655-8693-f8573b96c5c3} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15064 | 2024.07.31 06:59:46.265009 [ 3 ] {88f3e92a-1638-4655-8693-f8573b96c5c3} <Debug> executeQuery: Read 47 rows, 3.81 KiB in 0.001964 sec., 23930.753564154787 rows/sec., 1.89 MiB/sec. | ||
| 15065 | 2024.07.31 06:59:46.265229 [ 3 ] {88f3e92a-1638-4655-8693-f8573b96c5c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 15066 | 2024.07.31 06:59:46.265258 [ 3 ] {88f3e92a-1638-4655-8693-f8573b96c5c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15067 | 2024.07.31 06:59:46.265275 [ 3 ] {} <Debug> HTTP-Session: 89ca69ad-e160-4cfd-8bdc-587d9566a5a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15068 | 2024.07.31 06:59:46.265492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 29176, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15069 | 2024.07.31 06:59:46.265551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15070 | 2024.07.31 06:59:46.265571 [ 3 ] {} <Debug> HTTP-Session: 0287b416-a712-46bf-bb0f-589c0f896a8e Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 15071 | 2024.07.31 06:59:46.265589 [ 3 ] {} <Debug> HTTP-Session: 0287b416-a712-46bf-bb0f-589c0f896a8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15072 | 2024.07.31 06:59:46.265603 [ 3 ] {} <Debug> HTTP-Session: 0287b416-a712-46bf-bb0f-589c0f896a8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15073 | 2024.07.31 06:59:46.265638 [ 3 ] {} <Trace> HTTP-Session: 0287b416-a712-46bf-bb0f-589c0f896a8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15074 | 2024.07.31 06:59:46.265803 [ 3 ] {8028f0ab-5c1d-41e7-bfcc-c9b5cdcdb7b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15075 | 2024.07.31 06:59:46.265850 [ 3 ] {8028f0ab-5c1d-41e7-bfcc-c9b5cdcdb7b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15076 | 2024.07.31 06:59:46.265979 [ 3 ] {8028f0ab-5c1d-41e7-bfcc-c9b5cdcdb7b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15077 | 2024.07.31 06:59:46.266423 [ 3 ] {8028f0ab-5c1d-41e7-bfcc-c9b5cdcdb7b3} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15078 | 2024.07.31 06:59:46.266461 [ 3 ] {8028f0ab-5c1d-41e7-bfcc-c9b5cdcdb7b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15079 | 2024.07.31 06:59:46.266801 [ 3 ] {8028f0ab-5c1d-41e7-bfcc-c9b5cdcdb7b3} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 15080 | 2024.07.31 06:59:46.267123 [ 3 ] {8028f0ab-5c1d-41e7-bfcc-c9b5cdcdb7b3} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15081 | 2024.07.31 06:59:46.267305 [ 3 ] {8028f0ab-5c1d-41e7-bfcc-c9b5cdcdb7b3} <Debug> executeQuery: Read 197 rows, 17.19 KiB in 0.001581 sec., 124604.68058191019 rows/sec., 10.62 MiB/sec. | ||
| 15082 | 2024.07.31 06:59:46.267593 [ 3 ] {8028f0ab-5c1d-41e7-bfcc-c9b5cdcdb7b3} <Debug> DynamicQueryHandler: Done processing query | ||
| 15083 | 2024.07.31 06:59:46.267651 [ 3 ] {8028f0ab-5c1d-41e7-bfcc-c9b5cdcdb7b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 15084 | 2024.07.31 06:59:46.267707 [ 3 ] {} <Debug> HTTP-Session: 0287b416-a712-46bf-bb0f-589c0f896a8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15085 | 2024.07.31 06:59:46.267902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 18852, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15086 | 2024.07.31 06:59:46.267956 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15087 | 2024.07.31 06:59:46.267975 [ 3 ] {} <Debug> HTTP-Session: 393e8eee-c605-42a1-8a2f-d239e988ab4f Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 15088 | 2024.07.31 06:59:46.267992 [ 3 ] {} <Debug> HTTP-Session: 393e8eee-c605-42a1-8a2f-d239e988ab4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15089 | 2024.07.31 06:59:46.268006 [ 3 ] {} <Debug> HTTP-Session: 393e8eee-c605-42a1-8a2f-d239e988ab4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15090 | 2024.07.31 06:59:46.268039 [ 3 ] {} <Trace> HTTP-Session: 393e8eee-c605-42a1-8a2f-d239e988ab4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15091 | 2024.07.31 06:59:46.268185 [ 3 ] {e2ff8ff0-db64-4661-a74b-402be4b690e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15092 | 2024.07.31 06:59:46.268229 [ 3 ] {e2ff8ff0-db64-4661-a74b-402be4b690e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15093 | 2024.07.31 06:59:46.268374 [ 3 ] {e2ff8ff0-db64-4661-a74b-402be4b690e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15094 | 2024.07.31 06:59:46.268779 [ 3 ] {e2ff8ff0-db64-4661-a74b-402be4b690e3} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15095 | 2024.07.31 06:59:46.268816 [ 3 ] {e2ff8ff0-db64-4661-a74b-402be4b690e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15096 | 2024.07.31 06:59:46.269134 [ 3 ] {e2ff8ff0-db64-4661-a74b-402be4b690e3} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 15097 | 2024.07.31 06:59:46.269474 [ 3 ] {e2ff8ff0-db64-4661-a74b-402be4b690e3} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15098 | 2024.07.31 06:59:46.269608 [ 3 ] {e2ff8ff0-db64-4661-a74b-402be4b690e3} <Debug> executeQuery: Read 111 rows, 8.88 KiB in 0.001485 sec., 74747.47474747474 rows/sec., 5.84 MiB/sec. | ||
| 15099 | 2024.07.31 06:59:46.269875 [ 3 ] {e2ff8ff0-db64-4661-a74b-402be4b690e3} <Debug> DynamicQueryHandler: Done processing query | ||
| 15100 | 2024.07.31 06:59:46.269933 [ 3 ] {e2ff8ff0-db64-4661-a74b-402be4b690e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15101 | 2024.07.31 06:59:46.269988 [ 3 ] {} <Debug> HTTP-Session: 393e8eee-c605-42a1-8a2f-d239e988ab4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15102 | 2024.07.31 06:59:46.270206 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15103 | 2024.07.31 06:59:46.270259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15104 | 2024.07.31 06:59:46.270279 [ 3 ] {} <Debug> HTTP-Session: fadbaa7f-db13-4070-8b8e-05883d3727a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 15105 | 2024.07.31 06:59:46.270295 [ 3 ] {} <Debug> HTTP-Session: fadbaa7f-db13-4070-8b8e-05883d3727a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15106 | 2024.07.31 06:59:46.270309 [ 3 ] {} <Debug> HTTP-Session: fadbaa7f-db13-4070-8b8e-05883d3727a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15107 | 2024.07.31 06:59:46.270342 [ 3 ] {} <Trace> HTTP-Session: fadbaa7f-db13-4070-8b8e-05883d3727a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15108 | 2024.07.31 06:59:46.270496 [ 3 ] {20168147-5bb2-4d0a-a030-c6e481384686} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15109 | 2024.07.31 06:59:46.270545 [ 3 ] {20168147-5bb2-4d0a-a030-c6e481384686} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15110 | 2024.07.31 06:59:46.270706 [ 3 ] {20168147-5bb2-4d0a-a030-c6e481384686} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15111 | 2024.07.31 06:59:46.271094 [ 3 ] {20168147-5bb2-4d0a-a030-c6e481384686} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15112 | 2024.07.31 06:59:46.271130 [ 3 ] {20168147-5bb2-4d0a-a030-c6e481384686} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15113 | 2024.07.31 06:59:46.271525 [ 3 ] {20168147-5bb2-4d0a-a030-c6e481384686} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 15114 | 2024.07.31 06:59:46.271872 [ 3 ] {20168147-5bb2-4d0a-a030-c6e481384686} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15115 | 2024.07.31 06:59:46.271998 [ 3 ] {20168147-5bb2-4d0a-a030-c6e481384686} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001573 sec., 101716.465352829 rows/sec., 7.08 MiB/sec. | ||
| 15116 | 2024.07.31 06:59:46.272171 [ 3 ] {20168147-5bb2-4d0a-a030-c6e481384686} <Debug> DynamicQueryHandler: Done processing query | ||
| 15117 | 2024.07.31 06:59:46.272195 [ 3 ] {20168147-5bb2-4d0a-a030-c6e481384686} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15118 | 2024.07.31 06:59:46.272211 [ 3 ] {} <Debug> HTTP-Session: fadbaa7f-db13-4070-8b8e-05883d3727a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15119 | 2024.07.31 06:59:46.272404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 76036, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15120 | 2024.07.31 06:59:46.272452 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15121 | 2024.07.31 06:59:46.272471 [ 3 ] {} <Debug> HTTP-Session: db6bb072-01c0-437d-9d94-e7bedcdf8579 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 15122 | 2024.07.31 06:59:46.272488 [ 3 ] {} <Debug> HTTP-Session: db6bb072-01c0-437d-9d94-e7bedcdf8579 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15123 | 2024.07.31 06:59:46.272502 [ 3 ] {} <Debug> HTTP-Session: db6bb072-01c0-437d-9d94-e7bedcdf8579 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15124 | 2024.07.31 06:59:46.272532 [ 3 ] {} <Trace> HTTP-Session: db6bb072-01c0-437d-9d94-e7bedcdf8579 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15125 | 2024.07.31 06:59:46.272969 [ 3 ] {3f1af614-8565-4245-8ffa-e15561ce02cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 15126 | 2024.07.31 06:59:46.273032 [ 3 ] {3f1af614-8565-4245-8ffa-e15561ce02cf} <Trace> 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 | ||
| 15127 | 2024.07.31 06:59:46.273443 [ 3 ] {3f1af614-8565-4245-8ffa-e15561ce02cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15128 | 2024.07.31 06:59:46.274258 [ 3 ] {3f1af614-8565-4245-8ffa-e15561ce02cf} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15129 | 2024.07.31 06:59:46.274294 [ 3 ] {3f1af614-8565-4245-8ffa-e15561ce02cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15130 | 2024.07.31 06:59:46.274964 [ 3 ] {3f1af614-8565-4245-8ffa-e15561ce02cf} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 15131 | 2024.07.31 06:59:46.275379 [ 3 ] {3f1af614-8565-4245-8ffa-e15561ce02cf} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15132 | 2024.07.31 06:59:46.275533 [ 3 ] {3f1af614-8565-4245-8ffa-e15561ce02cf} <Debug> executeQuery: Read 47 rows, 86.24 KiB in 0.002898 sec., 16218.08143547274 rows/sec., 29.06 MiB/sec. | ||
| 15133 | 2024.07.31 06:59:46.276889 [ 3 ] {3f1af614-8565-4245-8ffa-e15561ce02cf} <Debug> DynamicQueryHandler: Done processing query | ||
| 15134 | 2024.07.31 06:59:46.277073 [ 3 ] {3f1af614-8565-4245-8ffa-e15561ce02cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 15135 | 2024.07.31 06:59:46.277232 [ 3 ] {} <Debug> HTTP-Session: db6bb072-01c0-437d-9d94-e7bedcdf8579 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15136 | 2024.07.31 06:59:46.277515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15137 | 2024.07.31 06:59:46.277580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15138 | 2024.07.31 06:59:46.277600 [ 3 ] {} <Debug> HTTP-Session: 92358553-4648-459f-a697-7f9b0d6bac0d Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 15139 | 2024.07.31 06:59:46.277616 [ 3 ] {} <Debug> HTTP-Session: 92358553-4648-459f-a697-7f9b0d6bac0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15140 | 2024.07.31 06:59:46.277629 [ 3 ] {} <Debug> HTTP-Session: 92358553-4648-459f-a697-7f9b0d6bac0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15141 | 2024.07.31 06:59:46.277661 [ 3 ] {} <Trace> HTTP-Session: 92358553-4648-459f-a697-7f9b0d6bac0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15142 | 2024.07.31 06:59:46.277782 [ 3 ] {3a816810-e739-4bbf-ade5-5c9bc5088369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15143 | 2024.07.31 06:59:46.277828 [ 3 ] {3a816810-e739-4bbf-ade5-5c9bc5088369} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15144 | 2024.07.31 06:59:46.277991 [ 3 ] {3a816810-e739-4bbf-ade5-5c9bc5088369} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15145 | 2024.07.31 06:59:46.278310 [ 3 ] {3a816810-e739-4bbf-ade5-5c9bc5088369} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15146 | 2024.07.31 06:59:46.278345 [ 3 ] {3a816810-e739-4bbf-ade5-5c9bc5088369} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15147 | 2024.07.31 06:59:46.278719 [ 3 ] {3a816810-e739-4bbf-ade5-5c9bc5088369} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 15148 | 2024.07.31 06:59:46.279073 [ 3 ] {3a816810-e739-4bbf-ade5-5c9bc5088369} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15149 | 2024.07.31 06:59:46.279223 [ 3 ] {3a816810-e739-4bbf-ade5-5c9bc5088369} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001471 sec., 40788.579197824605 rows/sec., 2.75 MiB/sec. | ||
| 15150 | 2024.07.31 06:59:46.279437 [ 3 ] {3a816810-e739-4bbf-ade5-5c9bc5088369} <Debug> DynamicQueryHandler: Done processing query | ||
| 15151 | 2024.07.31 06:59:46.279484 [ 3 ] {3a816810-e739-4bbf-ade5-5c9bc5088369} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15152 | 2024.07.31 06:59:46.279538 [ 3 ] {} <Debug> HTTP-Session: 92358553-4648-459f-a697-7f9b0d6bac0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15153 | 2024.07.31 06:59:51.263807 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15154 | 2024.07.31 06:59:51.264002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15155 | 2024.07.31 06:59:51.264049 [ 3 ] {} <Debug> HTTP-Session: 0ae24edc-d7e2-4fc8-9dc4-c178e3d1ad45 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 15156 | 2024.07.31 06:59:51.264091 [ 3 ] {} <Debug> HTTP-Session: 0ae24edc-d7e2-4fc8-9dc4-c178e3d1ad45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15157 | 2024.07.31 06:59:51.264120 [ 3 ] {} <Debug> HTTP-Session: 0ae24edc-d7e2-4fc8-9dc4-c178e3d1ad45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15158 | 2024.07.31 06:59:51.264202 [ 3 ] {} <Trace> HTTP-Session: 0ae24edc-d7e2-4fc8-9dc4-c178e3d1ad45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15159 | 2024.07.31 06:59:51.264500 [ 3 ] {54bfd49b-97b8-487e-a1ad-e3e99f112c56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 15160 | 2024.07.31 06:59:51.264609 [ 3 ] {54bfd49b-97b8-487e-a1ad-e3e99f112c56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 15161 | 2024.07.31 06:59:51.264832 [ 3 ] {54bfd49b-97b8-487e-a1ad-e3e99f112c56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15162 | 2024.07.31 06:59:51.265308 [ 3 ] {54bfd49b-97b8-487e-a1ad-e3e99f112c56} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15163 | 2024.07.31 06:59:51.265358 [ 3 ] {54bfd49b-97b8-487e-a1ad-e3e99f112c56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15164 | 2024.07.31 06:59:51.265743 [ 3 ] {54bfd49b-97b8-487e-a1ad-e3e99f112c56} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 15165 | 2024.07.31 06:59:51.266090 [ 3 ] {54bfd49b-97b8-487e-a1ad-e3e99f112c56} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15166 | 2024.07.31 06:59:51.266277 [ 3 ] {54bfd49b-97b8-487e-a1ad-e3e99f112c56} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.001866 sec., 5359.056806002143 rows/sec., 355.87 KiB/sec. | ||
| 15167 | 2024.07.31 06:59:51.266506 [ 3 ] {54bfd49b-97b8-487e-a1ad-e3e99f112c56} <Debug> DynamicQueryHandler: Done processing query | ||
| 15168 | 2024.07.31 06:59:51.266537 [ 3 ] {54bfd49b-97b8-487e-a1ad-e3e99f112c56} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15169 | 2024.07.31 06:59:51.266554 [ 3 ] {} <Debug> HTTP-Session: 0ae24edc-d7e2-4fc8-9dc4-c178e3d1ad45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15170 | 2024.07.31 06:59:51.266716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15171 | 2024.07.31 06:59:51.266773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15172 | 2024.07.31 06:59:51.266793 [ 3 ] {} <Debug> HTTP-Session: 523d6171-3f1f-4208-a7bd-ace75e92a894 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 15173 | 2024.07.31 06:59:51.266812 [ 3 ] {} <Debug> HTTP-Session: 523d6171-3f1f-4208-a7bd-ace75e92a894 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15174 | 2024.07.31 06:59:51.266825 [ 3 ] {} <Debug> HTTP-Session: 523d6171-3f1f-4208-a7bd-ace75e92a894 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15175 | 2024.07.31 06:59:51.266862 [ 3 ] {} <Trace> HTTP-Session: 523d6171-3f1f-4208-a7bd-ace75e92a894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15176 | 2024.07.31 06:59:51.266968 [ 3 ] {a9e6196a-f5e5-448f-9dea-dc02bf345caf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 15177 | 2024.07.31 06:59:51.267015 [ 3 ] {a9e6196a-f5e5-448f-9dea-dc02bf345caf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15178 | 2024.07.31 06:59:51.267152 [ 3 ] {a9e6196a-f5e5-448f-9dea-dc02bf345caf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15179 | 2024.07.31 06:59:51.267487 [ 3 ] {a9e6196a-f5e5-448f-9dea-dc02bf345caf} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15180 | 2024.07.31 06:59:51.267527 [ 3 ] {a9e6196a-f5e5-448f-9dea-dc02bf345caf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15181 | 2024.07.31 06:59:51.267832 [ 3 ] {a9e6196a-f5e5-448f-9dea-dc02bf345caf} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 15182 | 2024.07.31 06:59:51.268143 [ 3 ] {a9e6196a-f5e5-448f-9dea-dc02bf345caf} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15183 | 2024.07.31 06:59:51.268309 [ 3 ] {a9e6196a-f5e5-448f-9dea-dc02bf345caf} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001364 sec., 2932.551319648094 rows/sec., 239.13 KiB/sec. | ||
| 15184 | 2024.07.31 06:59:51.268482 [ 3 ] {a9e6196a-f5e5-448f-9dea-dc02bf345caf} <Debug> DynamicQueryHandler: Done processing query | ||
| 15185 | 2024.07.31 06:59:51.268511 [ 3 ] {a9e6196a-f5e5-448f-9dea-dc02bf345caf} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15186 | 2024.07.31 06:59:51.268528 [ 3 ] {} <Debug> HTTP-Session: 523d6171-3f1f-4208-a7bd-ace75e92a894 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15187 | 2024.07.31 06:59:51.268701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26474, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15188 | 2024.07.31 06:59:51.268751 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15189 | 2024.07.31 06:59:51.268771 [ 3 ] {} <Debug> HTTP-Session: beb45576-f01a-4f32-b2e4-6cf2ae477ef4 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 15190 | 2024.07.31 06:59:51.268788 [ 3 ] {} <Debug> HTTP-Session: beb45576-f01a-4f32-b2e4-6cf2ae477ef4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15191 | 2024.07.31 06:59:51.268801 [ 3 ] {} <Debug> HTTP-Session: beb45576-f01a-4f32-b2e4-6cf2ae477ef4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15192 | 2024.07.31 06:59:51.268833 [ 3 ] {} <Trace> HTTP-Session: beb45576-f01a-4f32-b2e4-6cf2ae477ef4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15193 | 2024.07.31 06:59:51.268976 [ 3 ] {01833ea4-41ef-4c76-9ba6-2a754ad768aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15194 | 2024.07.31 06:59:51.269020 [ 3 ] {01833ea4-41ef-4c76-9ba6-2a754ad768aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15195 | 2024.07.31 06:59:51.269149 [ 3 ] {01833ea4-41ef-4c76-9ba6-2a754ad768aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15196 | 2024.07.31 06:59:51.269562 [ 3 ] {01833ea4-41ef-4c76-9ba6-2a754ad768aa} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15197 | 2024.07.31 06:59:51.269602 [ 3 ] {01833ea4-41ef-4c76-9ba6-2a754ad768aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15198 | 2024.07.31 06:59:51.269935 [ 3 ] {01833ea4-41ef-4c76-9ba6-2a754ad768aa} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 15199 | 2024.07.31 06:59:51.270244 [ 3 ] {01833ea4-41ef-4c76-9ba6-2a754ad768aa} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15200 | 2024.07.31 06:59:51.270399 [ 3 ] {01833ea4-41ef-4c76-9ba6-2a754ad768aa} <Debug> executeQuery: Read 175 rows, 15.81 KiB in 0.001483 sec., 118004.04585300067 rows/sec., 10.41 MiB/sec. | ||
| 15201 | 2024.07.31 06:59:51.270573 [ 3 ] {01833ea4-41ef-4c76-9ba6-2a754ad768aa} <Debug> DynamicQueryHandler: Done processing query | ||
| 15202 | 2024.07.31 06:59:51.270599 [ 3 ] {01833ea4-41ef-4c76-9ba6-2a754ad768aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 15203 | 2024.07.31 06:59:51.270616 [ 3 ] {} <Debug> HTTP-Session: beb45576-f01a-4f32-b2e4-6cf2ae477ef4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15204 | 2024.07.31 06:59:51.270738 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15205 | 2024.07.31 06:59:51.270787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15206 | 2024.07.31 06:59:51.270806 [ 3 ] {} <Debug> HTTP-Session: f507359a-7ba3-4eec-a8f4-e28cb0fe7348 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 15207 | 2024.07.31 06:59:51.270823 [ 3 ] {} <Debug> HTTP-Session: f507359a-7ba3-4eec-a8f4-e28cb0fe7348 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15208 | 2024.07.31 06:59:51.270837 [ 3 ] {} <Debug> HTTP-Session: f507359a-7ba3-4eec-a8f4-e28cb0fe7348 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15209 | 2024.07.31 06:59:51.270870 [ 3 ] {} <Trace> HTTP-Session: f507359a-7ba3-4eec-a8f4-e28cb0fe7348 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15210 | 2024.07.31 06:59:51.270966 [ 3 ] {478cba34-c0eb-41f6-91eb-5170d0e2326d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 15211 | 2024.07.31 06:59:51.271010 [ 3 ] {478cba34-c0eb-41f6-91eb-5170d0e2326d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15212 | 2024.07.31 06:59:51.271138 [ 3 ] {478cba34-c0eb-41f6-91eb-5170d0e2326d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15213 | 2024.07.31 06:59:51.271429 [ 3 ] {478cba34-c0eb-41f6-91eb-5170d0e2326d} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15214 | 2024.07.31 06:59:51.271467 [ 3 ] {478cba34-c0eb-41f6-91eb-5170d0e2326d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15215 | 2024.07.31 06:59:51.271763 [ 3 ] {478cba34-c0eb-41f6-91eb-5170d0e2326d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 15216 | 2024.07.31 06:59:51.272084 [ 3 ] {478cba34-c0eb-41f6-91eb-5170d0e2326d} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15217 | 2024.07.31 06:59:51.272242 [ 3 ] {478cba34-c0eb-41f6-91eb-5170d0e2326d} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001297 sec., 3084.040092521203 rows/sec., 215.34 KiB/sec. | ||
| 15218 | 2024.07.31 06:59:51.272411 [ 3 ] {478cba34-c0eb-41f6-91eb-5170d0e2326d} <Debug> DynamicQueryHandler: Done processing query | ||
| 15219 | 2024.07.31 06:59:51.272436 [ 3 ] {478cba34-c0eb-41f6-91eb-5170d0e2326d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15220 | 2024.07.31 06:59:51.272453 [ 3 ] {} <Debug> HTTP-Session: f507359a-7ba3-4eec-a8f4-e28cb0fe7348 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15221 | 2024.07.31 06:59:51.272637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 62955, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15222 | 2024.07.31 06:59:51.272686 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15223 | 2024.07.31 06:59:51.272705 [ 3 ] {} <Debug> HTTP-Session: e9c02bd1-ca12-490b-a6e3-5d0209085d82 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 15224 | 2024.07.31 06:59:51.272722 [ 3 ] {} <Debug> HTTP-Session: e9c02bd1-ca12-490b-a6e3-5d0209085d82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15225 | 2024.07.31 06:59:51.272735 [ 3 ] {} <Debug> HTTP-Session: e9c02bd1-ca12-490b-a6e3-5d0209085d82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15226 | 2024.07.31 06:59:51.272766 [ 3 ] {} <Trace> HTTP-Session: e9c02bd1-ca12-490b-a6e3-5d0209085d82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15227 | 2024.07.31 06:59:51.272968 [ 3 ] {71badd76-0693-4328-9222-8d5c9f22347f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15228 | 2024.07.31 06:59:51.273013 [ 3 ] {71badd76-0693-4328-9222-8d5c9f22347f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15229 | 2024.07.31 06:59:51.273140 [ 3 ] {71badd76-0693-4328-9222-8d5c9f22347f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15230 | 2024.07.31 06:59:51.273724 [ 3 ] {71badd76-0693-4328-9222-8d5c9f22347f} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15231 | 2024.07.31 06:59:51.273761 [ 3 ] {71badd76-0693-4328-9222-8d5c9f22347f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15232 | 2024.07.31 06:59:51.274089 [ 3 ] {71badd76-0693-4328-9222-8d5c9f22347f} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 15233 | 2024.07.31 06:59:51.274395 [ 3 ] {71badd76-0693-4328-9222-8d5c9f22347f} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15234 | 2024.07.31 06:59:51.274545 [ 3 ] {71badd76-0693-4328-9222-8d5c9f22347f} <Debug> executeQuery: Read 390 rows, 28.12 KiB in 0.001683 sec., 231729.055258467 rows/sec., 16.32 MiB/sec. | ||
| 15235 | 2024.07.31 06:59:51.274806 [ 3 ] {71badd76-0693-4328-9222-8d5c9f22347f} <Debug> DynamicQueryHandler: Done processing query | ||
| 15236 | 2024.07.31 06:59:51.274867 [ 3 ] {71badd76-0693-4328-9222-8d5c9f22347f} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 15237 | 2024.07.31 06:59:51.274924 [ 3 ] {} <Debug> HTTP-Session: e9c02bd1-ca12-490b-a6e3-5d0209085d82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15238 | 2024.07.31 06:59:51.275125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15239 | 2024.07.31 06:59:51.275178 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15240 | 2024.07.31 06:59:51.275197 [ 3 ] {} <Debug> HTTP-Session: 082f9154-526e-464e-9df0-22b1244135e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 15241 | 2024.07.31 06:59:51.275215 [ 3 ] {} <Debug> HTTP-Session: 082f9154-526e-464e-9df0-22b1244135e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15242 | 2024.07.31 06:59:51.275229 [ 3 ] {} <Debug> HTTP-Session: 082f9154-526e-464e-9df0-22b1244135e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15243 | 2024.07.31 06:59:51.275261 [ 3 ] {} <Trace> HTTP-Session: 082f9154-526e-464e-9df0-22b1244135e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15244 | 2024.07.31 06:59:51.275363 [ 3 ] {c4801df3-a1bd-4e6f-a9d0-b9ec4f50cad2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 15245 | 2024.07.31 06:59:51.275409 [ 3 ] {c4801df3-a1bd-4e6f-a9d0-b9ec4f50cad2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15246 | 2024.07.31 06:59:51.275566 [ 3 ] {c4801df3-a1bd-4e6f-a9d0-b9ec4f50cad2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15247 | 2024.07.31 06:59:51.275849 [ 3 ] {c4801df3-a1bd-4e6f-a9d0-b9ec4f50cad2} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15248 | 2024.07.31 06:59:51.275887 [ 3 ] {c4801df3-a1bd-4e6f-a9d0-b9ec4f50cad2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15249 | 2024.07.31 06:59:51.276258 [ 3 ] {c4801df3-a1bd-4e6f-a9d0-b9ec4f50cad2} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 15250 | 2024.07.31 06:59:51.276588 [ 3 ] {c4801df3-a1bd-4e6f-a9d0-b9ec4f50cad2} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15251 | 2024.07.31 06:59:51.276713 [ 3 ] {c4801df3-a1bd-4e6f-a9d0-b9ec4f50cad2} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001377 sec., 4357.298474945534 rows/sec., 187.23 KiB/sec. | ||
| 15252 | 2024.07.31 06:59:51.276881 [ 3 ] {c4801df3-a1bd-4e6f-a9d0-b9ec4f50cad2} <Debug> DynamicQueryHandler: Done processing query | ||
| 15253 | 2024.07.31 06:59:51.276907 [ 3 ] {c4801df3-a1bd-4e6f-a9d0-b9ec4f50cad2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 15254 | 2024.07.31 06:59:51.276924 [ 3 ] {} <Debug> HTTP-Session: 082f9154-526e-464e-9df0-22b1244135e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15255 | 2024.07.31 06:59:51.277062 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15256 | 2024.07.31 06:59:51.277111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15257 | 2024.07.31 06:59:51.277131 [ 3 ] {} <Debug> HTTP-Session: 825cebe2-a290-408b-b94f-2c84778d544f Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 15258 | 2024.07.31 06:59:51.277147 [ 3 ] {} <Debug> HTTP-Session: 825cebe2-a290-408b-b94f-2c84778d544f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15259 | 2024.07.31 06:59:51.277161 [ 3 ] {} <Debug> HTTP-Session: 825cebe2-a290-408b-b94f-2c84778d544f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15260 | 2024.07.31 06:59:51.277192 [ 3 ] {} <Trace> HTTP-Session: 825cebe2-a290-408b-b94f-2c84778d544f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15261 | 2024.07.31 06:59:51.277332 [ 3 ] {89f5db40-72d7-437b-bd7b-f82de0d0b46d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 15262 | 2024.07.31 06:59:51.277377 [ 3 ] {89f5db40-72d7-437b-bd7b-f82de0d0b46d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 15263 | 2024.07.31 06:59:51.277519 [ 3 ] {89f5db40-72d7-437b-bd7b-f82de0d0b46d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15264 | 2024.07.31 06:59:51.277857 [ 3 ] {89f5db40-72d7-437b-bd7b-f82de0d0b46d} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15265 | 2024.07.31 06:59:51.277894 [ 3 ] {89f5db40-72d7-437b-bd7b-f82de0d0b46d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15266 | 2024.07.31 06:59:51.278257 [ 3 ] {89f5db40-72d7-437b-bd7b-f82de0d0b46d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 15267 | 2024.07.31 06:59:51.278601 [ 3 ] {89f5db40-72d7-437b-bd7b-f82de0d0b46d} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15268 | 2024.07.31 06:59:51.278734 [ 3 ] {89f5db40-72d7-437b-bd7b-f82de0d0b46d} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001463 sec., 52631.57894736842 rows/sec., 3.24 MiB/sec. | ||
| 15269 | 2024.07.31 06:59:51.278902 [ 3 ] {89f5db40-72d7-437b-bd7b-f82de0d0b46d} <Debug> DynamicQueryHandler: Done processing query | ||
| 15270 | 2024.07.31 06:59:51.278928 [ 3 ] {89f5db40-72d7-437b-bd7b-f82de0d0b46d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15271 | 2024.07.31 06:59:51.278945 [ 3 ] {} <Debug> HTTP-Session: 825cebe2-a290-408b-b94f-2c84778d544f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15272 | 2024.07.31 06:59:51.279122 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 31003, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15273 | 2024.07.31 06:59:51.279172 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15274 | 2024.07.31 06:59:51.279191 [ 3 ] {} <Debug> HTTP-Session: 14452500-3421-427a-9837-2f35e65a5473 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 15275 | 2024.07.31 06:59:51.279207 [ 3 ] {} <Debug> HTTP-Session: 14452500-3421-427a-9837-2f35e65a5473 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15276 | 2024.07.31 06:59:51.279221 [ 3 ] {} <Debug> HTTP-Session: 14452500-3421-427a-9837-2f35e65a5473 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15277 | 2024.07.31 06:59:51.279251 [ 3 ] {} <Trace> HTTP-Session: 14452500-3421-427a-9837-2f35e65a5473 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15278 | 2024.07.31 06:59:51.279407 [ 3 ] {2ae3e50e-6b84-4888-8076-e232045ecbdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15279 | 2024.07.31 06:59:51.279453 [ 3 ] {2ae3e50e-6b84-4888-8076-e232045ecbdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15280 | 2024.07.31 06:59:51.279623 [ 3 ] {2ae3e50e-6b84-4888-8076-e232045ecbdf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15281 | 2024.07.31 06:59:51.280020 [ 3 ] {2ae3e50e-6b84-4888-8076-e232045ecbdf} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15282 | 2024.07.31 06:59:51.280057 [ 3 ] {2ae3e50e-6b84-4888-8076-e232045ecbdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15283 | 2024.07.31 06:59:51.280440 [ 3 ] {2ae3e50e-6b84-4888-8076-e232045ecbdf} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 15284 | 2024.07.31 06:59:51.280771 [ 3 ] {2ae3e50e-6b84-4888-8076-e232045ecbdf} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15285 | 2024.07.31 06:59:51.280903 [ 3 ] {2ae3e50e-6b84-4888-8076-e232045ecbdf} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001575 sec., 102857.14285714286 rows/sec., 7.16 MiB/sec. | ||
| 15286 | 2024.07.31 06:59:51.281162 [ 3 ] {2ae3e50e-6b84-4888-8076-e232045ecbdf} <Debug> DynamicQueryHandler: Done processing query | ||
| 15287 | 2024.07.31 06:59:51.281218 [ 3 ] {2ae3e50e-6b84-4888-8076-e232045ecbdf} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15288 | 2024.07.31 06:59:51.281273 [ 3 ] {} <Debug> HTTP-Session: 14452500-3421-427a-9837-2f35e65a5473 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15289 | 2024.07.31 06:59:51.281441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15290 | 2024.07.31 06:59:51.281495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15291 | 2024.07.31 06:59:51.281519 [ 3 ] {} <Debug> HTTP-Session: 0a9e7420-42df-4b04-b7e7-f8d71ae23ac1 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 15292 | 2024.07.31 06:59:51.281536 [ 3 ] {} <Debug> HTTP-Session: 0a9e7420-42df-4b04-b7e7-f8d71ae23ac1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15293 | 2024.07.31 06:59:51.281550 [ 3 ] {} <Debug> HTTP-Session: 0a9e7420-42df-4b04-b7e7-f8d71ae23ac1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15294 | 2024.07.31 06:59:51.281583 [ 3 ] {} <Trace> HTTP-Session: 0a9e7420-42df-4b04-b7e7-f8d71ae23ac1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15295 | 2024.07.31 06:59:51.281740 [ 3 ] {9ed1c7bd-0d31-4b39-a6b9-0f4fc048fd6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 15296 | 2024.07.31 06:59:51.281811 [ 3 ] {9ed1c7bd-0d31-4b39-a6b9-0f4fc048fd6a} <Trace> 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 | ||
| 15297 | 2024.07.31 06:59:51.282234 [ 3 ] {9ed1c7bd-0d31-4b39-a6b9-0f4fc048fd6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15298 | 2024.07.31 06:59:51.282781 [ 3 ] {9ed1c7bd-0d31-4b39-a6b9-0f4fc048fd6a} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15299 | 2024.07.31 06:59:51.282829 [ 3 ] {9ed1c7bd-0d31-4b39-a6b9-0f4fc048fd6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15300 | 2024.07.31 06:59:51.283543 [ 3 ] {9ed1c7bd-0d31-4b39-a6b9-0f4fc048fd6a} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 15301 | 2024.07.31 06:59:51.283981 [ 3 ] {9ed1c7bd-0d31-4b39-a6b9-0f4fc048fd6a} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15302 | 2024.07.31 06:59:51.284157 [ 3 ] {9ed1c7bd-0d31-4b39-a6b9-0f4fc048fd6a} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002496 sec., 1602.5641025641025 rows/sec., 2.87 MiB/sec. | ||
| 15303 | 2024.07.31 06:59:51.284455 [ 3 ] {9ed1c7bd-0d31-4b39-a6b9-0f4fc048fd6a} <Debug> DynamicQueryHandler: Done processing query | ||
| 15304 | 2024.07.31 06:59:51.284495 [ 3 ] {9ed1c7bd-0d31-4b39-a6b9-0f4fc048fd6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 15305 | 2024.07.31 06:59:51.284532 [ 3 ] {} <Debug> HTTP-Session: 0a9e7420-42df-4b04-b7e7-f8d71ae23ac1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15306 | 2024.07.31 06:59:51.284670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15307 | 2024.07.31 06:59:51.284722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15308 | 2024.07.31 06:59:51.284743 [ 3 ] {} <Debug> HTTP-Session: 95c6c373-f11c-4ff1-9aa8-1d263719cf20 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 15309 | 2024.07.31 06:59:51.284760 [ 3 ] {} <Debug> HTTP-Session: 95c6c373-f11c-4ff1-9aa8-1d263719cf20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15310 | 2024.07.31 06:59:51.284775 [ 3 ] {} <Debug> HTTP-Session: 95c6c373-f11c-4ff1-9aa8-1d263719cf20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15311 | 2024.07.31 06:59:51.284807 [ 3 ] {} <Trace> HTTP-Session: 95c6c373-f11c-4ff1-9aa8-1d263719cf20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15312 | 2024.07.31 06:59:51.284917 [ 3 ] {487486e8-96d4-4554-b185-05b5ca437c32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 15313 | 2024.07.31 06:59:51.284963 [ 3 ] {487486e8-96d4-4554-b185-05b5ca437c32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 15314 | 2024.07.31 06:59:51.285098 [ 3 ] {487486e8-96d4-4554-b185-05b5ca437c32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15315 | 2024.07.31 06:59:51.285403 [ 3 ] {487486e8-96d4-4554-b185-05b5ca437c32} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15316 | 2024.07.31 06:59:51.285442 [ 3 ] {487486e8-96d4-4554-b185-05b5ca437c32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15317 | 2024.07.31 06:59:51.285800 [ 3 ] {487486e8-96d4-4554-b185-05b5ca437c32} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 15318 | 2024.07.31 06:59:51.286126 [ 3 ] {487486e8-96d4-4554-b185-05b5ca437c32} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15319 | 2024.07.31 06:59:51.286277 [ 3 ] {487486e8-96d4-4554-b185-05b5ca437c32} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001392 sec., 16522.988505747126 rows/sec., 893.78 KiB/sec. | ||
| 15320 | 2024.07.31 06:59:51.286567 [ 3 ] {487486e8-96d4-4554-b185-05b5ca437c32} <Debug> DynamicQueryHandler: Done processing query | ||
| 15321 | 2024.07.31 06:59:51.286613 [ 3 ] {487486e8-96d4-4554-b185-05b5ca437c32} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 15322 | 2024.07.31 06:59:51.286630 [ 3 ] {} <Debug> HTTP-Session: 95c6c373-f11c-4ff1-9aa8-1d263719cf20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15323 | 2024.07.31 06:59:51.286755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15324 | 2024.07.31 06:59:51.286806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15325 | 2024.07.31 06:59:51.286825 [ 3 ] {} <Debug> HTTP-Session: 31d7ddf4-93c8-4d80-83e1-5828a9c8753e Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 15326 | 2024.07.31 06:59:51.286842 [ 3 ] {} <Debug> HTTP-Session: 31d7ddf4-93c8-4d80-83e1-5828a9c8753e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15327 | 2024.07.31 06:59:51.286857 [ 3 ] {} <Debug> HTTP-Session: 31d7ddf4-93c8-4d80-83e1-5828a9c8753e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15328 | 2024.07.31 06:59:51.286889 [ 3 ] {} <Trace> HTTP-Session: 31d7ddf4-93c8-4d80-83e1-5828a9c8753e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15329 | 2024.07.31 06:59:51.287016 [ 3 ] {d8b931eb-08a4-4ef5-9386-720653b8b01e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15330 | 2024.07.31 06:59:51.287062 [ 3 ] {d8b931eb-08a4-4ef5-9386-720653b8b01e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15331 | 2024.07.31 06:59:51.287210 [ 3 ] {d8b931eb-08a4-4ef5-9386-720653b8b01e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15332 | 2024.07.31 06:59:51.287510 [ 3 ] {d8b931eb-08a4-4ef5-9386-720653b8b01e} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15333 | 2024.07.31 06:59:51.287546 [ 3 ] {d8b931eb-08a4-4ef5-9386-720653b8b01e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15334 | 2024.07.31 06:59:51.287905 [ 3 ] {d8b931eb-08a4-4ef5-9386-720653b8b01e} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 15335 | 2024.07.31 06:59:51.288243 [ 3 ] {d8b931eb-08a4-4ef5-9386-720653b8b01e} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15336 | 2024.07.31 06:59:51.288397 [ 3 ] {d8b931eb-08a4-4ef5-9386-720653b8b01e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001426 sec., 42075.7363253857 rows/sec., 2.84 MiB/sec. | ||
| 15337 | 2024.07.31 06:59:51.288589 [ 3 ] {d8b931eb-08a4-4ef5-9386-720653b8b01e} <Debug> DynamicQueryHandler: Done processing query | ||
| 15338 | 2024.07.31 06:59:51.288628 [ 3 ] {d8b931eb-08a4-4ef5-9386-720653b8b01e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15339 | 2024.07.31 06:59:51.288662 [ 3 ] {} <Debug> HTTP-Session: 31d7ddf4-93c8-4d80-83e1-5828a9c8753e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15340 | 2024.07.31 06:59:53.079523 [ 33 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15341 | 2024.07.31 06:59:53.079609 [ 33 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15342 | 2024.07.31 06:59:56.261793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6793, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15343 | 2024.07.31 06:59:56.261923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15344 | 2024.07.31 06:59:56.261949 [ 3 ] {} <Debug> HTTP-Session: 34f89aaa-6dcf-475f-8cd9-ca7194992a41 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 15345 | 2024.07.31 06:59:56.261974 [ 3 ] {} <Debug> HTTP-Session: 34f89aaa-6dcf-475f-8cd9-ca7194992a41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15346 | 2024.07.31 06:59:56.261989 [ 3 ] {} <Debug> HTTP-Session: 34f89aaa-6dcf-475f-8cd9-ca7194992a41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15347 | 2024.07.31 06:59:56.262037 [ 3 ] {} <Trace> HTTP-Session: 34f89aaa-6dcf-475f-8cd9-ca7194992a41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15348 | 2024.07.31 06:59:56.262228 [ 3 ] {523e16ec-b6d1-4e4e-9816-d3be77122477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 15349 | 2024.07.31 06:59:56.262294 [ 3 ] {523e16ec-b6d1-4e4e-9816-d3be77122477} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 15350 | 2024.07.31 06:59:56.262489 [ 3 ] {523e16ec-b6d1-4e4e-9816-d3be77122477} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15351 | 2024.07.31 06:59:56.262930 [ 3 ] {523e16ec-b6d1-4e4e-9816-d3be77122477} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15352 | 2024.07.31 06:59:56.262973 [ 3 ] {523e16ec-b6d1-4e4e-9816-d3be77122477} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15353 | 2024.07.31 06:59:56.263341 [ 3 ] {523e16ec-b6d1-4e4e-9816-d3be77122477} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 15354 | 2024.07.31 06:59:56.263690 [ 3 ] {523e16ec-b6d1-4e4e-9816-d3be77122477} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15355 | 2024.07.31 06:59:56.263859 [ 3 ] {523e16ec-b6d1-4e4e-9816-d3be77122477} <Debug> executeQuery: Read 47 rows, 3.81 KiB in 0.001688 sec., 27843.601895734595 rows/sec., 2.20 MiB/sec. | ||
| 15356 | 2024.07.31 06:59:56.264075 [ 3 ] {523e16ec-b6d1-4e4e-9816-d3be77122477} <Debug> DynamicQueryHandler: Done processing query | ||
| 15357 | 2024.07.31 06:59:56.264103 [ 3 ] {523e16ec-b6d1-4e4e-9816-d3be77122477} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15358 | 2024.07.31 06:59:56.264120 [ 3 ] {} <Debug> HTTP-Session: 34f89aaa-6dcf-475f-8cd9-ca7194992a41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15359 | 2024.07.31 06:59:56.264327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 29176, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15360 | 2024.07.31 06:59:56.264383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15361 | 2024.07.31 06:59:56.264403 [ 3 ] {} <Debug> HTTP-Session: 0679a835-efc2-48c8-a3f1-d666cada09e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 15362 | 2024.07.31 06:59:56.264422 [ 3 ] {} <Debug> HTTP-Session: 0679a835-efc2-48c8-a3f1-d666cada09e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15363 | 2024.07.31 06:59:56.264437 [ 3 ] {} <Debug> HTTP-Session: 0679a835-efc2-48c8-a3f1-d666cada09e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15364 | 2024.07.31 06:59:56.264472 [ 3 ] {} <Trace> HTTP-Session: 0679a835-efc2-48c8-a3f1-d666cada09e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15365 | 2024.07.31 06:59:56.264628 [ 3 ] {95f45ab2-8e8f-44d2-bfe1-ac984a4da16e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15366 | 2024.07.31 06:59:56.264676 [ 3 ] {95f45ab2-8e8f-44d2-bfe1-ac984a4da16e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15367 | 2024.07.31 06:59:56.264804 [ 3 ] {95f45ab2-8e8f-44d2-bfe1-ac984a4da16e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15368 | 2024.07.31 06:59:56.265300 [ 3 ] {95f45ab2-8e8f-44d2-bfe1-ac984a4da16e} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15369 | 2024.07.31 06:59:56.265339 [ 3 ] {95f45ab2-8e8f-44d2-bfe1-ac984a4da16e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15370 | 2024.07.31 06:59:56.265673 [ 3 ] {95f45ab2-8e8f-44d2-bfe1-ac984a4da16e} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 15371 | 2024.07.31 06:59:56.265987 [ 3 ] {95f45ab2-8e8f-44d2-bfe1-ac984a4da16e} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15372 | 2024.07.31 06:59:56.266134 [ 3 ] {95f45ab2-8e8f-44d2-bfe1-ac984a4da16e} <Debug> executeQuery: Read 197 rows, 17.19 KiB in 0.001574 sec., 125158.83100381194 rows/sec., 10.67 MiB/sec. | ||
| 15373 | 2024.07.31 06:59:56.266315 [ 3 ] {95f45ab2-8e8f-44d2-bfe1-ac984a4da16e} <Debug> DynamicQueryHandler: Done processing query | ||
| 15374 | 2024.07.31 06:59:56.266340 [ 3 ] {95f45ab2-8e8f-44d2-bfe1-ac984a4da16e} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 15375 | 2024.07.31 06:59:56.266356 [ 3 ] {} <Debug> HTTP-Session: 0679a835-efc2-48c8-a3f1-d666cada09e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15376 | 2024.07.31 06:59:56.266515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 18852, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15377 | 2024.07.31 06:59:56.266568 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15378 | 2024.07.31 06:59:56.266588 [ 3 ] {} <Debug> HTTP-Session: e4ee84f8-1329-48fb-97e2-b79cf3f86ecd Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 15379 | 2024.07.31 06:59:56.266606 [ 3 ] {} <Debug> HTTP-Session: e4ee84f8-1329-48fb-97e2-b79cf3f86ecd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15380 | 2024.07.31 06:59:56.266620 [ 3 ] {} <Debug> HTTP-Session: e4ee84f8-1329-48fb-97e2-b79cf3f86ecd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15381 | 2024.07.31 06:59:56.266653 [ 3 ] {} <Trace> HTTP-Session: e4ee84f8-1329-48fb-97e2-b79cf3f86ecd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15382 | 2024.07.31 06:59:56.266789 [ 3 ] {cbcf66d2-9ec5-4e72-90b5-42562198690a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15383 | 2024.07.31 06:59:56.266833 [ 3 ] {cbcf66d2-9ec5-4e72-90b5-42562198690a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15384 | 2024.07.31 06:59:56.266960 [ 3 ] {cbcf66d2-9ec5-4e72-90b5-42562198690a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15385 | 2024.07.31 06:59:56.267316 [ 3 ] {cbcf66d2-9ec5-4e72-90b5-42562198690a} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15386 | 2024.07.31 06:59:56.267355 [ 3 ] {cbcf66d2-9ec5-4e72-90b5-42562198690a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15387 | 2024.07.31 06:59:56.267696 [ 3 ] {cbcf66d2-9ec5-4e72-90b5-42562198690a} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 15388 | 2024.07.31 06:59:56.268011 [ 3 ] {cbcf66d2-9ec5-4e72-90b5-42562198690a} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15389 | 2024.07.31 06:59:56.268160 [ 3 ] {cbcf66d2-9ec5-4e72-90b5-42562198690a} <Debug> executeQuery: Read 111 rows, 8.88 KiB in 0.001422 sec., 78059.0717299578 rows/sec., 6.10 MiB/sec. | ||
| 15390 | 2024.07.31 06:59:56.268330 [ 3 ] {cbcf66d2-9ec5-4e72-90b5-42562198690a} <Debug> DynamicQueryHandler: Done processing query | ||
| 15391 | 2024.07.31 06:59:56.268357 [ 3 ] {cbcf66d2-9ec5-4e72-90b5-42562198690a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15392 | 2024.07.31 06:59:56.268373 [ 3 ] {} <Debug> HTTP-Session: e4ee84f8-1329-48fb-97e2-b79cf3f86ecd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15393 | 2024.07.31 06:59:56.268548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15394 | 2024.07.31 06:59:56.268599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15395 | 2024.07.31 06:59:56.268619 [ 3 ] {} <Debug> HTTP-Session: 796c6d89-6700-4532-a01a-bfedd44bee2d Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 15396 | 2024.07.31 06:59:56.268637 [ 3 ] {} <Debug> HTTP-Session: 796c6d89-6700-4532-a01a-bfedd44bee2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15397 | 2024.07.31 06:59:56.268651 [ 3 ] {} <Debug> HTTP-Session: 796c6d89-6700-4532-a01a-bfedd44bee2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15398 | 2024.07.31 06:59:56.268684 [ 3 ] {} <Trace> HTTP-Session: 796c6d89-6700-4532-a01a-bfedd44bee2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15399 | 2024.07.31 06:59:56.268831 [ 3 ] {3b24de37-e4cc-4551-8524-a4e0f60741bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15400 | 2024.07.31 06:59:56.268880 [ 3 ] {3b24de37-e4cc-4551-8524-a4e0f60741bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15401 | 2024.07.31 06:59:56.269026 [ 3 ] {3b24de37-e4cc-4551-8524-a4e0f60741bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15402 | 2024.07.31 06:59:56.269428 [ 3 ] {3b24de37-e4cc-4551-8524-a4e0f60741bd} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15403 | 2024.07.31 06:59:56.269465 [ 3 ] {3b24de37-e4cc-4551-8524-a4e0f60741bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15404 | 2024.07.31 06:59:56.269864 [ 3 ] {3b24de37-e4cc-4551-8524-a4e0f60741bd} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 15405 | 2024.07.31 06:59:56.270214 [ 3 ] {3b24de37-e4cc-4551-8524-a4e0f60741bd} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15406 | 2024.07.31 06:59:56.270370 [ 3 ] {3b24de37-e4cc-4551-8524-a4e0f60741bd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001597 sec., 100187.85222291798 rows/sec., 6.98 MiB/sec. | ||
| 15407 | 2024.07.31 06:59:56.270549 [ 3 ] {3b24de37-e4cc-4551-8524-a4e0f60741bd} <Debug> DynamicQueryHandler: Done processing query | ||
| 15408 | 2024.07.31 06:59:56.270575 [ 3 ] {3b24de37-e4cc-4551-8524-a4e0f60741bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15409 | 2024.07.31 06:59:56.270590 [ 3 ] {} <Debug> HTTP-Session: 796c6d89-6700-4532-a01a-bfedd44bee2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15410 | 2024.07.31 06:59:56.270812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 76033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15411 | 2024.07.31 06:59:56.270873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15412 | 2024.07.31 06:59:56.270897 [ 3 ] {} <Debug> HTTP-Session: d6f2acd1-9ace-4bc5-b9cf-e33be9ba3561 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 15413 | 2024.07.31 06:59:56.270918 [ 3 ] {} <Debug> HTTP-Session: d6f2acd1-9ace-4bc5-b9cf-e33be9ba3561 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15414 | 2024.07.31 06:59:56.270935 [ 3 ] {} <Debug> HTTP-Session: d6f2acd1-9ace-4bc5-b9cf-e33be9ba3561 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15415 | 2024.07.31 06:59:56.270974 [ 3 ] {} <Trace> HTTP-Session: d6f2acd1-9ace-4bc5-b9cf-e33be9ba3561 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15416 | 2024.07.31 06:59:56.271456 [ 3 ] {49a38c3a-0eb5-4f94-91c0-458bc8df43f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 15417 | 2024.07.31 06:59:56.271529 [ 3 ] {49a38c3a-0eb5-4f94-91c0-458bc8df43f7} <Trace> 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 | ||
| 15418 | 2024.07.31 06:59:56.271939 [ 3 ] {49a38c3a-0eb5-4f94-91c0-458bc8df43f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15419 | 2024.07.31 06:59:56.272835 [ 3 ] {49a38c3a-0eb5-4f94-91c0-458bc8df43f7} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15420 | 2024.07.31 06:59:56.272872 [ 3 ] {49a38c3a-0eb5-4f94-91c0-458bc8df43f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15421 | 2024.07.31 06:59:56.273507 [ 3 ] {49a38c3a-0eb5-4f94-91c0-458bc8df43f7} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 15422 | 2024.07.31 06:59:56.273916 [ 3 ] {49a38c3a-0eb5-4f94-91c0-458bc8df43f7} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15423 | 2024.07.31 06:59:56.274102 [ 3 ] {49a38c3a-0eb5-4f94-91c0-458bc8df43f7} <Debug> executeQuery: Read 47 rows, 86.24 KiB in 0.003002 sec., 15656.229180546303 rows/sec., 28.06 MiB/sec. | ||
| 15424 | 2024.07.31 06:59:56.274335 [ 3 ] {49a38c3a-0eb5-4f94-91c0-458bc8df43f7} <Debug> DynamicQueryHandler: Done processing query | ||
| 15425 | 2024.07.31 06:59:56.274360 [ 3 ] {49a38c3a-0eb5-4f94-91c0-458bc8df43f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 15426 | 2024.07.31 06:59:56.274377 [ 3 ] {} <Debug> HTTP-Session: d6f2acd1-9ace-4bc5-b9cf-e33be9ba3561 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15427 | 2024.07.31 06:59:56.274516 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15428 | 2024.07.31 06:59:56.274566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15429 | 2024.07.31 06:59:56.274586 [ 3 ] {} <Debug> HTTP-Session: ce04ee60-536e-4960-aa5f-9e24c2467510 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 15430 | 2024.07.31 06:59:56.274602 [ 3 ] {} <Debug> HTTP-Session: ce04ee60-536e-4960-aa5f-9e24c2467510 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15431 | 2024.07.31 06:59:56.274616 [ 3 ] {} <Debug> HTTP-Session: ce04ee60-536e-4960-aa5f-9e24c2467510 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15432 | 2024.07.31 06:59:56.274648 [ 3 ] {} <Trace> HTTP-Session: ce04ee60-536e-4960-aa5f-9e24c2467510 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15433 | 2024.07.31 06:59:56.274768 [ 3 ] {27c10d47-8c10-4ad5-92ee-17059598b698} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15434 | 2024.07.31 06:59:56.274813 [ 3 ] {27c10d47-8c10-4ad5-92ee-17059598b698} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15435 | 2024.07.31 06:59:56.274940 [ 3 ] {27c10d47-8c10-4ad5-92ee-17059598b698} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15436 | 2024.07.31 06:59:56.275287 [ 3 ] {27c10d47-8c10-4ad5-92ee-17059598b698} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15437 | 2024.07.31 06:59:56.275326 [ 3 ] {27c10d47-8c10-4ad5-92ee-17059598b698} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15438 | 2024.07.31 06:59:56.275683 [ 3 ] {27c10d47-8c10-4ad5-92ee-17059598b698} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 15439 | 2024.07.31 06:59:56.276009 [ 3 ] {27c10d47-8c10-4ad5-92ee-17059598b698} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15440 | 2024.07.31 06:59:56.276161 [ 3 ] {27c10d47-8c10-4ad5-92ee-17059598b698} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001424 sec., 42134.83146067416 rows/sec., 2.84 MiB/sec. | ||
| 15441 | 2024.07.31 06:59:56.276334 [ 3 ] {27c10d47-8c10-4ad5-92ee-17059598b698} <Debug> DynamicQueryHandler: Done processing query | ||
| 15442 | 2024.07.31 06:59:56.276358 [ 3 ] {27c10d47-8c10-4ad5-92ee-17059598b698} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15443 | 2024.07.31 06:59:56.276373 [ 3 ] {} <Debug> HTTP-Session: ce04ee60-536e-4960-aa5f-9e24c2467510 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15444 | 2024.07.31 07:00:01.264259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15445 | 2024.07.31 07:00:01.264393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15446 | 2024.07.31 07:00:01.264422 [ 3 ] {} <Debug> HTTP-Session: 769b53c5-cb37-4134-ad89-fb1e366c7caf Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 15447 | 2024.07.31 07:00:01.264451 [ 3 ] {} <Debug> HTTP-Session: 769b53c5-cb37-4134-ad89-fb1e366c7caf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15448 | 2024.07.31 07:00:01.264470 [ 3 ] {} <Debug> HTTP-Session: 769b53c5-cb37-4134-ad89-fb1e366c7caf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15449 | 2024.07.31 07:00:01.264525 [ 3 ] {} <Trace> HTTP-Session: 769b53c5-cb37-4134-ad89-fb1e366c7caf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15450 | 2024.07.31 07:00:01.264722 [ 3 ] {dff2fdb5-f52f-4471-8fbb-470c3a2299e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 15451 | 2024.07.31 07:00:01.264794 [ 3 ] {dff2fdb5-f52f-4471-8fbb-470c3a2299e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 15452 | 2024.07.31 07:00:01.265011 [ 3 ] {dff2fdb5-f52f-4471-8fbb-470c3a2299e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15453 | 2024.07.31 07:00:01.265484 [ 3 ] {dff2fdb5-f52f-4471-8fbb-470c3a2299e3} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15454 | 2024.07.31 07:00:01.265525 [ 3 ] {dff2fdb5-f52f-4471-8fbb-470c3a2299e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15455 | 2024.07.31 07:00:01.265893 [ 3 ] {dff2fdb5-f52f-4471-8fbb-470c3a2299e3} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 15456 | 2024.07.31 07:00:01.266232 [ 3 ] {dff2fdb5-f52f-4471-8fbb-470c3a2299e3} <Trace> oximeter.fields_i64 (e68ba4ce-78e1-4acb-bb4b-5e34c3dcb961): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15457 | 2024.07.31 07:00:01.266414 [ 3 ] {dff2fdb5-f52f-4471-8fbb-470c3a2299e3} <Debug> executeQuery: Read 10 rows, 680.00 B in 0.001745 sec., 5730.659025787965 rows/sec., 380.55 KiB/sec. | ||
| 15458 | 2024.07.31 07:00:01.266705 [ 3 ] {dff2fdb5-f52f-4471-8fbb-470c3a2299e3} <Debug> DynamicQueryHandler: Done processing query | ||
| 15459 | 2024.07.31 07:00:01.266763 [ 3 ] {dff2fdb5-f52f-4471-8fbb-470c3a2299e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15460 | 2024.07.31 07:00:01.266819 [ 3 ] {} <Debug> HTTP-Session: 769b53c5-cb37-4134-ad89-fb1e366c7caf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15461 | 2024.07.31 07:00:01.267036 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15462 | 2024.07.31 07:00:01.267090 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15463 | 2024.07.31 07:00:01.267112 [ 3 ] {} <Debug> HTTP-Session: e2777126-f8d7-4ff6-9ba2-acf689de8f16 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 15464 | 2024.07.31 07:00:01.267129 [ 3 ] {} <Debug> HTTP-Session: e2777126-f8d7-4ff6-9ba2-acf689de8f16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15465 | 2024.07.31 07:00:01.267143 [ 3 ] {} <Debug> HTTP-Session: e2777126-f8d7-4ff6-9ba2-acf689de8f16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15466 | 2024.07.31 07:00:01.267177 [ 3 ] {} <Trace> HTTP-Session: e2777126-f8d7-4ff6-9ba2-acf689de8f16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15467 | 2024.07.31 07:00:01.267279 [ 3 ] {05b594e3-26c4-41f2-b492-0cc79a6e24f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 15468 | 2024.07.31 07:00:01.267324 [ 3 ] {05b594e3-26c4-41f2-b492-0cc79a6e24f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15469 | 2024.07.31 07:00:01.267470 [ 3 ] {05b594e3-26c4-41f2-b492-0cc79a6e24f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15470 | 2024.07.31 07:00:01.267778 [ 3 ] {05b594e3-26c4-41f2-b492-0cc79a6e24f7} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15471 | 2024.07.31 07:00:01.267815 [ 3 ] {05b594e3-26c4-41f2-b492-0cc79a6e24f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15472 | 2024.07.31 07:00:01.268122 [ 3 ] {05b594e3-26c4-41f2-b492-0cc79a6e24f7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 15473 | 2024.07.31 07:00:01.268447 [ 3 ] {05b594e3-26c4-41f2-b492-0cc79a6e24f7} <Trace> oximeter.fields_ipaddr (1cac35f1-7b42-48f9-a3a8-20983264d57c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15474 | 2024.07.31 07:00:01.268606 [ 3 ] {05b594e3-26c4-41f2-b492-0cc79a6e24f7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001348 sec., 1483.679525222552 rows/sec., 120.98 KiB/sec. | ||
| 15475 | 2024.07.31 07:00:01.268786 [ 3 ] {05b594e3-26c4-41f2-b492-0cc79a6e24f7} <Debug> DynamicQueryHandler: Done processing query | ||
| 15476 | 2024.07.31 07:00:01.268812 [ 3 ] {05b594e3-26c4-41f2-b492-0cc79a6e24f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15477 | 2024.07.31 07:00:01.268829 [ 3 ] {} <Debug> HTTP-Session: e2777126-f8d7-4ff6-9ba2-acf689de8f16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15478 | 2024.07.31 07:00:01.268972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 26340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15479 | 2024.07.31 07:00:01.269021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15480 | 2024.07.31 07:00:01.269042 [ 3 ] {} <Debug> HTTP-Session: 9cd50a2b-b09c-4d15-9bd0-6d4027b45c31 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 15481 | 2024.07.31 07:00:01.269059 [ 3 ] {} <Debug> HTTP-Session: 9cd50a2b-b09c-4d15-9bd0-6d4027b45c31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15482 | 2024.07.31 07:00:01.269073 [ 3 ] {} <Debug> HTTP-Session: 9cd50a2b-b09c-4d15-9bd0-6d4027b45c31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15483 | 2024.07.31 07:00:01.269105 [ 3 ] {} <Trace> HTTP-Session: 9cd50a2b-b09c-4d15-9bd0-6d4027b45c31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15484 | 2024.07.31 07:00:01.269247 [ 3 ] {4c69a54a-645f-45d9-82ee-20ca15f79cf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15485 | 2024.07.31 07:00:01.269289 [ 3 ] {4c69a54a-645f-45d9-82ee-20ca15f79cf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15486 | 2024.07.31 07:00:01.269412 [ 3 ] {4c69a54a-645f-45d9-82ee-20ca15f79cf5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15487 | 2024.07.31 07:00:01.269819 [ 3 ] {4c69a54a-645f-45d9-82ee-20ca15f79cf5} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15488 | 2024.07.31 07:00:01.269856 [ 3 ] {4c69a54a-645f-45d9-82ee-20ca15f79cf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15489 | 2024.07.31 07:00:01.270167 [ 3 ] {4c69a54a-645f-45d9-82ee-20ca15f79cf5} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 15490 | 2024.07.31 07:00:01.270468 [ 3 ] {4c69a54a-645f-45d9-82ee-20ca15f79cf5} <Trace> oximeter.fields_string (12e8f8c2-1781-4934-858a-eb31436447ca): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15491 | 2024.07.31 07:00:01.270628 [ 3 ] {4c69a54a-645f-45d9-82ee-20ca15f79cf5} <Debug> executeQuery: Read 174 rows, 15.73 KiB in 0.001435 sec., 121254.35540069686 rows/sec., 10.71 MiB/sec. | ||
| 15492 | 2024.07.31 07:00:01.270794 [ 3 ] {4c69a54a-645f-45d9-82ee-20ca15f79cf5} <Debug> DynamicQueryHandler: Done processing query | ||
| 15493 | 2024.07.31 07:00:01.270818 [ 3 ] {4c69a54a-645f-45d9-82ee-20ca15f79cf5} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 15494 | 2024.07.31 07:00:01.270835 [ 3 ] {} <Debug> HTTP-Session: 9cd50a2b-b09c-4d15-9bd0-6d4027b45c31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15495 | 2024.07.31 07:00:01.270959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15496 | 2024.07.31 07:00:01.271008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15497 | 2024.07.31 07:00:01.271027 [ 3 ] {} <Debug> HTTP-Session: 1286709d-5d48-4a2b-b688-87b98084be8c Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 15498 | 2024.07.31 07:00:01.271044 [ 3 ] {} <Debug> HTTP-Session: 1286709d-5d48-4a2b-b688-87b98084be8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15499 | 2024.07.31 07:00:01.271058 [ 3 ] {} <Debug> HTTP-Session: 1286709d-5d48-4a2b-b688-87b98084be8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15500 | 2024.07.31 07:00:01.271088 [ 3 ] {} <Trace> HTTP-Session: 1286709d-5d48-4a2b-b688-87b98084be8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15501 | 2024.07.31 07:00:01.271179 [ 3 ] {60420bb7-dd3a-4637-bd90-9904b8b44ab5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 15502 | 2024.07.31 07:00:01.271221 [ 3 ] {60420bb7-dd3a-4637-bd90-9904b8b44ab5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15503 | 2024.07.31 07:00:01.271345 [ 3 ] {60420bb7-dd3a-4637-bd90-9904b8b44ab5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15504 | 2024.07.31 07:00:01.271635 [ 3 ] {60420bb7-dd3a-4637-bd90-9904b8b44ab5} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15505 | 2024.07.31 07:00:01.271672 [ 3 ] {60420bb7-dd3a-4637-bd90-9904b8b44ab5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15506 | 2024.07.31 07:00:01.271962 [ 3 ] {60420bb7-dd3a-4637-bd90-9904b8b44ab5} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 15507 | 2024.07.31 07:00:01.272265 [ 3 ] {60420bb7-dd3a-4637-bd90-9904b8b44ab5} <Trace> oximeter.fields_u16 (dccb0c07-42ff-42cc-9759-c2df8299e13b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15508 | 2024.07.31 07:00:01.272405 [ 3 ] {60420bb7-dd3a-4637-bd90-9904b8b44ab5} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001244 sec., 1607.717041800643 rows/sec., 112.26 KiB/sec. | ||
| 15509 | 2024.07.31 07:00:01.272594 [ 3 ] {60420bb7-dd3a-4637-bd90-9904b8b44ab5} <Debug> DynamicQueryHandler: Done processing query | ||
| 15510 | 2024.07.31 07:00:01.272622 [ 3 ] {60420bb7-dd3a-4637-bd90-9904b8b44ab5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15511 | 2024.07.31 07:00:01.272640 [ 3 ] {} <Debug> HTTP-Session: 1286709d-5d48-4a2b-b688-87b98084be8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15512 | 2024.07.31 07:00:01.272788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 62612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15513 | 2024.07.31 07:00:01.272834 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15514 | 2024.07.31 07:00:01.272853 [ 3 ] {} <Debug> HTTP-Session: 06fb57ec-30c3-4011-8795-015b6fd2895b Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 15515 | 2024.07.31 07:00:01.272869 [ 3 ] {} <Debug> HTTP-Session: 06fb57ec-30c3-4011-8795-015b6fd2895b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15516 | 2024.07.31 07:00:01.272883 [ 3 ] {} <Debug> HTTP-Session: 06fb57ec-30c3-4011-8795-015b6fd2895b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15517 | 2024.07.31 07:00:01.272914 [ 3 ] {} <Trace> HTTP-Session: 06fb57ec-30c3-4011-8795-015b6fd2895b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15518 | 2024.07.31 07:00:01.273107 [ 3 ] {7c2907fb-34d2-4058-b9d1-0109824576b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15519 | 2024.07.31 07:00:01.273150 [ 3 ] {7c2907fb-34d2-4058-b9d1-0109824576b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15520 | 2024.07.31 07:00:01.273272 [ 3 ] {7c2907fb-34d2-4058-b9d1-0109824576b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15521 | 2024.07.31 07:00:01.273791 [ 3 ] {7c2907fb-34d2-4058-b9d1-0109824576b6} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15522 | 2024.07.31 07:00:01.273827 [ 3 ] {7c2907fb-34d2-4058-b9d1-0109824576b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15523 | 2024.07.31 07:00:01.274144 [ 3 ] {7c2907fb-34d2-4058-b9d1-0109824576b6} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 15524 | 2024.07.31 07:00:01.274456 [ 3 ] {7c2907fb-34d2-4058-b9d1-0109824576b6} <Trace> oximeter.fields_uuid (cac84be8-57af-4e27-9d8d-d169a1b3ef65): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15525 | 2024.07.31 07:00:01.274614 [ 3 ] {7c2907fb-34d2-4058-b9d1-0109824576b6} <Debug> executeQuery: Read 388 rows, 27.96 KiB in 0.001607 sec., 241443.68388301184 rows/sec., 16.99 MiB/sec. | ||
| 15526 | 2024.07.31 07:00:01.274806 [ 3 ] {7c2907fb-34d2-4058-b9d1-0109824576b6} <Debug> DynamicQueryHandler: Done processing query | ||
| 15527 | 2024.07.31 07:00:01.274831 [ 3 ] {7c2907fb-34d2-4058-b9d1-0109824576b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 15528 | 2024.07.31 07:00:01.274847 [ 3 ] {} <Debug> HTTP-Session: 06fb57ec-30c3-4011-8795-015b6fd2895b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15529 | 2024.07.31 07:00:01.274977 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15530 | 2024.07.31 07:00:01.275024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15531 | 2024.07.31 07:00:01.275043 [ 3 ] {} <Debug> HTTP-Session: 7bb4bbc7-657d-4932-b7b2-65b9ccb2dbad Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 15532 | 2024.07.31 07:00:01.275059 [ 3 ] {} <Debug> HTTP-Session: 7bb4bbc7-657d-4932-b7b2-65b9ccb2dbad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15533 | 2024.07.31 07:00:01.275073 [ 3 ] {} <Debug> HTTP-Session: 7bb4bbc7-657d-4932-b7b2-65b9ccb2dbad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15534 | 2024.07.31 07:00:01.275104 [ 3 ] {} <Trace> HTTP-Session: 7bb4bbc7-657d-4932-b7b2-65b9ccb2dbad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15535 | 2024.07.31 07:00:01.275197 [ 3 ] {c0feb2f7-2883-4910-a102-5fcf8fb36091} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 15536 | 2024.07.31 07:00:01.275241 [ 3 ] {c0feb2f7-2883-4910-a102-5fcf8fb36091} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15537 | 2024.07.31 07:00:01.275370 [ 3 ] {c0feb2f7-2883-4910-a102-5fcf8fb36091} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15538 | 2024.07.31 07:00:01.275619 [ 3 ] {c0feb2f7-2883-4910-a102-5fcf8fb36091} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15539 | 2024.07.31 07:00:01.275656 [ 3 ] {c0feb2f7-2883-4910-a102-5fcf8fb36091} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15540 | 2024.07.31 07:00:01.276009 [ 3 ] {c0feb2f7-2883-4910-a102-5fcf8fb36091} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 15541 | 2024.07.31 07:00:01.276337 [ 3 ] {c0feb2f7-2883-4910-a102-5fcf8fb36091} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15542 | 2024.07.31 07:00:01.276501 [ 3 ] {c0feb2f7-2883-4910-a102-5fcf8fb36091} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001316 sec., 4559.270516717325 rows/sec., 195.91 KiB/sec. | ||
| 15543 | 2024.07.31 07:00:01.276510 [ 92 ] {} <Debug> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 15544 | 2024.07.31 07:00:01.276629 [ 92 ] {} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15545 | 2024.07.31 07:00:01.276669 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15546 | 2024.07.31 07:00:01.276745 [ 3 ] {c0feb2f7-2883-4910-a102-5fcf8fb36091} <Debug> DynamicQueryHandler: Done processing query | ||
| 15547 | 2024.07.31 07:00:01.276787 [ 3 ] {c0feb2f7-2883-4910-a102-5fcf8fb36091} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 15548 | 2024.07.31 07:00:01.276818 [ 3 ] {} <Debug> HTTP-Session: 7bb4bbc7-657d-4932-b7b2-65b9ccb2dbad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15549 | 2024.07.31 07:00:01.276855 [ 196 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 15550 | 2024.07.31 07:00:01.276951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 14078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15551 | 2024.07.31 07:00:01.277021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15552 | 2024.07.31 07:00:01.277033 [ 196 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15553 | 2024.07.31 07:00:01.277045 [ 3 ] {} <Debug> HTTP-Session: 25278a10-790e-4843-84e2-489fe4aa6999 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 15554 | 2024.07.31 07:00:01.277069 [ 3 ] {} <Debug> HTTP-Session: 25278a10-790e-4843-84e2-489fe4aa6999 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15555 | 2024.07.31 07:00:01.277078 [ 196 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 216 rows starting from the beginning of the part | ||
| 15556 | 2024.07.31 07:00:01.277088 [ 3 ] {} <Debug> HTTP-Session: 25278a10-790e-4843-84e2-489fe4aa6999 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15557 | 2024.07.31 07:00:01.277126 [ 3 ] {} <Trace> HTTP-Session: 25278a10-790e-4843-84e2-489fe4aa6999 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15558 | 2024.07.31 07:00:01.277184 [ 196 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 15559 | 2024.07.31 07:00:01.277501 [ 3 ] {51fb1ab6-f468-4cd9-b122-4881d7414242} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 15560 | 2024.07.31 07:00:01.277598 [ 196 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
| 15561 | 2024.07.31 07:00:01.277763 [ 3 ] {51fb1ab6-f468-4cd9-b122-4881d7414242} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 15562 | 2024.07.31 07:00:01.278108 [ 196 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
| 15563 | 2024.07.31 07:00:01.278458 [ 196 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
| 15564 | 2024.07.31 07:00:01.278794 [ 196 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
| 15565 | 2024.07.31 07:00:01.279210 [ 3 ] {51fb1ab6-f468-4cd9-b122-4881d7414242} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15566 | 2024.07.31 07:00:01.279703 [ 3 ] {51fb1ab6-f468-4cd9-b122-4881d7414242} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15567 | 2024.07.31 07:00:01.279747 [ 3 ] {51fb1ab6-f468-4cd9-b122-4881d7414242} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15568 | 2024.07.31 07:00:01.280308 [ 3 ] {51fb1ab6-f468-4cd9-b122-4881d7414242} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 15569 | 2024.07.31 07:00:01.280411 [ 202 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.003640071 sec., 67581.09937965496 rows/sec., 2.84 MiB/sec. | ||
| 15570 | 2024.07.31 07:00:01.280704 [ 202 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 15571 | 2024.07.31 07:00:01.280900 [ 3 ] {51fb1ab6-f468-4cd9-b122-4881d7414242} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15572 | 2024.07.31 07:00:01.281332 [ 3 ] {51fb1ab6-f468-4cd9-b122-4881d7414242} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00404 sec., 19059.405940594057 rows/sec., 1.17 MiB/sec. | ||
| 15573 | 2024.07.31 07:00:01.281403 [ 92 ] {} <Debug> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 15574 | 2024.07.31 07:00:01.281713 [ 92 ] {} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15575 | 2024.07.31 07:00:01.281807 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15576 | 2024.07.31 07:00:01.281830 [ 3 ] {51fb1ab6-f468-4cd9-b122-4881d7414242} <Debug> DynamicQueryHandler: Done processing query | ||
| 15577 | 2024.07.31 07:00:01.281931 [ 3 ] {51fb1ab6-f468-4cd9-b122-4881d7414242} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15578 | 2024.07.31 07:00:01.281928 [ 202 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_41_8} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15579 | 2024.07.31 07:00:01.282030 [ 3 ] {} <Debug> HTTP-Session: 25278a10-790e-4843-84e2-489fe4aa6999 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15580 | 2024.07.31 07:00:01.282273 [ 202 ] {07943d64-8551-43ac-aad8-86f9380bb3ea::all_1_41_8} <Trace> oximeter.measurements_bool (07943d64-8551-43ac-aad8-86f9380bb3ea) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 15581 | 2024.07.31 07:00:01.282320 [ 188 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 15582 | 2024.07.31 07:00:01.282364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 30813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15583 | 2024.07.31 07:00:01.282513 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 15584 | 2024.07.31 07:00:01.282524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15585 | 2024.07.31 07:00:01.282605 [ 3 ] {} <Debug> HTTP-Session: c8ca961c-3ecc-4e99-9472-73a108a7aaee Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 15586 | 2024.07.31 07:00:01.282651 [ 3 ] {} <Debug> HTTP-Session: c8ca961c-3ecc-4e99-9472-73a108a7aaee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15587 | 2024.07.31 07:00:01.282703 [ 3 ] {} <Debug> HTTP-Session: c8ca961c-3ecc-4e99-9472-73a108a7aaee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15588 | 2024.07.31 07:00:01.282791 [ 3 ] {} <Trace> HTTP-Session: c8ca961c-3ecc-4e99-9472-73a108a7aaee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15589 | 2024.07.31 07:00:01.283009 [ 188 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15590 | 2024.07.31 07:00:01.283119 [ 3 ] {23a7c86c-448e-4d68-8569-15177e8da8e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15591 | 2024.07.31 07:00:01.283125 [ 188 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2772 rows starting from the beginning of the part | ||
| 15592 | 2024.07.31 07:00:01.283216 [ 3 ] {23a7c86c-448e-4d68-8569-15177e8da8e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15593 | 2024.07.31 07:00:01.283375 [ 188 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 77 rows starting from the beginning of the part | ||
| 15594 | 2024.07.31 07:00:01.283804 [ 188 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 77 rows starting from the beginning of the part | ||
| 15595 | 2024.07.31 07:00:01.284153 [ 188 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 77 rows starting from the beginning of the part | ||
| 15596 | 2024.07.31 07:00:01.284521 [ 188 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 77 rows starting from the beginning of the part | ||
| 15597 | 2024.07.31 07:00:01.284653 [ 3 ] {23a7c86c-448e-4d68-8569-15177e8da8e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15598 | 2024.07.31 07:00:01.284851 [ 188 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 77 rows starting from the beginning of the part | ||
| 15599 | 2024.07.31 07:00:01.285689 [ 3 ] {23a7c86c-448e-4d68-8569-15177e8da8e1} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15600 | 2024.07.31 07:00:01.285781 [ 3 ] {23a7c86c-448e-4d68-8569-15177e8da8e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15601 | 2024.07.31 07:00:01.286702 [ 3 ] {23a7c86c-448e-4d68-8569-15177e8da8e1} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 15602 | 2024.07.31 07:00:01.287536 [ 3 ] {23a7c86c-448e-4d68-8569-15177e8da8e1} <Trace> oximeter.measurements_cumulativeu64 (9f10c409-38c2-4c4d-8af0-06746ff23b71): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15603 | 2024.07.31 07:00:01.287872 [ 3 ] {23a7c86c-448e-4d68-8569-15177e8da8e1} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004868 sec., 33073.13064913722 rows/sec., 2.30 MiB/sec. | ||
| 15604 | 2024.07.31 07:00:01.288557 [ 188 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3157 rows, containing 5 columns (5 merged, 0 gathered) in 0.006578684 sec., 479883.21068469016 rows/sec., 29.55 MiB/sec. | ||
| 15605 | 2024.07.31 07:00:01.288702 [ 3 ] {23a7c86c-448e-4d68-8569-15177e8da8e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 15606 | 2024.07.31 07:00:01.288774 [ 3 ] {23a7c86c-448e-4d68-8569-15177e8da8e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15607 | 2024.07.31 07:00:01.288864 [ 3 ] {} <Debug> HTTP-Session: c8ca961c-3ecc-4e99-9472-73a108a7aaee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15608 | 2024.07.31 07:00:01.288952 [ 188 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 15609 | 2024.07.31 07:00:01.289127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 6486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15610 | 2024.07.31 07:00:01.289198 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15611 | 2024.07.31 07:00:01.289248 [ 3 ] {} <Debug> HTTP-Session: 2d13aacc-b6a4-4886-ba36-2e690fcc53b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 15612 | 2024.07.31 07:00:01.289286 [ 3 ] {} <Debug> HTTP-Session: 2d13aacc-b6a4-4886-ba36-2e690fcc53b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15613 | 2024.07.31 07:00:01.289344 [ 3 ] {} <Debug> HTTP-Session: 2d13aacc-b6a4-4886-ba36-2e690fcc53b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15614 | 2024.07.31 07:00:01.289461 [ 3 ] {} <Trace> HTTP-Session: 2d13aacc-b6a4-4886-ba36-2e690fcc53b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15615 | 2024.07.31 07:00:01.289768 [ 3 ] {eaf1204c-b58e-4002-8895-817334e759ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 15616 | 2024.07.31 07:00:01.289823 [ 190 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_41_8} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15617 | 2024.07.31 07:00:01.289922 [ 3 ] {eaf1204c-b58e-4002-8895-817334e759ba} <Trace> 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 | ||
| 15618 | 2024.07.31 07:00:01.289982 [ 190 ] {b7e9b709-fce3-496c-a86f-9ca44c8a9836::all_1_41_8} <Trace> oximeter.measurements_cumulativei64 (b7e9b709-fce3-496c-a86f-9ca44c8a9836) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 15619 | 2024.07.31 07:00:01.290126 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 15620 | 2024.07.31 07:00:01.290504 [ 3 ] {eaf1204c-b58e-4002-8895-817334e759ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15621 | 2024.07.31 07:00:01.290918 [ 3 ] {eaf1204c-b58e-4002-8895-817334e759ba} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15622 | 2024.07.31 07:00:01.290955 [ 3 ] {eaf1204c-b58e-4002-8895-817334e759ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15623 | 2024.07.31 07:00:01.291525 [ 3 ] {eaf1204c-b58e-4002-8895-817334e759ba} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 15624 | 2024.07.31 07:00:01.291948 [ 3 ] {eaf1204c-b58e-4002-8895-817334e759ba} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15625 | 2024.07.31 07:00:01.292142 [ 92 ] {} <Debug> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 15626 | 2024.07.31 07:00:01.292149 [ 3 ] {eaf1204c-b58e-4002-8895-817334e759ba} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002507 sec., 1595.5325089748703 rows/sec., 2.86 MiB/sec. | ||
| 15627 | 2024.07.31 07:00:01.292199 [ 92 ] {} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15628 | 2024.07.31 07:00:01.292274 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15629 | 2024.07.31 07:00:01.292767 [ 194 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 15630 | 2024.07.31 07:00:01.293008 [ 3 ] {eaf1204c-b58e-4002-8895-817334e759ba} <Debug> DynamicQueryHandler: Done processing query | ||
| 15631 | 2024.07.31 07:00:01.293139 [ 3 ] {eaf1204c-b58e-4002-8895-817334e759ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 15632 | 2024.07.31 07:00:01.293231 [ 3 ] {} <Debug> HTTP-Session: 2d13aacc-b6a4-4886-ba36-2e690fcc53b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15633 | 2024.07.31 07:00:01.293844 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 3219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15634 | 2024.07.31 07:00:01.294041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15635 | 2024.07.31 07:00:01.294101 [ 3 ] {} <Debug> HTTP-Session: 703db382-3907-43f8-a210-5a8e5571f3cf Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 15636 | 2024.07.31 07:00:01.294151 [ 3 ] {} <Debug> HTTP-Session: 703db382-3907-43f8-a210-5a8e5571f3cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15637 | 2024.07.31 07:00:01.294193 [ 3 ] {} <Debug> HTTP-Session: 703db382-3907-43f8-a210-5a8e5571f3cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15638 | 2024.07.31 07:00:01.294288 [ 3 ] {} <Trace> HTTP-Session: 703db382-3907-43f8-a210-5a8e5571f3cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15639 | 2024.07.31 07:00:01.294347 [ 194 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15640 | 2024.07.31 07:00:01.294533 [ 194 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1228 rows starting from the beginning of the part | ||
| 15641 | 2024.07.31 07:00:01.294551 [ 3 ] {9dd66490-b9d2-49bf-a354-aae882f12663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 15642 | 2024.07.31 07:00:01.294660 [ 3 ] {9dd66490-b9d2-49bf-a354-aae882f12663} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 15643 | 2024.07.31 07:00:01.295301 [ 194 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 4 rows starting from the beginning of the part | ||
| 15644 | 2024.07.31 07:00:01.295517 [ 3 ] {9dd66490-b9d2-49bf-a354-aae882f12663} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15645 | 2024.07.31 07:00:01.296016 [ 194 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 47 rows starting from the beginning of the part | ||
| 15646 | 2024.07.31 07:00:01.296811 [ 194 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 4 rows starting from the beginning of the part | ||
| 15647 | 2024.07.31 07:00:01.296822 [ 3 ] {9dd66490-b9d2-49bf-a354-aae882f12663} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15648 | 2024.07.31 07:00:01.296892 [ 3 ] {9dd66490-b9d2-49bf-a354-aae882f12663} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15649 | 2024.07.31 07:00:01.297354 [ 194 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 47 rows starting from the beginning of the part | ||
| 15650 | 2024.07.31 07:00:01.298027 [ 194 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 4 rows starting from the beginning of the part | ||
| 15651 | 2024.07.31 07:00:01.298157 [ 3 ] {9dd66490-b9d2-49bf-a354-aae882f12663} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 15652 | 2024.07.31 07:00:01.299055 [ 3 ] {9dd66490-b9d2-49bf-a354-aae882f12663} <Trace> oximeter.measurements_i64 (fc084a16-f6be-4084-9fa3-479c88923d0c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15653 | 2024.07.31 07:00:01.299422 [ 3 ] {9dd66490-b9d2-49bf-a354-aae882f12663} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.004955 sec., 4641.775983854692 rows/sec., 251.09 KiB/sec. | ||
| 15654 | 2024.07.31 07:00:01.299814 [ 3 ] {9dd66490-b9d2-49bf-a354-aae882f12663} <Debug> DynamicQueryHandler: Done processing query | ||
| 15655 | 2024.07.31 07:00:01.299860 [ 3 ] {9dd66490-b9d2-49bf-a354-aae882f12663} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 15656 | 2024.07.31 07:00:01.299888 [ 3 ] {} <Debug> HTTP-Session: 703db382-3907-43f8-a210-5a8e5571f3cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15657 | 2024.07.31 07:00:01.300059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60789, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15658 | 2024.07.31 07:00:01.300110 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15659 | 2024.07.31 07:00:01.300130 [ 3 ] {} <Debug> HTTP-Session: ce7b1dbb-571a-449d-9c21-40e46e840492 Authenticating user 'default' from [fd00:1122:3344:101::d]:60789 | ||
| 15660 | 2024.07.31 07:00:01.300149 [ 3 ] {} <Debug> HTTP-Session: ce7b1dbb-571a-449d-9c21-40e46e840492 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15661 | 2024.07.31 07:00:01.300165 [ 3 ] {} <Debug> HTTP-Session: ce7b1dbb-571a-449d-9c21-40e46e840492 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15662 | 2024.07.31 07:00:01.300197 [ 3 ] {} <Trace> HTTP-Session: ce7b1dbb-571a-449d-9c21-40e46e840492 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15663 | 2024.07.31 07:00:01.300336 [ 3 ] {a42fbec3-026c-41e4-b9ed-c2a29465d509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60789) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15664 | 2024.07.31 07:00:01.300383 [ 3 ] {a42fbec3-026c-41e4-b9ed-c2a29465d509} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15665 | 2024.07.31 07:00:01.300570 [ 3 ] {a42fbec3-026c-41e4-b9ed-c2a29465d509} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15666 | 2024.07.31 07:00:01.300937 [ 3 ] {a42fbec3-026c-41e4-b9ed-c2a29465d509} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15667 | 2024.07.31 07:00:01.301006 [ 3 ] {a42fbec3-026c-41e4-b9ed-c2a29465d509} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 15668 | 2024.07.31 07:00:01.302098 [ 3 ] {a42fbec3-026c-41e4-b9ed-c2a29465d509} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 15669 | 2024.07.31 07:00:01.303092 [ 3 ] {a42fbec3-026c-41e4-b9ed-c2a29465d509} <Trace> oximeter.measurements_u64 (6b71babc-ccdb-41bb-9866-30afe38d4f64): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15670 | 2024.07.31 07:00:01.303527 [ 3 ] {a42fbec3-026c-41e4-b9ed-c2a29465d509} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003219 sec., 18639.32898415657 rows/sec., 1.26 MiB/sec. | ||
| 15671 | 2024.07.31 07:00:01.303851 [ 3 ] {a42fbec3-026c-41e4-b9ed-c2a29465d509} <Debug> DynamicQueryHandler: Done processing query | ||
| 15672 | 2024.07.31 07:00:01.303908 [ 3 ] {a42fbec3-026c-41e4-b9ed-c2a29465d509} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15673 | 2024.07.31 07:00:01.303960 [ 3 ] {} <Debug> HTTP-Session: ce7b1dbb-571a-449d-9c21-40e46e840492 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15674 | 2024.07.31 07:00:01.306533 [ 191 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1334 rows, containing 19 columns (19 merged, 0 gathered) in 0.014102781 sec., 94591.27245895685 rows/sec., 169.50 MiB/sec. | ||
| 15675 | 2024.07.31 07:00:01.307714 [ 200 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 15676 | 2024.07.31 07:00:01.308309 [ 200 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_76_15} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15677 | 2024.07.31 07:00:01.308390 [ 200 ] {558426aa-b8fe-4ec0-be47-fa6f43f91c46::all_1_76_15} <Trace> oximeter.measurements_histogramf64 (558426aa-b8fe-4ec0-be47-fa6f43f91c46) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 15678 | 2024.07.31 07:00:01.308532 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.54 MiB. | ||